summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2022-03-16smb3: fix incorrect session setup check for multiuser mountsSteve French
2022-02-16cifs: fix confusing unneeded warning message on smb2.1 and earlierSteve French
2022-02-14cifs: modefromsids must add an ACE for authenticated usersRonnie Sahlberg
2022-02-13cifs: fix double free race when mount fails in cifs_get_root()Ronnie Sahlberg
2022-02-13cifs: do not use uninitialized data in the owner/group sidRonnie Sahlberg
2022-02-13cifs: fix set of group SID via NTSD xattrsAmir Goldstein
2022-02-13smb3: fix snapshot mount optionSteve French
2022-02-08cifs: mark sessions for reconnection in helper functionShyam Prasad N
2022-02-08cifs: call helper functions for marking channels for reconnectShyam Prasad N
2022-02-08cifs: call cifs_reconnect when a connection is markedShyam Prasad N
2022-02-06[smb3] improve error message when mount options conflict with posixSteve French
2022-02-03cifs: fix workstation_name for multiuser mountsRyan Bair
2022-02-03Invalidate fscache cookie only when inode attributes are changed.Rohith Surabattula
2022-02-01cifs: Fix the readahead conversion to manage the batch when reading from cacheDavid Howells
2022-02-01cifs: Implement cache I/O by accessing the cache directlyDavid Howells
2022-02-01cifs: Transition from ->readpages() to ->readahead()David Howells
2022-01-29cifs: unlock chan_lock before calling cifs_put_tcp_sessionShyam Prasad N
2022-01-28Fix a warning about a malformed kernel doc comment in cifsDavid Howells
2022-01-19cifs: update internal module numberSteve French
2022-01-19smb3: send NTLMSSP version informationSteve French
2022-01-19cifs: Support fscache indexing rewriteDavid Howells
2022-01-19cifs: cifs_ses_mark_for_reconnect should also update reconnect bitsShyam Prasad N
2022-01-19cifs: update tcpStatus during negotiate and sess setupShyam Prasad N
2022-01-19cifs: make status checks in version independent callersShyam Prasad N
2022-01-19cifs: remove repeated state change in dfs tree connectShyam Prasad N
2022-01-19cifs: fix the cifs_reconnect path for DFSShyam Prasad N
2022-01-19cifs: remove unused variable ses_selectedMuhammad Usama Anjum
2022-01-19cifs: protect all accesses to chan_* with chan_lockShyam Prasad N
2022-01-19cifs: fix the connection state transitions with multichannelShyam Prasad N
2022-01-19cifs: check reconnects for channels of active tcons tooShyam Prasad N
2022-01-18cifs: serialize all mount attemptsRonnie Sahlberg
2022-01-17cifs: quirk for STATUS_OBJECT_NAME_INVALID returned for non-ASCII dfs refsEugene Korenevsky
2022-01-17cifs: alloc_path_with_tree_prefix: do not append sep. if the path is emptyEugene Korenevsky
2022-01-17cifs: clean up an inconsistent indentingYang Li
2022-01-17cifs: free ntlmsspblob allocated in negotiateShyam Prasad N
2022-01-17Merge tag '5.17-rc-part1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-15cifs: fix FILE_BOTH_DIRECTORY_INFO definitionEugene Korenevsky
2022-01-15cifs: move superblock magic defitions to magic.hJeff Layton
2022-01-15cifs: Fix smb311_update_preauth_hash() kernel-doc commentYang Li
2022-01-12Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-01-07cifs: avoid race during socket reconnect between send and recvShyam Prasad N
2022-01-07cifs: maintain a state machine for tcp/smb/tcon sessionsShyam Prasad N
2022-01-07cifs: fix hang on cifs_get_next_mid()Enzo Matsumiya
2022-01-07cifs: take cifs_tcp_ses_lock for status checksShyam Prasad N
2022-01-07fscache, cachefiles: Disable configurationDavid Howells
2022-01-02cifs: reconnect only the connection and not smb session where possibleShyam Prasad N
2022-01-02cifs: add WARN_ON for when chan_count goes below minimumShyam Prasad N
2022-01-02cifs: adjust DebugData to use chans_need_reconnect for conn statusShyam Prasad N
2022-01-02cifs: use the chans_need_reconnect bitmap for reconnect statusShyam Prasad N