index
:
coreutils
fiemap-copy
fiemap-copy-2
fiemap-copy-3
master
next
selinux
Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
copy.c
Age
Commit message (
Expand
)
Author
Lines
2021-07-28
doc: modernize usage of “disk” and “core”
Paul Eggert
-1
/
+1
2021-05-15
copy: remove fiemap logic
Pádraig Brady
-211
/
+5
2021-05-13
copy: disallow copy_file_range() on Linux kernels before 5.3
Pádraig Brady
-2
/
+45
2021-05-12
copy: handle system security config issues with copy_file_range()
Pádraig Brady
-0
/
+9
2021-05-12
copy: handle EOPNOTSUPP from SEEK_DATA
Pádraig Brady
-1
/
+1
2021-05-12
copy: handle ENOTSUP from copy_file_range()
Pádraig Brady
-2
/
+3
2021-05-08
maint: consistently free hash structures in dev mode
Pádraig Brady
-0
/
+20
2021-05-06
maint: fix sc_space_before_open_paren failure
Bernhard Voelker
-2
/
+2
2021-05-03
copy: exit immediately upon failure to allocate hash memory
Pádraig Brady
-0
/
+4
2021-05-02
copy: ensure we enforce --reflink=never
Pádraig Brady
-7
/
+13
2021-04-26
copy: do not refuse to copy a swap file
Zorro Lang
-1
/
+1
2021-04-11
maint: use "char const *" rather than "const char *"
Pádraig Brady
-3
/
+3
2021-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2020-11-21
maint: port from matchpathcon to selabel_lookup
Paul Eggert
-13
/
+10
2020-06-25
cp: use copy_file_range if available
Paul Eggert
-0
/
+40
2020-06-25
cp: use SEEK_DATA/SEEK_HOLE if available
Paul Eggert
-11
/
+198
2020-06-25
cp: avoid copy_reg goto
Paul Eggert
-23
/
+11
2020-06-25
cp: refactor extent_copy
Paul Eggert
-64
/
+55
2020-04-02
cp: ensure --attributes-only doesn't remove files
Pádraig Brady
-4
/
+5
2020-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2019-10-03
cp: simplify integer overflow checking
Paul Eggert
-3
/
+1
2019-05-28
cp: fix /dev/stdin problem on Solaris
Paul Eggert
-4
/
+42
2019-01-01
maint: update all copyright year number ranges
Assaf Gordon
-1
/
+1
2018-10-28
build: update gnulib submodule to latest
Paul Eggert
-1
/
+2
2018-10-19
ln: avoid directory hard-link races
Paul Eggert
-15
/
+15
2018-10-19
cp: 'cp -il A B' no longer fails if user OKs it
Paul Eggert
-3
/
+3
2018-07-05
build: update gnulib submodule to latest
Paul Eggert
-2
/
+2
2018-06-30
maint: copy: avoid new static analyzer warnings
Pádraig Brady
-1
/
+8
2018-06-03
cp: preserve existing permissions with --no-preserve=mode
Pádraig Brady
-2
/
+2
2018-05-17
cp: with --force; replace self referential symlinks
Pádraig Brady
-2
/
+5
2018-05-15
cp: fix symlink checks when overwriting files
Pádraig Brady
-10
/
+8
2018-02-24
cp: set appropriate default permissions for special files
Pádraig Brady
-3
/
+8
2018-01-10
mv: fewer syscalls for ‘mv a b’
Paul Eggert
-33
/
+34
2018-01-10
mv: improve -n atomicity
Paul Eggert
-32
/
+56
2018-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2017-09-19
all: prefer HTTPS in URLs
Paul Eggert
-1
/
+1
2017-08-03
copy: more-accurate warning about destruction
Paul Eggert
-2
/
+2
2017-08-01
copy: go back to failing 'cp --backup a~ a'
Paul Eggert
-12
/
+36
2017-07-30
copy: make backup files more reliably
Paul Eggert
-43
/
+24
2017-06-17
maint: use C99 for loop initial declarations where possible
Pádraig Brady
-2
/
+1
2017-06-02
copy: don't fail when unable to chown symlinks
Pádraig Brady
-1
/
+2
2017-05-18
mv: distinguish copy and rename operations with --verbose
Pádraig Brady
-6
/
+21
2017-02-22
cp: set SELinux context for --parents directories
Pádraig Brady
-2
/
+2
2017-02-11
ln: replace destination links more atomically
Paul Eggert
-55
/
+41
2017-01-25
build: fix issue with HAVE_FALLOCATE on centos5
Pádraig Brady
-1
/
+3
2017-01-09
maint: standardize on "timestamp" as per POSIX
Paul Eggert
-4
/
+4
2017-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2016-11-19
cp: improve status message when omitting directories
Pádraig Brady
-1
/
+4
2016-10-16
all: use die() rather than error(EXIT_FAILURE)
Pádraig Brady
-2
/
+3
2016-09-09
cp: use FICLONE instead of BTRFS_IOC_CLONE
Paul Eggert
-6
/
+10
[next]