index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-07
smb: client: don't call init_waitqueue_head(&info->conn_wait) twice in _smbd_...
Stefan Metzmacher
1
-1
/
+0
2025-08-07
smb: client: improve logging in smbd_conn_upcall()
Stefan Metzmacher
1
-4
/
+10
2025-08-07
smb: client: return an error if rdma_connect does not return within 5 seconds
Stefan Metzmacher
1
-2
/
+4
2025-08-06
smb: client: make use of smbdirect_socket.{send,recv}_io.mem.{cache,pool}
Stefan Metzmacher
2
-40
/
+34
2025-08-06
smb: smbdirect: add smbdirect_socket.{send,recv}_io.mem.{cache,pool}
Stefan Metzmacher
1
-0
/
+23
2025-08-06
smb: client: make use of struct smbdirect_send_io
Stefan Metzmacher
2
-38
/
+23
2025-08-06
smb: smbdirect: introduce struct smbdirect_send_io
Stefan Metzmacher
1
-0
/
+24
2025-08-06
smb: client: make use of SMBDIRECT_RECV_IO_MAX_SGE
Stefan Metzmacher
2
-5
/
+2
2025-08-06
smb: smbdirect: add SMBDIRECT_RECV_IO_MAX_SGE
Stefan Metzmacher
1
-0
/
+7
2025-08-06
smb: client: remove unused enum smbd_connection_status
Stefan Metzmacher
1
-10
/
+0
2025-08-06
smb: client: make use of smbdirect_socket.recv_io.reassembly.*
Stefan Metzmacher
3
-61
/
+46
2025-08-06
smb: smbdirect: introduce smbdirect_socket.recv_io.reassembly.*
Stefan Metzmacher
1
-0
/
+26
2025-08-06
smb: client: make use of smb: smbdirect_socket.recv_io.free.{list,lock}
Stefan Metzmacher
2
-15
/
+13
2025-08-06
smb: smbdirect: introduce smbdirect_socket.recv_io.free.{list,lock}
Stefan Metzmacher
1
-0
/
+9
2025-08-06
smb: client: make use of struct smbdirect_recv_io
Stefan Metzmacher
2
-54
/
+41
2025-08-06
smb: smbdirect: introduce struct smbdirect_recv_io
Stefan Metzmacher
1
-0
/
+15
2025-08-06
smb: client: make use of smbdirect_socket->recv_io.expected
Stefan Metzmacher
2
-15
/
+14
2025-08-06
smb: smbdirect: introduce smbdirect_socket.recv_io.expected
Stefan Metzmacher
1
-0
/
+14
2025-08-06
smb: client: remove unused smbd_connection->fragment_reassembly_remaining
Stefan Metzmacher
2
-3
/
+0
2025-08-06
smb: client: let recv_done() avoid touching data_transfer after cleanup/move
Stefan Metzmacher
1
-14
/
+11
2025-08-06
smb: client: let recv_done() cleanup before notifying the callers.
Stefan Metzmacher
1
-6
/
+8
2025-08-06
smb: client: make sure we call ib_dma_unmap_single() only if we called ib_dma...
Stefan Metzmacher
1
-2
/
+9
2025-08-06
smb: client: remove separate empty_packet_queue
Stefan Metzmacher
3
-65
/
+7
2025-08-06
smb: client: let send_done() cleanup before calling smbd_disconnect_rdma_conn...
Stefan Metzmacher
1
-6
/
+8
2025-08-06
cifs: Fix null-ptr-deref by static initializing global lock
Yunseong Kim
1
-4
/
+2
2025-08-06
smb: server: let recv_done() avoid touching data_transfer after cleanup/move
Stefan Metzmacher
1
-5
/
+7
2025-08-06
smb: server: let recv_done() consistently call put_recvmsg/smb_direct_disconn...
Stefan Metzmacher
1
-5
/
+13
2025-08-06
smb: server: make sure we call ib_dma_unmap_single() only if we called ib_dma...
Stefan Metzmacher
1
-2
/
+9
2025-08-06
smb: server: remove separate empty_recvmsg_queue
Stefan Metzmacher
1
-52
/
+8
2025-08-06
cifs: Move the SMB1 transport code out of transport.c
Steve French
4
-553
/
+588
2025-08-05
smb: client: smb: client: eliminate mid_flags field
Wang Zhaolong
4
-19
/
+16
2025-08-05
smb: client: add mid_counter_lock to protect the mid counter counter
Wang Zhaolong
5
-35
/
+38
2025-08-05
smb: client: rename server mid_lock to mid_queue_lock
Wang Zhaolong
7
-54
/
+54
2025-08-04
smb: client: fix creating symlinks under POSIX mounts
Paulo Alcantara
6
-10
/
+13
2025-08-04
smb: client: default to nonativesocket under POSIX mounts
Paulo Alcantara
1
-0
/
+1
2025-08-01
smb: client: set symlink type as native for POSIX mounts
Paulo Alcantara
5
-29
/
+22
2025-07-31
Merge tag 'v6.17-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/c...
Linus Torvalds
17
-105
/
+343
2025-07-31
smb3 client: add way to show directory leases for improved debugging
Steve French
2
-1
/
+53
2025-07-30
Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2
-5
/
+3
2025-07-28
Merge tag 'v6.17-rc-smb3-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
3
-164
/
+174
2025-07-28
Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-16
/
+16
2025-07-28
Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+2
2025-07-28
Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-2
/
+2
2025-07-28
smb: client: get rid of kstrdup() when parsing iocharset mount option
Paulo Alcantara
1
-5
/
+1
2025-07-28
smb: client: get rid of kstrdup() when parsing domain mount option
Paulo Alcantara
1
-5
/
+1
2025-07-28
smb: client: get rid of kstrdup() when parsing pass2 mount option
Paulo Alcantara
1
-6
/
+1
2025-07-28
smb: client: get rid of kstrdup() when parsing pass mount option
Paulo Alcantara
1
-6
/
+1
2025-07-28
smb: client: get rid of kstrdup() when parsing user mount option
Paulo Alcantara
1
-5
/
+1
2025-07-27
cifs: Add support for creating reparse points over SMB1
Pali Rohár
10
-43
/
+188
2025-07-27
cifs: Do not query WSL EAs for native SMB symlink
Pali Rohár
1
-3
/
+4
[prev]
[next]