aboutsummaryrefslogtreecommitdiff
path: root/misc/filefrag.c
AgeCommit message (Expand)Author
2021-02-11Fix clang warnings on architectures with a 64-bit longTheodore Ts'o
2021-01-19Merge branch 'maint' into nextTheodore Ts'o
2021-01-19filefrag: handle invalid st_dev and blksize casesLuis Henriques
2020-03-07Merge branch 'maint' into nextTheodore Ts'o
2020-03-04misc: handle very large files with filefragAndreas Dilger
2020-01-23filefrag: add -E option to display the extent status cacheTheodore Ts'o
2018-10-10filefrag.c: fix build problem when using musl libcTheodore Ts'o
2018-07-14Fix compile error and warnings for old gcc versionsLi Dongyang
2018-06-23Fix gcc and clang warningsTheodore Ts'o
2018-06-22filefrag: don't ignore fsync errorsLukas Czerner
2018-03-29filefrag: avoid temporary buffer overflowAndreas Dilger
2017-06-28filefrag: fix GCC7.x compiler warningMarc Thomas
2016-05-10More man page and usage message fixupsTheodore Ts'o
2016-03-06filefrag: accommodate holes when calculating expected valuesDarrick J. Wong
2015-07-13misc: cleanup gcc -Wall warningsTheodore Ts'o
2015-06-19Merge branch 'maint' into nextTheodore Ts'o
2015-06-19misc: fix alignment warnings on ARMAndreas Dilger
2015-05-16filefrag: fix broken extent emulation and uninitialized variablesDarrick J. Wong
2014-08-13filefrag: fix extent count calculation when using FIBMAPTheodore Ts'o
2014-08-01filefrag: minor code fixes and cleanupsAndreas Dilger
2014-07-27filefrag: fix block size valueRakesh Pandit
2014-07-27filefrag: fix -B option and extents calculation for FIBMAPRakesh Pandit
2014-06-01filefrag: fix issues with 29758d2Eric Sandeen
2014-05-27filefrag: exit with error code if an error is hitAndreas Dilger
2014-05-27misc: use unsigned long long for file block count in filefragVitaliy Filippov
2014-05-04e2fsprogs/filefrag: print shared extent flagMark Fasheh
2013-12-12misc: don't leak file descriptors (on error paths)Darrick J. Wong
2013-05-19misc: fix gcc -Wall warningsTheodore Ts'o
2013-01-01Fix gcc -Wall nitsTheodore Ts'o
2012-12-29filefrag: improvements to filefrag FIEMAP handlingAndreas Dilger
2012-12-29build: quiet some "gcc -Wall" compiler warningsAndreas Dilger
2012-07-28filefrag: fix segfault on virtual fsEric Sandeen
2012-07-28filefrag: fix report of number of extentsLiu Bo
2011-10-09filefrag: fix infinite loop in filefragTheodore Ts'o
2011-09-30filefrag: fix an off by one error in when printing the next expected blockTheodore Ts'o
2011-09-30filefrag: Display the number of contiguous, not physical, extentsTheodore Ts'o
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o
2011-09-16filefrag: Fix uninitialized "expected" valueEric Sandeen
2011-05-07Merge branch 'maint' into nextTheodore Ts'o
2011-05-07filefrag: count 0 extents properly when verboseEric Sandeen
2011-02-10Merge branch 'maint' into nextTheodore Ts'o
2011-02-06filefrag: remove useless assignmentJim Meyering
2010-01-31Merge branch 'maint' into nextTheodore Ts'o
2009-11-29filefrag: Fix a core dump on sparc32 platforms with 8k file systemsTheodore Ts'o
2009-08-15filefrag: don't print extent header on bmap fallbackEric Sandeen
2009-08-15filefrag: fix frag count in bmap caseEric Sandeen
2009-08-15filefrag: Add option to force use of the FIBMAP ioctlTheodore Ts'o
2009-08-22Merge branch 'maint' into nextTheodore Ts'o
2009-08-22Move declaration of FS_IOC_FIEMAP ioctl to fiemap.hTheodore Ts'o
2009-07-18filefrag: fix it so it works in the bmap fallback case.Eric Sandeen