]> git.ipfire.org Git - thirdparty/util-linux.git/history - sys-utils/fallocate.c
lsns: rename notruns to no_trunc
[thirdparty/util-linux.git] / sys-utils / fallocate.c
2017-08-30  Sami Kerolarfkill: merge rfkill.8 project to util-linux
2017-07-11  Karel ZakMerge branch 'master' of https://github.com/pali/util...
2017-07-10  Karel ZakMerge branch 'help' of https://github.com/rudimeier...
2017-06-29  Ruediger Meiermisc: consolidate macro style USAGE_HELP_OPTIONS
2017-06-27  Karel ZakMerge branch 'travis-checkusage' of https://github...
2017-06-27  Karel ZakMerge branch 'help-description' of https://github.com...
2017-06-27  Ruediger Meiermisc: introduce print_usage_help_options()
2017-06-26  Karel ZakMerge branch 'usage-part2' of https://github.com/rudime...
2017-06-26  Ruediger Meiermisc: cosmetics, remove argument from usage(FILE*)
2017-02-20  Sami Kerolamisc: do not use plain 0 as NULL [smatch scan]
2017-02-13  Yuri Chornoivandocs: Fix word repetitions
2017-01-31  Karel ZakMerge branch 'master' of https://github.com/Pedro-MC...
2017-01-31  Denis Chaplyginfallocate: Added posix_fallocate() support.
2016-12-22  Karel ZakMerge branch 'getrandom' of git://github.com/kerolasa...
2016-12-19  Karel ZakUse --help suggestion on invalid option
2016-12-02  Fabian Frederickfallocate: add insert range support
2015-08-26  Karel ZakMerge branch 'master' of https://github.com/yurchor...
2015-08-25  Karel Zakfallocate: fix error message
2015-08-05  Karel Zakmisc: fix indention [smatch scan]
2015-02-02  Benno Schulenbergtextual: grammarize and harmonize the stat error message
2015-01-08  Karel ZakMerge branch 'master' of https://github.com/pali/util...
2015-01-07  Karel Zakfallocate: create mode 0666, that's what umask is for
2015-01-06  Benno Schulenbergtextual: add a docstring to most of the utilities
2014-08-11  Benno Schulenbergtextual: remove some inconsistent periods from error...
2014-07-22  Karel ZakMerge branch 'master' of https://github.com/yurchor...
2014-07-22  Karel ZakMerge branch 'ioclt' of https://github.com/lanurmi...
2014-07-18  Karel ZakMerge branch 'patch-1' of https://github.com/bneijt...
2014-07-17  Sami Kerolafallocate: avoid unnecessary computation
2014-06-26  Karel Zakfallocate: use O_CREAT only for the default behavior
2014-06-26  Bernhard Voelkerfallocate: fix check of number of arguments
2014-06-26  Pádraig Bradyfallocate: clarify usage()
2014-06-26  Karel Zakfallocate: use err_exclusive_options(), cleanup getopt_...
2014-06-26  Karel Zakfallocate: fix FALLOC_FL_ZERO_RANGE flag check
2014-04-18  Lukas Czernerfallocate: add FALLOC_FL_ZERO_RANGE support
2014-04-18  Dongsu Parkfallocate: introduce an option -c to support COLLAPSE_RANGE
2014-04-01  Karel ZakMerge branch 'pg-manual-page-long-options' of https...
2014-02-19  Karel Zakfallocate: fix missing sentinel for is_nul()
2014-02-19  Karel Zakfallocate: code optimalizations
2014-02-18  Karel Zakfallocate: use POSIX_FADV_DONTNEED to discard cached...
2014-02-18  Karel Zakfallocate: use SEEK_DATA on already sparse files
2014-02-17  Karel Zakfallocate: improve --dig-holes
2014-02-14  Karel Zakfallocate: add --verbose, clean up usage()
2014-02-14  Rodrigo Camposfallocate: Add "--dig-holes" option
2014-02-14  Rodrigo Camposfallocate: Hide #ifdef tricks to call fallocate in...
2014-02-14  Rodrigo Camposfallocate: Clarify that space can also be deallocated
2014-01-13  Karel Zakfallocate: prefer FALLOC_FL_* flags from libc headers
2013-04-26  Sami Kerolafallocate: check writing to a file descriptor was succe...
2012-07-16  Karel ZakMerge branch '2012wk28'
2012-07-16  Sami Kerolatranslation: unify file open error messages
2012-05-24  Ludwig Nusselmerge coreutils' last GPL2 version of su.c
2012-04-11  Karel ZakMerge branch 'close_stream' of git://github.com/kerolas...
2012-04-05  Karel ZakMerge branch 'eject'
2012-04-04  Sami Kerolasys-utils: verify writing to streams was successful
2012-03-30  Sami Kerolafallocate: add --version and align with howto-usage...
2012-02-24  Sami Keroladocs: corrections to FSF license files, and postal...
2011-11-28  Karel ZakMerge branch 'master' of https://github.com/maurizio...
2011-11-23  Karel Zakfallocate: clean up fallbacks for FALLOC_FL_* flags
2011-11-23  Cong Wangfallocate: add FALLOC_FL_PUNCH_HOLE support
2011-08-31  Karel ZakMerge branch 'chcpu' of git://git.kernel.org/pub/scm...
2011-08-31  Karel ZakMerge branch 'docs-dir' of https://github.com/kerolasa...
2011-08-30  Karel ZakMerge branch 'lscpu' of git://git.kernel.org/pub/scm...
2011-08-16  Karel Zakfallocate: cleanup usage()
2011-03-03  Karel Zakmove struct option to .rodata
2011-02-14  Fabian Groffenbuild-sys: provide alternatives for err, errx, warn...
2010-11-24  Karel Zakfallocate: fix typo
2010-11-23  Davidlohr Buesolib: [strutils] general purpose string handling functions
2010-10-07  Mike Frysingerfallocate: fix build failure with old linux headers
2010-05-14  Karel Zakfallocate: check for number of arguments
2010-03-30  Karel Zakfallocate: support suffixes for --offset and --lenght
2009-10-06  Karel Zakfallocate: check for ERANGE errors
2009-10-05  Karel ZakMerge branch 'for_upstream' of git://git.kernel.org...
2009-09-22  Karel Zakfallocate: new command