summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-03-13sort: spawn fewer threads for small inputsJim Meyering
2011-03-11copy: merge similar extents before processingPádraig Brady
2011-03-05dd: avoid or diagnose some problems with short readsPaul Eggert
2011-03-05dd: add a flag to discard cached dataPádraig Brady
2011-03-05doc: clarify that `dd bs=` can immediately output short readsPádraig Brady
2011-03-05doc: group dd conv= options that are actually flagsPádraig Brady
2011-03-05dd: warn when we disable oflag=direct not at EOFPádraig Brady
2011-03-03du: don't infloop for --files0-from=DIRJim Meyering
2011-03-03wc: avoid NULL dereference on out-of-memory errorJim Meyering
2011-02-18stdbuf: avoid even the appearance of a possible use-after-freeJim Meyering
2011-02-14uptime: omit unnecessary #ifPaul Eggert
2011-02-11copy: adjust fiemap handling of sparse filesPádraig Brady
2011-02-11copy: suppress redundant lseeks when using fiemapPádraig Brady
2011-02-07cut: don't segfault for large unbounded rangeJim Meyering
2011-02-05copy: don't let a failed lseek go undiagnosedJim Meyering
2011-02-04cp: avoid spurious failure on any non-linux kernelJim Meyering
2011-02-03sort: fix --debug key highlighting when key start after key endPádraig Brady
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-31cp: fix copying a sparse file to a pipeJim Meyering
2011-01-31maint: remove unused inclusion of "fiemap.h"Jim Meyering
2011-01-31maint: update copyright year lists in new filesJim Meyering
2011-01-30copy, tee: assume EINTR is always defined: remove #ifdefsJim 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-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 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-30cp: copy sparse files efficiently using the FIEMAP ioctlJie Liu
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
2011-01-29join: add -o 'auto' to output a constant number of fields per linePádraig Brady
2011-01-24split: avoid a new, spurious warning from gcc-4.6.0Jim Meyering
2011-01-24tail: avoid new diagnostic when applying -f to a pipe on linux-2.3.38Jim Meyering
2011-01-17uniq: replace a wasteful loop with simple calculationJim Meyering
2011-01-17uniq: don't continue field processing after end of lineSami Kerola