Skip to content
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

fix: After manually mounting SMB, the network is disconnected and the card is stuck #2095

Closed
wants to merge 5 commits into from

Commits on Jul 9, 2024

  1. fix: After manually mounting SMB, the network is disconnected and the…

    … card is stuck
    
    Move the file creation operation to the thread for processing
    
    Log: After manually mounting SMB, the network is disconnected and the card is stuck
    Bug: https://pms.uniontech.com/bug-view-257855.html
    liyigang1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    51b7db5 View commit details
    Browse the repository at this point in the history
  2. fix: After manually mounting SMB, the network is disconnected and the…

    … card is stuck
    
    Move the mkdir operation only to the thread
    
    Log: After manually mounting SMB, the network is disconnected and the card is stuck
    Bug: https://pms.uniontech.com/bug-view-257855.html
    liyigang1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    204d174 View commit details
    Browse the repository at this point in the history
  3. fix: After manually mounting SMB, the network is disconnected and the…

    … card is stuck
    
    Move the operation of creating linked files to the thread
    
    Log: After manually mounting SMB, the network is disconnected and the card is stuck
    Bug: https://pms.uniontech.com/bug-view-257855.html
    liyigang1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    b250e8f View commit details
    Browse the repository at this point in the history
  4. fix: After manually mounting SMB, the network is disconnected and the…

    … card is stuck
    
    Move the operation of setting file permissions to the thread
    
    Log: After manually mounting SMB, the network is disconnected and the card is stuck
    Bug: https://pms.uniontech.com/bug-view-257855.html
    liyigang1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    73ee764 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. fix: After manually mounting SMB, the network is disconnected and the…

    … card is stuck
    
    Move renaming operation to thread
    
    Log: After manually mounting SMB, the network is disconnected and the card is stuck
    Bug: https://pms.uniontech.com/bug-view-257855.html
    liyigang1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    07a5a9a View commit details
    Browse the repository at this point in the history