summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2011-01-31maint: update copyright year lists in new filesJim Meyering-3/+3
2011-01-31tests: modernize sparse-fiemap testJim Meyering-5/+1
2011-01-31tests: remove duplicate fiemap-perf testJim Meyering-12/+5
2011-01-30doc: NEWS: mention cp's improvementJim Meyering-0/+9
2011-01-30build: update gnulib submodule to latestJim Meyering-0/+0
2011-01-30copy, tee: assume EINTR is always defined: remove #ifdefsJim Meyering-4/+0
2011-01-30tests: cp/fiemap: exercise previously-failing partsJim Meyering-0/+55
2011-01-30copy: make extent_copy use sparse_copy, rather than its own codeJim Meyering-60/+49
2011-01-30copy: remove obsolete commentJim Meyering-12/+9
2011-01-30copy: factor sparse-copying code into its own function, becauseJim Meyering-98/+114
2011-01-30fiemap copy: avoid leak-on-errorJim Meyering-4/+6
2011-01-30fiemap copy: avoid a performance hit due to very small bufferJim Meyering-3/+2
2011-01-30fiemap copy: simplify post-loop logic; improve commentsJim Meyering-30/+16
2011-01-30fiemap copy: rename some localsJim Meyering-11/+11
2011-01-30tests: ensure that FIEMAP-enabled cp copies a sparse file efficientlyJim Meyering-0/+33
2011-01-30copy: don't allocate a separate buffer just for extent-based copyJim Meyering-19/+17
2011-01-30copy: tweak variable name; improve a commentJim Meyering-6/+6
2011-01-30copy: call extent_copy also when make_holes is false, ...Jim Meyering-16/+13
2011-01-30copy: remove else-after-goto and adjust indentationJim Meyering-6/+4
2011-01-30extent-scan: adjust naming and formattingJim Meyering-33/+34
2011-01-30fiemap copy: don't let write failure go unreported; adjust style, etc.Jim Meyering-9/+19
2011-01-30fiemap copy: add extent-scan.[ch], avoid a double-free and reorganizejeff.liu-80/+296
2011-01-30build: distribute new test script, filefrag-extent-compareJim Meyering-0/+1
2011-01-30build: distribute new file, fiemap.hJim Meyering-0/+1
2011-01-30copy.c: add FIEMAP_FLAG_SYNC to fiemap ioctlJie Liu-0/+1
2011-01-30fiemap.h: include <stdint.h>, not <linux/types.h>Jim Meyering-1/+1
2011-01-30copy.c: ensure proper alignment of fiemap bufferPaul Eggert-7/+8
2011-01-30copy.c: adjust comments, tweak semanticsJim Meyering-26/+36
2011-01-30tests: relax the root-tests cross-checkJim Meyering-1/+1
2011-01-30tests: accommodate varying filefrag -v "flags" outputJim Meyering-1/+2
2011-01-30tests: exercise more of the new FIEMAP copying codeJim Meyering-19/+149
2011-01-30tests: add a new test for FIEMAP-copyJie Liu-0/+57
2011-01-30cp: copy sparse files efficiently using the FIEMAP ioctlJie Liu-0/+261
2011-01-29doc: add alternatives for field processing not supported by cutPádraig Brady-4/+19
2011-01-29join: don't report disorder against an empty filePádraig Brady-9/+29
2011-01-29join: ensure --header skips the order check with empty filesPádraig Brady-4/+17
2011-01-29join: add -o 'auto' to output a constant number of fields per linePádraig Brady-37/+96
2011-01-28tests: remove obsolete uses of "$$" in temporary file namesJim Meyering-29/+15
2011-01-26tests: don't hide all trace of the vc_exe_in_TESTS testJim Meyering-2/+2
2011-01-25tests: minor correctionAndreas Schwab-1/+1
2011-01-25tests: avoid FP failure due to suspensionJim Meyering-0/+4
2011-01-25tests: avoid rare FP failure in new du testJim Meyering-2/+4
2011-01-24split: avoid a new, spurious warning from gcc-4.6.0Jim Meyering-1/+1
2011-01-24tail: avoid new diagnostic when applying -f to a pipe on linux-2.3.38Jim Meyering-2/+5
2011-01-21doc: fix wording in warning about potential conflict with built-inJim Meyering-1/+1
2011-01-21manual: document floating point betterPaul Eggert-13/+39
2011-01-20build: update gnulib submodule to latestJim Meyering-0/+0
2011-01-20build: update gnulib submodule to latestJim Meyering-0/+0
2011-01-19maint: use slightly more efficient process in README-releaseJim Meyering-7/+9
2011-01-18tests: avoid FP failure in new du testJim Meyering-2/+9