index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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-26
cifs: Fix reading into an ITER_FOLIOQ from the smbdirect code
David Howells
1
-95
/
+17
2025-06-26
cifs: Fix the smbd_response slab to allow usercopy
David Howells
1
-5
/
+13
2025-06-26
smb: client: fix potential deadlock when reconnecting channels
Paulo Alcantara
2
-22
/
+37
2025-06-25
smb: client: remove \t from TP_printk statements
Stefan Metzmacher
1
-12
/
+12
2025-06-25
smb: client: let smbd_post_send_iter() respect the peers max_send_size and tr...
Stefan Metzmacher
1
-4
/
+27
2025-06-23
smb: client: fix regression with native SMB symlinks
Paulo Alcantara
1
-16
/
+4
2025-06-21
smb: minor fix to use SMB2_NTLMV2_SESSKEY_SIZE for auth_key size
Bharath SM
2
-2
/
+2
2025-06-21
smb: minor fix to use sizeof to initialize flags_string buffer
Bharath SM
1
-1
/
+1
2025-06-21
smb: Use loff_t for directory position in cached_dirents
Bharath SM
1
-1
/
+1
2025-06-21
smb: Log an error when close_all_cached_dirs fails
Paul Aurich
1
-2
/
+12
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-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-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-04
cifs: do not disable interface polling on failure
Shyam Prasad N
2
-9
/
+6
2025-06-04
cifs: serialize other channels when query server interfaces is pending
Shyam Prasad N
2
-6
/
+19
2025-06-04
cifs: deal with the channel loading lag while picking channels
Shyam Prasad N
1
-7
/
+7
2025-06-04
smb: client: make use of common smbdirect_socket_parameters
Stefan Metzmacher
4
-59
/
+77
2025-06-04
smb: smbdirect: introduce smbdirect_socket_parameters
Stefan Metzmacher
1
-0
/
+1
2025-06-04
smb: client: make use of common smbdirect_socket
Stefan Metzmacher
3
-126
/
+146
2025-06-04
smb: client: make use of common smbdirect.h
Stefan Metzmacher
2
-15
/
+9
2025-06-04
smb: client: make use of common smbdirect_pdu.h
Stefan Metzmacher
2
-62
/
+19
2025-06-04
Merge tag 'v6.16-rc-part1-smb-client-fixes' of git://git.samba.org/sfrench/ci...
Linus Torvalds
13
-97
/
+130
2025-06-03
cifs: update the lock ordering comments with new mutex
Shyam Prasad N
1
-5
/
+8
2025-06-03
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-02
smb: client: use ParentLeaseKey in cifs_do_create
Henrique Carvalho
1
-0
/
+23
2025-06-02
smb: client: use ParentLeaseKey in open_cached_dir
Henrique Carvalho
1
-1
/
+23
2025-06-02
smb: client: add ParentLeaseKey support
Henrique Carvalho
3
-6
/
+18
2025-06-02
cifs: Fix cifs_query_path_info() for Windows NT servers
Pali Rohár
1
-0
/
+8
2025-06-02
cifs: Fix validation of SMB1 query reparse point response
Pali Rohár
1
-2
/
+18
2025-06-02
cifs: Correctly set SMB1 SessionKey field in Session Setup Request
Pali Rohár
4
-3
/
+6
2025-06-02
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-31
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-20
smb: client: Reset all search buffer pointers when releasing buffer
Wang Zhaolong
1
-0
/
+3
2025-05-19
smb: client: Fix use-after-free in cifs_fill_dirent
Wang Zhaolong
1
-2
/
+2
2025-05-15
smb: client: fix zero rsize error messages
Paulo Alcantara
1
-2
/
+4
2025-05-15
smb: client: fix memory leak during error handling for POSIX mkdir
Jethro Donaldson
1
-1
/
+1
[next]