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