summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)AuthorFilesLines
2025-10-09smb: client: fix missing timestamp updates with O_TRUNCPaulo Alcantara3-92/+159
2025-10-09cifs: Fix copy_to_iter return value checkFushuai Wang1-5/+5
2025-10-09smb: client: batch SRV_COPYCHUNK entries to cut round tripsHenrique Carvalho3-113/+203
2025-10-09smb: client: Omit an if branch in smb2_find_smb_tcon()Markus Elfring1-5/+0
2025-10-07smb: client: Return directly after a failed genlmsg_new() in cifs_swn_send_re...Markus Elfring1-5/+2
2025-10-07smb: client: Use common code in cifs_do_create()Markus Elfring1-2/+2
2025-10-07smb: client: Improve unlocking of a mutex in cifs_get_swn_reg()Markus Elfring1-7/+6
2025-10-07smb: client: Return a status code only as a constant in cifs_spnego_key_insta...Markus Elfring1-9/+3
2025-10-06smb: client: Use common code in cifs_lookup()Markus Elfring1-10/+12
2025-10-06smb: client: Reduce the scopes for a few variables in two functionsMarkus Elfring1-6/+6
2025-10-03Merge tag '6.18-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds13-73/+231
2025-10-03Merge tag 'pull-finish_no_open' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+1
2025-10-03Merge tag 'pull-fs_context' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+1
2025-10-01cifs: client: force multichannel=off when max_channels=1Rajasi Mandal1-0/+7
2025-10-01smb client: fix bug with newly created file in cached dirBharath SM1-0/+1
2025-10-01smb: client: short-circuit negative lookups when parent dir is fully cachedHenrique Carvalho1-1/+42
2025-10-01smb: client: short-circuit in open_cached_dir_by_dentry() if !dentryHenrique Carvalho1-1/+4
2025-10-01smb: client: remove pointless cfid->has_lease checkHenrique Carvalho1-4/+1
2025-10-01smb: client: transport: minor indentation style fixFiona Ebner1-2/+1
2025-10-01smb: client: transport: avoid reconnects triggered by pending task workFiona Ebner1-1/+9
2025-10-01smb: client: remove unused fid_lockHenrique Carvalho2-15/+3
2025-10-01smb: client: update cfid->last_access_time in open_cached_dir_by_dentry()Henrique Carvalho1-0/+1
2025-10-01smb: client: ensure open_cached_dir_by_dentry() only returns valid cfidSteve French4-6/+13
2025-10-01smb: client: account smb directory cache usage and per-tcon totalsBharath SM5-14/+63
2025-10-01smb: client: add drop_dir_cache module parameter to invalidate cached direntsBharath SM1-0/+38
2025-10-01smb: client: show lease state as R/H/W (or NONE) in open_filesBharath SM1-5/+28
2025-09-29smb: client: fix crypto buffers in non-linear memoryEnzo Matsumiya1-11/+6
2025-09-29smb: Use arc4 library instead of duplicate arc4 codeEric Biggers2-4/+5
2025-09-29smb: client: add tcon information to smb2_reconnect() debug messagesHenrique Carvalho1-9/+9
2025-09-29Merge tag 'v6.18-rc-part1-smb3-common' of git://git.samba.org/ksmbdLinus Torvalds7-615/+800
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+11
2025-09-29Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-09-28smb: client: let smbd_post_send_iter() call ib_dma_map_single() for the heade...Stefan Metzmacher1-22/+21
2025-09-28smb: client: defer calling ib_alloc_pd() after we are connectedStefan Metzmacher1-8/+11
2025-09-28smb: client: allocate smbdirect workqueue at the beginning of _smbd_get_conne...Stefan Metzmacher1-13/+14
2025-09-28smb: client: make consitent use of spin_lock_irq{save,restore}() in smbdirect.cStefan Metzmacher1-11/+15
2025-09-28smb: client: let smbd_{destroy,disconnect_rdma_{work,connection}}() wake up a...Stefan Metzmacher1-12/+40
2025-09-28smb: client: let smbd_disconnect_rdma_connection() disable all work but disco...Stefan Metzmacher1-0/+10
2025-09-28smb: client: fill in smbdirect_socket.first_error on errorStefan Metzmacher1-0/+6
2025-09-28smb: client: let smbd_disconnect_rdma_connection() set SMBDIRECT_SOCKET_ERROR...Stefan Metzmacher1-0/+40
2025-09-28smb: client: remove unused struct smbdirect_socket argument of smbd_iter_to_mr()Stefan Metzmacher1-3/+2
2025-09-28smb: client: pass struct smbdirect_socket to get_mr()Stefan Metzmacher1-3/+2
2025-09-28smb: client: pass struct smbdirect_socket to smbd_negotiate()Stefan Metzmacher1-3/+2
2025-09-28smb: client: pass struct smbdirect_socket to smbd_post_send_negotiate_req()Stefan Metzmacher1-3/+2
2025-09-28smb: client: pass struct smbdirect_socket to smbd_ia_open()Stefan Metzmacher1-3/+2
2025-09-28smb: client: pass struct smbdirect_socket to smbd_create_id()Stefan Metzmacher1-3/+2
2025-09-28smb: client: pass struct smbdirect_socket to smbd_qp_async_error_upcall()Stefan Metzmacher1-7/+6
2025-09-28smb: client: pass struct smbdirect_socket to smbd_conn_upcall()Stefan Metzmacher1-3/+2
2025-09-28smb: client: pass struct smbdirect_socket to smbd_post_send_full_iter()Stefan Metzmacher1-4/+3