]> git.ipfire.org Git - thirdparty/e2fsprogs.git/history - misc/filefrag.c
e2fsck: only release clusters when shortening a directory during a rehash
[thirdparty/e2fsprogs.git] / misc / filefrag.c
2013-12-12  Darrick J. Wongmisc: don't leak file descriptors (on error paths)
2013-08-11  Theodore Ts'odebian: remove old symlinks to /usr/share/doc
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-09-16  Theodore Ts'oMerge branch 'maint' into next
2011-07-05  Theodore Ts'oMerge branch 'maint' into next
2011-06-11  Theodore Ts'oMerge branch 'maint' into next
2011-06-07  Theodore Ts'oMerge branch 'maint' into next
2011-06-05  Theodore Ts'oMerge branch 'maint' into next
2011-06-01  Theodore Ts'oMerge branch 'maint' into next
2011-05-08  Theodore Ts'oMerge branch 'maint' into next
2011-05-07  Eric Sandeenfilefrag: count 0 extents properly when verbose
2011-03-18  Theodore Ts'oMerge branch 'maint' into next
2011-02-28  Theodore Ts'oMerge branch 'maint' into next
2011-02-21  Theodore Ts'oMerge branch 'maint' into next
2011-02-18  Theodore Ts'oMerge branch 'maint' into next
2011-02-11  Theodore Ts'oMerge branch 'maint' into next
2011-02-07  Jim Meyeringfilefrag: remove useless assignment
2010-12-23  Theodore Ts'oMerge branch 'maint' into next
2010-12-20  Theodore Ts'oMerge branch 'maint' into next
2010-12-13  Theodore Ts'oMerge branch 'maint' into next
2010-11-22  Theodore Ts'oMerge branch 'maint'
2010-09-25  Theodore Ts'oMerge branch 'maint' into next
2010-07-19  Theodore Ts'oMerge branch 'maint' into next
2010-06-07  Theodore Ts'oMerge branch 'maint' into next
2010-03-15  Theodore Ts'oMerge branch 'maint' into next
2010-02-10  Theodore Ts'oMerge branch 'maint' into next
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-11-16  Theodore Ts'oMerge branch 'maint' into next
2009-10-24  Theodore Ts'oMerge branch 'maint' into next
2009-10-05  Theodore Ts'oMerge branch 'maint' into next
2009-09-07  Theodore Ts'oMerge branch 'maint' into next
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-07-21  Theodore Ts'oMerge branch 'maint' into next
2009-07-12  Theodore Ts'oMerge branch 'maint' into next
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...