Age | Commit message (Expand) | Author |
2011-02-07 | maint: move di-set and ino-map modules from ./gl to gnulib | Jim Meyering |
2011-02-07 | di-set: provide a lookup method | Jim Meyering |
2011-02-07 | cut: don't segfault for large unbounded range | Jim Meyering |
2011-02-05 | copy: don't let a failed lseek go undiagnosed | Jim Meyering |
2011-02-04 | post-release administrivia | Jim Meyering |
2011-02-04 | version 8.10 | Jim Meyering |
2011-02-04 | cp: avoid spurious failure on any non-linux kernel | Jim Meyering |
2011-02-04 | tests: skip mv/i-3 on FreeBSD to avoid spurious failure | Jim Meyering |
2011-02-03 | sort: fix --debug key highlighting when key start after key end | Pádraig Brady |
2011-02-02 | tests: correct part of fiemap-perf | Jim Meyering |
2011-02-02 | build: update gnulib submodule to latest | Jim Meyering |
2011-01-31 | cp: fix the buffer size used when writing zeros | Pádraig Brady |
2011-01-31 | cp: always initialize extent_copy's output parameter | Jim Meyering |
2011-01-31 | tests: exercise a rarely-used corner of copy.c | Jim Meyering |
2011-01-31 | cp: fix copying a sparse file to a pipe | Jim Meyering |
2011-01-31 | tests: gfs2 also supports FIEMAP | Jim Meyering |
2011-01-31 | maint: remove unused inclusion of "fiemap.h" | Jim Meyering |
2011-01-31 | tests: factor fiemap-related predicate into init.cfg | Jim Meyering |
2011-01-31 | maint: update copyright year lists in new files | Jim Meyering |
2011-01-31 | tests: modernize sparse-fiemap test | Jim Meyering |
2011-01-31 | tests: remove duplicate fiemap-perf test | Jim Meyering |
2011-01-30 | doc: NEWS: mention cp's improvement | Jim Meyering |
2011-01-30 | build: update gnulib submodule to latest | Jim Meyering |
2011-01-30 | copy, tee: assume EINTR is always defined: remove #ifdefs | Jim Meyering |
2011-01-30 | tests: cp/fiemap: exercise previously-failing parts | Jim Meyering |
2011-01-30 | copy: make extent_copy use sparse_copy, rather than its own code | Jim Meyering |
2011-01-30 | copy: remove obsolete comment | Jim Meyering |
2011-01-30 | copy: factor sparse-copying code into its own function, because | Jim Meyering |
2011-01-30 | fiemap copy: avoid leak-on-error | Jim Meyering |
2011-01-30 | fiemap copy: avoid a performance hit due to very small buffer | Jim Meyering |
2011-01-30 | fiemap copy: simplify post-loop logic; improve comments | Jim Meyering |
2011-01-30 | fiemap copy: rename some locals | Jim Meyering |
2011-01-30 | tests: ensure that FIEMAP-enabled cp copies a sparse file efficiently | Jim Meyering |
2011-01-30 | copy: don't allocate a separate buffer just for extent-based copy | Jim Meyering |
2011-01-30 | copy: tweak variable name; improve a comment | Jim Meyering |
2011-01-30 | copy: call extent_copy also when make_holes is false, ... | Jim Meyering |
2011-01-30 | copy: remove else-after-goto and adjust indentation | Jim Meyering |
2011-01-30 | extent-scan: adjust naming and formatting | Jim Meyering |
2011-01-30 | fiemap copy: don't let write failure go unreported; adjust style, etc. | Jim Meyering |
2011-01-30 | fiemap copy: add extent-scan.[ch], avoid a double-free and reorganize | jeff.liu |
2011-01-30 | build: distribute new test script, filefrag-extent-compare | Jim Meyering |
2011-01-30 | build: distribute new file, fiemap.h | Jim Meyering |
2011-01-30 | copy.c: add FIEMAP_FLAG_SYNC to fiemap ioctl | Jie Liu |
2011-01-30 | fiemap.h: include <stdint.h>, not <linux/types.h> | Jim Meyering |
2011-01-30 | copy.c: ensure proper alignment of fiemap buffer | Paul Eggert |
2011-01-30 | copy.c: adjust comments, tweak semantics | Jim Meyering |
2011-01-30 | tests: relax the root-tests cross-check | Jim Meyering |
2011-01-30 | tests: accommodate varying filefrag -v "flags" output | Jim Meyering |
2011-01-30 | tests: exercise more of the new FIEMAP copying code | Jim Meyering |
2011-01-30 | tests: add a new test for FIEMAP-copy | Jie Liu |