index
:
coreutils
fiemap-copy
fiemap-copy-2
fiemap-copy-3
master
next
selinux
Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-29
copy: make extent_copy use sparse_copy, rather than its own code
Jim Meyering
1
-60
/
+49
2011-01-29
copy: remove obsolete comment
Jim Meyering
1
-12
/
+9
2011-01-29
copy: factor sparse-copying code into its own function, because
Jim Meyering
1
-98
/
+114
2011-01-29
fiemap copy: avoid leak-on-error
Jim Meyering
1
-4
/
+6
2011-01-29
fiemap copy: avoid a performance hit due to very small buffer
Jim Meyering
1
-3
/
+2
2011-01-29
fiemap copy: simplify post-loop logic; improve comments
Jim Meyering
1
-30
/
+16
2011-01-29
fiemap copy: rename some locals
Jim Meyering
1
-11
/
+11
2011-01-22
copy: don't allocate a separate buffer just for extent-based copy
Jim Meyering
1
-19
/
+17
2011-01-22
copy: tweak variable name; improve a comment
Jim Meyering
1
-6
/
+6
2011-01-22
copy: call extent_copy also when make_holes is false, ...
Jim Meyering
1
-16
/
+13
2011-01-22
* src/copy.c (copy_reg): Remove useless else-after-goto.
Jim Meyering
1
-6
/
+4
2011-01-22
copy.c: shorten a comment to fit in 80 columns
Jim Meyering
1
-1
/
+1
2011-01-22
extent-scan.c: don't include error.h or quote.h
Jim Meyering
1
-2
/
+0
2011-01-22
formatting
Jim Meyering
2
-5
/
+8
2011-01-22
distribute extent-scan.h, too
Jim Meyering
1
-1
/
+1
2011-01-22
rename extent-scan functions to start with extent_scan_
Jim Meyering
3
-22
/
+22
2011-01-22
rename extent_scan member
Jim Meyering
3
-6
/
+6
2011-01-22
fiemap copy: don't let write failure go unreported; adjust style, etc.
Jim Meyering
1
-9
/
+19
2011-01-22
bug#6131: [PATCH]: fiemap support for efficient sparse file copy
jeff.liu
4
-80
/
+296
2011-01-22
build: distribute new file, fiemap.h
Jim Meyering
1
-0
/
+1
2011-01-22
copy.c: add FIEMAP_FLAG_SYNC to fiemap ioctl
Jie Liu
1
-0
/
+1
2011-01-22
fiemap.h: include <stdint.h>, not <linux/types.h>
Jim Meyering
1
-1
/
+1
2011-01-22
copy.c: ensure proper alignment of fiemap buffer
Paul Eggert
1
-7
/
+8
2011-01-22
copy.c: adjust comments, tweak semantics
Jim Meyering
1
-26
/
+36
2011-01-22
cp: Add FIEMAP support for efficient sparse file copy
Jie Liu
2
-0
/
+261
2011-01-17
uniq: replace a wasteful loop with simple calculation
Jim Meyering
1
-2
/
+1
2011-01-17
uniq: don't continue field processing after end of line
Sami Kerola
1
-1
/
+1
2011-01-14
maint: refactor to use read-file from gnulib
Pádraig Brady
2
-119
/
+11
2011-01-13
maint: trivial system header file cleanups
Pádraig Brady
4
-7
/
+9
2011-01-11
rm: ignore errno related to invalid file names
Nadav Har'El
1
-1
/
+9
2011-01-10
du: don't abort when a subdir is renamed during traversal
Jim Meyering
1
-4
/
+11
2011-01-07
maint: suppress some clang scan-build warnings
Pádraig Brady
3
-6
/
+8
2011-01-07
maint: replace uses of ignore_ptr with ignore_value
Pádraig Brady
3
-3
/
+3
2011-01-01
maint: update all copyright year number ranges
Jim Meyering
120
-120
/
+120
2010-12-30
split: fix the suffix length calculation
Pádraig Brady
1
-12
/
+21
2010-12-28
coreutils: keep lines within 80-column limits
Paul Eggert
22
-68
/
+112
2010-12-24
maint: avoid syntax-check failure due to unused #include
Jim Meyering
1
-1
/
+0
2010-12-23
csplit: diagnose file counter wraparound
Paul Eggert
1
-8
/
+16
2010-12-22
sort: minor performance tweak with num_processors
Paul Eggert
1
-2
/
+2
2010-12-22
getlimits: port to hosts with very wide int, or non-ASCII
Paul Eggert
1
-50
/
+24
2010-12-20
who: omit useless definitions of MAXHOSTNAMELEN
Paul Eggert
2
-8
/
+0
2010-12-20
maint: fix a typo in sort --parallel help message
Pádraig Brady
1
-1
/
+1
2010-12-19
wc: fix a possible hang with --files0-from
Pádraig Brady
1
-2
/
+2
2010-12-19
cp: ensure backups are created when -T specified
Pádraig Brady
1
-0
/
+2
2010-12-19
sort: use at most 8 threads by default
Pádraig Brady
1
-6
/
+11
2010-12-16
sort: do not generate thousands of subprocesses for 16-way merge
Paul Eggert
1
-13
/
+21
2010-12-16
sort: fix hang with sort --compress
Paul Eggert
1
-79
/
+80
2010-12-16
sort: don't dump core when merging from input twice
Paul Eggert
1
-25
/
+17
2010-12-14
doc: tail: semi-deprecate --sleep-interval and --max-unchanged-stats
Jim Meyering
1
-2
/
+4
2010-12-14
sort: fix very-unlikely buffer overrun when merging to input file
Paul Eggert
1
-3
/
+2
[next]