summaryrefslogtreecommitdiffstats
path: root/fs/smb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.7-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-12-037-34/+54
|\
| * smb: client, common: fix fortify warningsDmitry Antipov2023-11-305-31/+40
| * cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF movedDavid Howells2023-11-291-0/+3
| * cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF movedDavid Howells2023-11-291-2/+8
| * smb: client: report correct st_size for SMB and NFS symlinksPaulo Alcantara2023-11-281-0/+2
| * smb: client: fix missing mode bits for SMB symlinksPaulo Alcantara2023-11-281-1/+1
* | Merge tag '6.7-rc3-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-11-279-141/+162
|\ \ | |/ |/|
| * ksmbd: don't update ->op_state as OPLOCK_STATE_NONE on errorNamjae Jeon2023-11-231-1/+0
| * ksmbd: move setting SMB2_FLAGS_ASYNC_COMMAND and AsyncIdNamjae Jeon2023-11-231-5/+2
| * ksmbd: release interim response after sending status pending responseNamjae Jeon2023-11-232-1/+5
| * ksmbd: move oplock handling after unlock parent dirNamjae Jeon2023-11-231-56/+65
| * ksmbd: separately allocate ci per dentryNamjae Jeon2023-11-234-25/+18
| * ksmbd: fix possible deadlock in smb2_openNamjae Jeon2023-11-235-59/+75
| * ksmbd: prevent memory leak on error returnZongmin Zhou2023-11-231-2/+5
* | smb: client: introduce cifs_sfu_make_node()Paulo Alcantara2023-11-233-120/+52
* | smb: client: set correct file type from NFS reparse pointsPaulo Alcantara2023-11-238-61/+116
* | smb: client: introduce ->parse_reparse_point()Paulo Alcantara2023-11-234-42/+56
* | smb: client: implement ->query_reparse_point() for SMB1Paulo Alcantara2023-11-235-175/+113
* | cifs: fix use after free for iface while disabling secondary channelsRitvik Budhiraja2023-11-231-1/+1
|/
* cifs: fix lock ordering while disabling multichannelShyam Prasad N2023-11-141-9/+13
* cifs: fix leak of iface for primary channelShyam Prasad N2023-11-141-0/+6
* cifs: fix check of rc in function generate_smb3signingkeyEkaterina Esina2023-11-131-3/+2
* cifs: spnego: add ';' in HOST_KEY_LENAnastasia Belova2023-11-131-2/+2
* Merge tag '6.7-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-11-1116-88/+491
|\
| * cifs: update internal module version number for cifs.koSteve French2023-11-101-2/+2
| * cifs: handle when server stops supporting multichannelShyam Prasad N2023-11-106-10/+145
| * cifs: handle when server starts supporting multichannelShyam Prasad N2023-11-103-2/+34
| * Missing field not being returned in ioctl CIFS_IOC_GET_MNT_INFOSteve French2023-11-101-0/+1
| * smb3: allow dumping session and tcon id to improve stats analysis and debuggingSteve French2023-11-102-0/+31
| * smb: client: fix mount when dns_resolver key is not availablePaulo Alcantara2023-11-093-7/+29
| * smb3: fix caching of ctime on setxattrSteve French2023-11-091-1/+4
| * smb3: minor cleanup of session handling codeSteve French2023-11-091-6/+12
| * cifs: reconnect work should have reference on server structShyam Prasad N2023-11-092-16/+34
| * cifs: do not pass cifs_sb when trying to add channelsShyam Prasad N2023-11-093-8/+8
| * cifs: account for primary channel in the interface listShyam Prasad N2023-11-092-0/+34
| * cifs: distribute channels across interfaces based on speedShyam Prasad N2023-11-093-14/+88
| * cifs: handle cases where a channel is closedShyam Prasad N2023-11-096-7/+43
| * smb3: more minor cleanups for session handling routinesSteve French2023-11-091-10/+15
| * smb3: minor RDMA cleanupSteve French2023-11-091-2/+2
| * cifs: Fix encryption of cleared, but unset rq_iter data buffersDavid Howells2023-11-081-3/+9
* | Merge tag '6.7-rc-smb3-server-part2' of git://git.samba.org/ksmbdLinus Torvalds2023-11-103-6/+41
|\ \
| * | ksmbd: handle malformed smb1 messageNamjae Jeon2023-11-071-0/+11
| * | ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()Namjae Jeon2023-11-071-3/+4
| * | ksmbd: fix slab out of bounds write in smb_inherit_dacl()Namjae Jeon2023-11-071-3/+26
| |/
* | Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-11-071-6/+5
|\ \ | |/ |/|
| * exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein2023-10-281-6/+5
* | Merge tag '6.7-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-11-0414-90/+138
|\ \
| * | cifs: force interface update before a fresh session setupShyam Prasad N2023-11-021-1/+5
| * | cifs: do not reset chan_max if multichannel is not supported at mountShyam Prasad N2023-11-021-1/+0
| * | cifs: reconnect helper should set reconnect for the right channelShyam Prasad N2023-11-021-4/+5