summaryrefslogtreecommitdiff
path: root/src/copy.c
AgeCommit message (Expand)Author
2011-04-06copy: fix an unlikely memory leak when a fiemap copy failsPádraig Brady
2011-04-02cp: always detect copy-into-self: avoid infloop w/large PATH_MAXJim Meyering
2011-04-01copy: process empty extents more efficientlyPádraig Brady
2011-04-01copy: link rather than copy symlinks, when --link usedPádraig Brady
2011-02-11copy: adjust fiemap handling of sparse filesPádraig Brady
2011-02-11copy: suppress redundant lseeks when using fiemapPádraig Brady
2011-02-05copy: don't let a failed lseek go undiagnosedJim Meyering
2011-01-31cp: fix the buffer size used when writing zerosPádraig Brady
2011-01-31cp: always initialize extent_copy's output parameterJim Meyering
2011-01-31cp: fix copying a sparse file to a pipeJim Meyering
2011-01-31maint: remove unused inclusion of "fiemap.h"Jim Meyering
2011-01-30copy, tee: assume EINTR is always defined: remove #ifdefsJim Meyering
2011-01-30copy: make extent_copy use sparse_copy, rather than its own codeJim Meyering
2011-01-30copy: remove obsolete commentJim Meyering
2011-01-30copy: factor sparse-copying code into its own function, becauseJim Meyering
2011-01-30fiemap copy: avoid leak-on-errorJim Meyering
2011-01-30fiemap copy: avoid a performance hit due to very small bufferJim Meyering
2011-01-30fiemap copy: simplify post-loop logic; improve commentsJim Meyering
2011-01-30fiemap copy: rename some localsJim Meyering
2011-01-30copy: don't allocate a separate buffer just for extent-based copyJim Meyering
2011-01-30copy: tweak variable name; improve a commentJim Meyering
2011-01-30copy: call extent_copy also when make_holes is false, ...Jim Meyering
2011-01-30copy: remove else-after-goto and adjust indentationJim Meyering
2011-01-30extent-scan: adjust naming and formattingJim Meyering
2011-01-30fiemap copy: don't let write failure go unreported; adjust style, etc.Jim Meyering
2011-01-30fiemap copy: add extent-scan.[ch], avoid a double-free and reorganizejeff.liu
2011-01-30copy.c: add FIEMAP_FLAG_SYNC to fiemap ioctlJie Liu
2011-01-30copy.c: ensure proper alignment of fiemap bufferPaul Eggert
2011-01-30copy.c: adjust comments, tweak semanticsJim Meyering
2011-01-30cp: copy sparse files efficiently using the FIEMAP ioctlJie Liu
2011-01-13maint: trivial system header file cleanupsPádraig Brady
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-12-28coreutils: keep lines within 80-column limitsPaul Eggert
2010-11-22cp: give a better diagnostic for nonexistent dest/Paul Eggert
2010-10-27cp: make --attributes-only override --reflink completelyPádraig Brady
2010-09-17maint: update to latest gnulibEric Blake
2010-07-01cp: add an option to only copy the file attributesPádraig Brady
2010-05-31maint: make spacing around "=" consistent, even in IF_LINTJim Meyering
2010-05-31maint: replace each "for (;;)" with "while (true)"Jim Meyering
2010-04-24maint: remove now-unnecessary #if HAVE_header_H tests.Jim Meyering
2010-04-16cp: preserve "capabilities" when also preserving file ownershipPádraig Brady
2010-04-13cp: treat selinux warnings consistentlyPádraig Brady
2010-04-09maint: ftruncate is always available, even without gnulibJim Meyering
2010-03-17maint: add a space before open-paren, where lackingJim Meyering
2010-02-07copy.c: improve a commentJim Meyering
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-10-10copy: allow symlink timestamp preservation on more systemsEric Blake
2009-09-25cp, mv: use linkat to guarantee semanticsEric Blake
2009-09-23maint: Use logical rather than bitwise operators on boolsPádraig Brady
2009-09-21build: avoid compiler warnings on cygwin 1.5Eric Blake