index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
client
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-16
smb: client: fix null auth
Scott Mayhew
1
-0
/
+4
2023-08-14
smb3: display network namespace in debug information
Steve French
1
-0
/
+10
2023-08-14
cifs: Release folio lock on fscache read hit.
Russell Harmon via samba-technical
1
-1
/
+1
2023-08-10
cifs: fix potential oops in cifs_oplock_break
Steve French
1
-7
/
+16
2023-08-02
smb: client: fix dfs link mount against w2k8
Paulo Alcantara
1
-1
/
+5
2023-07-26
cifs: add missing return value check for cifs_sb_tlink
Shyam Prasad N
1
-0
/
+5
2023-07-25
smb3: do not set NTLMSSP_VERSION flag for negotiate not auth request
Steve French
1
-1
/
+3
2023-07-25
cifs: fix charset issue in reconnection
Winston Wen
5
-4
/
+9
2023-07-22
cifs: update internal module version number for cifs.ko
Steve French
1
-2
/
+2
2023-07-22
cifs: allow dumping keys for directories too
Shyam Prasad N
1
-4
/
+13
2023-07-14
cifs: fix mid leak during reconnection after timeout threshold
Shyam Prasad N
1
-4
/
+15
2023-07-14
cifs: is_network_name_deleted should return a bool
Shyam Prasad N
3
-7
/
+14
2023-07-12
smb: client: fix missed ses refcounting
Paulo Alcantara
2
-17
/
+11
2023-07-12
smb: client: Fix -Wstringop-overflow issues
Gustavo A. R. Silva
1
-1
/
+1
2023-07-10
cifs: if deferred close is disabled then close files immediately
Bharath SM
1
-2
/
+2
2023-07-09
Merge tag '6.5-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...
Linus Torvalds
4
-5
/
+72
2023-07-06
Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-2
/
+2
2023-07-05
cifs: Add a laundromat thread for cached directories
Ronnie Sahlberg
2
-0
/
+68
2023-07-01
smb: client: remove redundant pointer 'server'
Colin Ian King
1
-2
/
+0
2023-07-01
cifs: fix session state transition to avoid use-after-free issue
Winston Wen
1
-3
/
+4
2023-06-30
Merge tag '6.5-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...
Linus Torvalds
20
-345
/
+403
2023-06-29
cifs: new dynamic tracepoint to track ses not found errors
Shyam Prasad N
3
-0
/
+23
2023-06-29
cifs: log session id when a matching ses is not found
Shyam Prasad N
2
-4
/
+4
2023-06-28
Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-3
/
+3
2023-06-28
smb: client: improve DFS mount check
Paulo Alcantara
1
-2
/
+3
2023-06-28
smb: client: fix shared DFS root mounts with different prefixes
Paulo Alcantara
8
-100
/
+118
2023-06-28
smb: client: fix parsing of source mount option
Paulo Alcantara
5
-56
/
+80
2023-06-28
smb: client: fix broken file attrs with nodfs mounts
Paulo Alcantara
1
-3
/
+0
2023-06-28
cifs: print client_guid in DebugData
Shyam Prasad N
1
-0
/
+1
2023-06-28
cifs: fix session state check in smb2_find_smb_ses
Winston Wen
1
-0
/
+7
2023-06-28
cifs: fix session state check in reconnect to avoid use-after-free issue
Winston Wen
1
-0
/
+6
2023-06-28
cifs: do all necessary checks for credits within or before locking
Shyam Prasad N
2
-19
/
+20
2023-06-28
cifs: prevent use-after-free by freeing the cfile later
Shyam Prasad N
1
-3
/
+3
2023-06-26
Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
3
-25
/
+6
2023-06-20
smb: client: fix warning in generic_ip_connect()
Paulo Alcantara
1
-8
/
+9
2023-06-20
smb: client: fix warning in CIFSFindNext()
Paulo Alcantara
1
-60
/
+51
2023-06-20
smb: client: fix warning in CIFSFindFirst()
Paulo Alcantara
1
-54
/
+44
2023-06-20
smb3: do not reserve too many oplock credits
Steve French
1
-1
/
+5
2023-06-20
cifs: print more detail when invalidate_inode_mapping fails
Steve French
1
-2
/
+2
2023-06-20
smb: client: fix warning in cifs_smb3_do_mount()
Paulo Alcantara
1
-18
/
+10
2023-06-19
smb: client: fix warning in cifs_match_super()
Paulo Alcantara
1
-2
/
+3
2023-06-19
cifs: print nosharesock value while dumping mount options
Shyam Prasad N
1
-0
/
+2
2023-06-19
SMB3: Do not send lease break acknowledgment if all file handles have been cl...
Bharath SM
1
-13
/
+12
2023-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
9
-56
/
+190
2023-06-14
cifs: add a warning when the in-flight count goes negative
Shyam Prasad N
1
-0
/
+1
2023-06-14
cifs: fix lease break oops in xfstest generic/098
Steve French
1
-2
/
+6
2023-06-11
cifs: fix max_credits implementation
Shyam Prasad N
2
-4
/
+30
2023-06-11
cifs: fix sockaddr comparison in iface_cmp
Shyam Prasad N
4
-37
/
+88
2023-06-11
smb/client: print "Unknown" instead of bogus link speed value
Enzo Matsumiya
1
-1
/
+46
2023-06-11
cifs: print all credit counters in DebugData
Shyam Prasad N
1
-3
/
+8
[next]