summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
14 daysMerge tag 'v6.15rc-part1-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
14 daysMerge tag '6.15-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds
2025-03-27ksmbd: fix r_count dec/increment mismatchNamjae Jeon
2025-03-27ksmbd: fix multichannel connection failureNamjae Jeon
2025-03-27ksmbd: fix use-after-free in ksmbd_sessions_deregister()Namjae Jeon
2025-03-27ksmbd: use ib_device_get_netdev() instead of calling ops.get_netdevNamjae Jeon
2025-03-27ksmbd: use aead_request_free to match aead_request_allocMiaoqian Lin
2025-03-27Revert "ksmbd: fix missing RDMA-capable flag for IPoIB device in ksmbd_rdma_c...Namjae Jeon
2025-03-27ksmbd: add bounds check for create lease contextNorbert Szetei
2025-03-26cifs: Add new mount option -o nounicode to disable SMB1 UNICODE modePali Rohár
2025-03-26cifs: Set default Netbios RFC1001 server name to hostname in UNCPali Rohár
2025-03-26smb: client: Fix netns refcount imbalance causing leaks and use-after-freeWang Zhaolong
2025-03-26cifs: add validation check for the fields in smb_acesNamjae Jeon
2025-03-26CIFS: Propagate min offload along with other parameters from primary to secon...Aman
2025-03-26cifs: Improve establishing SMB connection with NetBIOS sessionPali Rohár
2025-03-26cifs: Fix establishing NetBIOS session for SMB2+ connectionPali Rohár
2025-03-26cifs: Fix getting DACL-only xattr system.cifs_acl and system.smb3_aclPali Rohár
2025-03-26cifs: Check if server supports reparse points before using themPali Rohár
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-24ksmbd: add bounds check for durable handle contextNamjae Jeon
2025-03-24ksmbd: make SMB_SERVER_KERBEROS5 enable by defaultNamjae Jeon
2025-03-24ksmbd: Use str_read_write() and str_true_false() helpersThorsten Blum
2025-03-24cifs: avoid NULL pointer dereference in dbg callAlexandra Diupina
2025-03-24smb: client: Remove redundant check in smb2_is_path_accessible()Ivan Abramov
2025-03-24smb: client: Remove redundant check in cifs_oplock_break()Ivan Abramov
2025-03-24smb: mark the new channel addition log as informational log with cifs_infoBharath SM
2025-03-24smb: minor cleanup to remove unused function declarationBharath SM
2025-03-17smb: client: don't retry IO on failed negprotos with soft mountsPaulo Alcantara
2025-03-14Merge tag 'v6.14-rc6-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-03-13smb: client: Fix match_session bug preventing session reuseHenrique Carvalho
2025-03-13cifs: Fix integer overflow while processing closetimeo mount optionMurad Masimov
2025-03-13cifs: Fix integer overflow while processing actimeo mount optionMurad Masimov
2025-03-13cifs: Fix integer overflow while processing acdirmax mount optionMurad Masimov
2025-03-13cifs: Fix integer overflow while processing acregmax mount optionMurad Masimov
2025-03-13smb: client: fix regression with guest optionPaulo Alcantara
2025-03-10ksmbd: prevent connection release during oplock break notificationNamjae Jeon
2025-03-10ksmbd: fix use-after-free in ksmbd_free_work_structNamjae Jeon
2025-03-08vfs: Remove invalidate_inodes()Jan Kara
2025-03-05VFS: Change vfs_mkdir() to return the dentry.NeilBrown
2025-03-02cifs: fix incorrect validation for num_aces field of smb_aclNamjae Jeon
2025-03-02ksmbd: fix incorrect validation for num_aces field of smb_aclNamjae Jeon
2025-03-02smb: common: change the data type of num_aces to le16Namjae Jeon
2025-03-02ksmbd: fix bug on trap in smb2_lockNamjae Jeon
2025-03-02ksmbd: fix use-after-free in smb2_lockNamjae Jeon
2025-03-02ksmbd: fix type confusion via race condition when using ipc_msg_send_requestNamjae Jeon
2025-03-02ksmbd: fix out-of-bounds in parse_sec_desc()Namjae Jeon
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown
2025-02-27Merge patch series "prep patches for my mkdir series"Christian Brauner
2025-02-25cifs: Fix the smb1 readv callback to correctly call netfsDavid Howells