index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
smb
/
client
Age
Commit message (
Expand
)
Author
Lines
2023-11-14
cifs: fix lock ordering while disabling multichannel
Shyam Prasad N
-9
/
+13
2023-11-14
cifs: fix leak of iface for primary channel
Shyam Prasad N
-0
/
+6
2023-11-13
cifs: fix check of rc in function generate_smb3signingkey
Ekaterina Esina
-3
/
+2
2023-11-13
cifs: spnego: add ';' in HOST_KEY_LEN
Anastasia Belova
-2
/
+2
2023-11-11
Merge tag '6.7-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...
Linus Torvalds
-88
/
+491
2023-11-10
cifs: update internal module version number for cifs.ko
Steve French
-2
/
+2
2023-11-10
cifs: handle when server stops supporting multichannel
Shyam Prasad N
-10
/
+145
2023-11-10
cifs: handle when server starts supporting multichannel
Shyam Prasad N
-2
/
+34
2023-11-10
Missing field not being returned in ioctl CIFS_IOC_GET_MNT_INFO
Steve French
-0
/
+1
2023-11-10
smb3: allow dumping session and tcon id to improve stats analysis and debugging
Steve French
-0
/
+31
2023-11-09
smb: client: fix mount when dns_resolver key is not available
Paulo Alcantara
-7
/
+29
2023-11-09
smb3: fix caching of ctime on setxattr
Steve French
-1
/
+4
2023-11-09
smb3: minor cleanup of session handling code
Steve French
-6
/
+12
2023-11-09
cifs: reconnect work should have reference on server struct
Shyam Prasad N
-16
/
+34
2023-11-09
cifs: do not pass cifs_sb when trying to add channels
Shyam Prasad N
-8
/
+8
2023-11-09
cifs: account for primary channel in the interface list
Shyam Prasad N
-0
/
+34
2023-11-09
cifs: distribute channels across interfaces based on speed
Shyam Prasad N
-14
/
+88
2023-11-09
cifs: handle cases where a channel is closed
Shyam Prasad N
-7
/
+43
2023-11-09
smb3: more minor cleanups for session handling routines
Steve French
-10
/
+15
2023-11-09
smb3: minor RDMA cleanup
Steve French
-2
/
+2
2023-11-08
cifs: Fix encryption of cleared, but unset rq_iter data buffers
David Howells
-3
/
+9
2023-11-07
Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
-6
/
+5
2023-11-04
Merge tag '6.7-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...
Linus Torvalds
-89
/
+115
2023-11-02
cifs: force interface update before a fresh session setup
Shyam Prasad N
-1
/
+5
2023-11-02
cifs: do not reset chan_max if multichannel is not supported at mount
Shyam Prasad N
-1
/
+0
2023-11-02
cifs: reconnect helper should set reconnect for the right channel
Shyam Prasad N
-4
/
+5
2023-11-02
smb: client: fix use-after-free in smb2_query_info_compound()
Paulo Alcantara
-35
/
+49
2023-11-02
smb: client: remove extra @chan_count check in __cifs_put_smb_ses()
Paulo Alcantara
-14
/
+9
2023-10-31
cifs: add xid to query server interface call
Shyam Prasad N
-1
/
+5
2023-10-31
cifs: print server capabilities in DebugData
Shyam Prasad N
-0
/
+2
2023-10-31
smb: use crypto_shash_digest() in symlink_hash()
Eric Biggers
-14
/
+2
2023-10-31
smb: client: fix use-after-free bug in cifs_debug_data_proc_show()
Paulo Alcantara
-0
/
+6
2023-10-31
smb: client: fix potential deadlock when releasing mids
Paulo Alcantara
-12
/
+8
2023-10-31
smb3: fix creating FIFOs when mounting with "sfu" mount option
Steve French
-2
/
+12
2023-10-30
Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
-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
2023-10-28
exportfs: make ->encode_fh() a mandatory method for NFS export
Amir Goldstein
-6
/
+5
2023-10-22
cifs: Add client version details to NTLM authenticate message
Meetakshi Setiya
-5
/
+11
2023-10-22
smb3: fix touch -h of symlink
Steve French
-0
/
+1
2023-10-18
client: convert to new timestamp accessors
Jeff Layton
-22
/
+25
2023-10-12
smb: client: prevent new fids from being removed by laundromat
Paulo Alcantara
-21
/
+35
2023-10-12
smb: client: make laundromat a delayed worker
Paulo Alcantara
-55
/
+36
2023-10-10
smb: move cifs_xattr_handlers to .rodata
Wedson Almeida Filho
-2
/
+2
2023-10-04
smb: client: do not start laundromat thread on nohandlecache
Paulo Alcantara
-8
/
+8
2023-10-04
smb: use kernel_connect() and kernel_bind()
Jordan Rife
-5
/
+5
2023-09-28
fs/smb/client: Reset password pointer to NULL
Quang Le
-0
/
+1
2023-09-20
smb3: fix confusing debug message
Steve French
-1
/
+1
2023-09-20
smb: client: handle STATUS_IO_REPARSE_TAG_NOT_HANDLED
Paulo Alcantara
-0
/
+3
2023-09-20
smb3: remove duplicate error mapping
Steve French
-2
/
+0
2023-09-19
cifs: Fix UAF in cifs_demultiplex_thread()
Zhang Xiaoxu
-11
/
+24
[next]