aboutsummaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
2023-07-09Merge tag '6.5-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Gravatar Linus Torvalds 4-5/+72
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-2/+2
2023-07-05cifs: Add a laundromat thread for cached directoriesGravatar Ronnie Sahlberg 2-0/+68
2023-07-01smb: client: remove redundant pointer 'server'Gravatar Colin Ian King 1-2/+0
2023-07-01cifs: fix session state transition to avoid use-after-free issueGravatar Winston Wen 1-3/+4
2023-06-30Merge tag '6.5-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Gravatar Linus Torvalds 20-345/+403
2023-06-30Merge tag '6.5-rc-ksmbd-server-fixes-part1' of git://git.samba.org/ksmbdGravatar Linus Torvalds 9-77/+88
2023-06-29cifs: new dynamic tracepoint to track ses not found errorsGravatar Shyam Prasad N 3-0/+23
2023-06-29cifs: log session id when a matching ses is not foundGravatar Shyam Prasad N 2-4/+4
2023-06-28ksmbd: avoid field overflow warningGravatar Arnd Bergmann 1-1/+1
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 2-3/+3
2023-06-28smb: client: improve DFS mount checkGravatar Paulo Alcantara 1-2/+3
2023-06-28smb: client: fix shared DFS root mounts with different prefixesGravatar Paulo Alcantara 8-100/+118
2023-06-28smb: client: fix parsing of source mount optionGravatar Paulo Alcantara 5-56/+80
2023-06-28smb: client: fix broken file attrs with nodfs mountsGravatar Paulo Alcantara 1-3/+0
2023-06-28cifs: print client_guid in DebugDataGravatar Shyam Prasad N 1-0/+1
2023-06-28cifs: fix session state check in smb2_find_smb_sesGravatar Winston Wen 1-0/+7
2023-06-28cifs: fix session state check in reconnect to avoid use-after-free issueGravatar Winston Wen 1-0/+6
2023-06-28cifs: do all necessary checks for credits within or before lockingGravatar Shyam Prasad N 2-19/+20
2023-06-28cifs: prevent use-after-free by freeing the cfile laterGravatar Shyam Prasad N 1-3/+3
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 3-25/+6
2023-06-26ksmbd: Replace one-element array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2023-06-26ksmbd: Use struct_size() helper in ksmbd_negotiate_smb_dialect()Gravatar Gustavo A. R. Silva 1-1/+1
2023-06-26ksmbd: add missing compound request handing in some commandsGravatar Namjae Jeon 1-25/+53
2023-06-26ksmbd: fix out of bounds read in smb2_sess_setupGravatar Namjae Jeon 1-14/+17
2023-06-26ksmbd: Replace the ternary conditional operator with min()Gravatar Lu Hongfei 1-1/+1
2023-06-26ksmbd: use kvzalloc instead of kvmallocGravatar Namjae Jeon 3-8/+8
2023-06-26ksmbd: Change the return value of ksmbd_vfs_query_maximal_access to voidGravatar Lu Hongfei 3-9/+3
2023-06-26ksmbd: return a literal instead of 'err' in ksmbd_vfs_kern_path_locked()Gravatar Namjae Jeon 1-1/+1
2023-06-26ksmbd: use kzalloc() instead of __GFP_ZEROGravatar Namjae Jeon 1-2/+2
2023-06-26ksmbd: remove unused ksmbd_tree_conn_share functionGravatar Namjae Jeon 2-14/+0
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 7-86/+196
2023-06-20smb: client: fix warning in generic_ip_connect()Gravatar Paulo Alcantara 1-8/+9
2023-06-20smb: client: fix warning in CIFSFindNext()Gravatar Paulo Alcantara 1-60/+51
2023-06-20smb: client: fix warning in CIFSFindFirst()Gravatar Paulo Alcantara 1-54/+44
2023-06-20smb3: do not reserve too many oplock creditsGravatar Steve French 1-1/+5
2023-06-20cifs: print more detail when invalidate_inode_mapping failsGravatar Steve French 1-2/+2
2023-06-20smb: client: fix warning in cifs_smb3_do_mount()Gravatar Paulo Alcantara 1-18/+10
2023-06-20Merge tag '6.4-rc6-smb3-server-fixes' of git://git.samba.org/ksmbdGravatar Linus Torvalds 7-86/+196
2023-06-19smb: client: fix warning in cifs_match_super()Gravatar Paulo Alcantara 1-2/+3
2023-06-19cifs: print nosharesock value while dumping mount optionsGravatar Shyam Prasad N 1-0/+2
2023-06-19SMB3: Do not send lease break acknowledgment if all file handles have been cl...Gravatar Bharath SM 1-13/+12
2023-06-16ksmbd: validate session id and tree id in the compound requestGravatar Namjae Jeon 2-18/+59
2023-06-16ksmbd: fix out-of-bound read in smb2_writeGravatar Namjae Jeon 1-3/+9
2023-06-16ksmbd: add mnt_want_write to ksmbd vfs functionsGravatar Namjae Jeon 5-55/+117
2023-06-16ksmbd: validate command payload sizeGravatar Namjae Jeon 1-11/+12
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 15-112/+252
2023-06-14cifs: add a warning when the in-flight count goes negativeGravatar Shyam Prasad N 1-0/+1
2023-06-14cifs: fix lease break oops in xfstest generic/098Gravatar Steve French 1-2/+6
2023-06-11cifs: fix max_credits implementationGravatar Shyam Prasad N 2-4/+30