Age | Commit message (Expand) | Author |
2011-04-03 | copy: require fiemap sync also for 2.6.38 kernels | Jim Meyering |
2011-04-02 | cp: always detect copy-into-self: avoid infloop w/large PATH_MAX | Jim Meyering |
2011-04-01 | copy: process empty extents more efficiently | Pádraig Brady |
2011-04-01 | copy: protect against overlapping extents | Pádraig Brady |
2011-04-01 | copy: link rather than copy symlinks, when --link used | Pádraig Brady |
2011-03-31 | copy: with fiemap copy, only sync when needed | Pádraig Brady |
2011-03-28 | maint: correct formatting style in a header | Jim Meyering |
2011-03-23 | df: fix alignment of columns | Pádraig Brady |
2011-03-22 | test: accept "==" as a synonym for "=" | David A. Wheeler |
2011-03-16 | sort: avoid memory pressure of 130MB/thread when reading from pipe | Jim Meyering |
2011-03-13 | sort: spawn fewer threads for small inputs | Jim Meyering |
2011-03-11 | copy: merge similar extents before processing | Pádraig Brady |
2011-03-05 | dd: avoid or diagnose some problems with short reads | Paul Eggert |
2011-03-05 | dd: add a flag to discard cached data | Pádraig Brady |
2011-03-05 | doc: clarify that `dd bs=` can immediately output short reads | Pádraig Brady |
2011-03-05 | doc: group dd conv= options that are actually flags | Pádraig Brady |
2011-03-05 | dd: warn when we disable oflag=direct not at EOF | Pádraig Brady |
2011-03-03 | du: don't infloop for --files0-from=DIR | Jim Meyering |
2011-03-03 | wc: avoid NULL dereference on out-of-memory error | Jim Meyering |
2011-02-18 | stdbuf: avoid even the appearance of a possible use-after-free | Jim Meyering |
2011-02-14 | uptime: omit unnecessary #if | Paul Eggert |
2011-02-11 | copy: adjust fiemap handling of sparse files | Pádraig Brady |
2011-02-11 | copy: suppress redundant lseeks when using fiemap | Pádraig Brady |
2011-02-07 | cut: don't segfault for large unbounded range | Jim Meyering |
2011-02-05 | copy: don't let a failed lseek go undiagnosed | Jim Meyering |
2011-02-04 | cp: avoid spurious failure on any non-linux kernel | Jim Meyering |
2011-02-03 | sort: fix --debug key highlighting when key start after key end | Pádraig Brady |
2011-01-31 | cp: fix the buffer size used when writing zeros | Pádraig Brady |
2011-01-31 | cp: always initialize extent_copy's output parameter | Jim Meyering |
2011-01-31 | cp: fix copying a sparse file to a pipe | Jim Meyering |
2011-01-31 | maint: remove unused inclusion of "fiemap.h" | Jim Meyering |
2011-01-31 | maint: update copyright year lists in new files | Jim Meyering |
2011-01-30 | copy, tee: assume EINTR is always defined: remove #ifdefs | Jim Meyering |
2011-01-30 | copy: make extent_copy use sparse_copy, rather than its own code | Jim Meyering |
2011-01-30 | copy: remove obsolete comment | Jim Meyering |
2011-01-30 | copy: factor sparse-copying code into its own function, because | Jim Meyering |
2011-01-30 | fiemap copy: avoid leak-on-error | Jim Meyering |
2011-01-30 | fiemap copy: avoid a performance hit due to very small buffer | Jim Meyering |
2011-01-30 | fiemap copy: simplify post-loop logic; improve comments | Jim Meyering |
2011-01-30 | fiemap copy: rename some locals | Jim Meyering |
2011-01-30 | copy: don't allocate a separate buffer just for extent-based copy | Jim Meyering |
2011-01-30 | copy: tweak variable name; improve a comment | Jim Meyering |
2011-01-30 | copy: call extent_copy also when make_holes is false, ... | Jim Meyering |
2011-01-30 | copy: remove else-after-goto and adjust indentation | Jim Meyering |
2011-01-30 | extent-scan: adjust naming and formatting | Jim Meyering |
2011-01-30 | fiemap copy: don't let write failure go unreported; adjust style, etc. | Jim Meyering |
2011-01-30 | fiemap copy: add extent-scan.[ch], avoid a double-free and reorganize | jeff.liu |
2011-01-30 | build: distribute new file, fiemap.h | Jim Meyering |
2011-01-30 | copy.c: add FIEMAP_FLAG_SYNC to fiemap ioctl | Jie Liu |
2011-01-30 | fiemap.h: include <stdint.h>, not <linux/types.h> | Jim Meyering |