Releases: cifsd-team/ksmbd
Releases · cifsd-team/ksmbd
ksmbd: release 3.4.0 version
Major changes are:
- add support for SMB3 multichannel.
- add support for FSCTL_DUPLICATE_EXTENTS_TO_FILE.
- add support for AES256 encryption.
- rename cifsd to ksmbd.
- use generic asn1 decoder instead of own one.
- remove cache read/trans buffer feature.
- fix several bugs.
- cleanup codes from review comments.
ksmbd: release 3.3.9 version
Major changes are:
- declare ida statically.
- re-implement ksmbd_vfs_kern_path to remove recursive code.
- clean-up codes (remove unused function and files, use d_inode).
- fix reference count decrement of unclaimed file.
- add the check if parent is stable by unexpected rename.
ksmbd: release 3.3.8 version
Major changes are:
- clean-up codes using checkpatch --strict option.
- fix several warning and build failure from linux-next.
- change the minimum supported kernel version to v5.4.
- use xarray for tree connect list.
- fix reviews from lkml.
ksmbd: release 3.3.7 version
Major change are:
- Fix an issue that directories appear as files when using windows
backup. - Fix xfstests generic/241 failure on life test.
- Update ksmbd shutdown and debug print on/off using ksmbd.control in cifsd.rst.
ksmbd: release 3.3.6 version
Major changes are:
- Fix kernel oops from fuse+ntfs driver.
- Fix the issue of change the directory to the file using Nautilus
client. - Fix ksmbd build break with the latest linux-5.12-rc1.
- Fix potential memleak and use after free.
- Fix use after free from KASAN(racy issue)
ksmbd: release 3.3.5 version
Major changes are:
- Add support for version 4 dos attribute structure of samba.
- Implement maximal allowed desired access.
- Fix several error handling.
- Fix a few smbtorture failures.
ksmbd: release 3.3.4 version
Major changes are:
- Make xattr format of ksmbd compatible with samba's one.
- Use netdevice_notifier to configure TCP listeners.
- Fix a build break with linux-5.11 kernel.
ksmbd: release 3.3.3 version
The Marjor changes are:
- fix xfstests issues on life test.
- improve credentials codes.
- enable SMB_SERVER_CHECK_CAP_NET_ADMIN by default
ksmbd: release 3.3.2 version
The major changes are:
- Fix some of xfstests tests failures when actimeo=0 mount option
is not used in local.config of xfstests. - WSL reparse tags support for special files.
- Fix several permission issues.
- Set O_PATH and O_NONBLOCK flags to open_flags.
ksmbd: release 3.3.1 version
Major change are:
- Fix insmod failure if CONFIG_FS_POSIX_ACL is not set in config.