summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-03-23io_uring: fix assuming triggered poll waitqueue is the single pollJens Axboe1-4/+12
2022-03-23io_uring: bump poll refs to full 31-bitsJens Axboe1-1/+1
2022-03-23Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds69-711/+684
2022-03-23Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds9-13/+20
2022-03-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds85-209/+157
2022-03-23mm/fs: delete PF_SWAPWRITEHugh Dickins2-4/+1
2022-03-23userfaultfd: provide unmasked address on page-faultNadav Amit1-1/+4
2022-03-23mm: dcache: use kmem_cache_alloc_lru() to allocate dentryMuchun Song1-1/+2
2022-03-23f2fs: allocate inode by using alloc_inode_sb()Muchun Song1-2/+6
2022-03-23fs: allocate inode by using alloc_inode_sb()Muchun Song51-51/+51
2022-03-23fs: introduce alloc_inode_sb() to allocate filesystems specific inodeMuchun Song1-1/+1
2022-03-23mm: fs: fix lru_cache_disabled race in bh_lruMinchan Kim1-3/+5
2022-03-23mount: warn only once about timestamp range expirationAnthony Iliopoulos1-0/+2
2022-03-23f2fs: replace congestion_wait() calls with io_schedule_timeout()NeilBrown5-14/+13
2022-03-23remove bdi_congested() and wb_congested() and related functionsNeilBrown3-24/+0
2022-03-23remove inode_congested()NeilBrown1-37/+0
2022-03-23ceph: remove reliance on bdi congestionNeilBrown3-9/+15
2022-03-23nfs: remove reliance on bdi congestionNeilBrown1-3/+11
2022-03-23fuse: remove reliance on bdi congestionNeilBrown3-25/+17
2022-03-23fs/ocfs2: fix comments mentioning i_mutexhongnanli11-16/+16
2022-03-23ocfs2: cleanup some return variablesJoseph Qi2-18/+9
2022-03-23ntfs: add sanity check on allocation sizeDongliang Mu1-0/+4
2022-03-22cifs: writeback fixDavid Howells1-1/+7
2022-03-22Merge branch 'kvm/kvm-sls-fix'Peter Zijlstra2-12/+13
2022-03-22pNFS/files: Ensure pNFS allocation modes are consistent with nfsiodTrond Myklebust1-1/+1
2022-03-22pNFS/flexfiles: Ensure pNFS allocation modes are consistent with nfsiodTrond Myklebust1-29/+21
2022-03-22NFSv4/pnfs: Ensure pNFS allocation modes are consistent with nfsiodTrond Myklebust2-23/+18
2022-03-22NFS: Avoid writeback threads getting stuck in mempool_alloc()Trond Myklebust2-7/+13
2022-03-22NFS: nfsiod should not block forever in mempool_alloc()Trond Myklebust3-17/+22
2022-03-22NFS: Fix revalidation of empty readdir pagesTrond Myklebust1-2/+7
2022-03-22Merge tag 'for-5.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds46-1331/+2970
2022-03-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds14-300/+506
2022-03-22Merge tag 'nfsd-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds22-225/+139
2022-03-22Merge tag '5.18-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds9-14/+85
2022-03-22Merge tag 'f2fs-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds22-384/+652
2022-03-22Merge tag 'erofs-for-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-197/+185
2022-03-22Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds7-5/+132
2022-03-22jfs: prevent NULL deref in diFreeHaimin Zhang1-1/+2
2022-03-22jfs: fix divide error in dbNextAGPavel Skripkin1-0/+7
2022-03-22NFS: Don't deadlock when cookie hashes collideTrond Myklebust1-11/+18
2022-03-22cifs: do not skip link targets when an I/O failsPaulo Alcantara1-3/+11
2022-03-22Merge tag 'pstore-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-22/+20
2022-03-22Merge tag 'execve-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-106/+268
2022-03-22io_uring: remove poll entry from list when canceling allJens Axboe1-0/+1
2022-03-22Merge tag 'for-5.18/alloc-cleanups-2022-03-18' of git://git.kernel.dk/linux-b...Linus Torvalds5-95/+73
2022-03-22Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds35-247/+102
2022-03-22Merge tag 'for-5.18/io_uring-statx-2022-03-18' of git://git.kernel.dk/linux-b...Linus Torvalds3-17/+58
2022-03-22Merge tag 'for-5.18/io_uring-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2-341/+1024
2022-03-21xfs: document the XFS_ALLOC_AGFL_RESERVE constantDarrick J. Wong2-6/+23
2022-03-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+3