index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
sess.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-10
cifs: fix potential memory leaks in session setup
Paulo Alcantara
1
-0
/
+2
2023-01-04
cifs: refcount only the selected iface during interface update
Shyam Prasad N
1
-1
/
+2
2022-11-19
cifs: Use after free in debug code
Dan Carpenter
1
-2
/
+2
2022-10-18
cifs: Fix xid leak in cifs_ses_add_channel()
Zhang Xiaoxu
1
-0
/
+1
2022-10-15
cifs: fix double-fault crash during ntlmssp
Paulo Alcantara
1
-7
/
+9
2022-10-13
cifs: use ALIGN() and round_up() macros
Enzo Matsumiya
1
-12
/
+6
2022-10-07
cifs: replace kfree() with kfree_sensitive() for sensitive data
Enzo Matsumiya
1
-9
/
+15
2022-08-05
cifs: when insecure legacy is disabled shrink amount of SMB1 code
Steve French
1
-1
/
+4
2022-07-12
cifs: fix race condition with delayed threads
Shyam Prasad N
1
-2
/
+9
2022-06-24
cifs: avoid deadlocks while updating iface
Shyam Prasad N
1
-12
/
+21
2022-06-22
cifs: during reconnect, update interface if necessary
Shyam Prasad N
1
-0
/
+79
2022-06-22
cifs: change iface_list from array to sorted linked list
Shyam Prasad N
1
-38
/
+40
2022-06-18
cifs: when a channel is not found for server, log its connection id
Shyam Prasad N
1
-0
/
+3
2022-06-10
cifs: populate empty hostnames for extra channels
Shyam Prasad N
1
-1
/
+4
2022-06-01
cifs: fix potential deadlock in direct reclaim
Vincent Whitchurch
1
-3
/
+3
2022-05-25
cifs: fix ntlmssp on old servers
Paulo Alcantara
1
-3
/
+3
2022-05-24
cifs: avoid parallel session setups on same channel
Shyam Prasad N
1
-0
/
+27
2022-02-16
cifs: fix confusing unneeded warning message on smb2.1 and earlier
Steve French
1
-5
/
+6
2022-02-03
cifs: fix workstation_name for multiuser mounts
Ryan Bair
1
-1
/
+5
2022-01-19
smb3: send NTLMSSP version information
Steve French
1
-0
/
+70
2022-01-19
cifs: cifs_ses_mark_for_reconnect should also update reconnect bits
Shyam Prasad N
1
-15
/
+0
2022-01-19
cifs: make status checks in version independent callers
Shyam Prasad N
1
-9
/
+0
2022-01-19
cifs: protect all accesses to chan_* with chan_lock
Shyam Prasad N
1
-3
/
+7
2022-01-19
cifs: fix the connection state transitions with multichannel
Shyam Prasad N
1
-1
/
+0
2022-01-17
cifs: clean up an inconsistent indenting
Yang Li
1
-1
/
+1
2022-01-17
cifs: free ntlmsspblob allocated in negotiate
Shyam Prasad N
1
-5
/
+8
2022-01-07
cifs: maintain a state machine for tcp/smb/tcon sessions
Shyam Prasad N
1
-3
/
+5
2022-01-07
cifs: take cifs_tcp_ses_lock for status checks
Shyam Prasad N
1
-4
/
+4
2022-01-02
cifs: add WARN_ON for when chan_count goes below minimum
Shyam Prasad N
1
-0
/
+5
2022-01-02
cifs: use the chans_need_reconnect bitmap for reconnect status
Shyam Prasad N
1
-64
/
+59
2022-01-02
cifs: track individual channel status using chans_need_reconnect
Shyam Prasad N
1
-2
/
+65
2021-12-08
cifs: fix ntlmssp auth when there is no key exchange
Paulo Alcantara
1
-18
/
+36
2021-11-23
cifs: populate server_hostname for extra channels
Shyam Prasad N
1
-0
/
+1
2021-11-16
cifs: introduce cifs_ses_mark_for_reconnect() helper
Paulo Alcantara
1
-0
/
+13
2021-11-16
cifs: move debug print out of spinlock
Steve French
1
-1
/
+1
2021-11-12
cifs: connect individual channel servers to primary channel server
Shyam Prasad N
1
-5
/
+1
2021-11-12
cifs: protect session channel fields with chan_lock
Shyam Prasad N
1
-12
/
+38
2021-11-08
cifs: send workstation name during ntlmssp session setup
Shyam Prasad N
1
-70
/
+118
2021-09-13
cifs: remove pathname for file from SPDX header
Steve French
1
-1
/
+0
2021-08-25
cifs: remove support for NTLM and weaker authentication algorithms
Ronnie Sahlberg
1
-254
/
+1
2021-08-25
cifs: fix wrong release in sess_alloc_buffer() failed path
Ding Hui
1
-1
/
+1
2021-06-20
cifs: use SPDX-Licence-Identifier
Steve French
1
-13
/
+1
2021-06-20
cifs: fix ipv6 formating in cifs_ses_add_channel
Aurelien Aptel
1
-1
/
+1
2021-05-08
smb3: do not attempt multichannel to server which does not support it
Steve French
1
-0
/
+6
2021-03-06
cifs: fix credit accounting for extra channel
Aurelien Aptel
1
-0
/
+1
2021-02-22
cifs: change confusing field serverName (to ip_addr)
Steve French
1
-1
/
+1
2020-12-14
cifs: simplify handling of cifs_sb/ctx->local_nls
Ronnie Sahlberg
1
-12
/
+11
2020-12-13
cifs: switch to new mount api
Ronnie Sahlberg
1
-1
/
+1
2020-12-13
cifs: rename smb_vol as smb3_fs_context and move it to fs_context.h
Ronnie Sahlberg
1
-25
/
+26
2020-12-13
cifs: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
[next]