summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
2025-10-07smb: client: Return directly after a failed genlmsg_new() in cifs_swn_send_re...Markus Elfring
2025-10-07smb: client: Use common code in cifs_do_create()Markus Elfring
2025-10-07smb: client: Improve unlocking of a mutex in cifs_get_swn_reg()Markus Elfring
2025-10-07smb: client: Return a status code only as a constant in cifs_spnego_key_insta...Markus Elfring
2025-10-06smb: client: Use common code in cifs_lookup()Markus Elfring
2025-10-06smb: client: Reduce the scopes for a few variables in two functionsMarkus Elfring
2025-10-03Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2025-10-03Merge tag '6.18-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds
2025-10-03Merge tag 'v6.18rc1-part1-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-10-03Merge tag 'pull-finish_no_open' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-10-03Merge tag 'pull-fs_context' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-10-01cifs: client: force multichannel=off when max_channels=1Rajasi Mandal
2025-10-01smb client: fix bug with newly created file in cached dirBharath SM
2025-10-01smb: client: short-circuit negative lookups when parent dir is fully cachedHenrique Carvalho
2025-10-01smb: client: short-circuit in open_cached_dir_by_dentry() if !dentryHenrique Carvalho
2025-10-01smb: client: remove pointless cfid->has_lease checkHenrique Carvalho
2025-10-01smb: client: transport: minor indentation style fixFiona Ebner
2025-10-01smb: client: transport: avoid reconnects triggered by pending task workFiona Ebner
2025-10-01smb: client: remove unused fid_lockHenrique Carvalho
2025-10-01smb: client: update cfid->last_access_time in open_cached_dir_by_dentry()Henrique Carvalho
2025-10-01smb: client: ensure open_cached_dir_by_dentry() only returns valid cfidSteve French
2025-10-01smb: client: account smb directory cache usage and per-tcon totalsBharath SM
2025-10-01smb: client: add drop_dir_cache module parameter to invalidate cached direntsBharath SM
2025-10-01smb: client: show lease state as R/H/W (or NONE) in open_filesBharath SM
2025-09-30ksmbd: increase session and share hash table bitsNamjae Jeon
2025-09-30ksmbd: replace connection list with hash tableNamjae Jeon
2025-09-30ksmbd: add an error print when maximum IP connections limit is reachedNamjae Jeon
2025-09-30ksmbd: add max ip connections parameterNamjae Jeon
2025-09-30ksmbd: fix error code overwriting in smb2_get_info_filesystem()Matvey Kovalev
2025-09-30ksmbd: copy overlapped range within the same fileNamjae Jeon
2025-09-30ksmbd: use sock_create_kern interface to create kernel socketNamjae Jeon
2025-09-30ksmbd: make ksmbd thread names distinct by client IPNamjae Jeon
2025-09-30ksmbd: Fix race condition in RPC handle list accessYunseong Kim
2025-09-29smb: client: fix crypto buffers in non-linear memoryEnzo Matsumiya
2025-09-29smb: Use arc4 library instead of duplicate arc4 codeEric Biggers
2025-09-29smb: client: add tcon information to smb2_reconnect() debug messagesHenrique Carvalho
2025-09-29Merge tag 'v6.18-rc-part1-smb3-common' of git://git.samba.org/ksmbdLinus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.async' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-09-28smb: server: let smb_direct_flush_send_list() invalidate a remote key firstStefan Metzmacher
2025-09-28smb: server: make use of ib_alloc_cq_any() instead of ib_alloc_cq()Stefan Metzmacher
2025-09-28smb: server: make consitent use of spin_lock_irq{save,restore}() in transport...Stefan Metzmacher
2025-09-28smb: server: let {free_transport,smb_direct_disconnect_rdma_{work,connection}...Stefan Metzmacher
2025-09-28smb: server: let smb_direct_disconnect_rdma_connection() disable all work but...Stefan Metzmacher
2025-09-28smb: server: fill in smbdirect_socket.first_error on errorStefan Metzmacher
2025-09-28smb: server: let smb_direct_disconnect_rdma_connection() set SMBDIRECT_SOCKET...Stefan Metzmacher
2025-09-28smb: server: pass struct smbdirect_socket to smb_direct_send_negotiate_respon...Stefan Metzmacher
2025-09-28smb: server: pass struct smbdirect_socket to {enqueue,get_first}_reassembly()Stefan Metzmacher