summaryrefslogtreecommitdiffstats
path: root/fs/smb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.8-rc-part2-smb-client' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-01-2016-232/+215
|\
| * cifs: update iface_last_update on each query-and-updateShyam Prasad N2024-01-191-1/+3
| * cifs: handle servers that still advertise multichannel after disablingShyam Prasad N2024-01-192-46/+69
| * cifs: new mount option called retransShyam Prasad N2024-01-195-0/+15
| * cifs: reschedule periodic query for server interfacesShyam Prasad N2024-01-191-0/+2
| * smb: client: don't clobber ->i_rdev from cached reparse pointsPaulo Alcantara2024-01-191-3/+3
| * smb: client: get rid of smb311_posix_query_path_info()Paulo Alcantara2024-01-192-83/+36
| * smb: client: parse owner/group when creating reparse pointsPaulo Alcantara2024-01-194-89/+71
| * smb: client: fix parsing of SMB3.1.1 POSIX create contextPaulo Alcantara2024-01-191-1/+1
| * cifs: new nt status codes from MS-SMB2Shyam Prasad N2024-01-182-0/+4
| * cifs: pick channel for tcon and tdisShyam Prasad N2024-01-181-6/+4
| * cifs: open_cached_dir should not rely on primary channelShyam Prasad N2024-01-181-1/+1
| * cifs: minor comment cleanupSteve French2024-01-181-3/+3
| * smb3: show beginning time for per share statsSteve French2024-01-183-2/+6
| * cifs: remove redundant variable tcon_existColin Ian King2024-01-161-3/+3
* | Merge tag '6.8-rc-smb-server-fixes-part2' of git://git.samba.org/ksmbdLinus Torvalds2024-01-197-23/+42
|\ \
| * | ksmbd: only v2 leases handle the directoryNamjae Jeon2024-01-141-0/+6
| * | ksmbd: fix UAF issue in ksmbd_tcp_new_connection()Namjae Jeon2024-01-144-18/+13
| * | ksmbd: validate mech token in session setupNamjae Jeon2024-01-143-5/+23
* | | Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-193-22/+7
|\ \ \ | |/ / |/| |
| * | netfs: Optimise away reads above the point at which there can be no dataDavid Howells2023-12-281-2/+2
| * | netfs, cachefiles: Pass upper bound length to allow expansionDavid Howells2023-12-281-1/+1
| * | netfs: Move pinning-for-writeback from fscache to netfsDavid Howells2023-12-242-19/+4
* | | Merge tag '6.8-rc-smb-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2024-01-118-58/+70
|\ \ \
| * | | ksmbd: Add missing set_freezable() for freezable kthreadKevin Hao2024-01-091-0/+1
| * | | ksmbd: free ppace array on error in parse_daclFedor Pchelkin2024-01-091-4/+7
| * | | ksmbd: send lease break notification on FILE_RENAME_INFORMATIONNamjae Jeon2024-01-092-5/+8
| * | | ksmbd: don't allow O_TRUNC open on read-only shareNamjae Jeon2024-01-091-14/+9
| * | | ksmbd: vfs: fix all kernel-doc warningsRandy Dunlap2024-01-091-10/+18
| * | | ksmbd: auth: fix most kernel-doc warningsRandy Dunlap2024-01-091-6/+8
| * | | ksmbd: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-01-091-15/+6
| * | | ksmbd: don't increment epoch if current state and request state are sameNamjae Jeon2024-01-091-3/+6
| * | | ksmbd: fix potential circular locking issue in smb2_set_ea()Namjae Jeon2024-01-091-3/+4
| * | | ksmbd: set v2 lease version on lease upgradeNamjae Jeon2024-01-091-0/+1
| * | | ksmbd: validate the zero field of packet headerLi Nan2024-01-091-1/+5
* | | | Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2024-01-111-0/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro2023-11-251-0/+5
* | | | Merge tag 'v6.8-rc-part1-smb-client' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-01-1018-829/+1131
|\ \ \ \
| * | | | cifs: update internal module version number for cifs.koSteve French2024-01-091-2/+2
| * | | | cifs: remove unneeded return statementSteve French2024-01-081-2/+0
| * | | | cifs: make cifs_chan_update_iface() a void functionDan Carpenter2024-01-082-11/+8
| * | | | cifs: delete unnecessary NULL checks in cifs_chan_update_iface()Dan Carpenter2024-01-081-15/+11
| * | | | cifs: get rid of dup length check in parse_reparse_point()Paulo Alcantara2024-01-072-14/+12
| * | | | smb: client: stop revalidating reparse points unnecessarilyPaulo Alcantara2024-01-073-81/+57
| * | | | cifs: Pass unbyteswapped eof value into SMB2_set_eof()David Howells2024-01-073-25/+20
| * | | | smb3: Improve exception handling in allocate_mr_list()Markus Elfring2024-01-071-2/+2
| * | | | cifs: fix in logging in cifs_chan_update_ifaceShyam Prasad N2024-01-071-6/+8
| * | | | smb: client: handle special files and symlinks in SMB3 POSIXPaulo Alcantara2024-01-071-21/+29
| * | | | smb: client: cleanup smb2_query_reparse_point()Paulo Alcantara2024-01-073-139/+39
| * | | | smb: client: allow creating symlinks via reparse pointsPaulo Alcantara2024-01-073-5/+86