Skip to content

Releases: cifsd-team/ksmbd

ksmbd: release 3.4.0 version

04 Jul 11:03
Compare
Choose a tag to compare

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

16 Apr 06:55
Compare
Choose a tag to compare

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

03 Apr 23:50
Compare
Choose a tag to compare

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

13 Mar 01:55
Compare
Choose a tag to compare

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

03 Mar 03:27
Compare
Choose a tag to compare

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

20 Feb 12:34
Compare
Choose a tag to compare

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

01 Feb 01:09
Compare
Choose a tag to compare

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

09 Jan 02:47
Compare
Choose a tag to compare

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

14 Dec 13:19
Compare
Choose a tag to compare

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

02 Dec 05:47
Compare
Choose a tag to compare

Major change are:

  • Fix insmod failure if CONFIG_FS_POSIX_ACL is not set in config.