Skip to content

Commit

Permalink
ksmbd: release 3.4.6 version
Browse files Browse the repository at this point in the history
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
namjaejeon committed Oct 9, 2022
1 parent 63759f7 commit c5864a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glob.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "unicode.h"
#include "vfs_cache.h"

#define KSMBD_VERSION "3.4.5"
#define KSMBD_VERSION "3.4.6"

extern int ksmbd_debug_types;

Expand Down

0 comments on commit c5864a9

Please sign in to comment.