Whamcloud - gitweb
filefrag: add -E option to display the extent status cache
[tools/e2fsprogs.git] / misc / e4defrag.c
2019-06-07 Theodore Ts'oFix posix_memalign and posix_fadvise calls.
2019-01-04 Theodore Ts'oe4defrag: adjust total count when files change during...
2019-01-04 Theodore Ts'oRevert "e4defrag: use 64-bit counters to track # files...
2018-12-15 Theodore Ts'oe4defrag: use 64-bit counters to track # files defragged
2018-10-21 Theodore Ts'oe4defrag: handle failure to open the file system gracefully
2018-06-24 Theodore Ts'oFix gcc and clang warnings
2017-10-16 Sebastian RasmussenFix typos in code comments and developer docs
2017-06-28 Marc Thomase4defrag: fix GCC7.x compiler warning
2017-06-23 Marc Thomase4defrag: display the e2fsprogs version number
2015-09-06 Theodore Ts'oe4defrag: fix build failure if libc doesn't have sync_f...
2015-05-16 Darrick J. Wongmisc: fix Coverity bugs
2014-07-22 Darrick J. Wonge4defrag: backwards-allocated files should be defragmen...
2014-07-06 Lukas Czernere2fsprogs: introduce ext2fs_close_free() helper
2014-04-11 Theodore Ts'oe4defrag: fix error reporting when ext2fs_open fails
2014-04-11 Jon Ernste4defrag: open fs with EXT2_FLAG_64BITS flag
2014-02-19 Baruch Siache4defrag: remove local sync_file_range and fallocate
2014-01-06 Baruch Siache4defrag: choose the best available posix_fadvise variant
2013-12-16 Theodore Ts'oClean up sparse warnings
2013-12-12 Darrick J. Wonge4defrag: defensively check results of sysconf(_SC_PAGE...
2013-12-12 Darrick J. Wonge4defrag: don't crash if umounts the filesystem races...
2012-07-28 Eric Sandeene4defrag: handle device symlinks
2011-09-18 Theodore Ts'oShorten compile commands run by the build system
2011-09-16 Eric Sandeene4defrag: Check error return of sysconf()
2010-12-24 Kazuya Mioe4defrag: Use libext2fs to get the correct superblock...
2010-12-24 Kazuya Mioe4defrag: fix segfault when e4defrag races with unlink...
2010-12-17 Theodore Ts'oe4defrag: Fix the overflow in e4defrag with > 2GB files
2010-12-13 Kazuya Mioe4defrag: avoid unsuccessful return for an non-privileg...
2010-12-13 Kazuya Mioe4defrag: fix file blocks calculation
2010-12-13 Kazuya Mioe4defrag: output size per extent by -c option
2010-12-13 Peng Taoe4defrag: return more specific error message on ioctl...
2010-12-13 Eric Sandeene4defrag: skip "rootfs" entry when checking for ext4...
2010-12-13 Darrick J. Wonge4defrag: open the file to be defragged in read/write...
2009-09-07 Kyle McMartine4defrag: fix ppc build
2009-08-22 Theodore Ts'oMove declaration of FS_IOC_FIEMAP ioctl to fiemap.h
2009-07-27 Eric Sandeene4defrag: remove a lot of cruft
2009-07-11 Kazuya Mioe4defrag: Fix compile warnings
2009-07-09 Theodore Ts'oe4defrag: Fix a core dump when trying to defrag a file...
2009-07-09 Theodore Ts'oAdd e4defrag to the misc directory