aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-16cifs: fix confusing unneeded warning message on smb2.1 and earlierSteve French1-5/+6
2022-02-14cifs: modefromsids must add an ACE for authenticated usersRonnie Sahlberg1-1/+4
2022-02-13cifs: fix double free race when mount fails in cifs_get_root()Ronnie Sahlberg1-0/+1
2022-02-13cifs: do not use uninitialized data in the owner/group sidRonnie Sahlberg1-2/+2
2022-02-13cifs: fix set of group SID via NTSD xattrsAmir Goldstein1-0/+2
2022-02-13smb3: fix snapshot mount optionSteve French1-2/+2
2022-02-08cifs: mark sessions for reconnection in helper functionShyam Prasad N1-5/+14
2022-02-08cifs: call helper functions for marking channels for reconnectShyam Prasad N4-11/+6
2022-02-08cifs: call cifs_reconnect when a connection is markedShyam Prasad N1-0/+1
2022-02-06[smb3] improve error message when mount options conflict with posixSteve French1-1/+10
2022-02-03cifs: fix workstation_name for multiuser mountsRyan Bair2-1/+18
2022-02-03Invalidate fscache cookie only when inode attributes are changed.Rohith Surabattula1-4/+4
2022-02-01cifs: Fix the readahead conversion to manage the batch when reading from cacheDavid Howells1-1/+1
2022-02-01cifs: Implement cache I/O by accessing the cache directlyDavid Howells3-53/+207
2022-02-01cifs: Transition from ->readpages() to ->readahead()David Howells1-137/+35
2022-01-29cifs: unlock chan_lock before calling cifs_put_tcp_sessionShyam Prasad N1-6/+2
2022-01-28Fix a warning about a malformed kernel doc comment in cifsDavid Howells1-1/+1
2022-01-19cifs: update internal module numberSteve French1-2/+2
2022-01-19smb3: send NTLMSSP version informationSteve French4-2/+101
2022-01-19cifs: Support fscache indexing rewriteDavid Howells11-500/+199
2022-01-19cifs: cifs_ses_mark_for_reconnect should also update reconnect bitsShyam Prasad N6-29/+14
2022-01-19cifs: update tcpStatus during negotiate and sess setupShyam Prasad N1-3/+2
2022-01-19cifs: make status checks in version independent callersShyam Prasad N3-29/+23
2022-01-19cifs: remove repeated state change in dfs tree connectShyam Prasad N1-10/+0
2022-01-19cifs: fix the cifs_reconnect path for DFSShyam Prasad N1-0/+3
2022-01-19cifs: remove unused variable ses_selectedMuhammad Usama Anjum1-3/+3
2022-01-19cifs: protect all accesses to chan_* with chan_lockShyam Prasad N5-5/+22
2022-01-19cifs: fix the connection state transitions with multichannelShyam Prasad N4-28/+28
2022-01-19cifs: check reconnects for channels of active tcons tooShyam Prasad N3-19/+99
2022-01-18cifs: serialize all mount attemptsRonnie Sahlberg1-1/+7
2022-01-17cifs: quirk for STATUS_OBJECT_NAME_INVALID returned for non-ASCII dfs refsEugene Korenevsky4-0/+65
2022-01-17cifs: alloc_path_with_tree_prefix: do not append sep. if the path is emptyEugene Korenevsky1-2/+7
2022-01-17cifs: clean up an inconsistent indentingYang Li1-1/+1
2022-01-17cifs: free ntlmsspblob allocated in negotiateShyam Prasad N1-5/+8
2022-01-17Merge tag '5.17-rc-part1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds22-325/+719
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2022-01-15cifs: fix FILE_BOTH_DIRECTORY_INFO definitionEugene Korenevsky1-1/+1
2022-01-15cifs: move superblock magic defitions to magic.hJeff Layton5-8/+7
2022-01-15cifs: Fix smb311_update_preauth_hash() kernel-doc commentYang Li1-0/+1
2022-01-12Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-1/+1
2022-01-07cifs: avoid race during socket reconnect between send and recvShyam Prasad N3-24/+6
2022-01-07cifs: maintain a state machine for tcp/smb/tcon sessionsShyam Prasad N5-35/+82
2022-01-07cifs: fix hang on cifs_get_next_mid()Enzo Matsumiya1-1/+1
2022-01-07cifs: take cifs_tcp_ses_lock for status checksShyam Prasad N12-43/+164
2022-01-07fscache, cachefiles: Disable configurationDavid Howells1-1/+1
2022-01-02cifs: reconnect only the connection and not smb session where possibleShyam Prasad N5-35/+52
2022-01-02cifs: add WARN_ON for when chan_count goes below minimumShyam Prasad N1-0/+5
2022-01-02cifs: adjust DebugData to use chans_need_reconnect for conn statusShyam Prasad N1-1/+7
2022-01-02cifs: use the chans_need_reconnect bitmap for reconnect statusShyam Prasad N15-207/+236
2022-01-02cifs: track individual channel status using chans_need_reconnectShyam Prasad N6-24/+211