-
Notifications
You must be signed in to change notification settings - Fork 98
Optimize file manager move operations on same filesystem #2429
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
Merged
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
0b70940
Optimize file manager move operations on same filesystem
mgutt 42d6622
Add directory check for rsync rename optimization and suppress stderr…
mgutt d37af27
Use device IDs instead of mount points for more robust filesystem com…
mgutt 2568736
Escape rsync filter meta-characters and handle symlinked directories …
mgutt fbcc368
file_manager: remove redundant PID validation and persist PID to surv…
mgutt 6511029
file_manager: use separate PID file instead of INI serialization
mgutt 77579fd
Merge branch 'unraid:master' into optimize-file-manager-move
mgutt 69a21de
file_manager: persist move state and handle restarts
mgutt 7c38306
file_manager: suppress outdated status messages
mgutt d26390c
file_manager: fixed syntax bug in nginx config to force using fileman…
mgutt 37e59b6
Fix file_manager bugs and migrate to JSON status format
mgutt be210fc
Add minimum width guard to mb_strimhalf()
mgutt 031b4ba
Fix JSON array index bug in parse_rsync_progress()
mgutt ef0be9c
Rename $move to $delete_empty_dirs and add commented parent-to-subfol…
mgutt f105f35
Enable parent-to-subdirectory check for rsync-rename moves
mgutt a33f8c4
Fix file_manager rsync issues: status parsing and directory permissions
mgutt 58ec118
Optimize file_manager buffering and regex patterns
mgutt 38c6d84
Test stdbuf -o0 for unbuffered rsync output
mgutt 8103cba
Fix rsync output handling with process substitution
mgutt 63328e9
Add explanatory comments and fix progress parsing
mgutt f693c49
Add comment explaining bash requirement for process substitution
mgutt da0bfca
Fix grep regex: Remove -C1 context flag to prevent progress line in f…
mgutt 8c0ff09
Improve code readability: Reorder progress parsing logic and fix comm…
mgutt 67c5626
Fix rsync progress parsing: Initialize text array and filter empty lines
mgutt 617ce85
Optimize spinning icon animation in File Manager
mgutt 07d4e06
Replace with whitespace-nowrap utility class
mgutt 46b3d5d
Remove unnecessary nowrap spans, simplify DOM manipulation
mgutt 737a515
Add validation for empty jQuery objects in icon handling
mgutt 4b90b9a
Remove unnecessary jQuery validation checks
mgutt ef01699
Add comment explaining --no-inc-recursive flag usage
mgutt d764b1e
Calculate ETA when rsync only shows elapsed time
mgutt 6a4ec6e
Add ETA hysteresis to smooth fluctuations
mgutt d8e1034
Small rsync ETA fix and improved regex
mgutt dc180a8
Revert wrong test to extract file line of status file
mgutt bd271c7
Add -m1 to file_line grep for performance
mgutt e4339f5
Merge branch 'unraid:master' into optimize-file-manager-move
mgutt dada8c4
Fix subdirectory check for move operations
mgutt e2f53a6
Improve mb_strimhalf and calculate_eta functions
mgutt f0d0c28
Remove 'deleting' prefix from rsync rename status output
mgutt 59c1615
Add --no-inc-recursive flag to rsync copy operations
mgutt 3856369
improve comments in parse_rsync_progress function
mgutt 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
Some comments aren't visible on the classic Files Changed page.
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
Oops, something went wrong.
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.