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