Skip to content

v2.19.2

Compare
Choose a tag to compare
@Byron Byron released this 23 Feb 06:58
· 211 commits to main since this release
aa08b81

Bug Fixes

  • -x is applied to traversal as well.
    Previously dua would cross filesystems for traversal and simply not
    yield them, which somewhat defeated the purpose.

    Now it will avoid traversing into filesystem entries that are on a different
    filesystem, which should improve its performance visibly whenever multiple
    filesystems are involved.

Other

  • don't recurse on cross-device filesystems
    Like it says in the title. Right now, if you pass -x, dua doesn't
    count files on other devices, but it still enumerates them. However, a
    good reason to use -x is if you have network mounts that are slow, so
    this fixes that.

Commit Statistics

  • 3 commits contributed to the release.
  • 17 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • -x is applied to traversal as well. (31dacad)
    • refactor (dbc9845)
    • don't recurse on cross-device filesystems (fe956ca)