summaryrefslogtreecommitdiffstats
path: root/sys-utils/blkdiscard.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* blkdiscard: fix compiler warningKarel Zak2014-11-261-1/+1
* misc: use monotonic time rater than gettimeofdayKarel Zak2014-11-181-3/+4
* blkdiscard: fix includesKarel Zak2014-10-271-0/+2
* blkdiscard: add support for steps and progressFederico Simoncelli2014-10-271-13/+44
* blkdiscard: fail on sector misalignmentFederico Simoncelli2014-10-271-3/+9
* blkdiscard: fix err->errx()Karel Zak2014-10-141-1/+1
* blkdiscard: fix underflow when offset is greater than device sizeRaphael S. Carvalho2014-10-141-0/+2
* blkdiscard: BLKSSZGET fills in an int, not a uint64Theodore Ts'o2013-11-041-2/+2
* blkdiscard: use fstat() rather than stat() [coverity scan]Karel Zak2013-08-061-6/+5Star
* textual: fix several typos and angular brackets in messagesBenno Schulenberg2013-06-071-1/+1
* blkdiscard: add new commandLukas Czerner2012-09-281-0/+173