aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
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-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-21Merge tag 'pstore-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-21Merge tag 'execve-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-21Merge tag 'for-5.18/alloc-cleanups-2022-03-18' of git://git.kernel.dk/linux-b...Linus Torvalds
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-21Merge tag 'for-5.18/io_uring-statx-2022-03-18' of git://git.kernel.dk/linux-b...Linus Torvalds
2022-03-21Merge tag 'for-5.18/io_uring-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2022-03-21fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)
2022-03-21mm: Convert remove_mapping() to take a folioMatthew Wilcox (Oracle)
2022-03-21splice: Use a folio in page_cache_pipe_buf_try_steal()Matthew Wilcox (Oracle)
2022-03-21f2fs: fix to do sanity check on .cp_pack_total_block_countChao Yu
2022-03-21f2fs: make gc_urgent and gc_segment_mode sysfs node readableDaeho Jeong
2022-03-20nfsd: fix using the correct variable for sizeof()Jakob Koschel
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-18Merge tag '5.17-rc8-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2022-03-18io_uring: terminate manual loop iterator loop correctly for non-vecsJens Axboe
2022-03-18binfmt_elf: Don't write past end of notes for regset gapRick Edgecombe
2022-03-18io_uring: don't check unrelated req->open.how in accept requestJens Axboe