summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-04post-release administriviaJim Meyering
2011-02-04version 8.10Jim Meyering
2011-02-04cp: avoid spurious failure on any non-linux kernelJim Meyering
2011-02-04tests: skip mv/i-3 on FreeBSD to avoid spurious failureJim Meyering
2011-02-03sort: fix --debug key highlighting when key start after key endPádraig Brady
2011-02-02tests: correct part of fiemap-perfJim Meyering
2011-02-02build: update gnulib submodule to latestJim Meyering
2011-01-31cp: fix the buffer size used when writing zerosPádraig Brady
2011-01-31cp: always initialize extent_copy's output parameterJim Meyering
2011-01-31tests: exercise a rarely-used corner of copy.cJim Meyering
2011-01-31cp: fix copying a sparse file to a pipeJim Meyering
2011-01-31tests: gfs2 also supports FIEMAPJim Meyering
2011-01-31maint: remove unused inclusion of "fiemap.h"Jim Meyering
2011-01-31tests: factor fiemap-related predicate into init.cfgJim Meyering
2011-01-31maint: update copyright year lists in new filesJim Meyering
2011-01-31tests: modernize sparse-fiemap testJim Meyering
2011-01-31tests: remove duplicate fiemap-perf testJim Meyering
2011-01-30doc: NEWS: mention cp's improvementJim Meyering
2011-01-30build: update gnulib submodule to latestJim Meyering
2011-01-30copy, tee: assume EINTR is always defined: remove #ifdefsJim Meyering
2011-01-30tests: cp/fiemap: exercise previously-failing partsJim Meyering
2011-01-30copy: make extent_copy use sparse_copy, rather than its own codeJim Meyering
2011-01-30copy: remove obsolete commentJim Meyering
2011-01-30copy: factor sparse-copying code into its own function, becauseJim Meyering
2011-01-30fiemap copy: avoid leak-on-errorJim Meyering
2011-01-30fiemap copy: avoid a performance hit due to very small bufferJim Meyering
2011-01-30fiemap copy: simplify post-loop logic; improve commentsJim Meyering
2011-01-30fiemap copy: rename some localsJim Meyering
2011-01-30tests: ensure that FIEMAP-enabled cp copies a sparse file efficientlyJim Meyering
2011-01-30copy: don't allocate a separate buffer just for extent-based copyJim Meyering
2011-01-30copy: tweak variable name; improve a commentJim Meyering
2011-01-30copy: call extent_copy also when make_holes is false, ...Jim Meyering
2011-01-30copy: remove else-after-goto and adjust indentationJim Meyering
2011-01-30extent-scan: adjust naming and formattingJim Meyering
2011-01-30fiemap copy: don't let write failure go unreported; adjust style, etc.Jim Meyering
2011-01-30fiemap copy: add extent-scan.[ch], avoid a double-free and reorganizejeff.liu
2011-01-30build: distribute new test script, filefrag-extent-compareJim Meyering
2011-01-30build: distribute new file, fiemap.hJim Meyering
2011-01-30copy.c: add FIEMAP_FLAG_SYNC to fiemap ioctlJie Liu
2011-01-30fiemap.h: include <stdint.h>, not <linux/types.h>Jim Meyering
2011-01-30copy.c: ensure proper alignment of fiemap bufferPaul Eggert
2011-01-30copy.c: adjust comments, tweak semanticsJim Meyering
2011-01-30tests: relax the root-tests cross-checkJim Meyering
2011-01-30tests: accommodate varying filefrag -v "flags" outputJim Meyering
2011-01-30tests: exercise more of the new FIEMAP copying codeJim Meyering
2011-01-30tests: add a new test for FIEMAP-copyJie Liu
2011-01-30cp: copy sparse files efficiently using the FIEMAP ioctlJie Liu
2011-01-29doc: add alternatives for field processing not supported by cutPádraig Brady
2011-01-29join: don't report disorder against an empty filePádraig Brady
2011-01-29join: ensure --header skips the order check with empty filesPádraig Brady