| Age | Commit message (Expand) | Author | Lines |
| 2013-12-05 | selinux: fix --context=CTX for cp and diagnose defaultcon() errors | Pádraig Brady | -5/+5 |
| 2013-11-27 | selinux: adjust utils to run restorecon with -Z | Pádraig Brady | -67/+155 |
| 2013-11-07 | cp: fix --link regarding the dereferencing of symbolic links | Gian Piero Carrubba | -13/+33 |
| 2013-09-01 | maint: update out of date confusing comments | Pádraig Brady | -1/+1 |
| 2013-07-25 | mv: replace empty directories in cross file system move | Ken Booth | -2/+6 |
| 2013-05-11 | maint: add FIXME comment | Paul Eggert | -1/+5 |
| 2013-02-20 | copy: ensure the correct root ID is checked on all platforms | Joachim Schmitz | -2/+3 |
| 2013-02-20 | maint: cleanup up various uses of __attribute__ | Pádraig Brady | -10/+10 |
| 2013-02-06 | maint: improve error messages upon failed read, write, access, close | Benno Schulenberg | -4/+4 |
| 2013-01-01 | maint: update all copyright year number ranges | Jim Meyering | -1/+1 |
| 2012-12-08 | cp: fix --no-preserve=mode to not exit 1 | Bernhard Voelker | -2/+2 |
| 2012-11-20 | install: fix security race | Paul Eggert | -2/+7 |
| 2012-09-28 | cp: fix the --no-preserve=mode option | Ondrej Oprala | -0/+10 |
| 2012-05-07 | cp: handle a race condition more sensibly | Jim Meyering | -0/+19 |
| 2012-05-02 | cp,mv,install: provide POSIX_FADV_SEQUENTIAL hint to input | Pádraig Brady | -0/+3 |
| 2012-05-02 | maint: with split lines, don't leave an operator at end of line | Jim Meyering | -2/+2 |
| 2012-04-12 | cp: change --attributes-only to not truncate existing files | Pádraig Brady | -1/+3 |
| 2012-03-06 | maint: refactor copy to use is_nul() | Pádraig Brady | -26/+7 |
| 2012-02-12 | mv: "mv A B" would sometimes succeed, yet A would remain, ... | Jim Meyering | -3/+26 |
| 2012-01-30 | mv: allow moving symlink onto same-inode dest with >= 2 hard links | Jim Meyering | -0/+38 |
| 2012-01-27 | maint: use single copyright year range | Jim Meyering | -1/+1 |
| 2012-01-09 | maint: src/*.[ch]: convert more `...' to '...' | Jim Meyering | -5/+5 |
| 2012-01-09 | maint: src/*.c: change remaining quotes (without embedded spaces) | Jim Meyering | -21/+21 |
| 2012-01-01 | maint: update all copyright year number ranges | Jim Meyering | -1/+1 |
| 2011-07-27 | maint: copy: refactor hard link creation | Pádraig Brady | -32/+50 |
| 2011-07-26 | maint: use consistent style in C and test scripts | Jim Meyering | -2/+6 |
| 2011-07-25 | cp: don't mishandle existing dir dest permissions (Bug#9170) | Paul Eggert | -0/+2 |
| 2011-07-25 | cp -up: preserve all hard links | Jim Meyering | -0/+12 |
| 2011-07-02 | maint: use "const" and "pure" function attributes where possible | Jim Meyering | -2/+2 |
| 2011-06-13 | maint: use stat-size module from gnulib | James Youngman | -0/+2 |
| 2011-05-03 | copy: fix my typo | Jim Meyering | -1/+1 |
| 2011-05-03 | copy: correct misuse of quote in diagnostic | Jeff Liu | -1/+1 |
| 2011-04-25 | copy: include both src and dest names in clone failure diagnostic | Jeff Liu | -1/+2 |
| 2011-04-20 | copy: use FIEMAP (extent_copy) only for apparently-sparse files, | Jim Meyering | -16/+21 |
| 2011-04-20 | copy: factor out a tiny sparse-testing function | Jim Meyering | -4/+19 |
| 2011-04-20 | copy: do not treat unwritten extents specially: avoid XFS/ext4 data loss | Jim Meyering | -1/+4 |
| 2011-04-06 | copy: fix an unlikely memory leak when a fiemap copy fails | Pádraig Brady | -1/+1 |
| 2011-04-02 | cp: always detect copy-into-self: avoid infloop w/large PATH_MAX | Jim Meyering | -2/+10 |
| 2011-04-01 | copy: process empty extents more efficiently | Pádraig Brady | -14/+66 |
| 2011-04-01 | copy: link rather than copy symlinks, when --link used | Pádraig Brady | -7/+20 |
| 2011-02-11 | copy: adjust fiemap handling of sparse files | Pádraig Brady | -5/+6 |
| 2011-02-11 | copy: suppress redundant lseeks when using fiemap | Pádraig Brady | -21/+19 |
| 2011-02-05 | copy: don't let a failed lseek go undiagnosed | Jim Meyering | -16/+2 |
| 2011-01-31 | cp: fix the buffer size used when writing zeros | Pádraig Brady | -1/+1 |
| 2011-01-31 | cp: always initialize extent_copy's output parameter | Jim Meyering | -0/+1 |
| 2011-01-31 | cp: fix copying a sparse file to a pipe | Jim Meyering | -7/+20 |
| 2011-01-31 | maint: remove unused inclusion of "fiemap.h" | Jim Meyering | -4/+0 |
| 2011-01-30 | copy, tee: assume EINTR is always defined: remove #ifdefs | Jim Meyering | -2/+0 |
| 2011-01-30 | copy: make extent_copy use sparse_copy, rather than its own code | Jim Meyering | -60/+49 |
| 2011-01-30 | copy: remove obsolete comment | Jim Meyering | -12/+9 |