Age | Commit message (Expand) | Author |
2011-07-27 | maint: copy: refactor hard link creation | Pádraig Brady |
2011-07-26 | maint: use consistent style in C and test scripts | Jim Meyering |
2011-07-25 | cp: don't mishandle existing dir dest permissions (Bug#9170) | Paul Eggert |
2011-07-25 | cp -up: preserve all hard links | Jim Meyering |
2011-07-02 | maint: use "const" and "pure" function attributes where possible | Jim Meyering |
2011-06-13 | maint: use stat-size module from gnulib | James Youngman |
2011-05-03 | copy: fix my typo | Jim Meyering |
2011-05-03 | copy: correct misuse of quote in diagnostic | Jeff Liu |
2011-04-25 | copy: include both src and dest names in clone failure diagnostic | Jeff Liu |
2011-04-20 | copy: use FIEMAP (extent_copy) only for apparently-sparse files, | Jim Meyering |
2011-04-20 | copy: factor out a tiny sparse-testing function | Jim Meyering |
2011-04-20 | copy: do not treat unwritten extents specially: avoid XFS/ext4 data loss | Jim Meyering |
2011-04-06 | copy: fix an unlikely memory leak when a fiemap copy fails | Pádraig Brady |
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: link rather than copy symlinks, when --link used | Pádraig Brady |
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-05 | copy: don't let a failed lseek go undiagnosed | Jim Meyering |
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-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 | copy.c: add FIEMAP_FLAG_SYNC to fiemap ioctl | Jie Liu |
2011-01-30 | copy.c: ensure proper alignment of fiemap buffer | Paul Eggert |
2011-01-30 | copy.c: adjust comments, tweak semantics | Jim Meyering |
2011-01-30 | cp: copy sparse files efficiently using the FIEMAP ioctl | Jie Liu |
2011-01-13 | maint: trivial system header file cleanups | Pádraig Brady |
2011-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2010-12-28 | coreutils: keep lines within 80-column limits | Paul Eggert |
2010-11-22 | cp: give a better diagnostic for nonexistent dest/ | Paul Eggert |
2010-10-27 | cp: make --attributes-only override --reflink completely | Pádraig Brady |
2010-09-17 | maint: update to latest gnulib | Eric Blake |
2010-07-01 | cp: add an option to only copy the file attributes | Pádraig Brady |
2010-05-31 | maint: make spacing around "=" consistent, even in IF_LINT | Jim Meyering |