Whamcloud - gitweb
libcom_err: deal with the fact that the Hurd error messages are not zero-based
[tools/e2fsprogs.git] / misc / filefrag.c
2018-10-11 Theodore Ts'ofilefrag.c: fix build problem when using musl libc
2018-07-15 Li DongyangFix compile error and warnings for old gcc versions
2018-06-24 Theodore Ts'oFix gcc and clang warnings
2018-06-22 Lukas Czernerfilefrag: don't ignore fsync errors
2018-03-30 Andreas Dilgerfilefrag: avoid temporary buffer overflow
2017-06-28 Marc Thomasfilefrag: fix GCC7.x compiler warning
2016-05-11 Theodore Ts'oMore man page and usage message fixups
2016-03-07 Darrick J. Wongfilefrag: accommodate holes when calculating expected...
2015-07-13 Theodore Ts'omisc: cleanup gcc -Wall warnings
2015-06-20 Theodore Ts'oMerge branch 'maint' into next
2015-06-20 Andreas Dilgermisc: fix alignment warnings on ARM
2015-05-17 Darrick J. Wongfilefrag: fix broken extent emulation and uninitialized...
2014-08-13 Theodore Ts'ofilefrag: fix extent count calculation when using FIBMAP
2014-08-02 Andreas Dilgerfilefrag: minor code fixes and cleanups
2014-07-28 Rakesh Panditfilefrag: fix block size value
2014-07-27 Rakesh Panditfilefrag: fix -B option and extents calculation for...
2014-06-02 Eric Sandeenfilefrag: fix issues with 29758d2
2014-05-27 Andreas Dilgerfilefrag: exit with error code if an error is hit
2014-05-27 Vitaliy Filippovmisc: use unsigned long long for file block count in...
2014-05-05 Mark Fashehe2fsprogs/filefrag: print shared extent flag
2013-12-12 Darrick J. Wongmisc: don't leak file descriptors (on error paths)
2013-05-20 Theodore Ts'omisc: fix gcc -Wall warnings
2013-01-01 Theodore Ts'oFix gcc -Wall nits
2012-12-30 Andreas Dilgerfilefrag: improvements to filefrag FIEMAP handling
2012-12-29 Andreas Dilgerbuild: quiet some "gcc -Wall" compiler warnings
2012-07-28 Eric Sandeenfilefrag: fix segfault on virtual fs
2012-07-28 Liu Bofilefrag: fix report of number of extents
2011-10-09 Theodore Ts'ofilefrag: fix infinite loop in filefrag
2011-10-01 Theodore Ts'ofilefrag: fix an off by one error in when printing...
2011-10-01 Theodore Ts'ofilefrag: Display the number of contiguous, not physica...
2011-09-18 Theodore Ts'oShorten compile commands run by the build system
2011-09-16 Eric Sandeenfilefrag: Fix uninitialized "expected" value
2011-05-08 Theodore Ts'oMerge branch 'maint' into next
2011-05-07 Eric Sandeenfilefrag: count 0 extents properly when verbose
2011-02-11 Theodore Ts'oMerge branch 'maint' into next
2011-02-07 Jim Meyeringfilefrag: remove useless assignment
2010-01-31 Theodore Ts'oMerge branch 'maint' into next
2009-11-29 Theodore Ts'ofilefrag: Fix a core dump on sparc32 platforms with...
2009-08-16 Eric Sandeenfilefrag: don't print extent header on bmap fallback
2009-08-16 Eric Sandeenfilefrag: fix frag count in bmap case
2009-08-16 Theodore Ts'ofilefrag: Add option to force use of the FIBMAP ioctl
2009-08-22 Theodore Ts'oMerge branch 'maint' into next
2009-08-22 Theodore Ts'oMove declaration of FS_IOC_FIEMAP ioctl to fiemap.h
2009-07-18 Eric Sandeenfilefrag: fix it so it works in the bmap fallback case.
2009-07-12 Theodore Ts'ofilefrag: Restore "perfect" number of extents calculati...
2009-07-02 Peng Taofilefrag: fix fm_start in filefrag_fiemap loop
2009-06-02 Theodore Ts'ofilefrag: Fix error checking for the fiemap ioctl
2009-05-03 Kalpak Shahfilefrag: Add support to use the FIEMAP ioctl
2008-09-01 Theodore Ts'ofilefrag: Fix calculation of ideal number of extents
2008-08-28 Theodore Ts'oRemove trailing whitespace for the entire source tree
2007-05-25 Andreas DilgerFix gcc -Wall warnings, especially on 64-bit systems
2006-11-15 Theodore Ts'oFix misc. gcc -Wall complaints in the misc and e2fsck...
2006-08-30 Theodore Ts'oFix potential 2**32-1 overflow problems by ext2fs_div_c...
2006-08-05 Andreas DilgerRename EXT3_EXTENTS_FL to EXT4_EXTENTS_FL and make...
2006-05-29 Theodore Ts'oAdd missing backwards compatibility for ancient Linux...
2006-04-22 Theodore Ts'oFix filefrag to be 32-bit clean
2005-12-11 Theodore Ts'oFix various gcc -Wall complaints.
2005-05-21 Theodore Ts'ofilefrag.c (frag_report, get_bmap): The FIBMAP and...
2005-05-06 Theodore Ts'oFix a bug in filefrag so that it doesn't when the first...
2005-04-09 Theodore Ts'oDon't abort filefrag if EXT3_IOC_GETFLAGS ioctl is...
2005-03-19 Theodore Ts'ofilefrag.c (frag_report): Automatically detect files...
2005-02-04 Theodore Ts'ofilefrag.c (frag_report): In verbose mode, print the...
2005-01-20 Theodore Ts'ofilefrag.c (frag_report): Fix filefrag so that it works
2005-01-17 Theodore Ts'oApplied patch from Francois Petillon (fantec at proxad...
2004-02-27 Theodore Ts'ofilefrag.c: Fix gcc -Wall nits.
2004-02-04 Theodore Ts'ofilefrag.c: Use #ifdef __linux__ instead of __LINUX__...
2003-12-28 Matthias AndreeRe-add FreeBSD support.
2003-12-20 Matthias AndreeTrivial warning fixes.
2003-12-17 Theodore Ts'oInitial checkin of the filefrag program, which reports...