aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-28smb3: cleanup and clarify status of tree connectionsSteve French7-33/+40
2022-03-26smb3: move defines for query info and query fsinfo to smbfs_commonSteve French3-319/+18
2022-03-26smb3: move defines for ioctl protocol header and SMB2 sizes to smbfs_commonSteve French4-70/+0
2022-03-25[smb3] move more common protocol header definitions to smbfs_commonSteve French3-111/+11
2022-03-23cifs: fix incorrect use of list iterator after the loopXiaomeng Tong1-2/+4
2022-03-23cifs: fix bad fids sent over wirePaulo Alcantara3-41/+34
2022-03-23cifs: change smb2_query_info_compound to use a cached fid, if availableRonnie Sahlberg1-10/+35
2022-03-23cifs: convert the path to utf16 in smb2_query_info_compoundRonnie Sahlberg2-12/+13
2022-03-22cifs: writeback fixDavid Howells1-1/+7
2022-03-21cifs: do not skip link targets when an I/O failsPaulo Alcantara1-3/+11
2022-03-18cifs: use a different reconnect helper for non-cifsd threadsShyam Prasad N6-7/+50
2022-03-18cifs: we do not need a spinlock around the tree access during umountRonnie Sahlberg1-2/+0
2022-03-18Adjust cifssb maximum read sizeRohith Surabattula2-0/+13
2022-03-18cifs: truncate the inode and mapping when we simulate fcollapseRonnie Sahlberg1-4/+14
2022-03-18cifs: fix handlecache and multiuserRonnie Sahlberg1-3/+10
2022-03-16smb3: fix incorrect session setup check for multiuser mountsSteve French1-1/+2
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