-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
df
: Adds support for mount path prefix matching and input path
#3161
Merged
sylvestre
merged 15 commits into
uutils:main
from
crazystylus:df-failed-to-print-fs-info
Mar 11, 2022
Merged
Changes from 9 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
99793f1
Adds support for mount path prefix matching and input path
crazystylus 5b79c80
Clippy: use of `unwrap_or` followed by a call to `new` fixed
crazystylus 90ee693
Changed sorting from reverse lexicographical to decreasing order of s…
crazystylus e70c2af
Removed sorting of mount_paths and optimized prefix matching.
crazystylus e66a0e5
Merge branch 'uutils:main' into df-failed-to-print-fs-info
crazystylus a74f74b
Fixed the program flow as per GNU df implementation
crazystylus b64c043
Fixed Clippy:needless_late_init and added 2 test-cases
crazystylus 09d607a
Removed inp_path order test case as it fails in CI due to missing /boot
crazystylus 80bd35f
Merge branch 'uutils:main' into df-failed-to-print-fs-info
crazystylus f35164d
spell-check:ignore lofs
crazystylus f9aa870
Merge branch 'df-failed-to-print-fs-info' of github.com:crazystylus/c…
crazystylus 52a8e2c
`df`: cleanup and refactor
crazystylus 0d2209e
Merge branch 'main' into df-failed-to-print-fs-info
sylvestre 100f8bb
Merge branch 'main' into df-failed-to-print-fs-info
crazystylus a202982
Merge branch 'main' into df-failed-to-print-fs-info
sylvestre File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does "lofs" mean?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here
lofs
is for Solaris styleloopback filesystem
which is not present in linux. It's present in Solaris and FreeBSD and is similar to symlink.