| Age | Commit message (Expand) | Author | Lines |
| 2011-04-25 | doc: tail/inotify does use --sleep-interval=S, with --pid=P | Jim Meyering | -5/+10 |
| 2011-04-22 | tests: sparse-fiemap: adjust syntax to accommodate older awk | Alan Curry | -1/+2 |
| 2011-04-21 | tests: sparse-fiemap: with root/ext3, do not create an ext4 FS | Jim Meyering | -0/+4 |
| 2011-04-21 | tests: sparse-fiemap: report more detail upon failure; ignore an FP | Jim Meyering | -3/+7 |
| 2011-04-20 | copy: use FIEMAP (extent_copy) only for apparently-sparse files, | Jim Meyering | -16/+34 |
| 2011-04-20 | copy: factor out a tiny sparse-testing function | Jim Meyering | -4/+19 |
| 2011-04-20 | copy: do not treat unwritten extents specially: avoid XFS/ext4 data loss | Jim Meyering | -1/+9 |
| 2011-04-20 | copy: always use FIEMAP_FLAG_SYNC, for now | Jim Meyering | -0/+8 |
| 2011-04-20 | tests: remove spurious syntax from a perl snippet | Jim Meyering | -1/+1 |
| 2011-04-17 | dircolors: add .ear, .war, .sar, for Java jar-like archives | Ondřej Vašík | -0/+4 |
| 2011-04-13 | post-release administrivia | Jim Meyering | -2/+5 |
| 2011-04-13 | version 8.11v8.11 | Jim Meyering | -1/+1 |
| 2011-04-13 | maint: mention dd's new partial read warning in NEWS | Pádraig Brady | -0/+3 |
| 2011-04-13 | tests: fix a false positive fiemap test on some file systems | Pádraig Brady | -12/+20 |
| 2011-04-12 | maint: correct kernel version in test comment | Pádraig Brady | -1/+1 |
| 2011-04-12 | maint: remove unnecessary inclusion of <stdio.h> | Jim Meyering | -1/+0 |
| 2011-04-11 | build: update gnulib submodule to latest | Jim Meyering | -0/+0 |
| 2011-04-11 | cfg.mk: remove useless semicolon and backslash | Jim Meyering | -1/+1 |
| 2011-04-11 | doc: tweak NEWS | Jim Meyering | -3/+3 |
| 2011-04-11 | maint: install: remove support for --preserve_context ("_", not "-") | Jim Meyering | -8/+3 |
| 2011-04-11 | maint: reorder install.c to eliminate declarations of static functions | Jim Meyering | -344/+327 |
| 2011-04-11 | maint: rename variables for clarity... | Jim Meyering | -6/+6 |
| 2011-04-11 | maint: remove doubled words in comments, e.g., s/to to/to/ | Jim Meyering | -6/+6 |
| 2011-04-11 | maint: misc typo fixes | Pádraig Brady | -4/+4 |
| 2011-04-07 | maint: correct kernel version in NEWS | Pádraig Brady | -1/+1 |
| 2011-04-06 | copy: handle mergeable extents across fiemap scans | Pádraig Brady | -88/+108 |
| 2011-04-06 | copy: fix an unlikely memory leak when a fiemap copy fails | Pádraig Brady | -1/+1 |
| 2011-04-04 | tests: avoid spurious parallel failure due to temporary disk full | Jim Meyering | -0/+15 |
| 2011-04-04 | tests: don't ever leave a backgrounded "sleep 10m" process | Jim Meyering | -1/+1 |
| 2011-04-04 | tests: preserve-gid: don't chown temporary PATH dir to a nameless UID | Jim Meyering | -1/+6 |
| 2011-04-04 | tests: preserve-gid: remove useless use of "env" | Jim Meyering | -1/+1 |
| 2011-04-04 | tests: convert common root-build test failure to a "skip" | Jim Meyering | -2/+1 |
| 2011-04-04 | tests: minor improvement of sc_tight_scope rule | Jim Meyering | -5/+5 |
| 2011-04-04 | docs: mention POSIX 2008 | Eric Blake | -3/+4 |
| 2011-04-03 | maint: prohibit direct use of strncmp: prefer STREQ_LEN, STRNCMP_LIT | Jim Meyering | -18/+34 |
| 2011-04-03 | copy: require fiemap sync also for 2.6.38 kernels | Jim Meyering | -2/+2 |
| 2011-04-02 | cp: always detect copy-into-self: avoid infloop w/large PATH_MAX | Jim Meyering | -2/+10 |
| 2011-04-02 | maint: fix a comment typo | Jim Meyering | -1/+1 |
| 2011-04-01 | copy: process empty extents more efficiently | Pádraig Brady | -16/+162 |
| 2011-04-01 | copy: protect against overlapping extents | Pádraig Brady | -1/+37 |
| 2011-04-01 | copy: link rather than copy symlinks, when --link used | Pádraig Brady | -7/+66 |
| 2011-03-31 | tests: inotify-rotate: avoid race condition with overloaded disk | Jim Meyering | -2/+2 |
| 2011-03-31 | copy: with fiemap copy, only sync when needed | Pádraig Brady | -3/+42 |
| 2011-03-28 | tests: avoid unwarranted failure in mock-simulated non-SELinux env. | Mathieu Bridon | -1/+9 |
| 2011-03-28 | maint: correct formatting style in a header | Jim Meyering | -5/+6 |
| 2011-03-23 | df: fix alignment of columns | Pádraig Brady | -168/+291 |
| 2011-03-22 | build: update gnulib submodule to latest | Jim Meyering | -0/+0 |
| 2011-03-22 | tests: exercise tests new "==" operator | Jim Meyering | -0/+6 |
| 2011-03-22 | test: accept "==" as a synonym for "=" | David A. Wheeler | -3/+10 |
| 2011-03-21 | tests: fix a bug in the cp/preserve-gid test | Jim Meyering | -8/+19 |