summaryrefslogtreecommitdiffstats
path: root/daemon/fallocate.c
Commit message (Expand)AuthorAgeFilesLines
* Use O_CLOEXEC / SOCK_CLOEXEC for almost all file descriptors.Richard W.M. Jones2012-03-141-1/+1
* Update FSF address.Matthew Booth2011-11-081-1/+1
* New API: fallocate64 (replaces fallocate).Richard Jones2010-05-271-0/+11
* Check error returns from posix_fallocate (RHBZ#579664).Richard Jones2010-04-071-4/+4
* daemon: Don't need to prefix error messages with the command name.Richard Jones2010-02-121-2/+2
* daemon: Alternate implementation of posix_fallocate.Richard Jones2009-11-251-1/+22
* sfdisk.c, fallocate.c: use a string literal as formatJim Meyering2009-08-171-1/+1
* generator.ml: use new "Pathname" designationJim Meyering2009-08-131-4/+1
* update all NEED_ROOT usesJim Meyering2009-08-131-1/+1
* update all uses of ABS_PATHJim Meyering2009-08-131-1/+1
* New command: 'fallocate' to (pre-)allocate sized files.Richard W.M. Jones2009-07-311-0/+59