maint: with split lines, don't leave an operator at end of line
[platform/upstream/coreutils.git] / src / extent-scan.c
2012-05-02 Jim Meyeringmaint: with split lines, don't leave an operator at...
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-07-15 Pádraig Bradybuild: avoid a fiemap compile failure on some systems
2011-05-26 Jim Meyeringmaint: enforce cpp indentation policy
2011-04-20 Jim Meyeringcopy: always use FIEMAP_FLAG_SYNC, for now
2011-04-12 Jim Meyeringmaint: remove unnecessary inclusion of <stdio.h>
2011-04-11 Jim Meyeringmaint: remove doubled words in comments, e.g., s/to...
2011-04-06 Pádraig Bradycopy: handle mergeable extents across fiemap scans
2011-04-03 Jim Meyeringmaint: prohibit direct use of strncmp: prefer STREQ_LEN...
2011-04-03 Jim Meyeringcopy: require fiemap sync also for 2.6.38 kernels
2011-04-01 Pádraig Bradycopy: protect against overlapping extents
2011-03-31 Pádraig Bradycopy: with fiemap copy, only sync when needed
2011-03-11 Pádraig Bradycopy: merge similar extents before processing
2011-02-04 Jim Meyeringcp: avoid spurious failure on any non-linux kernel
2011-01-31 Jim Meyeringmaint: update copyright year lists in new files
2011-01-30 Jim Meyeringextent-scan: adjust naming and formatting
2011-01-30 jeff.liufiemap copy: add extent-scan.[ch], avoid a double-free...