summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)Author
2025-06-05cifs: update internal version numberSteve French
2025-06-03cifs: do not disable interface polling on failureShyam Prasad N
2025-06-03cifs: serialize other channels when query server interfaces is pendingShyam Prasad N
2025-06-03cifs: deal with the channel loading lag while picking channelsShyam Prasad N
2025-06-03smb: client: make use of common smbdirect_socket_parametersStefan Metzmacher
2025-06-03smb: smbdirect: introduce smbdirect_socket_parametersStefan Metzmacher
2025-06-03smb: client: make use of common smbdirect_socketStefan Metzmacher
2025-06-03smb: client: make use of common smbdirect.hStefan Metzmacher
2025-06-03smb: client: make use of common smbdirect_pdu.hStefan Metzmacher
2025-06-03Merge tag 'v6.16-rc-part1-smb-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds
2025-06-02cifs: update the lock ordering comments with new mutexShyam Prasad N
2025-06-02Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-06-02cifs: dns resolution is needed only for primary channelShyam Prasad N
2025-06-02cifs: update dstaddr whenever channel iface is updatedShyam Prasad N
2025-06-02cifs: reset connections for all channels when reconnect requestedShyam Prasad N
2025-06-01smb: client: use ParentLeaseKey in cifs_do_createHenrique Carvalho
2025-06-01smb: client: use ParentLeaseKey in open_cached_dirHenrique Carvalho
2025-06-01smb: client: add ParentLeaseKey supportHenrique Carvalho
2025-06-01cifs: Fix cifs_query_path_info() for Windows NT serversPali Rohár
2025-06-01cifs: Fix validation of SMB1 query reparse point responsePali Rohár
2025-06-01cifs: Correctly set SMB1 SessionKey field in Session Setup RequestPali Rohár
2025-06-01cifs: Fix encoding of SMB1 Session Setup NTLMSSP Request in non-UNICODE modePali Rohár
2025-06-01smb: client: add NULL check in automount_fullpathRuben Devos
2025-05-30Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2025-05-28smb: client: Remove an unused function and variableDr. David Alan Gilbert
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-05-23netfs: Fix undifferentiation of DIO reads from unbuffered readsDavid Howells
2025-05-21netfs: Fix the request's work item to not require a refDavid Howells
2025-05-19smb: client: Reset all search buffer pointers when releasing bufferWang Zhaolong
2025-05-18smb: client: Fix use-after-free in cifs_fill_direntWang Zhaolong
2025-05-14smb: client: fix zero rsize error messagesPaulo Alcantara
2025-05-14smb: client: fix memory leak during error handling for POSIX mkdirJethro Donaldson
2025-05-07smb: client: Avoid race in open_cached_dir with lease breaksPaul Aurich
2025-05-06smb3 client: warn when parse contexts returns error on compounded operationSteve French
2025-05-05saner calling conventions for ->d_automount()Al Viro
2025-05-01smb: client: ensure aligned IO sizesPaulo Alcantara
2025-04-30cifs: Fix changing times and read-only attr over SMB1 smb_set_file_info() fun...Pali Rohár
2025-04-30cifs: Fix and improve cifs_query_path_info() and cifs_query_file_info()Pali Rohár
2025-04-30smb: client: fix zero length for mkdir POSIX create contextJethro Donaldson
2025-04-13Revert "smb: client: fix TCP timers deadlock after rmmod"Kuniyuki Iwashima
2025-04-13Revert "smb: client: Fix netns refcount imbalance causing leaks and use-after...Kuniyuki Iwashima
2025-04-13smb3 client: fix open hardlink on deferred close file errorChunjie Zhu
2025-04-09smb3: Add defines for two new FileSystemAttributesSteve French
2025-04-09cifs: Fix querying of WSL CHR and BLK reparse points over SMB1Pali Rohár
2025-04-09cifs: Split parse_reparse_point callback to functions: get buffer and parse b...Pali Rohár
2025-04-09cifs: Improve handling of name surrogate reparse points in reparse.cPali Rohár
2025-04-09cifs: Remove explicit handling of IO_REPARSE_TAG_MOUNT_POINT in inode.cPali Rohár
2025-04-09cifs: Fix encoding of SMB1 Session Setup Kerberos Request in non-UNICODE modePali Rohár
2025-04-09smb: client: fix UAF in decryption with multichannelPaulo Alcantara
2025-04-08cifs: Fix support for WSL-style symlinksPali Rohár