summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
2023-07-09Merge tag '6.5-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-07-05cifs: Add a laundromat thread for cached directoriesRonnie Sahlberg
2023-07-01smb: client: remove redundant pointer 'server'Colin Ian King
2023-07-01cifs: fix session state transition to avoid use-after-free issueWinston Wen
2023-06-30Merge tag '6.5-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds
2023-06-30Merge tag '6.5-rc-ksmbd-server-fixes-part1' of git://git.samba.org/ksmbdLinus Torvalds
2023-06-29cifs: new dynamic tracepoint to track ses not found errorsShyam Prasad N
2023-06-29cifs: log session id when a matching ses is not foundShyam Prasad N
2023-06-28ksmbd: avoid field overflow warningArnd Bergmann
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-06-28smb: client: improve DFS mount checkPaulo Alcantara
2023-06-28smb: client: fix shared DFS root mounts with different prefixesPaulo Alcantara
2023-06-28smb: client: fix parsing of source mount optionPaulo Alcantara
2023-06-28smb: client: fix broken file attrs with nodfs mountsPaulo Alcantara
2023-06-28cifs: print client_guid in DebugDataShyam Prasad N
2023-06-28cifs: fix session state check in smb2_find_smb_sesWinston Wen
2023-06-28cifs: fix session state check in reconnect to avoid use-after-free issueWinston Wen
2023-06-28cifs: do all necessary checks for credits within or before lockingShyam Prasad N
2023-06-28cifs: prevent use-after-free by freeing the cfile laterShyam Prasad N
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-26ksmbd: Replace one-element array with flexible-array memberGustavo A. R. Silva
2023-06-26ksmbd: Use struct_size() helper in ksmbd_negotiate_smb_dialect()Gustavo A. R. Silva
2023-06-26ksmbd: add missing compound request handing in some commandsNamjae Jeon
2023-06-26ksmbd: fix out of bounds read in smb2_sess_setupNamjae Jeon
2023-06-26ksmbd: Replace the ternary conditional operator with min()Lu Hongfei
2023-06-26ksmbd: use kvzalloc instead of kvmallocNamjae Jeon
2023-06-26ksmbd: Change the return value of ksmbd_vfs_query_maximal_access to voidLu Hongfei
2023-06-26ksmbd: return a literal instead of 'err' in ksmbd_vfs_kern_path_locked()Namjae Jeon
2023-06-26ksmbd: use kzalloc() instead of __GFP_ZERONamjae Jeon
2023-06-26ksmbd: remove unused ksmbd_tree_conn_share functionNamjae Jeon
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-20smb: client: fix warning in generic_ip_connect()Paulo Alcantara
2023-06-20smb: client: fix warning in CIFSFindNext()Paulo Alcantara
2023-06-20smb: client: fix warning in CIFSFindFirst()Paulo Alcantara
2023-06-20smb3: do not reserve too many oplock creditsSteve French
2023-06-20cifs: print more detail when invalidate_inode_mapping failsSteve French
2023-06-20smb: client: fix warning in cifs_smb3_do_mount()Paulo Alcantara
2023-06-20Merge tag '6.4-rc6-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2023-06-19smb: client: fix warning in cifs_match_super()Paulo Alcantara
2023-06-19cifs: print nosharesock value while dumping mount optionsShyam Prasad N
2023-06-19SMB3: Do not send lease break acknowledgment if all file handles have been cl...Bharath SM
2023-06-16ksmbd: validate session id and tree id in the compound requestNamjae Jeon
2023-06-16ksmbd: fix out-of-bound read in smb2_writeNamjae Jeon
2023-06-16ksmbd: add mnt_want_write to ksmbd vfs functionsNamjae Jeon
2023-06-16ksmbd: validate command payload sizeNamjae Jeon
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-14cifs: add a warning when the in-flight count goes negativeShyam Prasad N
2023-06-14cifs: fix lease break oops in xfstest generic/098Steve French
2023-06-11cifs: fix max_credits implementationShyam Prasad N