summaryrefslogtreecommitdiff
path: root/src/extent-scan.c
AgeCommit message (Expand)Author
2012-01-01maint: update all copyright year number rangesJim Meyering
2011-07-15build: avoid a fiemap compile failure on some systemsPádraig Brady
2011-05-26maint: enforce cpp indentation policyJim Meyering
2011-04-20copy: always use FIEMAP_FLAG_SYNC, for nowJim Meyering
2011-04-12maint: remove unnecessary inclusion of <stdio.h>Jim Meyering
2011-04-11maint: remove doubled words in comments, e.g., s/to to/to/Jim Meyering
2011-04-06copy: handle mergeable extents across fiemap scansPádraig Brady
2011-04-03maint: prohibit direct use of strncmp: prefer STREQ_LEN, STRNCMP_LITJim Meyering
2011-04-03copy: require fiemap sync also for 2.6.38 kernelsJim Meyering
2011-04-01copy: protect against overlapping extentsPádraig Brady
2011-03-31copy: with fiemap copy, only sync when neededPádraig Brady
2011-03-11copy: merge similar extents before processingPádraig Brady
2011-02-04cp: avoid spurious failure on any non-linux kernelJim Meyering
2011-01-31maint: update copyright year lists in new filesJim Meyering
2011-01-30extent-scan: adjust naming and formattingJim Meyering
2011-01-30fiemap copy: add extent-scan.[ch], avoid a double-free and reorganizejeff.liu