summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
2026-08-24smb: client: simplify __build_path_from_dentry_optional_prefix()Dmitry Antipov1-5/+1
2026-08-24smb: client: fix UAF and buffer leak in cifs_check_trans2() for malformed sec...Frank Sorenson1-3/+11
2026-08-24smb: client: fix OOB read/write from unvalidated DataOffset in coalesce_t2()Frank Sorenson1-1/+20
2026-08-24smb/client: decode reparse metadata using its payload typeZe Tan3-13/+19
2026-08-24smb/client: preserve open info type across compound queriesZe Tan2-4/+6
2026-08-24smb/client: mark missing nlink values as unknownZe Tan2-1/+8
2026-08-24cifs: fix clearing stats for fastest execution of each smb2 commandFrank Sorenson1-1/+1
2026-08-23Merge tag 'ksmbd-for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds48-864/+5434
2026-08-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-8/+10
2026-08-20smb: server: remove unused DES crypto headerNamjae Jeon1-1/+0
2026-08-20smb: server: Remove obsolete "select CRYPTO_LIB_DES" from Kconfig fileThomas Huth1-1/+0
2026-08-20ksmbd: keep TCP timers alive for kernel socketsNamjae Jeon1-0/+6
2026-08-20ksmbd: enable TCP keepalive for accepted connectionsNamjae Jeon1-0/+6
2026-08-19smb/client: fix nlink of an overwritten open fileChenXiaoSong1-5/+6
2026-08-19cifs: remove dead size-update blocks in cifs_setattr_unix/nounixFrank Sorenson1-14/+0
2026-08-19cifs: remove redundant size-update block in cifs_remap_file_range()Frank Sorenson1-5/+1
2026-08-19cifs: add cifs_resize_file_locked() to guard fscache_resize_cookie() under i_...Frank Sorenson3-11/+23
2026-08-19cifs: use cifs_invalidate_cache() in cifs_do_truncate() for O_TRUNCFrank Sorenson1-0/+1
2026-08-19smb: client: clear ce->tgthint in free_tgts()Fredric Cover1-0/+2
2026-08-19smb: client: harden DFS cache against invalid target hintsFredric Cover1-7/+24
2026-08-19smb: client: clear setuid/setgid bit on write with cifsacl/modefromsid/posix ...Jiangshan Yi1-5/+24
2026-08-19smb: client: set replay flag on the read send-error retry pathChristopher Lusk1-0/+1
2026-08-19smb: client: fix request buffer leak in smb2_new_read_req()Christopher Lusk1-4/+12
2026-08-19smb/client: return EOPNOTSUPP for unsupported O_TMPFILEChenXiaoSong1-0/+2
2026-08-17Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-3/+3
2026-08-17Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+7
2026-08-17Merge tag 'vfs-7.3-rc1.lookup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+2
2026-08-17Merge tag 'vfs-7.3-rc1.kthread' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-5/+12
2026-08-17smb/server: fix session counter on session removalZe Tan1-4/+10
2026-08-17smb/server: update session counter under sessions table lockZe Tan1-1/+1
2026-08-17smb/server: fix session leak in ksmbd_session_register()Ze Tan1-1/+12
2026-08-17smb/server: warn if ksmbd_proc_create() failsZe Tan4-6/+16
2026-08-17ksmbd: bound smb_check_perm_dacl() ACE walks by DACL sizeHang Nan1-2/+2
2026-08-17ksmbd: make RDMA encryption diagnostics conditionalNamjae Jeon2-18/+90
2026-08-17ksmbd: add SMB Direct RDMA encryption transformNamjae Jeon10-63/+663
2026-08-17ksmbd: handle encrypted compressed requestsNamjae Jeon4-24/+97
2026-08-17ksmbd: decrypt requests from expired encrypted sessionsNamjae Jeon2-6/+14
2026-08-17ksmbd: disconnect on SMB3 decryption failureNamjae Jeon4-1/+26
2026-08-17ksmbd: encrypt interim responses to encrypted requestsNamjae Jeon1-4/+67
2026-08-17ksmbd: scope session state changes to bound connectionsNamjae Jeon4-16/+41
2026-08-17ksmbd: fix encrypted request lookup on bound channelsNamjae Jeon2-3/+10
2026-08-17ksmbd: add per-share SMB3 encryption enforcementNamjae Jeon5-5/+34
2026-08-17ksmbd: notify parent directory leases on child createNamjae Jeon2-4/+8
2026-08-17ksmbd: implement SMB2 AppInstanceVersion takeoverNamjae Jeon3-9/+101
2026-08-17ksmbd: accept unspecified volatile ID on durable reconnectNamjae Jeon1-2/+6
2026-08-17smb/server: fix tree connection leak in smb2_tree_connect()Ze Tan1-1/+9
2026-08-17ksmbd: wait for deferred notify cancellationNamjae Jeon1-0/+12
2026-08-17smb/server: fix use-after-free in ksmbd_conn_transport_destroy()ChenXiaoSong1-1/+6
2026-08-17ksmbd: detach blocked lock requests before freeingNamjae Jeon2-8/+17
2026-08-17smb: server: Clear Preauth_HashValue in smb2pdu.c with kfree_sensitive()Thomas Huth1-2/+2