summaryrefslogtreecommitdiffstats
path: root/sys-utils/fstrim.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* blkdiscard: new commandKarel Zak2012-09-271-35/+119
* translation: unify file open error messagesSami Kerola2012-07-161-1/+1
* translation: unify stat error messagesSami Kerola2012-07-161-1/+1
* sys-utils: verify writing to streams was successfulSami Kerola2012-04-041-0/+2
* fstrim: add --version and align with howto-usage-function.txtSami Kerola2012-03-301-9/+12
* fstrim: use strtosize_or_err()Karel Zak2012-03-301-10/+6Star
* fstrim: fix section number in referral to manpagePetr Uzel2011-10-171-1/+1
* fstrim: cleanup usage()Karel Zak2011-08-161-6/+7
* textual: add some guiding comments for translatorsBenno Schulenberg2011-08-021-0/+1
* fstrim: correct mistaken grammar in one messageBenno Schulenberg2011-08-021-1/+1
* fstrim, setarch: replace error() with err()Francesco Cosoleto2011-06-081-7/+3Star
* fstrim: cast from __u64 to standard C typesKarel Zak2011-06-081-4/+4
* move struct option to .rodataKarel Zak2011-03-031-1/+1
* textual: fix three typos in message strings and improve consistencyBenno Schulenberg2011-02-161-1/+1
* build-sys: provide alternatives for err, errx, warn and warnxFabian Groffen2011-02-141-1/+1
* fstrim: fix typoKarel Zak2010-11-291-1/+1
* fstrim: add new commandLukas Czerner2010-11-261-0/+154