ls: Fix excessive ls -al syscalls for ACL metadata#8660
ls: Fix excessive ls -al syscalls for ACL metadata#8660kimono-koans wants to merge 63 commits intouutils:mainfrom
Conversation
…s/coreutils into reduce_syscalls_acls
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
|
excellent, happy to merge this when it is ready :) |
CodSpeed Performance ReportMerging #8660 will degrade performances by 2.18%Comparing 🎉 Hooray!
|
| Benchmark | BASE |
HEAD |
Change | |
|---|---|---|---|---|
| ❌ | ls_recursive_long_all_deep_tree[(100, 4)] |
3.1 ms | 3.2 ms | -2.18% |
Footnotes
-
73 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports. ↩
|
GNU testsuite comparison: |
This comment was marked as outdated.
This comment was marked as outdated.
This reverts commit 8adf358.
|
GNU testsuite comparison: |
…s/coreutils into reduce_syscalls_acls
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
This reverts commit 37b6b96.
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
|
@sylvestre these failing checks seem to have nothing to do with this PR. Should I close and resubmit? |
|
GNU testsuite comparison: |
Reduces syscalls by searching for the specific ACL xattr key instead of requesting a list of all keys and values.
Fixes: #8350