aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-03-23io_uring: add flag for disabling provided buffer recyclingJens Axboe
2022-03-23io_uring: ensure recv and recvmsg handle MSG_WAITALL correctlyJens Axboe
2022-03-23cifs: fix incorrect use of list iterator after the loopXiaomeng Tong
2022-03-23ksmbd: store fids as opaque u64 integersPaulo Alcantara
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-23gfs2: Minor retry logic cleanupAndreas Gruenbacher
2022-03-23gfs2: Disable page faults during lockless buffered readsAndreas Gruenbacher
2022-03-23gfs2: Fix should_fault_in_pages() logicAndreas Gruenbacher
2022-03-23fs: do not pass __GFP_HIGHMEM to bio_alloc in do_mpage_readpageChristoph Hellwig
2022-03-23io_uring: don't recycle provided buffer if punted to async workerJens Axboe
2022-03-23io_uring: fix assuming triggered poll waitqueue is the single pollJens Axboe
2022-03-23io_uring: bump poll refs to full 31-bitsJens Axboe
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-22mm/fs: delete PF_SWAPWRITEHugh Dickins
2022-03-22userfaultfd: provide unmasked address on page-faultNadav Amit
2022-03-22mm: dcache: use kmem_cache_alloc_lru() to allocate dentryMuchun Song
2022-03-22f2fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-22fs: introduce alloc_inode_sb() to allocate filesystems specific inodeMuchun Song
2022-03-22mm: fs: fix lru_cache_disabled race in bh_lruMinchan Kim
2022-03-22mount: warn only once about timestamp range expirationAnthony Iliopoulos
2022-03-22f2fs: replace congestion_wait() calls with io_schedule_timeout()NeilBrown
2022-03-22remove bdi_congested() and wb_congested() and related functionsNeilBrown
2022-03-22remove inode_congested()NeilBrown
2022-03-22ceph: remove reliance on bdi congestionNeilBrown
2022-03-22nfs: remove reliance on bdi congestionNeilBrown
2022-03-22fuse: remove reliance on bdi congestionNeilBrown
2022-03-22fs/ocfs2: fix comments mentioning i_mutexhongnanli
2022-03-22ocfs2: cleanup some return variablesJoseph Qi
2022-03-22ntfs: add sanity check on allocation sizeDongliang Mu
2022-03-22cifs: writeback fixDavid Howells
2022-03-22Merge branch 'kvm/kvm-sls-fix'Peter Zijlstra
2022-03-22pNFS/files: Ensure pNFS allocation modes are consistent with nfsiodTrond Myklebust
2022-03-22pNFS/flexfiles: Ensure pNFS allocation modes are consistent with nfsiodTrond Myklebust
2022-03-22NFSv4/pnfs: Ensure pNFS allocation modes are consistent with nfsiodTrond Myklebust
2022-03-22NFS: Avoid writeback threads getting stuck in mempool_alloc()Trond Myklebust
2022-03-22NFS: nfsiod should not block forever in mempool_alloc()Trond Myklebust
2022-03-22NFS: Fix revalidation of empty readdir pagesTrond Myklebust
2022-03-22Merge tag 'for-5.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2022-03-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-03-22Merge tag 'nfsd-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2022-03-22Merge tag '5.18-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2022-03-22Merge tag 'f2fs-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2022-03-22Merge tag 'erofs-for-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-22Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2022-03-22jfs: prevent NULL deref in diFreeHaimin Zhang