Messages in this thread |  | | From | Steve French <> | Date | Sat, 23 Apr 2022 19:10:23 -0500 | Subject | [GIT PULL] ksmbd server fixes |
| |
Please pull the following changes since commit ce522ba9ef7e2d9fb22a39eb3371c0c64e2a433e:
Linux 5.18-rc2 (2022-04-10 14:21:36 -1000)
are available in the Git repository at:
git://git.samba.org/ksmbd.git tags/5.18-rc3-ksmbd-fixes
for you to fetch changes up to 02655a70b7cc0f534531ee65fa72692f4d31a944:
ksmbd: set fixed sector size to FS_SECTOR_SIZE_INFORMATION (2022-04-14 20:56:13 -0500)
---------------------------------------------------------------- 3 fixes to ksmbd server - cap maximum sector size reported to avoid mount problems - reference count fix - fix filename rename race
---------------------------------------------------------------- Namjae Jeon (3): ksmbd: remove filename in ksmbd_file ksmbd: increment reference count of parent fp ksmbd: set fixed sector size to FS_SECTOR_SIZE_INFORMATION
fs/ksmbd/misc.c | 40 +++++++++++++++++++++++++++++++--------- fs/ksmbd/misc.h | 3 ++- fs/ksmbd/oplock.c | 30 ------------------------------ fs/ksmbd/oplock.h | 2 -- fs/ksmbd/smb2pdu.c | 34 ++++++++++++++++------------------ fs/ksmbd/vfs.c | 6 ++---- fs/ksmbd/vfs_cache.c | 2 +- fs/ksmbd/vfs_cache.h | 1 - 8 files changed, 52 insertions(+), 66 deletions(-)
-- Thanks,
Steve
|  |