summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)AuthorFilesLines
2025-06-26cifs: Fix reading into an ITER_FOLIOQ from the smbdirect codeDavid Howells1-95/+17
2025-06-26cifs: Fix the smbd_response slab to allow usercopyDavid Howells1-5/+13
2025-06-26smb: client: fix potential deadlock when reconnecting channelsPaulo Alcantara2-22/+37
2025-06-25smb: client: remove \t from TP_printk statementsStefan Metzmacher1-12/+12
2025-06-25smb: client: let smbd_post_send_iter() respect the peers max_send_size and tr...Stefan Metzmacher1-4/+27
2025-06-23smb: client: fix regression with native SMB symlinksPaulo Alcantara1-16/+4
2025-06-21smb: minor fix to use SMB2_NTLMV2_SESSKEY_SIZE for auth_key sizeBharath SM2-2/+2
2025-06-21smb: minor fix to use sizeof to initialize flags_string bufferBharath SM1-1/+1
2025-06-21smb: Use loff_t for directory position in cached_direntsBharath SM1-1/+1
2025-06-21smb: Log an error when close_all_cached_dirs failsPaul Aurich1-2/+12
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-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-09smb: client: disable path remapping with POSIX extensionsPhilipp Kerling1-2/+8
2025-06-05cifs: update internal version numberSteve French1-2/+2
2025-06-04cifs: do not disable interface polling on failureShyam Prasad N2-9/+6
2025-06-04cifs: serialize other channels when query server interfaces is pendingShyam Prasad N2-6/+19
2025-06-04cifs: deal with the channel loading lag while picking channelsShyam Prasad N1-7/+7
2025-06-04smb: client: make use of common smbdirect_socket_parametersStefan Metzmacher4-59/+77
2025-06-04smb: smbdirect: introduce smbdirect_socket_parametersStefan Metzmacher1-0/+1
2025-06-04smb: client: make use of common smbdirect_socketStefan Metzmacher3-126/+146
2025-06-04smb: client: make use of common smbdirect.hStefan Metzmacher2-15/+9
2025-06-04smb: client: make use of common smbdirect_pdu.hStefan Metzmacher2-62/+19
2025-06-04Merge tag 'v6.16-rc-part1-smb-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds13-97/+130
2025-06-03cifs: update the lock ordering comments with new mutexShyam Prasad N1-5/+8
2025-06-03Merge 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-02smb: client: use ParentLeaseKey in cifs_do_createHenrique Carvalho1-0/+23
2025-06-02smb: client: use ParentLeaseKey in open_cached_dirHenrique Carvalho1-1/+23
2025-06-02smb: client: add ParentLeaseKey supportHenrique Carvalho3-6/+18
2025-06-02cifs: Fix cifs_query_path_info() for Windows NT serversPali Rohár1-0/+8
2025-06-02cifs: Fix validation of SMB1 query reparse point responsePali Rohár1-2/+18
2025-06-02cifs: Correctly set SMB1 SessionKey field in Session Setup RequestPali Rohár4-3/+6
2025-06-02cifs: 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-31Merge 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-20smb: client: Reset all search buffer pointers when releasing bufferWang Zhaolong1-0/+3
2025-05-19smb: client: Fix use-after-free in cifs_fill_direntWang Zhaolong1-2/+2
2025-05-15smb: client: fix zero rsize error messagesPaulo Alcantara1-2/+4
2025-05-15smb: client: fix memory leak during error handling for POSIX mkdirJethro Donaldson1-1/+1