summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-08-22Merge tag 'nfs-for-6.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2023-08-22affs: rename local toupper() to fn() to avoid confusionAndy Shevchenko
2023-08-22affs: remove writepage implementationMatthew Wilcox (Oracle)
2023-08-22btrfs: zoned: skip splitting and logical rewriting on pre-alloc writeNaohiro Aota
2023-08-22super: use higher-level helper for {freeze,thaw}Christian Brauner
2023-08-22tmpfs,xattr: GFP_KERNEL_ACCOUNT for simple xattrsHugh Dickins
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton
2023-08-21kill do_each_thread()Oleg Nesterov
2023-08-21nilfs2: fix WARNING in mark_buffer_dirty due to discarded buffer reuseRyusuke Konishi
2023-08-21kernel/fork: stop playing lockless games for exe_file replacementMateusz Guzik
2023-08-21adfs: delete unused "union adfs_dirtail" definitionAlexey Dobriyan
2023-08-21mm,thp: fix smaps THPeligible output alignmentHugh Dickins
2023-08-21mm: memtest: convert to memtest_report_meminfo()Kefeng Wang
2023-08-21mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_onceSuren Baghdasaryan
2023-08-21mm: factor out VMA stack and heap checksKefeng Wang
2023-08-21mm: kill frontswapJohannes Weiner
2023-08-21nilfs2: fix general protection fault in nilfs_lookup_dirty_data_buffers()Ryusuke Konishi
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan
2023-08-21smaps: use vm_normal_page_pmd() instead of follow_trans_huge_pmd()David Hildenbrand
2023-08-21super: wait until we passed kill superChristian Brauner
2023-08-21super: wait for nascent superblocksChristian Brauner
2023-08-21cachefiles: use kiocb_{start,end}_write() helpersAmir Goldstein
2023-08-21ovl: use kiocb_{start,end}_write() helpersAmir Goldstein
2023-08-21aio: use kiocb_{start,end}_write() helpersAmir Goldstein
2023-08-21splice: Convert page_cache_pipe_buf_confirm() to use a folioMatthew Wilcox (Oracle)
2023-08-21libfs: Convert simple_write_begin and simple_write_end to use a folioMatthew Wilcox (Oracle)
2023-08-21btrfs: tests: test invalid splitting when skipping pinned drop extent_mapJosef Bacik
2023-08-21btrfs: tests: add a test for btrfs_add_extent_mappingJosef Bacik
2023-08-21btrfs: tests: add extent_map tests for dropping with odd layoutsJosef Bacik
2023-08-21btrfs: scrub: move write back of repaired sectors to scrub_stripe_read_repair...Qu Wenruo
2023-08-21btrfs: scrub: don't go ordered workqueue for dev-replaceQu Wenruo
2023-08-21btrfs: scrub: fix grouping of read IOQu Wenruo
2023-08-21btrfs: scrub: avoid unnecessary csum tree search preparing stripesQu Wenruo
2023-08-21btrfs: scrub: avoid unnecessary extent tree search preparing stripesQu Wenruo
2023-08-21btrfs: copy dir permission and time when creating a stub subvolumeLee Trager
2023-08-21btrfs: remove pointless empty list check when reading delayed dir indexesFilipe Manana
2023-08-21btrfs: drop redundant check to use fs_devices::metadata_uuidAnand Jain
2023-08-21btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_superAnand Jain
2023-08-21btrfs: use the correct superblock to compare fsid in btrfs_validate_superAnand Jain
2023-08-21btrfs: simplify memcpy either of metadata_uuid or fsidAnand Jain
2023-08-21btrfs: add a helper to read the superblock metadata_uuidAnand Jain
2023-08-21btrfs: remove v0 extent handlingQu Wenruo
2023-08-21btrfs: output extra debug info if we failed to find an inline backrefQu Wenruo
2023-08-21btrfs: move the !zoned assert into run_delalloc_cowChristoph Hellwig
2023-08-21btrfs: consolidate the error handling in run_delalloc_nocowChristoph Hellwig
2023-08-21btrfs: cleanup the COW fallback logic in run_delalloc_nocowChristoph Hellwig
2023-08-21btrfs: fix error handling when in a COW window in run_delalloc_nocowChristoph Hellwig
2023-08-21btrfs: zoned: do not zone finish data relocation block groupNaohiro Aota
2023-08-21btrfs: set page extent mapped after read_folio in relocate_one_pageJosef Bacik
2023-08-21btrfs: wait on uncached block groups on every allocation loopJosef Bacik