aboutsummaryrefslogtreecommitdiffstats
path: root/misc/e2freefrag.c
Commit message (Expand)AuthorAgeFilesLines
* Switch back to 1.42.9 now that there is a fixJP Abgrall2014-03-191-58/+81
* Revert changes that moved from 1.41.14 to 1.42.9JP Abgrall2014-03-061-81/+58
* Add files that would normally be generated by the e2fsprogs build systemBernhard Rosenkränzer2014-01-051-1/+0
* e2freefrag: avoid integer overflow when reporting free space statisticsTheodore Ts'o2013-12-281-4/+4
* e2freefrag: use 64-bit rbtree bitmapsTheodore Ts'o2012-10-041-1/+2
* debugfs: fix gcc -Wall complaintsTheodore Ts'o2011-11-181-20/+24
* debugfs: add the freefrag commandTheodore Ts'o2011-11-181-27/+47
* e2freefrag: fix "Illegal block number" errors with bigalloc file systemsRobin Dong2011-11-111-1/+1
* Shorten compile commands run by the build systemTheodore Ts'o2011-09-181-0/+1
* freefrag: fix up getopt case statementEric Sandeen2011-09-161-3/+1
* misc: clean up compiler warningsAndreas Dilger2011-06-111-2/+2
* Merge branch 'maint' into nextTheodore Ts'o2010-07-191-1/+3
|\
| * e2freefrag: Fix getopt bug on machines with unsigned charsMike Frysinger2010-07-051-1/+2
| * e2freefrag: Display the total number of free extentsTheodore Ts'o2010-07-051-0/+1
* | Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count()Valerie Aurora Henson2009-09-071-5/+5
* | Convert tune2fs, dumpe2fs, and e2image to the new bitmap interfaceValerie Aurora Henson2009-08-221-1/+1
|/
* e2freefrag: Take into account the last free extent in the file systemTheodore Ts'o2009-08-091-17/+30
* e2freefrag: Fix to work correctly for file systems with 1kb block sizesTheodore Ts'o2009-08-091-4/+8
* e2freefrag: Do not print chunk-related information by defaultTheodore Ts'o2009-08-091-11/+19
* e2freefrag: Clarify e2freefrag's messagesTheodore Ts'o2009-08-091-6/+6
* e2freefrag: Initialize the ext2 error tableTheodore Ts'o2009-08-091-0/+1
* e2freefrag: Improve output to include be more like xfs_db's freesp -sAndreas Dilger2009-07-241-8/+17
* e2freefrag: New program which displays how fragmented the free space isTheodore Ts'o2009-07-221-0/+275