-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
ls: Fix excessive ls -al syscalls for ACL metadata #8660
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
Closed
Closed
Changes from 36 commits
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
44efeaa
Initial commit
kimono-koans 41fb8f9
Merge branch 'uutils:main' into reduce_syscalls_acls
kimono-koans 18ee2b8
Add default ACL
kimono-koans 95f5c05
Merge branch 'reduce_syscalls_acls' of https://github.com/kimono-koan…
kimono-koans 80df9ee
Revert, do not count a default acl key as an ACL because GNU does not
kimono-koans 6616412
Wrapped Result<Option<Vec<_>>> must be non-empty to indicate an ACL
kimono-koans d68298d
Add back default ACL
kimono-koans 65f2b1f
Cleanup
kimono-koans c5be794
Avoid 2nd syscall for non-directories
kimono-koans 22cf205
Cleanup
kimono-koans 9818dc0
Fix buggy tests
kimono-koans cb75dac
Merge branch 'main' into reduce_syscalls_acls
kimono-koans ff6748e
Lazily obtain ACL, only really useful in LongFormat
kimono-koans 59198d3
Cleanup
kimono-koans d80eb15
Cleanup
kimono-koans a97d3af
Cleanup
kimono-koans d7271bf
Fix broken test
kimono-koans c9a71e0
Cleanup
kimono-koans 35e9ff8
Cleanup
kimono-koans 59410bd
Cleanup
kimono-koans 5b0ede0
Fix GNU test for capabilities, fn has_acl previously tested for wheth…
kimono-koans f4e47ef
Initial
kimono-koans 2b8dc11
Merge pull request #56 from kimono-koans/store_xattrs
kimono-koans d2db905
Merge branch 'uutils:main' into reduce_syscalls_acls
kimono-koans e24f136
Fix spelling issue
kimono-koans 72b60f3
Cleanup
kimono-koans 424e623
Merge branch 'main' into reduce_syscalls_acls
kimono-koans c479f8b
Fix lints
kimono-koans 6c6f0e2
Merge branch 'reduce_syscalls_acls' of https://github.com/kimono-koan…
kimono-koans 2d139bc
Fix lints
kimono-koans b4a1709
Fix lints
kimono-koans dc21fe5
Cleanup
kimono-koans b755002
Fix lints
kimono-koans 0820d44
Fix GNU test
kimono-koans 001bc61
Fix lint
kimono-koans 8761312
Fix lints
kimono-koans 6496129
Remove LazyLock for ACL, Cap keys
kimono-koans e3b3a75
Fix lints
kimono-koans b63aa01
Merge branch 'main' into reduce_syscalls_acls
kimono-koans 1c62b50
Merge branch 'main' into reduce_syscalls_acls
kimono-koans d79a01c
Merge branch 'main' into reduce_syscalls_acls
kimono-koans 3d0fd7d
Merge branch 'main' into reduce_syscalls_acls
kimono-koans c867d6a
Merge branch 'main' into reduce_syscalls_acls
kimono-koans 8adf358
Fewer read_link calls
kimono-koans b4b8321
Revert "Fewer read_link calls"
kimono-koans 759f1e9
Fewer read_link calls
kimono-koans a0011ea
Reminder: Don't merge until we update a new version of xattr
kimono-koans 15e8bd4
Merge branch 'main' into reduce_syscalls_acls
kimono-koans 77fc04e
Bump xattr as 1.6.1 has updated logic which allows for fewer syscalls
kimono-koans d06d25f
Merge branch 'reduce_syscalls_acls' of https://github.com/kimono-koan…
kimono-koans 82c83a6
Fix merge conflicts
kimono-koans c8bcda0
Fix lints
kimono-koans 6de3265
Cleanup
kimono-koans d715b02
Fix has_capability
kimono-koans 9693255
Fix Cargo.lock
kimono-koans d893dc2
Quicker has_acl processing
kimono-koans 37b6b96
Fix broken deny.toml
kimono-koans 6fb1f64
Revert "Fix broken deny.toml"
kimono-koans 1699244
Merge branch 'main' into reduce_syscalls_acls
kimono-koans b47e880
Better path resolution
kimono-koans ac23f85
Merge branch 'main' into reduce_syscalls_acls
kimono-koans 64b7071
Update Cargo lock
kimono-koans 209b00e
Merge branch 'reduce_syscalls_acls' of https://github.com/kimono-koan…
kimono-koans 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.