summaryrefslogtreecommitdiff
path: root/src/df.c
AgeCommit message (Expand)Author
2017-01-01maint: update all copyright year number rangesPádraig Brady
2016-11-14all: reduce usage of proper_name_utf8()Pádraig Brady
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady
2016-08-03df: improve performance with many mount pointsPhilipp Thomas
2016-01-01maint: update all copyright year number rangesPádraig Brady
2015-12-14maint: fix incorrect spellings etcPádraig Brady
2015-11-04all: avoid quoting file names when possiblePádraig Brady
2015-10-03build: Pacify GCC 5 on 32-bit hostsPaul Eggert
2015-09-23df: prioritize mounts nearer the device rootDave Chiluk
2015-06-28maint: clarify df's use of device IDs from /proc/self/mountinfoPádraig Brady
2015-04-13df: fix --local hanging with inaccessible remote mountsPádraig Brady
2015-04-03df: fix use of uninitialized variable reported by valgrindPádraig Brady
2015-01-31doc,maint: fix use of "i.e." in documentation and commentsBernhard Voelker
2015-01-01maint: update all copyright year number rangesPádraig Brady
2014-11-24df: only suppress remote mounts of separate exports with --totalPádraig Brady
2014-11-23df: ensure -a shows all remote file system entriesPádraig Brady
2014-10-27doc: mention that df -a includes duplicate file systemsPádraig Brady
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert
2014-08-19df: improve mount point selection with inaccurate mount listPádraig Brady
2014-07-13maint: avoid an inconsequential mem leakPádraig Brady
2014-06-25df: report correct device in presence of eclipsed mountsPádraig Brady
2014-06-24df: look for accessible mount points for specified devicesPádraig Brady
2014-06-24df: output placeholder values for inaccessible mount pointsPádraig Brady
2014-06-18df: use all of the last device details providedPádraig Brady
2014-06-02maint: avoid compiler warnings with some assert() implementationsBen Walton
2014-05-29df: use the last device name provided by the systemPádraig Brady
2014-05-13maint: avoid clang -Wtautological-constant-out-of-range-compare warningPádraig Brady
2014-05-13df: ignore non file system entries in /proc/mountsPádraig Brady
2014-05-13df: fix handling of symlinks in mount listPádraig Brady
2014-05-13df: also deduplicate virtual file systemsPádraig Brady
2014-04-16maint: df: avoid sizeof(char**) static analysis warningBernhard Voelker
2014-03-03doc: improve df --human and --si, help and man pagePádraig Brady
2014-01-02maint: update all copyright year number rangesBernhard Voelker
2013-12-04df: handle bind mounts when processing device nodesPádraig Brady
2013-12-04df: dereference symlinks to disk device nodesPádraig Brady
2013-12-03maint: avoid '%s' quoting notation in diagnostic messagesBernhard Voelker
2013-11-29df: remove long-obsolescent --megabytes optionBernhard Voelker
2013-11-27df: add --output=file to directly output specified argumentsPádraig Brady
2013-08-29df: fix "blocks" translation in headerPádraig Brady
2013-08-05doc: more semicolons instead of periods in option descriptionsBenno Schulenberg
2013-07-11df: reduce memory usage when filtering mount entriesAnton Ovchinnikov
2013-07-11maint: adjust indentation in df.cPádraig Brady
2013-07-09df: fix mount list processing with unstatable mount dirsPádraig Brady
2013-01-28df: do not treat rootfs speciallyBernhard Voelker
2013-01-27df: prefer fullpath entries when deduplicatingOndrej Oprala
2013-01-23maint: define usage note about mandatory args centrallyBernhard Voelker
2013-01-01maint: update all copyright year number rangesJim Meyering
2012-12-07df: do not print duplicate entries and rootfs by defaultOndrej Oprala
2012-11-22df: reorder default field list of --output optionBernhard Voelker