summaryrefslogtreecommitdiff
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds2022-03-241-1/+1
|\
| * treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-171-1/+1
* | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-19/+20
|\ \
| * | fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Matthew Wilcox (Oracle)2022-03-151-5/+6
| * | cifs: Convert from launder_page to launder_folioMatthew Wilcox (Oracle)2022-03-151-9/+9
| * | cifs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)2022-03-151-5/+5
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-1/+1
|\ \ \
| * | | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
* | | | cifs: use a different reconnect helper for non-cifsd threadsShyam Prasad N2022-03-186-7/+50
* | | | cifs: we do not need a spinlock around the tree access during umountRonnie Sahlberg2022-03-181-2/+0
* | | | Adjust cifssb maximum read sizeRohith Surabattula2022-03-182-0/+13
* | | | cifs: truncate the inode and mapping when we simulate fcollapseRonnie Sahlberg2022-03-181-4/+14
* | | | cifs: fix handlecache and multiuserRonnie Sahlberg2022-03-181-3/+10
|/ / /
* | | smb3: fix incorrect session setup check for multiuser mountsSteve French2022-03-161-1/+2
* | | 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