summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
2024-01-16cifs: remove redundant variable tcon_existColin Ian King
2024-01-14ksmbd: only v2 leases handle the directoryNamjae Jeon
2024-01-14ksmbd: fix UAF issue in ksmbd_tcp_new_connection()Namjae Jeon
2024-01-14ksmbd: validate mech token in session setupNamjae Jeon
2024-01-11Merge tag '6.8-rc-smb-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2024-01-10Merge tag 'v6.8-rc-part1-smb-client' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-01-09cifs: update internal module version number for cifs.koSteve French
2024-01-09ksmbd: Add missing set_freezable() for freezable kthreadKevin Hao
2024-01-09ksmbd: free ppace array on error in parse_daclFedor Pchelkin
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-01-09ksmbd: send lease break notification on FILE_RENAME_INFORMATIONNamjae Jeon
2024-01-09ksmbd: don't allow O_TRUNC open on read-only shareNamjae Jeon
2024-01-09ksmbd: vfs: fix all kernel-doc warningsRandy Dunlap
2024-01-09ksmbd: auth: fix most kernel-doc warningsRandy Dunlap
2024-01-09ksmbd: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2024-01-09ksmbd: don't increment epoch if current state and request state are sameNamjae Jeon
2024-01-09ksmbd: fix potential circular locking issue in smb2_set_ea()Namjae Jeon
2024-01-09ksmbd: set v2 lease version on lease upgradeNamjae Jeon
2024-01-09ksmbd: validate the zero field of packet headerLi Nan
2024-01-08cifs: remove unneeded return statementSteve French
2024-01-08cifs: make cifs_chan_update_iface() a void functionDan Carpenter
2024-01-08cifs: delete unnecessary NULL checks in cifs_chan_update_iface()Dan Carpenter
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds
2024-01-07cifs: get rid of dup length check in parse_reparse_point()Paulo Alcantara
2024-01-07smb: client: stop revalidating reparse points unnecessarilyPaulo Alcantara
2024-01-07cifs: Pass unbyteswapped eof value into SMB2_set_eof()David Howells
2024-01-07smb3: Improve exception handling in allocate_mr_list()Markus Elfring
2024-01-07cifs: fix in logging in cifs_chan_update_ifaceShyam Prasad N
2024-01-07smb: client: handle special files and symlinks in SMB3 POSIXPaulo Alcantara
2024-01-07smb: client: cleanup smb2_query_reparse_point()Paulo Alcantara
2024-01-07smb: client: allow creating symlinks via reparse pointsPaulo Alcantara
2024-01-07smb: client: fix hardlinking of reparse pointsPaulo Alcantara
2024-01-07smb: client: fix renaming of reparse pointsPaulo Alcantara
2024-01-07smb: client: optimise reparse point queryingPaulo Alcantara
2024-01-07smb: client: allow creating special files via reparse pointsPaulo Alcantara
2024-01-07smb: client: extend smb2_compound_op() to accept more commandsPaulo Alcantara
2024-01-07smb: client: Fix minor whitespace errors and warningsPierre Mariani
2024-01-05Merge tag '6.7-rc8-smb3-mchan-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-12-29cifs: do not depend on release_iface for maintaining iface_listShyam Prasad N
2023-12-29cifs: cifs_chan_is_iface_active should be called with chan_lock heldShyam Prasad N
2023-12-29cifs: after disabling multichannel, mark tcon for reconnectShyam Prasad N
2023-12-28Merge tag '6.7rc7-smb3-srv-fix' of git://git.samba.org/ksmbdLinus Torvalds
2023-12-28netfs: Optimise away reads above the point at which there can be no dataDavid Howells
2023-12-28netfs, cachefiles: Pass upper bound length to allow expansionDavid Howells
2023-12-27ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()Namjae Jeon
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsDavid Howells
2023-12-19cifs: do not let cifs_chan_update_iface deallocate channelsShyam Prasad N
2023-12-19cifs: fix a pending undercount of srv_countShyam Prasad N
2023-12-19fs: cifs: Fix atime update checkZizhi Wo