summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-11maint: rename variables for clarity...Jim Meyering
2011-04-11maint: remove doubled words in comments, e.g., s/to to/to/Jim Meyering
2011-04-11maint: misc typo fixesPádraig Brady
2011-04-07maint: correct kernel version in NEWSPádraig Brady
2011-04-06copy: handle mergeable extents across fiemap scansPádraig Brady
2011-04-06copy: fix an unlikely memory leak when a fiemap copy failsPádraig Brady
2011-04-04tests: avoid spurious parallel failure due to temporary disk fullJim Meyering
2011-04-04tests: don't ever leave a backgrounded "sleep 10m" processJim Meyering
2011-04-04tests: preserve-gid: don't chown temporary PATH dir to a nameless UIDJim Meyering
2011-04-04tests: preserve-gid: remove useless use of "env"Jim Meyering
2011-04-04tests: convert common root-build test failure to a "skip"Jim Meyering
2011-04-04tests: minor improvement of sc_tight_scope ruleJim Meyering
2011-04-04docs: mention POSIX 2008Eric Blake
2011-04-03maint: prohibit direct use of strncmp: prefer STREQ_LEN, STRNCMP_LITJim Meyering
2011-04-03copy: require fiemap sync also for 2.6.38 kernelsJim Meyering
2011-04-02cp: always detect copy-into-self: avoid infloop w/large PATH_MAXJim Meyering
2011-04-02maint: fix a comment typoJim Meyering
2011-04-01copy: process empty extents more efficientlyPádraig Brady
2011-04-01copy: protect against overlapping extentsPádraig Brady
2011-04-01copy: link rather than copy symlinks, when --link usedPádraig Brady
2011-03-31tests: inotify-rotate: avoid race condition with overloaded diskJim Meyering
2011-03-31copy: with fiemap copy, only sync when neededPádraig Brady
2011-03-28tests: avoid unwarranted failure in mock-simulated non-SELinux env.Mathieu Bridon
2011-03-28maint: correct formatting style in a headerJim Meyering
2011-03-23df: fix alignment of columnsPádraig Brady
2011-03-22build: update gnulib submodule to latestJim Meyering
2011-03-22tests: exercise tests new "==" operatorJim Meyering
2011-03-22test: accept "==" as a synonym for "="David A. Wheeler
2011-03-21tests: fix a bug in the cp/preserve-gid testJim Meyering
2011-03-20bootstrap: do not exclude m4/message.m4Paul Eggert
2011-03-20maint: remove a name from THANKS.in that is derived from git logJim Meyering
2011-03-19tests: fix the sparse-fiemap testPádraig Brady
2011-03-16sort: avoid memory pressure of 130MB/thread when reading from pipeJim Meyering
2011-03-16maint: stop using .x-sc_* files to list syntax-check exemptionsJim Meyering
2011-03-13maint: use wcswidth from gnulibPádraig Brady
2011-03-13touch: update to latest gnulib to fix Solaris 10 touch segfaultJim Meyering
2011-03-13sort: spawn fewer threads for small inputsJim Meyering
2011-03-11copy: merge similar extents before processingPádraig Brady
2011-03-05dd: avoid or diagnose some problems with short readsPaul Eggert
2011-03-05maint: fix dd nocache test to be independent of current stdinPádraig Brady
2011-03-05dd: add a flag to discard cached dataPádraig Brady
2011-03-05doc: clarify that `dd bs=` can immediately output short readsPádraig Brady
2011-03-05doc: group dd conv= options that are actually flagsPádraig Brady
2011-03-05dd: warn when we disable oflag=direct not at EOFPádraig Brady
2011-03-03du: don't infloop for --files0-from=DIRJim Meyering
2011-03-03wc: avoid NULL dereference on out-of-memory errorJim Meyering
2011-02-25tests: without filefrag, only skip part of sparse-fiemapPádraig Brady
2011-02-19maint: replace spaces with tab in tests/Makefile.amGilles Espinasse
2011-02-18stdbuf: avoid even the appearance of a possible use-after-freeJim Meyering
2011-02-18tests: correct racy sparse-to-pipe testGilles Espinasse