aboutsummaryrefslogtreecommitdiffstats
path: root/misc/filefrag.c
Commit message (Expand)AuthorAgeFilesLines
* Switch back to 1.42.9 now that there is a fixJP Abgrall2014-03-191-141/+250
* Revert changes that moved from 1.41.14 to 1.42.9JP Abgrall2014-03-061-250/+141
* Add files that would normally be generated by the e2fsprogs build systemBernhard Rosenkränzer2014-01-051-1/+0
* misc: don't leak file descriptors (on error paths)Darrick J. Wong2013-12-121-0/+2
* misc: fix gcc -Wall warningsTheodore Ts'o2013-05-191-3/+3
* Fix gcc -Wall nitsTheodore Ts'o2013-01-011-1/+0
* filefrag: improvements to filefrag FIEMAP handlingAndreas Dilger2012-12-291-126/+238
* build: quiet some "gcc -Wall" compiler warningsAndreas Dilger2012-12-291-1/+1
* filefrag: fix segfault on virtual fsEric Sandeen2012-07-281-5/+6
* filefrag: fix report of number of extentsLiu Bo2012-07-281-15/+10
* filefrag: fix infinite loop in filefragTheodore Ts'o2011-10-091-7/+0
* filefrag: fix an off by one error in when printing the next expected blockTheodore Ts'o2011-09-301-5/+5
* filefrag: Display the number of contiguous, not physical, extentsTheodore Ts'o2011-09-301-6/+3
* Shorten compile commands run by the build systemTheodore Ts'o2011-09-181-0/+1
* filefrag: Fix uninitialized "expected" valueEric Sandeen2011-09-161-2/+3
* Merge branch 'maint' into nextTheodore Ts'o2011-05-071-0/+12
|\
| * filefrag: count 0 extents properly when verboseEric Sandeen2011-05-071-0/+12
* | Merge branch 'maint' into nextTheodore Ts'o2011-02-101-2/+0
|\|
| * filefrag: remove useless assignmentJim Meyering2011-02-061-2/+0
* | Merge branch 'maint' into nextTheodore Ts'o2010-01-311-1/+1
|\|
| * filefrag: Fix a core dump on sparc32 platforms with 8k file systemsTheodore Ts'o2009-11-291-1/+1
* | Merge branch 'maint' into nextTheodore Ts'o2009-08-221-8/+18
|\|
| * filefrag: don't print extent header on bmap fallbackEric Sandeen2009-08-151-5/+8
| * filefrag: fix frag count in bmap caseEric Sandeen2009-08-151-0/+2
| * filefrag: Add option to force use of the FIBMAP ioctlTheodore Ts'o2009-08-151-3/+8
* | Move declaration of FS_IOC_FIEMAP ioctl to fiemap.hTheodore Ts'o2009-08-221-1/+0
|/
* filefrag: fix it so it works in the bmap fallback case.Eric Sandeen2009-07-181-2/+0
* filefrag: Restore "perfect" number of extents calculation for ext2/ext3Theodore Ts'o2009-07-111-8/+8
* filefrag: fix fm_start in filefrag_fiemap loopPeng Tao2009-07-021-2/+2
* filefrag: Fix error checking for the fiemap ioctlTheodore Ts'o2009-06-021-4/+3
* filefrag: Add support to use the FIEMAP ioctlKalpak Shah2009-05-021-70/+263
* filefrag: Fix calculation of ideal number of extentsTheodore Ts'o2008-09-011-5/+7
* Remove trailing whitespace for the entire source treeTheodore Ts'o2008-08-271-5/+5
* Fix gcc -Wall warnings, especially on 64-bit systemsAndreas Dilger2007-05-251-1/+2
* Fix misc. gcc -Wall complaints in the misc and e2fsck directoriesTheodore Ts'o2006-11-141-2/+2
* Fix potential 2**32-1 overflow problems by ext2fs_div_ceil()Theodore Ts'o2006-08-301-1/+8
* Rename EXT3_EXTENTS_FL to EXT4_EXTENTS_FL and make it visible to the userAndreas Dilger2006-08-051-2/+2
* Add missing backwards compatibility for ancient Linux systemsTheodore Ts'o2006-05-291-1/+13
* Fix filefrag to be 32-bit cleanTheodore Ts'o2006-04-221-3/+4
* Fix various gcc -Wall complaints.Theodore Ts'o2005-12-101-1/+1
* filefrag.c (frag_report, get_bmap): The FIBMAP and FIGETBSZ ioctls return Theodore Ts'o2005-05-201-4/+5
* Fix a bug in filefrag so that it doesn't when the first block found is anTheodore Ts'o2005-05-051-1/+1
* Don't abort filefrag if EXT3_IOC_GETFLAGS ioctl is not supported, Theodore Ts'o2005-04-091-5/+2
* filefrag.c (frag_report): Automatically detect files that areTheodore Ts'o2005-03-181-3/+17
* filefrag.c (frag_report): In verbose mode, print the first andTheodore Ts'o2005-02-041-1/+4
* filefrag.c (frag_report): Fix filefrag so that it worksTheodore Ts'o2005-01-201-1/+1
* Applied patch from Francois Petillon (fantec at proxad.net) to Theodore Ts'o2005-01-171-1/+2
* filefrag.c: Fix gcc -Wall nits.Theodore Ts'o2004-02-261-3/+9
* filefrag.c: Use #ifdef __linux__ instead of __LINUX__ so that itTheodore Ts'o2004-02-031-1/+1
* Re-add FreeBSD support. Matthias Andree2003-12-281-3/+10