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
/
client
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-21
cifs: Fix prepare_write to negotiate wsize if needed
David Howells
1
-2
/
+6
2025-06-21
smb: client: fix max_sge overflow in smb_extract_folioq_to_rdma()
Stefan Metzmacher
1
-2
/
+3
2025-06-21
smb: client: fix first command failure during re-negotiation
zhangjian
1
-0
/
+1
2025-06-19
fs: convert most other generic_file_*mmap() users to .mmap_prepare()
Lorenzo Stoakes
3
-16
/
+16
2025-06-18
cifs: Remove duplicate fattr->cf_dtype assignment from wsl_to_fattr() function
Pali Rohár
1
-1
/
+0
2025-06-18
smb: fix secondary channel creation issue with kerberos by populating hostnam...
Bharath SM
1
-2
/
+1
2025-06-12
smb: improve directory cache reuse for readdir operations
Bharath SM
2
-17
/
+19
2025-06-12
smb: client: fix perf regression with deferred closes
Paulo Alcantara
1
-3
/
+6
2025-06-10
new helper: set_default_d_op()
Al Viro
1
-2
/
+2
2025-06-09
smb: client: disable path remapping with POSIX extensions
Philipp Kerling
1
-2
/
+8
2025-06-05
cifs: update internal version number
Steve French
1
-2
/
+2
2025-06-03
cifs: do not disable interface polling on failure
Shyam Prasad N
2
-9
/
+6
2025-06-03
cifs: serialize other channels when query server interfaces is pending
Shyam Prasad N
2
-6
/
+19
2025-06-03
cifs: deal with the channel loading lag while picking channels
Shyam Prasad N
1
-7
/
+7
2025-06-03
smb: client: make use of common smbdirect_socket_parameters
Stefan Metzmacher
4
-59
/
+77
2025-06-03
smb: smbdirect: introduce smbdirect_socket_parameters
Stefan Metzmacher
1
-0
/
+1
2025-06-03
smb: client: make use of common smbdirect_socket
Stefan Metzmacher
3
-125
/
+145
2025-06-03
smb: client: make use of common smbdirect.h
Stefan Metzmacher
2
-15
/
+9
2025-06-03
smb: client: make use of common smbdirect_pdu.h
Stefan Metzmacher
2
-62
/
+19
2025-06-03
Merge tag 'v6.16-rc-part1-smb-client-fixes' of git://git.samba.org/sfrench/ci...
Linus Torvalds
13
-97
/
+130
2025-06-02
cifs: update the lock ordering comments with new mutex
Shyam Prasad N
1
-5
/
+8
2025-06-02
Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-11
/
+10
2025-06-02
cifs: dns resolution is needed only for primary channel
Shyam Prasad N
1
-1
/
+2
2025-06-02
cifs: update dstaddr whenever channel iface is updated
Shyam Prasad N
1
-0
/
+4
2025-06-02
cifs: reset connections for all channels when reconnect requested
Shyam Prasad N
1
-0
/
+7
2025-06-01
smb: client: use ParentLeaseKey in cifs_do_create
Henrique Carvalho
1
-0
/
+23
2025-06-01
smb: client: use ParentLeaseKey in open_cached_dir
Henrique Carvalho
1
-1
/
+23
2025-06-01
smb: client: add ParentLeaseKey support
Henrique Carvalho
3
-6
/
+18
2025-06-01
cifs: Fix cifs_query_path_info() for Windows NT servers
Pali Rohár
1
-0
/
+8
2025-06-01
cifs: Fix validation of SMB1 query reparse point response
Pali Rohár
1
-2
/
+18
2025-06-01
cifs: Correctly set SMB1 SessionKey field in Session Setup Request
Pali Rohár
4
-3
/
+6
2025-06-01
cifs: Fix encoding of SMB1 Session Setup NTLMSSP Request in non-UNICODE mode
Pali Rohár
1
-10
/
+10
2025-06-01
smb: client: add NULL check in automount_fullpath
Ruben Devos
1
-0
/
+3
2025-05-30
Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-1
/
+0
2025-05-28
smb: client: Remove an unused function and variable
Dr. David Alan Gilbert
3
-69
/
+0
2025-05-26
Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-4
/
+7
2025-05-23
netfs: Fix undifferentiation of DIO reads from unbuffered reads
David Howells
1
-1
/
+2
2025-05-21
netfs: Fix the request's work item to not require a ref
David Howells
4
-10
/
+8
2025-05-19
smb: client: Reset all search buffer pointers when releasing buffer
Wang Zhaolong
1
-0
/
+3
2025-05-18
smb: client: Fix use-after-free in cifs_fill_dirent
Wang Zhaolong
1
-2
/
+2
2025-05-14
smb: client: fix zero rsize error messages
Paulo Alcantara
1
-2
/
+4
2025-05-14
smb: client: fix memory leak during error handling for POSIX mkdir
Jethro Donaldson
1
-1
/
+1
2025-05-07
smb: client: Avoid race in open_cached_dir with lease breaks
Paul Aurich
1
-8
/
+2
2025-05-06
smb3 client: warn when parse contexts returns error on compounded operation
Steve French
1
-0
/
+2
2025-05-05
saner calling conventions for ->d_automount()
Al Viro
1
-1
/
+0
2025-05-01
smb: client: ensure aligned IO sizes
Paulo Alcantara
6
-55
/
+62
2025-04-30
cifs: Fix changing times and read-only attr over SMB1 smb_set_file_info() fun...
Pali Rohár
4
-12
/
+166
2025-04-30
cifs: Fix and improve cifs_query_path_info() and cifs_query_file_info()
Pali Rohár
1
-8
/
+95
2025-04-30
smb: client: fix zero length for mkdir POSIX create context
Jethro Donaldson
1
-0
/
+1
2025-04-13
Revert "smb: client: fix TCP timers deadlock after rmmod"
Kuniyuki Iwashima
1
-26
/
+10
[prev]
[next]