summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)AuthorFilesLines
2025-06-21cifs: Fix prepare_write to negotiate wsize if neededDavid Howells1-2/+6
2025-06-21smb: client: fix max_sge overflow in smb_extract_folioq_to_rdma()Stefan Metzmacher1-2/+3
2025-06-21smb: client: fix first command failure during re-negotiationzhangjian1-0/+1
2025-06-19fs: convert most other generic_file_*mmap() users to .mmap_prepare()Lorenzo Stoakes3-16/+16
2025-06-18cifs: Remove duplicate fattr->cf_dtype assignment from wsl_to_fattr() functionPali Rohár1-1/+0
2025-06-18smb: fix secondary channel creation issue with kerberos by populating hostnam...Bharath SM1-2/+1
2025-06-12smb: improve directory cache reuse for readdir operationsBharath SM2-17/+19
2025-06-12smb: client: fix perf regression with deferred closesPaulo Alcantara1-3/+6
2025-06-10new helper: set_default_d_op()Al Viro1-2/+2
2025-06-09smb: client: disable path remapping with POSIX extensionsPhilipp Kerling1-2/+8
2025-06-05cifs: update internal version numberSteve French1-2/+2
2025-06-03cifs: do not disable interface polling on failureShyam Prasad N2-9/+6
2025-06-03cifs: serialize other channels when query server interfaces is pendingShyam Prasad N2-6/+19
2025-06-03cifs: deal with the channel loading lag while picking channelsShyam Prasad N1-7/+7
2025-06-03smb: client: make use of common smbdirect_socket_parametersStefan Metzmacher4-59/+77
2025-06-03smb: smbdirect: introduce smbdirect_socket_parametersStefan Metzmacher1-0/+1
2025-06-03smb: client: make use of common smbdirect_socketStefan Metzmacher3-125/+145
2025-06-03smb: client: make use of common smbdirect.hStefan Metzmacher2-15/+9
2025-06-03smb: client: make use of common smbdirect_pdu.hStefan Metzmacher2-62/+19
2025-06-03Merge tag 'v6.16-rc-part1-smb-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds13-97/+130
2025-06-02cifs: update the lock ordering comments with new mutexShyam Prasad N1-5/+8
2025-06-02Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-11/+10
2025-06-02cifs: dns resolution is needed only for primary channelShyam Prasad N1-1/+2
2025-06-02cifs: update dstaddr whenever channel iface is updatedShyam Prasad N1-0/+4
2025-06-02cifs: reset connections for all channels when reconnect requestedShyam Prasad N1-0/+7
2025-06-01smb: client: use ParentLeaseKey in cifs_do_createHenrique Carvalho1-0/+23
2025-06-01smb: client: use ParentLeaseKey in open_cached_dirHenrique Carvalho1-1/+23
2025-06-01smb: client: add ParentLeaseKey supportHenrique Carvalho3-6/+18
2025-06-01cifs: Fix cifs_query_path_info() for Windows NT serversPali Rohár1-0/+8
2025-06-01cifs: Fix validation of SMB1 query reparse point responsePali Rohár1-2/+18
2025-06-01cifs: Correctly set SMB1 SessionKey field in Session Setup RequestPali Rohár4-3/+6
2025-06-01cifs: Fix encoding of SMB1 Session Setup NTLMSSP Request in non-UNICODE modePali Rohár1-10/+10
2025-06-01smb: client: add NULL check in automount_fullpathRuben Devos1-0/+3
2025-05-30Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+0
2025-05-28smb: client: Remove an unused function and variableDr. David Alan Gilbert3-69/+0
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-4/+7
2025-05-23netfs: Fix undifferentiation of DIO reads from unbuffered readsDavid Howells1-1/+2
2025-05-21netfs: Fix the request's work item to not require a refDavid Howells4-10/+8
2025-05-19smb: client: Reset all search buffer pointers when releasing bufferWang Zhaolong1-0/+3
2025-05-18smb: client: Fix use-after-free in cifs_fill_direntWang Zhaolong1-2/+2
2025-05-14smb: client: fix zero rsize error messagesPaulo Alcantara1-2/+4
2025-05-14smb: client: fix memory leak during error handling for POSIX mkdirJethro Donaldson1-1/+1
2025-05-07smb: client: Avoid race in open_cached_dir with lease breaksPaul Aurich1-8/+2
2025-05-06smb3 client: warn when parse contexts returns error on compounded operationSteve French1-0/+2
2025-05-05saner calling conventions for ->d_automount()Al Viro1-1/+0
2025-05-01smb: client: ensure aligned IO sizesPaulo Alcantara6-55/+62
2025-04-30cifs: Fix changing times and read-only attr over SMB1 smb_set_file_info() fun...Pali Rohár4-12/+166
2025-04-30cifs: Fix and improve cifs_query_path_info() and cifs_query_file_info()Pali Rohár1-8/+95
2025-04-30smb: client: fix zero length for mkdir POSIX create contextJethro Donaldson1-0/+1
2025-04-13Revert "smb: client: fix TCP timers deadlock after rmmod"Kuniyuki Iwashima1-26/+10