summaryrefslogtreecommitdiffstats
path: root/fs/smb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '6.5-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-06-3020-345/+403
|\
| * cifs: new dynamic tracepoint to track ses not found errorsShyam Prasad N2023-06-293-0/+23
| * cifs: log session id when a matching ses is not foundShyam Prasad N2023-06-292-4/+4
| * smb: client: improve DFS mount checkPaulo Alcantara2023-06-281-2/+3
| * smb: client: fix shared DFS root mounts with different prefixesPaulo Alcantara2023-06-288-100/+118
| * smb: client: fix parsing of source mount optionPaulo Alcantara2023-06-285-56/+80
| * smb: client: fix broken file attrs with nodfs mountsPaulo Alcantara2023-06-281-3/+0
| * cifs: print client_guid in DebugDataShyam Prasad N2023-06-281-0/+1
| * cifs: fix session state check in smb2_find_smb_sesWinston Wen2023-06-281-0/+7
| * cifs: fix session state check in reconnect to avoid use-after-free issueWinston Wen2023-06-281-0/+6
| * cifs: do all necessary checks for credits within or before lockingShyam Prasad N2023-06-282-19/+20
| * cifs: prevent use-after-free by freeing the cfile laterShyam Prasad N2023-06-281-3/+3
| * smb: client: fix warning in generic_ip_connect()Paulo Alcantara2023-06-201-8/+9
| * smb: client: fix warning in CIFSFindNext()Paulo Alcantara2023-06-201-60/+51
| * smb: client: fix warning in CIFSFindFirst()Paulo Alcantara2023-06-201-54/+44
| * smb3: do not reserve too many oplock creditsSteve French2023-06-201-1/+5
| * cifs: print more detail when invalidate_inode_mapping failsSteve French2023-06-201-2/+2
| * smb: client: fix warning in cifs_smb3_do_mount()Paulo Alcantara2023-06-201-18/+10
| * smb: client: fix warning in cifs_match_super()Paulo Alcantara2023-06-191-2/+3
| * cifs: print nosharesock value while dumping mount optionsShyam Prasad N2023-06-191-0/+2
| * SMB3: Do not send lease break acknowledgment if all file handles have been cl...Bharath SM2023-06-191-13/+12
* | Merge tag '6.5-rc-ksmbd-server-fixes-part1' of git://git.samba.org/ksmbdLinus Torvalds2023-06-309-77/+88
|\ \
| * | ksmbd: avoid field overflow warningArnd Bergmann2023-06-281-1/+1
| * | ksmbd: Replace one-element array with flexible-array memberGustavo A. R. Silva2023-06-261-1/+1
| * | ksmbd: Use struct_size() helper in ksmbd_negotiate_smb_dialect()Gustavo A. R. Silva2023-06-261-1/+1
| * | ksmbd: add missing compound request handing in some commandsNamjae Jeon2023-06-261-25/+53
| * | ksmbd: fix out of bounds read in smb2_sess_setupNamjae Jeon2023-06-261-14/+17
| * | ksmbd: Replace the ternary conditional operator with min()Lu Hongfei2023-06-261-1/+1
| * | ksmbd: use kvzalloc instead of kvmallocNamjae Jeon2023-06-263-8/+8
| * | ksmbd: Change the return value of ksmbd_vfs_query_maximal_access to voidLu Hongfei2023-06-263-9/+3
| * | ksmbd: return a literal instead of 'err' in ksmbd_vfs_kern_path_locked()Namjae Jeon2023-06-261-1/+1
| * | ksmbd: use kzalloc() instead of __GFP_ZERONamjae Jeon2023-06-261-2/+2
| * | ksmbd: remove unused ksmbd_tree_conn_share functionNamjae Jeon2023-06-262-14/+0
* | | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-282-3/+3
|\ \ \
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-227-86/+196
| |\| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-1515-112/+252
| |\ \ \ | | | |/ | | |/|
| * | | Drop the netfs_ prefix from netfs_extract_iter_to_sg()David Howells2023-06-082-3/+3
* | | | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-263-25/+6
| |_|/ |/| |
* | | Merge tag '6.4-rc6-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-06-207-86/+196
|\ \ \ | |_|/ |/| |
| * | ksmbd: validate session id and tree id in the compound requestNamjae Jeon2023-06-162-18/+59
| * | ksmbd: fix out-of-bound read in smb2_writeNamjae Jeon2023-06-161-3/+9
| * | ksmbd: add mnt_want_write to ksmbd vfs functionsNamjae Jeon2023-06-165-55/+117
| * | ksmbd: validate command payload sizeNamjae Jeon2023-06-161-11/+12
* | | cifs: add a warning when the in-flight count goes negativeShyam Prasad N2023-06-141-0/+1
* | | cifs: fix lease break oops in xfstest generic/098Steve French2023-06-141-2/+6
* | | cifs: fix max_credits implementationShyam Prasad N2023-06-112-4/+30
* | | cifs: fix sockaddr comparison in iface_cmpShyam Prasad N2023-06-114-37/+88
* | | smb/client: print "Unknown" instead of bogus link speed valueEnzo Matsumiya2023-06-111-1/+46
* | | cifs: print all credit counters in DebugDataShyam Prasad N2023-06-111-3/+8
* | | cifs: fix status checks in cifs_tree_connectShyam Prasad N2023-06-112-8/+10