summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
2026-06-01ksmbd: fix use-after-free of a deferred file_lock on double SMB2_CANCELGil Portnoy1-0/+11
2026-06-01ksmbd: fix durable reconnect double-bind race in ksmbd_reopen_durable_fdGil Portnoy1-3/+9
2026-06-01ksmbd: fix NULL-deref of opinfo->conn in oplock/lease break notifiersGil Portnoy1-3/+12
2026-05-31Merge tag 'v7.1-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-4/+16
2026-05-28smb: client: fix uninitialized variable in smb2_writev_callbackSteve French1-1/+1
2026-05-28smb: client: detect short folioq copy in cifs_copy_folioq_to_iter()Jeremy Erazo1-3/+15
2026-05-27ksmbd: fix FSCTL permission bypass by adding a permission check for FSCTL_SET...Sean Shen1-0/+11
2026-05-27ksmbd: release ksmbd_inode ref via ksmbd_inode_put on lookup pathsAleksandr Golovnya1-3/+3
2026-05-27ksmbd: OOB read regression in smb_check_perm_dacl() ACE-walk loopsAli Ganiyev1-4/+4
2026-05-24Merge tag 'v7.1-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds3-22/+75
2026-05-22Merge tag 'v7.1-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-5/+29
2026-05-22smb/server: promote S_DEL_ON_CLS to S_DEL_PENDING when closeChenXiaoSong1-4/+12
2026-05-22ksmbd: validate SID in parent security descriptor during ACL inheritanceJunyi Liu1-16/+50
2026-05-22ksmbd: fix durable reconnect error path file lifetimeJunyi Liu1-2/+13
2026-05-21smb: client: change allocation requirements in DUP_CTX_STR macroFredric Cover1-1/+1
2026-05-21smb: client: require net admin for CIFS SWN netlinkMichael Bommarito1-1/+5
2026-05-21smb: smbdirect: divide, not multiply, milliseconds by 1000Alexander A. Klimov1-1/+1
2026-05-21cifs: Fix busy dentry used after unmountingZhihao Cheng1-0/+2
2026-05-19Merge tag 'v7.1-rc4-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds3-5/+15
2026-05-19smb: client: use data_len for SMB2 READ encrypted folioq copyJeremy Erazo1-2/+2
2026-05-19smb: client: reject userspace cifs.spnego descriptionsAsim Viladi Oglu Manizada1-0/+16
2026-05-19smb: client: protect tc_count increment in smb2_find_smb_sess_tcon_unlocked()Henrique Carvalho1-0/+2
2026-05-19cifs: Fix undefined variablesDavid Howells1-3/+3
2026-05-18Merge tag 'vfs-7.1-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-42/+74
2026-05-14smbdirect: Fix error cleanup in smbdirect_map_sges_from_iter()David Howells1-1/+1
2026-05-14smb: client: avoid integer overflow in SMB2 READ length checkJeremy Erazo2-7/+12
2026-05-14cifs: client: stage smb3_reconfigure() updates and restore ctx on failureDaeMyung Kang1-53/+108
2026-05-14smb/client: fix possible infinite loop and oob read in symlink_data()Ye Bin1-0/+3
2026-05-14ksmbd: fix null pointer dereference in compare_guid_key()Jeremy Laratro1-1/+5
2026-05-14ksmbd: fix null pointer dereference in proc_show_files()Jeremy Laratro1-1/+1
2026-05-14ksmbd: fix SID memory leak in set_posix_acl_entries_dacl() on overflowFerry Meng1-3/+9
2026-05-12SMB3.1.1: add missing QUERY_DIR info levelsSteve French2-2/+6
2026-05-12netfs: Fix potential for tearing in ->remote_i_size and ->zero_pointDavid Howells7-42/+74
2026-05-08Merge tag 'v7.1-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-24/+96
2026-05-07smb: client: validate dacloffset before building DACL pointersMichael Bommarito1-3/+32
2026-05-07smb/client: fix out-of-bounds read in smb2_compound_op()Zisen Ye1-4/+8
2026-05-07smb/client: fix out-of-bounds read in symlink_data()Zisen Ye1-1/+2
2026-05-07smb: client: Zero-pad short GSS session keys per MS-SMB2Piyush Sachdeva1-5/+18
2026-05-07smb: client: Use FullSessionKey for AES-256 encryption key derivationPiyush Sachdeva2-10/+27
2026-05-04smb: client: use kzalloc to zero-initialize security descriptor bufferBjoern Doebel1-1/+1
2026-05-04cifs: abort open_cached_dir if we don't request leasesShyam Prasad N1-0/+8
2026-05-02ksmbd: validate inherited ACE SID lengthShota Zaizen1-14/+52
2026-05-02ksmbd: fix kernel-doc warnings from ksmbd_conn_get/put()Namjae Jeon1-0/+4
2026-05-02ksmbd: fail share config requests when path allocation failsShuhao Fu1-4/+8
2026-05-02ksmbd: close durable scavenger races against m_fp_list lookupsDaeMyung Kang1-26/+76
2026-05-02ksmbd: harden file lifetime during session teardownDaeMyung Kang3-25/+164
2026-05-02ksmbd: centralize ksmbd_conn final release to plug transport leakDaeMyung Kang5-30/+156
2026-05-02smb: smbdirect: fix MR registration for coalesced SG listsYi Kuo1-9/+12
2026-05-02smb: smbdirect: introduce and use include/linux/smbdirect.hStefan Metzmacher7-204/+3
2026-05-02smb: smbdirect: make use of DEFAULT_SYMBOL_NAMESPACE and EXPORT_SYMBOL_GPLStefan Metzmacher13-30/+33