summaryrefslogtreecommitdiffstats
path: root/sys-utils/fallocate.c
Commit message (Expand)AuthorAgeFilesLines
* fallocate: make posix_fadvise() use more readable for analyzersKarel Zak2019-05-231-2/+5
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-6/+5Star
* fallocate: add missing semicolonMatti Niemenmaa2018-09-101-1/+1
* fallocate: remove unwanted debug messageKarel Zak2018-07-041-2/+0Star
* fallocate: add man page note about --collapse-range granularityKarel Zak2018-07-031-0/+3
* fallocate: remove typoKarel Zak2017-11-291-1/+1
* fallocate: dig holes only in data extentsKarel Zak2017-11-291-64/+55Star
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-2/+2
* misc: introduce print_usage_help_options()Ruediger Meier2017-06-271-2/+1Star
* misc: cosmetics, remove argument from usage(FILE*)Ruediger Meier2017-06-261-3/+4
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-201-13/+13
* docs: Fix word repetitionsYuri Chornoivan2017-02-131-1/+1
* fallocate: Added posix_fallocate() support.Denis Chaplygin2017-01-311-1/+27
* Use --help suggestion on invalid optionKarel Zak2016-12-191-2/+1Star
* fallocate: add insert range supportFabian Frederick2016-12-021-2/+12
* fallocate: fix error messageKarel Zak2015-08-251-1/+1
* misc: fix indention [smatch scan]Karel Zak2015-08-051-1/+1
* textual: grammarize and harmonize the stat error messageBenno Schulenberg2015-02-021-1/+1
* fallocate: create mode 0666, that's what umask is forKarel Zak2015-01-071-1/+2
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-1/+4
* textual: remove some inconsistent periods from error messagesBenno Schulenberg2014-08-111-1/+1
* fallocate: avoid unnecessary computationSami Kerola2014-07-171-11/+10Star
* fallocate: use O_CREAT only for the default behaviorKarel Zak2014-06-261-1/+3
* fallocate: fix check of number of argumentsBernhard Voelker2014-06-261-9/+9
* fallocate: clarify usage()Pádraig Brady2014-06-261-7/+9
* fallocate: use err_exclusive_options(), cleanup getopt_long() stuffKarel Zak2014-06-261-20/+24
* fallocate: fix FALLOC_FL_ZERO_RANGE flag checkKarel Zak2014-06-261-3/+7
* fallocate: add FALLOC_FL_ZERO_RANGE supportLukas Czerner2014-04-181-6/+19
* fallocate: introduce an option -c to support COLLAPSE_RANGEDongsu Park2014-04-181-17/+28
* fallocate: fix missing sentinel for is_nul()Karel Zak2014-02-191-2/+7
* fallocate: code optimalizationsKarel Zak2014-02-191-18/+29
* fallocate: use POSIX_FADV_DONTNEED to discard cached dataKarel Zak2014-02-181-3/+27
* fallocate: use SEEK_DATA on already sparse filesKarel Zak2014-02-181-3/+35
* fallocate: improve --dig-holesKarel Zak2014-02-171-55/+71
* fallocate: add --verbose, clean up usage()Karel Zak2014-02-141-12/+29
* fallocate: Add "--dig-holes" optionRodrigo Campos2014-02-141-23/+76
* fallocate: Hide #ifdef tricks to call fallocate in a functionRodrigo Campos2014-02-141-15/+28
* fallocate: Clarify that space can also be deallocatedRodrigo Campos2014-02-141-2/+2
* fallocate: prefer FALLOC_FL_* flags from libc headersKarel Zak2014-01-131-2/+3
* fallocate: check writing to a file descriptor was successfulSami Kerola2013-04-261-1/+2
* translation: unify file open error messagesSami Kerola2012-07-161-1/+1
* sys-utils: verify writing to streams was successfulSami Kerola2012-04-041-1/+2
* fallocate: add --version and align with howto-usage-function.txtSami Kerola2012-03-301-9/+12
* docs: corrections to FSF license files, and postal addressSami Kerola2012-02-241-3/+3
* fallocate: clean up fallbacks for FALLOC_FL_* flagsKarel Zak2011-11-231-1/+6
* fallocate: add FALLOC_FL_PUNCH_HOLE supportCong Wang2011-11-231-1/+7
* fallocate: cleanup usage()Karel Zak2011-08-161-5/+7
* move struct option to .rodataKarel Zak2011-03-031-1/+1
* build-sys: provide alternatives for err, errx, warn and warnxFabian Groffen2011-02-141-1/+1
* fallocate: fix typoKarel Zak2010-11-241-1/+1