index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-09
smb: client: Omit an if branch in smb2_find_smb_tcon()
Markus Elfring
1
-5
/
+0
2025-10-07
smb: client: Return directly after a failed genlmsg_new() in cifs_swn_send_re...
Markus Elfring
1
-5
/
+2
2025-10-07
smb: client: Use common code in cifs_do_create()
Markus Elfring
1
-2
/
+2
2025-10-07
smb: client: Improve unlocking of a mutex in cifs_get_swn_reg()
Markus Elfring
1
-7
/
+6
2025-10-07
smb: client: Return a status code only as a constant in cifs_spnego_key_insta...
Markus Elfring
1
-9
/
+3
2025-10-06
smb: client: Use common code in cifs_lookup()
Markus Elfring
1
-10
/
+12
2025-10-06
smb: client: Reduce the scopes for a few variables in two functions
Markus Elfring
1
-6
/
+6
2025-10-03
Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2
-7
/
+7
2025-10-03
Merge tag '6.18-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...
Linus Torvalds
18
-177
/
+236
2025-10-03
Merge tag 'v6.18rc1-part1-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
11
-75
/
+119
2025-10-03
Merge tag 'pull-finish_no_open' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-7
/
+1
2025-10-03
Merge tag 'pull-fs_context' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-3
/
+1
2025-10-01
cifs: client: force multichannel=off when max_channels=1
Rajasi Mandal
1
-0
/
+7
2025-10-01
smb client: fix bug with newly created file in cached dir
Bharath SM
1
-0
/
+1
2025-10-01
smb: client: short-circuit negative lookups when parent dir is fully cached
Henrique Carvalho
1
-1
/
+42
2025-10-01
smb: client: short-circuit in open_cached_dir_by_dentry() if !dentry
Henrique Carvalho
1
-1
/
+4
2025-10-01
smb: client: remove pointless cfid->has_lease check
Henrique Carvalho
1
-4
/
+1
2025-10-01
smb: client: transport: minor indentation style fix
Fiona Ebner
1
-2
/
+1
2025-10-01
smb: client: transport: avoid reconnects triggered by pending task work
Fiona Ebner
1
-1
/
+9
2025-10-01
smb: client: remove unused fid_lock
Henrique Carvalho
2
-15
/
+3
2025-10-01
smb: client: update cfid->last_access_time in open_cached_dir_by_dentry()
Henrique Carvalho
1
-0
/
+1
2025-10-01
smb: client: ensure open_cached_dir_by_dentry() only returns valid cfid
Steve French
4
-6
/
+13
2025-10-01
smb: client: account smb directory cache usage and per-tcon totals
Bharath SM
5
-14
/
+63
2025-10-01
smb: client: add drop_dir_cache module parameter to invalidate cached dirents
Bharath SM
1
-0
/
+38
2025-10-01
smb: client: show lease state as R/H/W (or NONE) in open_files
Bharath SM
1
-5
/
+28
2025-09-30
ksmbd: increase session and share hash table bits
Namjae Jeon
2
-2
/
+2
2025-09-30
ksmbd: replace connection list with hash table
Namjae Jeon
5
-20
/
+43
2025-09-30
ksmbd: add an error print when maximum IP connections limit is reached
Namjae Jeon
1
-0
/
+2
2025-09-30
ksmbd: add max ip connections parameter
Namjae Jeon
4
-13
/
+23
2025-09-30
ksmbd: fix error code overwriting in smb2_get_info_filesystem()
Matvey Kovalev
1
-1
/
+2
2025-09-30
ksmbd: copy overlapped range within the same file
Namjae Jeon
1
-2
/
+14
2025-09-30
ksmbd: use sock_create_kern interface to create kernel socket
Namjae Jeon
1
-3
/
+4
2025-09-30
ksmbd: make ksmbd thread names distinct by client IP
Namjae Jeon
1
-26
/
+13
2025-09-30
ksmbd: Fix race condition in RPC handle list access
Yunseong Kim
1
-9
/
+17
2025-09-29
smb: client: fix crypto buffers in non-linear memory
Enzo Matsumiya
1
-11
/
+6
2025-09-29
smb: Use arc4 library instead of duplicate arc4 code
Eric Biggers
7
-108
/
+10
2025-09-29
smb: client: add tcon information to smb2_reconnect() debug messages
Henrique Carvalho
1
-9
/
+9
2025-09-29
Merge tag 'v6.18-rc-part1-smb3-common' of git://git.samba.org/ksmbd
Linus Torvalds
16
-1382
/
+2057
2025-09-29
Merge tag 'vfs-6.18-rc1.async' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-6
/
+5
2025-09-29
Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-7
/
+14
2025-09-29
Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2025-09-29
Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2025-09-28
smb: server: let smb_direct_flush_send_list() invalidate a remote key first
Stefan Metzmacher
1
-4
/
+7
2025-09-28
smb: server: make use of ib_alloc_cq_any() instead of ib_alloc_cq()
Stefan Metzmacher
1
-5
/
+7
2025-09-28
smb: server: make consitent use of spin_lock_irq{save,restore}() in transport...
Stefan Metzmacher
1
-15
/
+24
2025-09-28
smb: server: let {free_transport,smb_direct_disconnect_rdma_{work,connection}...
Stefan Metzmacher
1
-6
/
+34
2025-09-28
smb: server: let smb_direct_disconnect_rdma_connection() disable all work but...
Stefan Metzmacher
1
-0
/
+9
2025-09-28
smb: server: fill in smbdirect_socket.first_error on error
Stefan Metzmacher
1
-0
/
+6
2025-09-28
smb: server: let smb_direct_disconnect_rdma_connection() set SMBDIRECT_SOCKET...
Stefan Metzmacher
1
-0
/
+40
2025-09-28
smb: server: pass struct smbdirect_socket to smb_direct_send_negotiate_respon...
Stefan Metzmacher
1
-3
/
+2
[prev]
[next]