summaryrefslogtreecommitdiffstats
path: root/fstrim.c
Commit message (Expand)AuthorAgeFilesLines
* fstrim: Don't double trim mountpoints with alternative fs types.JP Abgrall2015-03-161-0/+9
* fstrim: don't trim mount points flagged as notrimJP Abgrall2015-03-051-0/+3
* fstrim.c: use open(O_DIRECTORY) instead of statNick Kralevich2015-03-051-13/+1
* vold: acquire wakelock on fstrim threadYoung-ho Cha2015-02-261-5/+5
* Fix missing #includes in system/vold.Elliott Hughes2014-12-291-0/+1
* fstrim: Use a local definition of the IOCTL FIDTRIM numberJP Abgrall2014-08-071-9/+4
* fstrim: fix typo in log message for FIDTRIM caseJP Abgrall2014-08-071-1/+1
* fstrim: prep for supporting a deep trim ioctlJP Abgrall2014-07-291-6/+17
* vold: suppress unused argument warning messagesMark Salyzyn2014-02-121-1/+3
* vold: fix warnings for 64-bitColin Cross2014-01-241-1/+1
* am bc7d5088: vold: Have the fstrim log start and finish times in the event logKen Sumrall2013-05-081-0/+27
|\
| * vold: Have the fstrim log start and finish times in the event logKen Sumrall2013-05-071-0/+27
* | am e78cd4f3: Grab a partial wakelock when doing fstrimKen Sumrall2013-05-021-0/+11
|\|
| * Grab a partial wakelock when doing fstrimKen Sumrall2013-05-011-0/+11
* | vold: Do not print fstrim amount if ioctl returns an errorKen Sumrall2013-04-291-1/+2
|/
* vold: Perform fstrim work in a separate thread.Ken Sumrall2013-04-221-2/+33
* Vold: Add the fstrim subsystem to voldKen Sumrall2013-03-221-0/+86