summaryrefslogtreecommitdiffstats
path: root/sys-utils/fstrim.c
Commit message (Expand)AuthorAgeFilesLines
* fstrim: update man page, reuse libmnt_iterKarel Zak2019-06-111-5/+4Star
* fstrim: properly de-duplicate fstrim -AStanislav Brabec2019-06-111-13/+30
* fstrim -a/-A: Skip read-only volumesStanislav Brabec2019-06-111-0/+8
* fstrim: Fix fstrim_all() commentStanislav Brabec2019-06-111-1/+1
* fstrim: affect only warnings by --quietKarel Zak2019-05-091-6/+7
* fstrim: add --quiet option to suppress error messagesSami Kerola2019-05-071-4/+21
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-8/+6Star
* fstrim: get realpath before trim ioctlWang Shilong2019-04-151-2/+9
* fstrim.c: Remove commnet about vfat not supporting fstrimMarcos Paulo de Souza2019-04-011-1/+1
* fstrim: check for read-only devices on -a/-AKarel Zak2019-01-111-2/+4
* fstrim: fix usage()Karel Zak2018-12-101-1/+1
* fstrim: trim also root FS on --fstabKarel Zak2018-12-101-0/+17
* fstrim: use -n shortcut for --dry-runKarel Zak2018-08-161-3/+3
* fstrim: add -A|--fstab to trim according to /etc/fstabKarel Zak2018-07-311-13/+50
* fstrim: add control structKarel Zak2018-07-311-19/+24
* fstrim: add --dry-runKarel Zak2018-06-211-7/+20
* fstrim: use new ul_path_* API, improve sysfs context usageKarel Zak2018-06-211-18/+34
* fstrim: Return EXIT_FAILURE when FTRIM ioctl failsKarel Zak2018-04-061-10/+7Star
* libmount: include sys/mount.h only if necessaryKarel Zak2018-03-221-3/+1Star
* fstrim: cleanup includesKarel Zak2018-03-221-4/+4
* fstrim: fix fs.h and mount.h collisionKarel Zak2018-03-201-1/+4
* fstrim: don't include exitcodes.hKarel Zak2018-02-011-1/+0Star
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-2/+2
* misc: introduce print_usage_help_options()Ruediger Meier2017-06-271-2/+1Star
* misc: never use usage(stderr)Ruediger Meier2017-06-261-4/+5
* fstrim: remove obsolete commentKarel Zak2017-06-151-1/+1
* fstrim: prefer earlier mounted filesystemsAlex Ivanov2017-06-151-1/+1
* fstrim: use MNT_EX_* from libmountKarel Zak2017-04-271-4/+4
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-201-8/+8
* fstrim: de-duplicate btrfs sub-volumesStanislav Brabec2017-01-311-13/+1Star
* Use --help suggestion on invalid optionKarel Zak2016-12-191-1/+1
* misc: Fix various typosSebastian Rasmussen2016-05-311-2/+2
* misc: fix redundant assignment and reassignments before use [cppcheck]Sami Kerola2015-08-081-1/+1
* fstrim: close dir before exit [coverity scan]Karel Zak2015-06-291-9/+15
* fstrim: de-duplicate by mount source tooKarel Zak2015-06-101-1/+28
* textual: grammarize and harmonize the stat error messageBenno Schulenberg2015-02-021-1/+1
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+4
* fstrim: initialize path variableSami Kerola2014-10-311-1/+1
* textual: remove some inconsistent periods from error messagesBenno Schulenberg2014-08-111-1/+1
* fstrim: fix memory leak [coverity scan]Karel Zak2014-07-171-0/+1
* fstrim: avoid TOCTOU raceSami Kerola2014-07-171-7/+6Star
* textual: fix some typosSami Kerola2014-07-131-1/+1
* textual: small inprovements to usage and man page of fstrimBenno Schulenberg2013-12-121-4/+4
* fstrim: de-duplicate list of filesystemsKarel Zak2013-12-111-1/+15
* fstrim: add --all to discard all filesystemKarel Zak2013-12-101-30/+180
* fstrim: cleanup usage()Karel Zak2013-12-101-4/+5
* fstrim: remove unnecessary "were" from verbose messageKarel Zak2013-01-301-1/+1
* fstrim: use human readable sizes in verbose outputKarel Zak2013-01-281-3/+9
* textual: remove inconsistent periods from two error messagesBenno Schulenberg2013-01-251-1/+1
* Revert "blkdiscard: new command"Karel Zak2012-09-281-119/+35Star