Age | Commit message (Expand) | Author |
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 |
2010-05-31 | maint: replace each "for (;;)" with "while (true)" | Jim Meyering |
2010-04-24 | maint: remove now-unnecessary #if HAVE_header_H tests. | Jim Meyering |
2010-04-16 | cp: preserve "capabilities" when also preserving file ownership | Pádraig Brady |
2010-04-13 | cp: treat selinux warnings consistently | Pádraig Brady |
2010-04-09 | maint: ftruncate is always available, even without gnulib | Jim Meyering |
2010-03-17 | maint: add a space before open-paren, where lacking | Jim Meyering |
2010-02-07 | copy.c: improve a comment | Jim Meyering |
2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering |
2009-10-10 | copy: allow symlink timestamp preservation on more systems | Eric Blake |
2009-09-25 | cp, mv: use linkat to guarantee semantics | Eric Blake |
2009-09-23 | maint: Use logical rather than bitwise operators on bools | Pádraig Brady |
2009-09-21 | build: avoid compiler warnings on cygwin 1.5 | Eric Blake |
2009-09-15 | cp: fix a probably redundant chmod when setting xattrs | Ondřej Vašík |
2009-09-14 | cp,mv: preserve extended attributes even for read-only files | Ondřej Vašík |
2009-09-05 | maint: remove some tab indentation from copy.c | Pádraig Brady |
2009-09-04 | mv, cp: tweak LINK_FOLLOWS_SYMLINKS logic | Eric Blake |
2009-09-03 | cp: don't leak resources for each xattr preservation failure | Ondřej Vašík |
2009-08-29 | cp --reflink: preserve attributes on cloned files if asked | Pádraig Brady |
2009-08-29 | cp --reflink: add an "auto" parameter to fall back to a normal copy | Pádraig Brady |
2009-08-28 | build: avoid unused variable warnings on cygwin | Eric Blake |