summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2011-01-14maint: refactor to use read-file from gnulibPádraig Brady
2011-01-13maint: trivial system header file cleanupsPádraig Brady
2011-01-11rm: ignore errno related to invalid file namesNadav Har'El
2011-01-10du: don't abort when a subdir is renamed during traversalJim Meyering
2011-01-07maint: suppress some clang scan-build warningsPádraig Brady
2011-01-07maint: replace uses of ignore_ptr with ignore_valuePádraig Brady
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-12-30split: fix the suffix length calculationPádraig Brady
2010-12-28coreutils: keep lines within 80-column limitsPaul Eggert
2010-12-24maint: avoid syntax-check failure due to unused #includeJim Meyering
2010-12-23csplit: diagnose file counter wraparoundPaul Eggert
2010-12-22sort: minor performance tweak with num_processorsPaul Eggert
2010-12-22getlimits: port to hosts with very wide int, or non-ASCIIPaul Eggert
2010-12-20who: omit useless definitions of MAXHOSTNAMELENPaul Eggert
2010-12-20maint: fix a typo in sort --parallel help messagePádraig Brady
2010-12-19wc: fix a possible hang with --files0-fromPádraig Brady
2010-12-19cp: ensure backups are created when -T specifiedPádraig Brady
2010-12-19sort: use at most 8 threads by defaultPádraig Brady
2010-12-16sort: do not generate thousands of subprocesses for 16-way mergePaul Eggert
2010-12-16sort: fix hang with sort --compressPaul Eggert
2010-12-16sort: don't dump core when merging from input twicePaul Eggert
2010-12-14doc: tail: semi-deprecate --sleep-interval and --max-unchanged-statsJim Meyering
2010-12-14sort: fix very-unlikely buffer overrun when merging to input filePaul Eggert
2010-12-13sort: fix some --compress reaper bugsPaul Eggert
2010-12-11sort: syntax cleanupJim Meyering
2010-12-11sort: integer overflow checks in thread counts, etc.Paul Eggert
2010-12-11sort: preallocate merge tree nodes to heap.Chen Guo
2010-12-11sort: comment fixPaul Eggert
2010-12-11sort: use mutexes, not spinlocks (avoid busy loop on blocked output)Chen Guo
2010-12-08split: fix a case where --elide-empty causes invalid chunkingPádraig Brady