summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-18cifs: use a different reconnect helper for non-cifsd threadsShyam Prasad N
2022-03-18cifs: we do not need a spinlock around the tree access during umountRonnie Sahlberg
2022-03-18Adjust cifssb maximum read sizeRohith Surabattula
2022-03-18cifs: truncate the inode and mapping when we simulate fcollapseRonnie Sahlberg
2022-03-18cifs: fix handlecache and multiuserRonnie Sahlberg
2022-03-16smb3: fix incorrect session setup check for multiuser mountsSteve French
2022-03-15fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Matthew Wilcox (Oracle)
2022-03-15cifs: Convert from launder_page to launder_folioMatthew Wilcox (Oracle)
2022-03-15cifs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva
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