summaryrefslogtreecommitdiff
path: root/misc/e4defrag.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o1-0/+1
2011-09-16e4defrag: Check error return of sysconf()Eric Sandeen1-1/+4
2010-12-24e4defrag: Use libext2fs to get the correct superblock informationKazuya Mio1-167/+18
2010-12-24e4defrag: fix segfault when e4defrag races with unlink/truncateKazuya Mio1-1/+1
2010-12-16e4defrag: Fix the overflow in e4defrag with > 2GB filesTheodore Ts'o1-4/+4
2010-12-13e4defrag: avoid unsuccessful return for an non-privileged userKazuya Mio1-0/+1
2010-12-13e4defrag: fix file blocks calculationKazuya Mio1-17/+29
2010-12-13e4defrag: output size per extent by -c optionKazuya Mio1-24/+52
2010-12-13e4defrag: return more specific error message on ioctl failurePeng Tao1-1/+5
2010-12-13e4defrag: skip "rootfs" entry when checking for ext4 filesystemEric Sandeen1-0/+2
2010-12-13e4defrag: open the file to be defragged in read/write modeDarrick J. Wong1-1/+1
2009-09-07e4defrag: fix ppc buildKyle McMartin1-0/+6
2009-08-22Move declaration of FS_IOC_FIEMAP ioctl to fiemap.hTheodore Ts'o1-1/+1
2009-07-27e4defrag: remove a lot of cruftEric Sandeen1-81/+34
2009-07-11e4defrag: Fix compile warningsKazuya Mio1-34/+39
2009-07-09e4defrag: Fix a core dump when trying to defrag a file with no blocksTheodore Ts'o1-0/+18
2009-07-09Add e4defrag to the misc directoryTheodore Ts'o1-0/+2171