summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2022-04-14cifs: verify that tcon is valid before dereference in cifs_kill_sbRonnie Sahlberg1-3/+3
2022-04-13cifs: potential buffer overflow in handling symlinksHarshit Mogalapalli1-0/+3
2022-04-09cifs: Split the smb3_add_credits tracepointDavid Howells4-6/+16
2022-04-08cifs: release cached dentries only if mount is completeShyam Prasad N1-13/+15
2022-04-08cifs: Check the IOCB_DIRECT flag, not O_DIRECTDavid Howells1-1/+1
2022-04-05cifs: update internal module numberSteve French1-1/+1
2022-04-05cifs: force new session setup and tcon for dfsPaulo Alcantara1-5/+8
2022-04-04cifs: remove check of list iterator against head past the loop bodyJakob Koschel1-4/+6
2022-04-04cifs: fix potential race with cifsd threadPaulo Alcantara2-2/+2
2022-04-02Merge tag '5.18-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds14-774/+243
2022-04-01Merge tag 'folio-5.18d' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2-2/+2
2022-04-01fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)2-2/+2
2022-04-01Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-18/+13
2022-03-31cifs: fix NULL ptr dereference in smb2_ioctl_query_info()Paulo Alcantara1-59/+65
2022-03-31cifs: prevent bad output lengths in smb2_ioctl_query_info()Paulo Alcantara1-6/+10
2022-03-31smb3: fix ksmbd bigendian bug in oplock break, and move its struct to smbfs_c...Steve French1-112/+0
2022-03-29smb3: cleanup and clarify status of tree connectionsSteve French7-33/+40
2022-03-27smb3: move defines for query info and query fsinfo to smbfs_commonSteve French3-319/+18
2022-03-27smb3: 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-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds1-1/+1
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-23Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-19/+20
2022-03-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2022-03-23fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-22cifs: writeback fixDavid Howells1-1/+7
2022-03-22cifs: do not skip link targets when an I/O failsPaulo Alcantara1-3/+11
2022-03-19cifs: use a different reconnect helper for non-cifsd threadsShyam Prasad N6-7/+50
2022-03-19cifs: we do not need a spinlock around the tree access during umountRonnie Sahlberg1-2/+0
2022-03-19Adjust cifssb maximum read sizeRohith Surabattula2-0/+13
2022-03-19cifs: truncate the inode and mapping when we simulate fcollapseRonnie Sahlberg1-4/+14
2022-03-19cifs: fix handlecache and multiuserRonnie Sahlberg1-3/+10
2022-03-18netfs: Add a netfs inode contextDavid Howells3-10/+13
2022-03-18fscache: export fscache_end_operation()Jeffle Xu1-8/+0
2022-03-17smb3: fix incorrect session setup check for multiuser mountsSteve French1-1/+2
2022-03-15fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Matthew Wilcox (Oracle)1-5/+6
2022-03-15cifs: Convert from launder_page to launder_folioMatthew Wilcox (Oracle)1-9/+9
2022-03-15cifs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)1-5/+5
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-1/+1
2022-02-17cifs: 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-09cifs: mark sessions for reconnection in helper functionShyam Prasad N1-5/+14
2022-02-09cifs: call helper functions for marking channels for reconnectShyam Prasad N4-11/+6