index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
Commit message (
Expand
)
Author
Age
Files
Lines
*
cifs: writeback fix
David Howells
2022-03-22
1
-1
/
+7
*
cifs: do not skip link targets when an I/O fails
Paulo Alcantara
2022-03-21
1
-3
/
+11
*
cifs: use a different reconnect helper for non-cifsd threads
Shyam Prasad N
2022-03-18
6
-7
/
+50
*
cifs: we do not need a spinlock around the tree access during umount
Ronnie Sahlberg
2022-03-18
1
-2
/
+0
*
Adjust cifssb maximum read size
Rohith Surabattula
2022-03-18
2
-0
/
+13
*
cifs: truncate the inode and mapping when we simulate fcollapse
Ronnie Sahlberg
2022-03-18
1
-4
/
+14
*
cifs: fix handlecache and multiuser
Ronnie Sahlberg
2022-03-18
1
-3
/
+10
*
smb3: fix incorrect session setup check for multiuser mounts
Steve French
2022-03-16
1
-1
/
+2
*
cifs: fix confusing unneeded warning message on smb2.1 and earlier
Steve French
2022-02-16
1
-5
/
+6
*
cifs: modefromsids must add an ACE for authenticated users
Ronnie Sahlberg
2022-02-14
1
-1
/
+4
*
cifs: fix double free race when mount fails in cifs_get_root()
Ronnie Sahlberg
2022-02-13
1
-0
/
+1
*
cifs: do not use uninitialized data in the owner/group sid
Ronnie Sahlberg
2022-02-13
1
-2
/
+2
*
cifs: fix set of group SID via NTSD xattrs
Amir Goldstein
2022-02-13
1
-0
/
+2
*
smb3: fix snapshot mount option
Steve French
2022-02-13
1
-2
/
+2
*
cifs: mark sessions for reconnection in helper function
Shyam Prasad N
2022-02-08
1
-5
/
+14
*
cifs: call helper functions for marking channels for reconnect
Shyam Prasad N
2022-02-08
4
-11
/
+6
*
cifs: call cifs_reconnect when a connection is marked
Shyam Prasad N
2022-02-08
1
-0
/
+1
*
[smb3] improve error message when mount options conflict with posix
Steve French
2022-02-06
1
-1
/
+10
*
cifs: fix workstation_name for multiuser mounts
Ryan Bair
2022-02-03
2
-1
/
+18
*
Invalidate fscache cookie only when inode attributes are changed.
Rohith Surabattula
2022-02-03
1
-4
/
+4
*
cifs: Fix the readahead conversion to manage the batch when reading from cache
David Howells
2022-02-01
1
-1
/
+1
*
cifs: Implement cache I/O by accessing the cache directly
David Howells
2022-02-01
3
-53
/
+207
*
cifs: Transition from ->readpages() to ->readahead()
David Howells
2022-02-01
1
-137
/
+35
*
cifs: unlock chan_lock before calling cifs_put_tcp_session
Shyam Prasad N
2022-01-29
1
-6
/
+2
*
Fix a warning about a malformed kernel doc comment in cifs
David Howells
2022-01-28
1
-1
/
+1
*
cifs: update internal module number
Steve French
2022-01-19
1
-2
/
+2
*
smb3: send NTLMSSP version information
Steve French
2022-01-19
4
-2
/
+101
*
cifs: Support fscache indexing rewrite
David Howells
2022-01-19
11
-500
/
+199
*
cifs: cifs_ses_mark_for_reconnect should also update reconnect bits
Shyam Prasad N
2022-01-19
6
-29
/
+14
*
cifs: update tcpStatus during negotiate and sess setup
Shyam Prasad N
2022-01-19
1
-3
/
+2
*
cifs: make status checks in version independent callers
Shyam Prasad N
2022-01-19
3
-29
/
+23
*
cifs: remove repeated state change in dfs tree connect
Shyam Prasad N
2022-01-19
1
-10
/
+0
*
cifs: fix the cifs_reconnect path for DFS
Shyam Prasad N
2022-01-19
1
-0
/
+3
*
cifs: remove unused variable ses_selected
Muhammad Usama Anjum
2022-01-19
1
-3
/
+3
*
cifs: protect all accesses to chan_* with chan_lock
Shyam Prasad N
2022-01-19
5
-5
/
+22
*
cifs: fix the connection state transitions with multichannel
Shyam Prasad N
2022-01-19
4
-28
/
+28
*
cifs: check reconnects for channels of active tcons too
Shyam Prasad N
2022-01-19
3
-19
/
+99
*
cifs: serialize all mount attempts
Ronnie Sahlberg
2022-01-18
1
-1
/
+7
*
cifs: quirk for STATUS_OBJECT_NAME_INVALID returned for non-ASCII dfs refs
Eugene Korenevsky
2022-01-17
4
-0
/
+65
*
cifs: alloc_path_with_tree_prefix: do not append sep. if the path is empty
Eugene Korenevsky
2022-01-17
1
-2
/
+7
*
cifs: clean up an inconsistent indenting
Yang Li
2022-01-17
1
-1
/
+1
*
cifs: free ntlmsspblob allocated in negotiate
Shyam Prasad N
2022-01-17
1
-5
/
+8
*
Merge tag '5.17-rc-part1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2022-01-17
22
-325
/
+719
|
\
|
*
cifs: fix FILE_BOTH_DIRECTORY_INFO definition
Eugene Korenevsky
2022-01-15
1
-1
/
+1
|
*
cifs: move superblock magic defitions to magic.h
Jeff Layton
2022-01-15
5
-8
/
+7
|
*
cifs: Fix smb311_update_preauth_hash() kernel-doc comment
Yang Li
2022-01-15
1
-0
/
+1
|
*
cifs: avoid race during socket reconnect between send and recv
Shyam Prasad N
2022-01-07
3
-24
/
+6
|
*
cifs: maintain a state machine for tcp/smb/tcon sessions
Shyam Prasad N
2022-01-07
5
-35
/
+82
|
*
cifs: fix hang on cifs_get_next_mid()
Enzo Matsumiya
2022-01-07
1
-1
/
+1
|
*
cifs: take cifs_tcp_ses_lock for status checks
Shyam Prasad N
2022-01-07
12
-43
/
+164
[next]