summaryrefslogtreecommitdiff
path: root/src/extent-scan.c
Commit message (Expand)AuthorAgeFilesLines
* maint: cleanup up various uses of __attribute__Pádraig Brady2013-02-201-1/+1
* maint: update all copyright year number rangesJim Meyering2013-01-011-1/+1
* cp: avoid data-corrupting free-memory-readJim Meyering2012-10-171-3/+9
* maint: with split lines, don't leave an operator at end of lineJim Meyering2012-05-021-6/+6
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* build: avoid a fiemap compile failure on some systemsPádraig Brady2011-07-151-3/+1
* maint: enforce cpp indentation policyJim Meyering2011-05-261-2/+2
* copy: always use FIEMAP_FLAG_SYNC, for nowJim Meyering2011-04-201-0/+8
* maint: remove unnecessary inclusion of <stdio.h>Jim Meyering2011-04-121-1/+0
* maint: remove doubled words in comments, e.g., s/to to/to/Jim Meyering2011-04-111-1/+1
* copy: handle mergeable extents across fiemap scansPádraig Brady2011-04-061-88/+106
* maint: prohibit direct use of strncmp: prefer STREQ_LEN, STRNCMP_LITJim Meyering2011-04-031-1/+1
* copy: require fiemap sync also for 2.6.38 kernelsJim Meyering2011-04-031-2/+2
* copy: protect against overlapping extentsPádraig Brady2011-04-011-1/+33
* copy: with fiemap copy, only sync when neededPádraig Brady2011-03-311-1/+33
* copy: merge similar extents before processingPádraig Brady2011-03-111-11/+28
* cp: avoid spurious failure on any non-linux kernelJim Meyering2011-02-041-0/+1
* maint: update copyright year lists in new filesJim Meyering2011-01-311-1/+1
* extent-scan: adjust naming and formattingJim Meyering2011-01-301-10/+13
* fiemap copy: add extent-scan.[ch], avoid a double-free and reorganizejeff.liu2011-01-301-0/+113