summaryrefslogtreecommitdiff
path: root/secdiscard.cpp
Commit message (Expand)AuthorAgeFilesLines
* secdiscard: should call fsync to avoid reordering IOsJaegeuk Kim2019-08-121-0/+4
* vold: cleanups for O_CLOEXEC tidy checks.Nick Kralevich2019-03-291-1/+2
* Remove excess logging in secdiscardRubin Xu2019-03-211-3/+1
* clang-format many files.Paul Crowley2018-09-181-30/+29
* fix wrong ioctl direction for F2FS_IOC_GET_PIN_FILEJaegeuk Kim2018-09-121-1/+1
* secdiscard: should pin_file to avoid moving blocks in F2FSJaegeuk Kim2018-08-021-0/+28
* Move functions useful for crypto test into their own filePaul Crowley2017-06-161-74/+4
* Abolish AutoCloseFD.h in favour of unique_fdPaul Crowley2017-06-161-6/+7
* Zero out blocks if BLKSECDISCARD failsPaul Crowley2016-07-111-9/+32
* Use android-base logging not cutils in secdiscardPaul Crowley2016-01-121-17/+17
* Make deletion of larger files possible.Paul Crowley2015-11-171-41/+55
* Add --no-unlink option to secdiscard for testing.Paul Crowley2015-11-021-9/+39
* secdiscard.cpp: Use getmntent and my newfound C++ knowledge.Paul Crowley2015-11-021-130/+59
* Fix erroneous comment in secdiscard.cpp, plus style fixes.Paul Crowley2015-06-241-13/+9
* Scrub the key from the disk with BLKSECDISCARD.Paul Crowley2015-06-171-0/+240