maint: improve error messages upon failed read, write, access, close
[platform/upstream/coreutils.git] / src / copy.c
2013-02-06 Benno Schulenbergmaint: improve error messages upon failed read, write...
2013-01-01 Jim Meyeringmaint: update all copyright year number ranges
2012-12-08 Bernhard Voelkercp: fix --no-preserve=mode to not exit 1
2012-11-20 Paul Eggertinstall: fix security race
2012-09-28 Ondrej Opralacp: fix the --no-preserve=mode option
2012-05-07 Jim Meyeringcp: handle a race condition more sensibly
2012-05-02 Pádraig Bradycp,mv,install: provide POSIX_FADV_SEQUENTIAL hint to...
2012-05-02 Jim Meyeringmaint: with split lines, don't leave an operator at...
2012-04-12 Pádraig Bradycp: change --attributes-only to not truncate existing...
2012-03-06 Pádraig Bradymaint: refactor copy to use is_nul()
2012-02-12 Jim Meyeringmv: "mv A B" would sometimes succeed, yet A would remai...
2012-01-30 Jim Meyeringmv: allow moving symlink onto same-inode dest with...
2012-01-27 Jim Meyeringmaint: use single copyright year range
2012-01-09 Jim Meyeringmaint: src/*.[ch]: convert more `...' to '...'
2012-01-09 Jim Meyeringmaint: src/*.c: change remaining quotes (without embedd...
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-07-27 Pádraig Bradymaint: copy: refactor hard link creation
2011-07-26 Jim Meyeringmaint: use consistent style in C and test scripts
2011-07-25 Paul Eggertcp: don't mishandle existing dir dest permissions ...
2011-07-25 Jim Meyeringcp -up: preserve all hard links
2011-07-02 Jim Meyeringmaint: use "const" and "pure" function attributes where...
2011-06-13 James Youngmanmaint: use stat-size module from gnulib
2011-05-03 Jim Meyeringcopy: fix my typo
2011-05-03 Jeff Liucopy: correct misuse of quote in diagnostic
2011-04-25 Jeff Liucopy: include both src and dest names in clone failure...
2011-04-20 Jim Meyeringcopy: use FIEMAP (extent_copy) only for apparently...
2011-04-20 Jim Meyeringcopy: factor out a tiny sparse-testing function
2011-04-20 Jim Meyeringcopy: do not treat unwritten extents specially: avoid...
2011-04-06 Pádraig Bradycopy: fix an unlikely memory leak when a fiemap copy...
2011-04-02 Jim Meyeringcp: always detect copy-into-self: avoid infloop w/large...
2011-04-01 Pádraig Bradycopy: process empty extents more efficiently
2011-04-01 Pádraig Bradycopy: link rather than copy symlinks, when --link used
2011-02-11 Pádraig Bradycopy: adjust fiemap handling of sparse files
2011-02-11 Pádraig Bradycopy: suppress redundant lseeks when using fiemap
2011-02-05 Jim Meyeringcopy: don't let a failed lseek go undiagnosed
2011-01-31 Pádraig Bradycp: fix the buffer size used when writing zeros
2011-01-31 Jim Meyeringcp: always initialize extent_copy's output parameter
2011-01-31 Jim Meyeringcp: fix copying a sparse file to a pipe
2011-01-31 Jim Meyeringmaint: remove unused inclusion of "fiemap.h"
2011-01-30 Jim Meyeringcopy, tee: assume EINTR is always defined: remove ...
2011-01-30 Jim Meyeringcopy: make extent_copy use sparse_copy, rather than...
2011-01-30 Jim Meyeringcopy: remove obsolete comment
2011-01-30 Jim Meyeringcopy: factor sparse-copying code into its own function...
2011-01-30 Jim Meyeringfiemap copy: avoid leak-on-error
2011-01-30 Jim Meyeringfiemap copy: avoid a performance hit due to very small...
2011-01-30 Jim Meyeringfiemap copy: simplify post-loop logic; improve comments
2011-01-30 Jim Meyeringfiemap copy: rename some locals
2011-01-30 Jim Meyeringcopy: don't allocate a separate buffer just for extent...
2011-01-30 Jim Meyeringcopy: tweak variable name; improve a comment
2011-01-30 Jim Meyeringcopy: call extent_copy also when make_holes is false...
2011-01-30 Jim Meyeringcopy: remove else-after-goto and adjust indentation
2011-01-30 Jim Meyeringextent-scan: adjust naming and formatting
2011-01-30 Jim Meyeringfiemap copy: don't let write failure go unreported...
2011-01-30 jeff.liufiemap copy: add extent-scan.[ch], avoid a double-free...
2011-01-30 Jie Liucopy.c: add FIEMAP_FLAG_SYNC to fiemap ioctl
2011-01-30 Paul Eggertcopy.c: ensure proper alignment of fiemap buffer
2011-01-30 Jim Meyeringcopy.c: adjust comments, tweak semantics
2011-01-30 Jie Liucp: copy sparse files efficiently using the FIEMAP...
2011-01-13 Pádraig Bradymaint: trivial system header file cleanups
2011-01-01 Jim Meyeringmaint: update all copyright year number ranges
2010-12-28 Paul Eggertcoreutils: keep lines within 80-column limits
2010-11-22 Paul Eggertcp: give a better diagnostic for nonexistent dest/
2010-10-27 Pádraig Bradycp: make --attributes-only override --reflink completely
2010-09-17 Eric Blakemaint: update to latest gnulib
2010-07-01 Pádraig Bradycp: add an option to only copy the file attributes
2010-05-31 Jim Meyeringmaint: make spacing around "=" consistent, even in...
2010-05-31 Jim Meyeringmaint: replace each "for (;;)" with "while (true)"
2010-04-24 Jim Meyeringmaint: remove now-unnecessary #if HAVE_header_H tests.
2010-04-16 Pádraig Bradycp: preserve "capabilities" when also preserving file...
2010-04-13 Pádraig Bradycp: treat selinux warnings consistently
2010-04-09 Jim Meyeringmaint: ftruncate is always available, even without...
2010-03-17 Jim Meyeringmaint: add a space before open-paren, where lacking
2010-02-07 Jim Meyeringcopy.c: improve a comment
2010-01-01 Jim Meyeringmaint: update all FSF copyright year lists to include...
2009-10-10 Eric Blakecopy: allow symlink timestamp preservation on more...
2009-09-25 Eric Blakecp, mv: use linkat to guarantee semantics
2009-09-23 Pádraig Bradymaint: Use logical rather than bitwise operators on...
2009-09-22 Eric Blakebuild: avoid compiler warnings on cygwin 1.5
2009-09-15 Ondřej Vašíkcp: fix a probably redundant chmod when setting xattrs
2009-09-14 Ondřej Vašíkcp,mv: preserve extended attributes even for read-only...
2009-09-05 Pádraig Bradymaint: remove some tab indentation from copy.c
2009-09-04 Eric Blakemv, cp: tweak LINK_FOLLOWS_SYMLINKS logic
2009-09-03 Ondřej Vašíkcp: don't leak resources for each xattr preservation...
2009-08-29 Pádraig Bradycp --reflink: preserve attributes on cloned files if...
2009-08-28 Pádraig Bradycp --reflink: add an "auto" parameter to fall back...
2009-08-28 Eric Blakebuild: avoid unused variable warnings on cygwin
2009-08-25 Jim Meyeringglobal: convert indentation-TABs to spaces
2009-08-24 Jim Meyeringcp: ignore obscure failure to preserve symlink time...
2009-08-14 Pádraig Bradycp,mv: fix issues with preserving timestamps of copied...
2009-08-07 Giuseppe Scrivanocp: accept the --reflink option
2009-08-04 Jim Meyeringcp -pP (and e.g., -a): preserve time stamps on symlinks...
2009-07-29 Giuseppe Scrivanocp: support btrfs' copy-on-write file clone operation
2009-07-08 Ondřej Vašíkcopy.c: remove a duplicate expression
2009-04-27 Jim Meyeringcopy.c: factor out test for errno value indicating...
2009-04-27 Ondřej Vašíkcp -a: diagnose failure when preserving xattr/context...
2009-04-27 Ondřej Vašíkmv: ignore xattr-preservation failure when not supporte...
2009-04-22 Jim Meyeringcp: work around linux kernel bug: short-read != EOF...
2009-03-11 Ondřej Vašíkcp: make -a option preserve xattrs, but with reduced...
2009-03-11 Pádraig Bradycat,cp,mv,install,split: Set the minimum IO block size...
2009-02-27 Jim Meyeringcp: diagnose invalid "cp -rl dir dir" right away, once...
next