summaryrefslogtreecommitdiff
path: root/misc/e4defrag.c
Commit message (Expand)AuthorAgeFilesLines
* e4defrag: fix error reporting when ext2fs_open failsTheodore Ts'o2014-04-101-4/+4
* e4defrag: open fs with EXT2_FLAG_64BITS flagJon Ernst2014-04-101-2/+2
* e4defrag: remove local sync_file_range and fallocateBaruch Siach2014-02-181-47/+3
* e4defrag: choose the best available posix_fadvise variantBaruch Siach2014-01-051-20/+11
* Clean up sparse warningsTheodore Ts'o2013-12-161-18/+19
* e4defrag: defensively check results of sysconf(_SC_PAGESIZE)Darrick J. Wong2013-12-121-0/+3
* e4defrag: don't crash if umounts the filesystem races with usDarrick J. Wong2013-12-121-1/+1
* e4defrag: handle device symlinksEric Sandeen2012-07-281-2/+26
* Shorten compile commands run by the build systemTheodore Ts'o2011-09-181-0/+1
* e4defrag: Check error return of sysconf()Eric Sandeen2011-09-161-1/+4
* e4defrag: Use libext2fs to get the correct superblock informationKazuya Mio2010-12-241-167/+18
* e4defrag: fix segfault when e4defrag races with unlink/truncateKazuya Mio2010-12-241-1/+1
* e4defrag: Fix the overflow in e4defrag with > 2GB filesTheodore Ts'o2010-12-161-4/+4
* e4defrag: avoid unsuccessful return for an non-privileged userKazuya Mio2010-12-131-0/+1
* e4defrag: fix file blocks calculationKazuya Mio2010-12-131-17/+29
* e4defrag: output size per extent by -c optionKazuya Mio2010-12-131-24/+52
* e4defrag: return more specific error message on ioctl failurePeng Tao2010-12-131-1/+5
* e4defrag: skip "rootfs" entry when checking for ext4 filesystemEric Sandeen2010-12-131-0/+2
* e4defrag: open the file to be defragged in read/write modeDarrick J. Wong2010-12-131-1/+1
* e4defrag: fix ppc buildKyle McMartin2009-09-071-0/+6
* Move declaration of FS_IOC_FIEMAP ioctl to fiemap.hTheodore Ts'o2009-08-221-1/+1
* e4defrag: remove a lot of cruftEric Sandeen2009-07-271-81/+34
* e4defrag: Fix compile warningsKazuya Mio2009-07-111-34/+39
* e4defrag: Fix a core dump when trying to defrag a file with no blocksTheodore Ts'o2009-07-091-0/+18
* Add e4defrag to the misc directoryTheodore Ts'o2009-07-091-0/+2171