summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* cifs: fix confusing unneeded warning message on smb2.1 and earlierSteve French2022-02-161-5/+6
* cifs: modefromsids must add an ACE for authenticated usersRonnie Sahlberg2022-02-141-1/+4
* cifs: fix double free race when mount fails in cifs_get_root()Ronnie Sahlberg2022-02-131-0/+1
* cifs: do not use uninitialized data in the owner/group sidRonnie Sahlberg2022-02-131-2/+2
* cifs: fix set of group SID via NTSD xattrsAmir Goldstein2022-02-131-0/+2
* smb3: fix snapshot mount optionSteve French2022-02-131-2/+2
* cifs: mark sessions for reconnection in helper functionShyam Prasad N2022-02-081-5/+14
* cifs: call helper functions for marking channels for reconnectShyam Prasad N2022-02-084-11/+6
* cifs: call cifs_reconnect when a connection is markedShyam Prasad N2022-02-081-0/+1
* [smb3] improve error message when mount options conflict with posixSteve French2022-02-061-1/+10
* cifs: fix workstation_name for multiuser mountsRyan Bair2022-02-032-1/+18
* Invalidate fscache cookie only when inode attributes are changed.Rohith Surabattula2022-02-031-4/+4
* cifs: Fix the readahead conversion to manage the batch when reading from cacheDavid Howells2022-02-011-1/+1
* cifs: Implement cache I/O by accessing the cache directlyDavid Howells2022-02-013-53/+207
* cifs: Transition from ->readpages() to ->readahead()David Howells2022-02-011-137/+35
* cifs: unlock chan_lock before calling cifs_put_tcp_sessionShyam Prasad N2022-01-291-6/+2
* Fix a warning about a malformed kernel doc comment in cifsDavid Howells2022-01-281-1/+1
* cifs: update internal module numberSteve French2022-01-191-2/+2
* smb3: send NTLMSSP version informationSteve French2022-01-194-2/+101
* cifs: Support fscache indexing rewriteDavid Howells2022-01-1911-500/+199
* cifs: cifs_ses_mark_for_reconnect should also update reconnect bitsShyam Prasad N2022-01-196-29/+14
* cifs: update tcpStatus during negotiate and sess setupShyam Prasad N2022-01-191-3/+2
* cifs: make status checks in version independent callersShyam Prasad N2022-01-193-29/+23
* cifs: remove repeated state change in dfs tree connectShyam Prasad N2022-01-191-10/+0
* cifs: fix the cifs_reconnect path for DFSShyam Prasad N2022-01-191-0/+3
* cifs: remove unused variable ses_selectedMuhammad Usama Anjum2022-01-191-3/+3
* cifs: protect all accesses to chan_* with chan_lockShyam Prasad N2022-01-195-5/+22
* cifs: fix the connection state transitions with multichannelShyam Prasad N2022-01-194-28/+28
* cifs: check reconnects for channels of active tcons tooShyam Prasad N2022-01-193-19/+99
* cifs: serialize all mount attemptsRonnie Sahlberg2022-01-181-1/+7
* cifs: quirk for STATUS_OBJECT_NAME_INVALID returned for non-ASCII dfs refsEugene Korenevsky2022-01-174-0/+65
* cifs: alloc_path_with_tree_prefix: do not append sep. if the path is emptyEugene Korenevsky2022-01-171-2/+7
* cifs: clean up an inconsistent indentingYang Li2022-01-171-1/+1
* cifs: free ntlmsspblob allocated in negotiateShyam Prasad N2022-01-171-5/+8
* Merge tag '5.17-rc-part1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-01-1722-325/+719
|\
| * cifs: fix FILE_BOTH_DIRECTORY_INFO definitionEugene Korenevsky2022-01-151-1/+1
| * cifs: move superblock magic defitions to magic.hJeff Layton2022-01-155-8/+7
| * cifs: Fix smb311_update_preauth_hash() kernel-doc commentYang Li2022-01-151-0/+1
| * cifs: avoid race during socket reconnect between send and recvShyam Prasad N2022-01-073-24/+6
| * cifs: maintain a state machine for tcp/smb/tcon sessionsShyam Prasad N2022-01-075-35/+82
| * cifs: fix hang on cifs_get_next_mid()Enzo Matsumiya2022-01-071-1/+1
| * cifs: take cifs_tcp_ses_lock for status checksShyam Prasad N2022-01-0712-43/+164
| * cifs: reconnect only the connection and not smb session where possibleShyam Prasad N2022-01-025-35/+52
| * cifs: add WARN_ON for when chan_count goes below minimumShyam Prasad N2022-01-021-0/+5
| * cifs: adjust DebugData to use chans_need_reconnect for conn statusShyam Prasad N2022-01-021-1/+7
| * cifs: use the chans_need_reconnect bitmap for reconnect statusShyam Prasad N2022-01-0215-207/+236
| * cifs: track individual channel status using chans_need_reconnectShyam Prasad N2022-01-026-24/+211
| * cifs: remove redundant assignment to pointer pColin Ian King2022-01-021-1/+1
* | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-1/+1
|\ \
| * | exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman2021-12-131-1/+1