summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2022-04-20cifs: destage any unwritten data to the server before calling copychunk_writeRonnie Sahlberg
2022-04-20cifs: use correct lock type in cifs_reconnect()Paulo Alcantara
2022-04-20cifs: fix NULL ptr dereference in refresh_mounts()Paulo Alcantara
2022-04-18cifs: Use kzalloc instead of kmalloc/memsetHaowen Bai
2022-04-14cifs: verify that tcon is valid before dereference in cifs_kill_sbRonnie Sahlberg
2022-04-13cifs: potential buffer overflow in handling symlinksHarshit Mogalapalli
2022-04-08cifs: Split the smb3_add_credits tracepointDavid Howells
2022-04-08cifs: release cached dentries only if mount is completeShyam Prasad N
2022-04-08cifs: Check the IOCB_DIRECT flag, not O_DIRECTDavid Howells
2022-04-04cifs: update internal module numberSteve French
2022-04-04cifs: force new session setup and tcon for dfsPaulo Alcantara
2022-04-04cifs: remove check of list iterator against head past the loop bodyJakob Koschel
2022-04-04cifs: fix potential race with cifsd threadPaulo Alcantara
2022-04-01Merge tag '5.18-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2022-04-01Merge tag 'folio-5.18d' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-04-01fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-03-31cifs: fix NULL ptr dereference in smb2_ioctl_query_info()Paulo Alcantara
2022-03-31cifs: prevent bad output lengths in smb2_ioctl_query_info()Paulo Alcantara
2022-03-31smb3: fix ksmbd bigendian bug in oplock break, and move its struct to smbfs_c...Steve French
2022-03-28smb3: cleanup and clarify status of tree connectionsSteve French
2022-03-26smb3: move defines for query info and query fsinfo to smbfs_commonSteve French
2022-03-26smb3: move defines for ioctl protocol header and SMB2 sizes to smbfs_commonSteve French
2022-03-25[smb3] move more common protocol header definitions to smbfs_commonSteve French
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds
2022-03-23cifs: fix incorrect use of list iterator after the loopXiaomeng Tong
2022-03-23cifs: fix bad fids sent over wirePaulo Alcantara
2022-03-23cifs: change smb2_query_info_compound to use a cached fid, if availableRonnie Sahlberg
2022-03-23cifs: convert the path to utf16 in smb2_query_info_compoundRonnie Sahlberg
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-22cifs: writeback fixDavid Howells
2022-03-21cifs: do not skip link targets when an I/O failsPaulo Alcantara
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-18netfs: Add a netfs inode contextDavid Howells
2022-03-18fscache: export fscache_end_operation()Jeffle Xu
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