summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: cp/fiemap: exercise previously-failing partsfiemap-copy-2Jim Meyering2011-01-292-0/+55
* copy: make extent_copy use sparse_copy, rather than its own codeJim Meyering2011-01-291-60/+49
* copy: remove obsolete commentJim Meyering2011-01-291-12/+9
* copy: factor sparse-copying code into its own function, becauseJim Meyering2011-01-291-98/+114
* fiemap copy: avoid leak-on-errorJim Meyering2011-01-291-4/+6
* fiemap copy: avoid a performance hit due to very small bufferJim Meyering2011-01-291-3/+2
* fiemap copy: simplify post-loop logic; improve commentsJim Meyering2011-01-291-30/+16
* fiemap copy: rename some localsJim Meyering2011-01-291-11/+11
* tests: ensure that FIEMAP-enabled cp copies a sparse file efficientlyJim Meyering2011-01-292-0/+33
* copy: don't allocate a separate buffer just for extent-based copyJim Meyering2011-01-221-19/+17
* copy: tweak variable name; improve a commentJim Meyering2011-01-221-6/+6
* copy: call extent_copy also when make_holes is false, ...Jim Meyering2011-01-221-16/+13
* * src/copy.c (copy_reg): Remove useless else-after-goto.Jim Meyering2011-01-221-6/+4
* copy.c: shorten a comment to fit in 80 columnsJim Meyering2011-01-221-1/+1
* extent-scan.c: don't include error.h or quote.hJim Meyering2011-01-221-2/+0
* formattingJim Meyering2011-01-222-5/+8
* distribute extent-scan.h, tooJim Meyering2011-01-221-1/+1
* rename extent-scan functions to start with extent_scan_Jim Meyering2011-01-223-22/+22
* rename extent_scan memberJim Meyering2011-01-223-6/+6
* fiemap copy: don't let write failure go unreported; adjust style, etc.Jim Meyering2011-01-221-9/+19
* bug#6131: [PATCH]: fiemap support for efficient sparse file copyjeff.liu2011-01-224-80/+296
* build: distribute new test script, filefrag-extent-compareJim Meyering2011-01-221-0/+1
* build: distribute new file, fiemap.hJim Meyering2011-01-221-0/+1
* copy.c: add FIEMAP_FLAG_SYNC to fiemap ioctlJie Liu2011-01-221-0/+1
* tests: accommodate varying filefrag -v "flags" outputJim Meyering2011-01-221-1/+2
* fiemap.h: include <stdint.h>, not <linux/types.h>Jim Meyering2011-01-221-1/+1
* copy.c: ensure proper alignment of fiemap bufferPaul Eggert2011-01-221-7/+8
* copy.c: adjust comments, tweak semanticsJim Meyering2011-01-221-26/+36
* tests: improve fiemap test to work with 4 FS types; fall back on ext4Jim Meyering2011-01-222-11/+95
* tests: relax the root-tests cross-checkJim Meyering2011-01-221-1/+1
* tests: test fiemap-enabled cp more thoroughlyJim Meyering2011-01-221-29/+32
* tests: require root only if current partition is neither btrfs nor xfsJim Meyering2011-01-221-22/+27
* tests: exercise more of the new FIEMAP copying codeJim Meyering2011-01-221-0/+38
* tests: sparse-fiemap: factor out some set-upJim Meyering2011-01-221-4/+4
* tests: add a new test for FIEMAP-copyJie Liu2011-01-222-0/+57
* cp: Add FIEMAP support for efficient sparse file copyJie Liu2011-01-222-0/+261
* doc: fix wording in warning about potential conflict with built-inJim Meyering2011-01-211-1/+1
* manual: document floating point betterPaul Eggert2011-01-211-13/+39
* build: update gnulib submodule to latestJim Meyering2011-01-201-0/+0
* build: update gnulib submodule to latestJim Meyering2011-01-201-0/+0
* maint: use slightly more efficient process in README-releaseJim Meyering2011-01-191-7/+9
* tests: avoid FP failure in new du testJim Meyering2011-01-181-2/+9
* build: update gnulib submodule to latestJim Meyering2011-01-181-0/+0
* doc: update NEWSJim Meyering2011-01-181-0/+1
* doc: show how to shred more efficientlyJim Meyering2011-01-171-0/+14
* uniq: replace a wasteful loop with simple calculationJim Meyering2011-01-171-2/+1
* tests: add a test for today's uniq bugJim Meyering2011-01-172-0/+26
* uniq: don't continue field processing after end of lineSami Kerola2011-01-172-1/+3
* doc: specify how tr, echo, printf treat octal numbersOndřej Vašík2011-01-151-6/+13
* maint: refactor to use read-file from gnulibPádraig Brady2011-01-143-119/+12