Bug Fixes
-
-x
is applied to traversal as well.
Previouslydua
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