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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-19
cifs: update internal module number
Steve French
1
-2
/
+2
2022-01-19
smb3: send NTLMSSP version information
Steve French
4
-2
/
+101
2022-01-19
cifs: Support fscache indexing rewrite
David Howells
11
-500
/
+199
2022-01-19
cifs: cifs_ses_mark_for_reconnect should also update reconnect bits
Shyam Prasad N
6
-29
/
+14
2022-01-19
cifs: update tcpStatus during negotiate and sess setup
Shyam Prasad N
1
-3
/
+2
2022-01-19
cifs: make status checks in version independent callers
Shyam Prasad N
3
-29
/
+23
2022-01-19
cifs: remove repeated state change in dfs tree connect
Shyam Prasad N
1
-10
/
+0
2022-01-19
cifs: fix the cifs_reconnect path for DFS
Shyam Prasad N
1
-0
/
+3
2022-01-19
cifs: remove unused variable ses_selected
Muhammad Usama Anjum
1
-3
/
+3
2022-01-19
cifs: protect all accesses to chan_* with chan_lock
Shyam Prasad N
5
-5
/
+22
2022-01-19
cifs: fix the connection state transitions with multichannel
Shyam Prasad N
4
-28
/
+28
2022-01-19
cifs: check reconnects for channels of active tcons too
Shyam Prasad N
3
-19
/
+99
2022-01-18
cifs: serialize all mount attempts
Ronnie Sahlberg
1
-1
/
+7
2022-01-17
cifs: quirk for STATUS_OBJECT_NAME_INVALID returned for non-ASCII dfs refs
Eugene Korenevsky
4
-0
/
+65
2022-01-17
cifs: alloc_path_with_tree_prefix: do not append sep. if the path is empty
Eugene Korenevsky
1
-2
/
+7
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-17
Merge tag '5.17-rc-part1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
22
-325
/
+719
2022-01-17
Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2022-01-15
cifs: fix FILE_BOTH_DIRECTORY_INFO definition
Eugene Korenevsky
1
-1
/
+1
2022-01-15
cifs: move superblock magic defitions to magic.h
Jeff Layton
5
-8
/
+7
2022-01-15
cifs: Fix smb311_update_preauth_hash() kernel-doc comment
Yang Li
1
-0
/
+1
2022-01-12
Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2022-01-07
cifs: avoid race during socket reconnect between send and recv
Shyam Prasad N
3
-24
/
+6
2022-01-07
cifs: maintain a state machine for tcp/smb/tcon sessions
Shyam Prasad N
5
-35
/
+82
2022-01-07
cifs: fix hang on cifs_get_next_mid()
Enzo Matsumiya
1
-1
/
+1
2022-01-07
cifs: take cifs_tcp_ses_lock for status checks
Shyam Prasad N
12
-43
/
+164
2022-01-07
fscache, cachefiles: Disable configuration
David Howells
1
-1
/
+1
2022-01-02
cifs: reconnect only the connection and not smb session where possible
Shyam Prasad N
5
-35
/
+52
2022-01-02
cifs: add WARN_ON for when chan_count goes below minimum
Shyam Prasad N
1
-0
/
+5
2022-01-02
cifs: adjust DebugData to use chans_need_reconnect for conn status
Shyam Prasad N
1
-1
/
+7
2022-01-02
cifs: use the chans_need_reconnect bitmap for reconnect status
Shyam Prasad N
15
-207
/
+236
2022-01-02
cifs: track individual channel status using chans_need_reconnect
Shyam Prasad N
6
-24
/
+211
2022-01-02
cifs: remove redundant assignment to pointer p
Colin Ian King
1
-1
/
+1
2021-12-17
cifs: sanitize multiple delimiters in prepath
Thiago Rafael Becker
1
-1
/
+37
2021-12-17
cifs: ignore resource_id while getting fscache super cookie
Shyam Prasad N
2
-13
/
+7
2021-12-13
exit: Rename module_put_and_exit to module_put_and_kthread_exit
Eric W. Biederman
1
-1
/
+1
2021-12-08
cifs: fix ntlmssp auth when there is no key exchange
Paulo Alcantara
1
-18
/
+36
2021-12-03
cifs: avoid use of dstaddr as key for fscache client cookie
Shyam Prasad N
1
-37
/
+1
2021-12-03
cifs: add server conn_id to fscache client cookie
Shyam Prasad N
2
-0
/
+14
2021-12-03
cifs: wait for tcon resource_id before getting fscache super
Shyam Prasad N
3
-7
/
+8
2021-12-03
cifs: fix missed refcounting of ipc tcon
Paulo Alcantara
1
-0
/
+1
2021-11-23
cifs: update internal version number
Steve French
1
-1
/
+1
2021-11-23
smb2: clarify rc initialization in smb2_reconnect
Steve French
1
-1
/
+1
2021-11-23
cifs: populate server_hostname for extra channels
Shyam Prasad N
1
-0
/
+1
2021-11-23
cifs: nosharesock should be set on new server
Shyam Prasad N
1
-3
/
+4
2021-11-16
cifs: introduce cifs_ses_mark_for_reconnect() helper
Paulo Alcantara
5
-33
/
+18
2021-11-16
cifs: protect srv_count with cifs_tcp_ses_lock
Steve French
1
-0
/
+2
2021-11-16
cifs: move debug print out of spinlock
Steve French
1
-1
/
+1
2021-11-12
cifs: do not duplicate fscache cookie for secondary channels
Shyam Prasad N
1
-2
/
+7
[next]