summaryrefslogtreecommitdiff
path: root/util-linux/fstrim.c
Commit message (Expand)AuthorAgeFilesLines
* Remove "select PLATFORM_LINUX"Denys Vlasenko2022-11-291-1/+0
* Fix non-Linux buildsSamuel Thibault2022-11-291-0/+1
* help text: replace [OPTIONS] with actual options (if not too long)Denys Vlasenko2020-12-131-8/+0
* build system: drop PLATFORM_LINUXRon Yorston2020-08-131-1/+0
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* fstrim: do not check that specified file is on a block deviceDenys Vlasenko2018-03-291-3/+11
* regularize format of source file headers, no code changesDenys Vlasenko2017-09-181-1/+0
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-2/+3
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-2/+1
* *: fix up use of "getopt_longopts" for longopts not in getopt appletDenys Vlasenko2017-08-081-2/+2
* blockdev, fsfreeze, fstrim, mountpoint: make NOEXECDenys Vlasenko2017-08-051-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-1/+1
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* make --help texts more uniformDenys Vlasenko2017-01-211-3/+3
* df: implement -B n<suff> and -B <suff> formats of -B optionDenys Vlasenko2016-12-121-22/+3
* fstrim: fix help textDenys Vlasenko2015-02-041-1/+1
* fstrim: use new-style config/kbuild/applet snippets; trim help textDenys Vlasenko2013-11-121-12/+22
* fstrim: Needs to fire at the mp, not bdBernhard Reutner-Fischer2013-11-101-5/+5
* fstrim: Indicate failure on errorBernhard Reutner-Fischer2013-11-101-1/+2
* fstrim: -17bBernhard Reutner-Fischer2013-11-091-8/+5
* fstrim: New appletMalek Degachi2013-11-091-0/+111