aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
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-28copy: don't allocate a separate buffer just for extent-based copyJim Meyering1-19/+17
2011-01-28copy: tweak variable name; improve a commentJim Meyering1-6/+6
2011-01-28copy: call extent_copy also when make_holes is false, ...Jim Meyering1-16/+13
2011-01-28* src/copy.c (copy_reg): Remove useless else-after-goto.Jim Meyering1-6/+4
2011-01-28copy.c: shorten a comment to fit in 80 columnsJim Meyering1-1/+1
2011-01-28extent-scan.c: don't include error.h or quote.hJim Meyering1-2/+0
2011-01-28formattingJim Meyering2-5/+8
2011-01-28distribute extent-scan.h, tooJim Meyering1-1/+1
2011-01-28rename extent-scan functions to start with extent_scan_Jim Meyering3-22/+22
2011-01-28rename extent_scan memberJim Meyering3-6/+6
2011-01-28fiemap copy: don't let write failure go unreported; adjust style, etc.Jim Meyering1-9/+19
2011-01-28bug#6131: [PATCH]: fiemap support for efficient sparse file copyjeff.liu4-80/+296
2011-01-28build: distribute new file, fiemap.hJim Meyering1-0/+1
2011-01-28copy.c: add FIEMAP_FLAG_SYNC to fiemap ioctlJie Liu1-0/+1
2011-01-28fiemap.h: include <stdint.h>, not <linux/types.h>Jim Meyering1-1/+1
2011-01-28copy.c: ensure proper alignment of fiemap bufferPaul Eggert1-7/+8
2011-01-28copy.c: adjust comments, tweak semanticsJim Meyering1-26/+36
2011-01-28cp: Add FIEMAP support for efficient sparse file copyJie Liu2-0/+261
2011-01-24split: avoid a new, spurious warning from gcc-4.6.0Jim Meyering1-1/+1
2011-01-24tail: avoid new diagnostic when applying -f to a pipe on linux-2.3.38Jim Meyering1-2/+5
2011-01-17uniq: replace a wasteful loop with simple calculationJim Meyering1-2/+1
2011-01-17uniq: don't continue field processing after end of lineSami Kerola1-1/+1
2011-01-14maint: refactor to use read-file from gnulibPádraig Brady2-119/+11
2011-01-13maint: trivial system header file cleanupsPádraig Brady4-7/+9
2011-01-11rm: ignore errno related to invalid file namesNadav Har'El1-1/+9
2011-01-10du: don't abort when a subdir is renamed during traversalJim Meyering1-4/+11
2011-01-07maint: suppress some clang scan-build warningsPádraig Brady3-6/+8
2011-01-07maint: replace uses of ignore_ptr with ignore_valuePádraig Brady3-3/+3
2011-01-01maint: update all copyright year number rangesJim Meyering120-120/+120
2010-12-30split: fix the suffix length calculationPádraig Brady1-12/+21
2010-12-28coreutils: keep lines within 80-column limitsPaul Eggert22-68/+112
2010-12-24maint: avoid syntax-check failure due to unused #includeJim Meyering1-1/+0
2010-12-23csplit: diagnose file counter wraparoundPaul Eggert1-8/+16
2010-12-22sort: minor performance tweak with num_processorsPaul Eggert1-2/+2
2010-12-22getlimits: port to hosts with very wide int, or non-ASCIIPaul Eggert1-50/+24
2010-12-20who: omit useless definitions of MAXHOSTNAMELENPaul Eggert2-8/+0
2010-12-20maint: fix a typo in sort --parallel help messagePádraig Brady1-1/+1
2010-12-19wc: fix a possible hang with --files0-fromPádraig Brady1-2/+2
2010-12-19cp: ensure backups are created when -T specifiedPádraig Brady1-0/+2
2010-12-19sort: use at most 8 threads by defaultPádraig Brady1-6/+11
2010-12-16sort: do not generate thousands of subprocesses for 16-way mergePaul Eggert1-13/+21
2010-12-16sort: fix hang with sort --compressPaul Eggert1-79/+80
2010-12-16sort: don't dump core when merging from input twicePaul Eggert1-25/+17