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-11-04
Merge tag '6.7-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...
Linus Torvalds
13
-89
/
+115
2023-11-02
cifs: force interface update before a fresh session setup
Shyam Prasad N
1
-1
/
+5
2023-11-02
cifs: do not reset chan_max if multichannel is not supported at mount
Shyam Prasad N
1
-1
/
+0
2023-11-02
cifs: reconnect helper should set reconnect for the right channel
Shyam Prasad N
1
-4
/
+5
2023-11-02
smb: client: fix use-after-free in smb2_query_info_compound()
Paulo Alcantara
1
-35
/
+49
2023-11-02
smb: client: remove extra @chan_count check in __cifs_put_smb_ses()
Paulo Alcantara
1
-14
/
+9
2023-10-31
cifs: add xid to query server interface call
Shyam Prasad N
1
-1
/
+5
2023-10-31
cifs: print server capabilities in DebugData
Shyam Prasad N
1
-0
/
+2
2023-10-31
smb: use crypto_shash_digest() in symlink_hash()
Eric Biggers
1
-14
/
+2
2023-10-31
smb: client: fix use-after-free bug in cifs_debug_data_proc_show()
Paulo Alcantara
1
-0
/
+6
2023-10-31
smb: client: fix potential deadlock when releasing mids
Paulo Alcantara
3
-12
/
+8
2023-10-31
smb3: fix creating FIFOs when mounting with "sfu" mount option
Steve French
3
-2
/
+12
2023-10-30
Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
4
-22
/
+25
2023-10-30
Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2
-2
/
+2
2023-10-28
exportfs: make ->encode_fh() a mandatory method for NFS export
Amir Goldstein
1
-6
/
+5
2023-10-22
cifs: Add client version details to NTLM authenticate message
Meetakshi Setiya
2
-5
/
+11
2023-10-22
smb3: fix touch -h of symlink
Steve French
1
-0
/
+1
2023-10-18
client: convert to new timestamp accessors
Jeff Layton
4
-22
/
+25
2023-10-12
smb: client: prevent new fids from being removed by laundromat
Paulo Alcantara
1
-21
/
+35
2023-10-12
smb: client: make laundromat a delayed worker
Paulo Alcantara
2
-55
/
+36
2023-10-10
smb: move cifs_xattr_handlers to .rodata
Wedson Almeida Filho
2
-2
/
+2
2023-10-04
smb: client: do not start laundromat thread on nohandlecache
Paulo Alcantara
1
-8
/
+8
2023-10-04
smb: use kernel_connect() and kernel_bind()
Jordan Rife
1
-5
/
+5
2023-09-28
fs/smb/client: Reset password pointer to NULL
Quang Le
1
-0
/
+1
2023-09-20
smb3: fix confusing debug message
Steve French
1
-1
/
+1
2023-09-20
smb: client: handle STATUS_IO_REPARSE_TAG_NOT_HANDLED
Paulo Alcantara
1
-0
/
+3
2023-09-20
smb3: remove duplicate error mapping
Steve French
1
-2
/
+0
2023-09-19
cifs: Fix UAF in cifs_demultiplex_thread()
Zhang Xiaoxu
2
-11
/
+24
2023-09-19
smb3: do not start laundromat thread when dir leases
Steve French
6
-10
/
+24
2023-09-19
smb3: Add dynamic trace points for RDMA (smbdirect) reconnect
Steve French
2
-3
/
+8
2023-09-15
smb3: fix some minor typos and repeated words
Steve French
2
-3
/
+5
2023-09-15
smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPP
Steve French
2
-4
/
+4
2023-09-12
smb3: move server check earlier when setting channel sequence number
Steve French
1
-10
/
+15
2023-09-07
cifs: update internal module version number for cifs.ko
Steve French
1
-2
/
+2
2023-09-07
smb3: allow controlling maximum number of cached directories
Steve French
7
-6
/
+22
2023-09-07
smb3: add trace point for queryfs (statfs)
Steve French
2
-1
/
+2
2023-08-31
smb3: allow controlling length of time directory entries are cached with dir ...
Steve French
3
-2
/
+13
2023-08-30
smb: propagate error code of extract_sharename()
Katya Orlova
1
-1
/
+1
2023-08-30
Merge tag '6.6-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...
Linus Torvalds
30
-1426
/
+1017
2023-08-30
fs/smb/client: Use common code in client
Dr. David Alan Gilbert
5
-405
/
+4
2023-08-30
fs/smb: Remove unicode 'lower' tables
Dr. David Alan Gilbert
2
-166
/
+0
2023-08-30
SMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusion
Steve French
9
-22
/
+22
2023-08-29
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+2
2023-08-28
Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-1
/
+1
2023-08-28
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
4
-13
/
+15
2023-08-24
[SMB3] send channel sequence number in SMB3 requests after reconnects
Steve French
4
-1
/
+23
2023-08-22
cifs: update desired access while requesting for directory lease
Bharath SM
1
-1
/
+1
2023-08-20
smb: client: reduce stack usage in smb2_query_reparse_point()
Paulo Alcantara
1
-17
/
+18
2023-08-20
smb: client: reduce stack usage in smb2_query_info_compound()
Paulo Alcantara
1
-14
/
+16
2023-08-20
smb: client: reduce stack usage in smb2_set_ea()
Paulo Alcantara
3
-47
/
+37
[prev]
[next]