Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The major changes are: - Improve session lookup performance using XARRAY. - Fix kernel oops from idr_remove(). - Use wait_event instead of schedule_timeout() in connection loop.(CPU Usage 100% issue) - Fix racy issue while destroying session on multichannel. - Fix security issues. - Improve stale share config. - Fix remotely corrupting local disk filesystem. - Fix lookup failure with ntfs3 share. - Casefold utf-8 share names and fix ascii lowercase. - Fix smb3 encryption feature bugs. - Fix permission mode and missing sids for MB3.1.1 posix extensions. - Make utf-8 file name comparison work in __caseless_lookup(). - Validate share name from share config response. - Fix infinite loop caused by pending requests on RDMA disconnection. Signed-off-by: Namjae Jeon <[email protected]>
- Loading branch information