aboutsummaryrefslogtreecommitdiffstats
path: root/src/copy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-29copy: make extent_copy use sparse_copy, rather than its own codeJim Meyering1-60/+49
2011-01-29copy: remove obsolete commentJim Meyering1-12/+9
2011-01-29copy: factor sparse-copying code into its own function, becauseJim Meyering1-98/+114
2011-01-29fiemap copy: avoid leak-on-errorJim Meyering1-4/+6
2011-01-29fiemap copy: avoid a performance hit due to very small bufferJim Meyering1-3/+2
2011-01-29fiemap copy: simplify post-loop logic; improve commentsJim Meyering1-30/+16
2011-01-29fiemap copy: rename some localsJim Meyering1-11/+11
2011-01-22copy: don't allocate a separate buffer just for extent-based copyJim Meyering1-19/+17
2011-01-22copy: tweak variable name; improve a commentJim Meyering1-6/+6
2011-01-22copy: call extent_copy also when make_holes is false, ...Jim Meyering1-16/+13
2011-01-22* src/copy.c (copy_reg): Remove useless else-after-goto.Jim Meyering1-6/+4
2011-01-22copy.c: shorten a comment to fit in 80 columnsJim Meyering1-1/+1
2011-01-22rename extent-scan functions to start with extent_scan_Jim Meyering1-7/+5
2011-01-22rename extent_scan memberJim Meyering1-2/+2
2011-01-22fiemap copy: don't let write failure go unreported; adjust style, etc.Jim Meyering1-9/+19
2011-01-22bug#6131: [PATCH]: fiemap support for efficient sparse file copyjeff.liu1-79/+114
2011-01-22copy.c: add FIEMAP_FLAG_SYNC to fiemap ioctlJie Liu1-0/+1
2011-01-22copy.c: ensure proper alignment of fiemap bufferPaul Eggert1-7/+8
2011-01-22copy.c: adjust comments, tweak semanticsJim Meyering1-26/+36
2011-01-22cp: Add FIEMAP support for efficient sparse file copyJie Liu1-0/+159
2011-01-13maint: trivial system header file cleanupsPádraig Brady1-2/+1
2011-01-01maint: update all copyright year number rangesJim Meyering1-1/+1
2010-12-28coreutils: keep lines within 80-column limitsPaul Eggert1-1/+2
2010-11-22cp: give a better diagnostic for nonexistent dest/Paul Eggert1-0/+6
2010-10-27cp: make --attributes-only override --reflink completelyPádraig Brady1-1/+2
2010-09-17maint: update to latest gnulibEric Blake1-1/+1
2010-07-01cp: add an option to only copy the file attributesPádraig Brady1-47/+37
2010-05-31maint: make spacing around "=" consistent, even in IF_LINTJim Meyering1-1/+1
2010-05-31maint: replace each "for (;;)" with "while (true)"Jim Meyering1-1/+1
2010-04-24maint: remove now-unnecessary #if HAVE_header_H tests.Jim Meyering1-3/+1
2010-04-16cp: preserve "capabilities" when also preserving file ownershipPádraig Brady1-14/+16
2010-04-13cp: treat selinux warnings consistentlyPádraig Brady1-10/+13
2010-04-09maint: ftruncate is always available, even without gnulibJim Meyering1-8/+2
2010-03-17maint: add a space before open-paren, where lackingJim Meyering1-1/+1
2010-02-07copy.c: improve a commentJim Meyering1-4/+5
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering1-1/+1
2009-10-10copy: allow symlink timestamp preservation on more systemsEric Blake1-9/+1
2009-09-25cp, mv: use linkat to guarantee semanticsEric Blake1-18/+11
2009-09-23maint: Use logical rather than bitwise operators on boolsPádraig Brady1-2/+2
2009-09-21build: avoid compiler warnings on cygwin 1.5Eric Blake1-0/+3
2009-09-15cp: fix a probably redundant chmod when setting xattrsOndřej Vašík1-1/+1
2009-09-14cp,mv: preserve extended attributes even for read-only filesOndřej Vašík1-5/+18
2009-09-05maint: remove some tab indentation from copy.cPádraig Brady1-3/+3
2009-09-04mv, cp: tweak LINK_FOLLOWS_SYMLINKS logicEric Blake1-14/+16
2009-09-03cp: don't leak resources for each xattr preservation failureOndřej Vašík1-1/+1
2009-08-29cp --reflink: preserve attributes on cloned files if askedPádraig Brady1-144/+147
2009-08-29cp --reflink: add an "auto" parameter to fall back to a normal copyPádraig Brady1-6/+13
2009-08-28build: avoid unused variable warnings on cygwinEric Blake1-4/+10
2009-08-25global: convert indentation-TABs to spacesJim Meyering1-1040/+1040
2009-08-24cp: ignore obscure failure to preserve symlink time stamps,Jim Meyering1-5/+10