summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
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-23net: make sk->sk_rcvtimeo locklessEric Dumazet1-4/+2
2025-06-23smb: client: fix regression with native SMB symlinksPaulo Alcantara1-16/+4
2025-06-22Merge tag 'v6.16-rc2-smb3-client-fixes-v2' of git://git.samba.org/sfrench/cif...Linus Torvalds10-13/+27
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-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-17ksmbd: handle set/get info file for streamed fileNamjae Jeon3-15/+54
2025-06-17ksmbd: fix null pointer dereference in destroy_previous_sessionNamjae Jeon1-5/+6
2025-06-17ksmbd: add free_transport ops in ksmbd connectionNamjae Jeon4-4/+12
2025-06-16VFS: change old_dir and new_dir in struct renamedata to dentrysNeilBrown1-2/+2
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-08Merge tag '6.16-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds12-285/+420
2025-06-05cifs: update internal version numberSteve French1-2/+2
2025-06-04Merge tag '6.16-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds10-93/+53
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 Metzmacher3-0/+23
2025-06-03smb: client: make use of common smbdirect_socketStefan Metzmacher3-125/+145
2025-06-03smb: smbdirect: add smbdirect_socket.hStefan Metzmacher1-0/+41
2025-06-03smb: client: make use of common smbdirect.hStefan Metzmacher2-15/+9
2025-06-03smb: smbdirect: add smbdirect.h with public structuresStefan Metzmacher1-0/+17
2025-06-03smb: client: make use of common smbdirect_pdu.hStefan Metzmacher2-62/+19
2025-06-03smb: smbdirect: add smbdirect_pdu.h with protocol definitionsStefan Metzmacher1-0/+55
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