summaryrefslogtreecommitdiff
path: root/sys-utils/fallocate.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-13fallocate: prefer FALLOC_FL_* flags from libc headersKarel Zak1-2/+3
2013-04-26fallocate: check writing to a file descriptor was successfulSami Kerola1-1/+2
2012-07-16translation: unify file open error messagesSami Kerola1-1/+1
2012-04-04sys-utils: verify writing to streams was successfulSami Kerola1-1/+2
2012-03-30fallocate: add --version and align with howto-usage-function.txtSami Kerola1-9/+12
2012-02-24docs: corrections to FSF license files, and postal addressSami Kerola1-3/+3
2011-11-23fallocate: clean up fallbacks for FALLOC_FL_* flagsKarel Zak1-1/+6
2011-11-23fallocate: add FALLOC_FL_PUNCH_HOLE supportCong Wang1-1/+7
2011-08-16fallocate: cleanup usage()Karel Zak1-5/+7
2011-03-03move struct option to .rodataKarel Zak1-1/+1
2011-02-14build-sys: provide alternatives for err, errx, warn and warnxFabian Groffen1-1/+1
2010-11-24fallocate: fix typoKarel Zak1-1/+1
2010-11-23lib: [strutils] general purpose string handling functionsDavidlohr Bueso1-1/+1
2010-10-07fallocate: fix build failure with old linux headersMike Frysinger1-1/+5
2010-05-14fallocate: check for number of argumentsKarel Zak1-0/+5
2010-03-30fallocate: support suffixes for --offset and --lenghtKarel Zak1-36/+4
2009-10-06fallocate: check for ERANGE errorsKarel Zak1-0/+6
2009-09-22fallocate: new commandKarel Zak1-0/+173