summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-04-11maint: remove doubled words in comments, e.g., s/to to/to/Jim Meyering
2011-04-11maint: misc typo fixesPádraig Brady
2011-04-06copy: handle mergeable extents across fiemap scansPádraig Brady
2011-04-06copy: fix an unlikely memory leak when a fiemap copy failsPádraig Brady
2011-04-04tests: minor improvement of sc_tight_scope ruleJim Meyering
2011-04-03maint: prohibit direct use of strncmp: prefer STREQ_LEN, STRNCMP_LITJim Meyering
2011-04-03copy: require fiemap sync also for 2.6.38 kernelsJim Meyering
2011-04-02cp: always detect copy-into-self: avoid infloop w/large PATH_MAXJim Meyering
2011-04-01copy: process empty extents more efficientlyPádraig Brady
2011-04-01copy: protect against overlapping extentsPádraig Brady
2011-04-01copy: link rather than copy symlinks, when --link usedPádraig Brady
2011-03-31copy: with fiemap copy, only sync when neededPádraig Brady
2011-03-28maint: correct formatting style in a headerJim Meyering
2011-03-23df: fix alignment of columnsPádraig Brady
2011-03-22test: accept "==" as a synonym for "="David A. Wheeler
2011-03-16sort: avoid memory pressure of 130MB/thread when reading from pipeJim Meyering
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