summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2011-04-01copy: process empty extents more efficientlyPádraig Brady-14/+66
2011-04-01copy: protect against overlapping extentsPádraig Brady-1/+33
2011-04-01copy: link rather than copy symlinks, when --link usedPádraig Brady-7/+20
2011-03-31copy: with fiemap copy, only sync when neededPádraig Brady-1/+36
2011-03-28maint: correct formatting style in a headerJim Meyering-5/+6
2011-03-23df: fix alignment of columnsPádraig Brady-168/+288
2011-03-22test: accept "==" as a synonym for "="David A. Wheeler-2/+4
2011-03-16sort: avoid memory pressure of 130MB/thread when reading from pipeJim Meyering-2/+6
2011-03-13sort: spawn fewer threads for small inputsJim Meyering-6/+10
2011-03-11copy: merge similar extents before processingPádraig Brady-11/+28
2011-03-05dd: avoid or diagnose some problems with short readsPaul Eggert-12/+41
2011-03-05dd: add a flag to discard cached dataPádraig Brady-6/+156
2011-03-05doc: clarify that `dd bs=` can immediately output short readsPádraig Brady-2/+2
2011-03-05doc: group dd conv= options that are actually flagsPádraig Brady-7/+5
2011-03-05dd: warn when we disable oflag=direct not at EOFPádraig Brady-0/+6
2011-03-03du: don't infloop for --files0-from=DIRJim Meyering-12/+15
2011-03-03wc: avoid NULL dereference on out-of-memory errorJim Meyering-0/+3
2011-02-18stdbuf: avoid even the appearance of a possible use-after-freeJim Meyering-2/+5
2011-02-14uptime: omit unnecessary #ifPaul Eggert-4/+0
2011-02-11copy: adjust fiemap handling of sparse filesPádraig Brady-5/+6
2011-02-11copy: suppress redundant lseeks when using fiemapPádraig Brady-21/+19
2011-02-07cut: don't segfault for large unbounded rangeJim Meyering-0/+2
2011-02-05copy: don't let a failed lseek go undiagnosedJim Meyering-16/+2
2011-02-04cp: avoid spurious failure on any non-linux kernelJim Meyering-0/+1
2011-02-03sort: fix --debug key highlighting when key start after key endPádraig Brady-1/+3
2011-01-31cp: fix the buffer size used when writing zerosPádraig Brady-1/+1
2011-01-31cp: always initialize extent_copy's output parameterJim Meyering-0/+1
2011-01-31cp: fix copying a sparse file to a pipeJim Meyering-7/+20
2011-01-31maint: remove unused inclusion of "fiemap.h"Jim Meyering-4/+0
2011-01-31maint: update copyright year lists in new filesJim Meyering-2/+2
2011-01-30copy, tee: assume EINTR is always defined: remove #ifdefsJim Meyering-4/+0
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-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 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