summaryrefslogtreecommitdiffstats
path: root/fs/smb
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | | | smb: client: fix hardlinking of reparse pointsPaulo Alcantara2024-01-076-27/+43
| * | | | smb: client: fix renaming of reparse pointsPaulo Alcantara2024-01-076-31/+55
| * | | | smb: client: optimise reparse point queryingPaulo Alcantara2024-01-076-31/+119
| * | | | smb: client: allow creating special files via reparse pointsPaulo Alcantara2024-01-0710-60/+256
| * | | | smb: client: extend smb2_compound_op() to accept more commandsPaulo Alcantara2024-01-072-384/+402
| * | | | smb: client: Fix minor whitespace errors and warningsPierre Mariani2024-01-071-8/+17
| | |/ / | |/| |
* | | | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-091-4/+2
|\ \ \ \
| * | | | smb: do not test the return value of folio_start_writeback()Matthew Wilcox (Oracle)2023-12-101-4/+2
* | | | | Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2024-01-081-2/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fs: use splice_copy_file_range() inline helperAmir Goldstein2023-12-121-2/+3
| | |/ / | |/| |
* | | | Merge tag '6.7-rc8-smb3-mchan-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-01-053-22/+40
|\ \ \ \
| * | | | cifs: do not depend on release_iface for maintaining iface_listShyam Prasad N2023-12-292-11/+17
| * | | | cifs: cifs_chan_is_iface_active should be called with chan_lock heldShyam Prasad N2023-12-292-3/+11
| * | | | cifs: after disabling multichannel, mark tcon for reconnectShyam Prasad N2023-12-291-8/+12
| | |_|/ | |/| |
* | | | Merge tag '6.7rc7-smb3-srv-fix' of git://git.samba.org/ksmbdLinus Torvalds2023-12-281-3/+12
|\ \ \ \ | |/ / / |/| | |
| * | | ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()Namjae Jeon2023-12-271-3/+12