summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-03-04f2fs: Convert f2fs_write_end_io() to use a folio_iterMatthew Wilcox (Oracle)
2025-03-04f2fs: Use a folio in do_write_page()Matthew Wilcox (Oracle)
2025-03-04f2fs: Use a folio in __get_node_page()Matthew Wilcox (Oracle)
2025-03-04f2fs: Add f2fs_grab_cache_folio()Matthew Wilcox (Oracle)
2025-03-04f2fs: Return a folio from last_fsync_dnode()Matthew Wilcox (Oracle)
2025-03-04f2fs: Convert last_fsync_dnode() to use a folioMatthew Wilcox (Oracle)
2025-03-04f2fs: Convert f2fs_fsync_node_pages() to use a folioMatthew Wilcox (Oracle)
2025-03-04f2fs: Pass a folio to flush_dirty_inode()Matthew Wilcox (Oracle)
2025-03-04f2fs: Convert f2fs_sync_node_pages() to use a folioMatthew Wilcox (Oracle)
2025-03-04f2fs: Convert f2fs_flush_inline_data() to use a folioMatthew Wilcox (Oracle)
2025-03-04f2fs: Add f2fs_folio_put()Matthew Wilcox (Oracle)
2025-03-04f2fs: Add f2fs_folio_wait_writeback()Matthew Wilcox (Oracle)
2025-03-04pipe: cache 2 pages instead of 1Mateusz Guzik
2025-03-04pipe: drop an always true check in anon_pipe_write()Mateusz Guzik
2025-03-04mount: handle mount propagation for detached mount treesChristian Brauner
2025-03-04fs: namespace: fix uninitialized variable useArnd Bergmann
2025-03-04fs: allow creating detached mounts from fsmount() file descriptorsChristian Brauner
2025-03-04fs: mount detached mounts onto detached mountsChristian Brauner
2025-03-04fs: support getname_maybe_null() in move_mount()Christian Brauner
2025-03-04fs: create detached mounts from detached mountsChristian Brauner
2025-03-04fs: add may_copy_tree()Christian Brauner
2025-03-04fs: add fastpath for dissolve_on_fput()Christian Brauner
2025-03-04fs: add assert for move_mount()Christian Brauner
2025-03-04fs: add mnt_ns_empty() helperChristian Brauner
2025-03-04fs: record sequence number of origin mount namespaceChristian Brauner
2025-03-04f2fs: fix to avoid out-of-bounds access in f2fs_truncate_inode_blocks()Chao Yu
2025-03-04f2fs: fix to call f2fs_recover_quota_end() correctlyChao Yu
2025-03-04f2fs: fix potential deadloop in prepare_compress_overwrite()Chao Yu
2025-03-03Merge tag 'affs-6.14-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-03Merge tag 'xfs-fixes-6.14-rc6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2025-03-03xfs: export max_open_zones in sysfsChristoph Hellwig
2025-03-03xfs: contain more sysfs code in xfs_sysfs.cChristoph Hellwig
2025-03-03xfs: export zone stats in /proc/*/mountstatsHans Holmberg
2025-03-03xfs: wire up the show_stats super operationChristoph Hellwig
2025-03-03xfs: support write life time based data placementHans Holmberg
2025-03-03xfs: add a max_open_zones mount optionChristoph Hellwig
2025-03-03xfs: support zone gapsChristoph Hellwig
2025-03-03xfs: enable the zoned RT device featureChristoph Hellwig
2025-03-03xfs: disable rt quotas for zoned file systemsChristoph Hellwig
2025-03-03xfs: disable reflink for zoned file systemsChristoph Hellwig
2025-03-03xfs: enable fsmap reporting for internal RT devicesChristoph Hellwig
2025-03-03xfs: support xrep_require_rtext_inuse on zoned file systemsChristoph Hellwig
2025-03-03xfs: support xchk_xref_is_used_rt_space on zoned file systemsChristoph Hellwig
2025-03-03xfs: allow COW forks on zoned file systems in xchk_bmapChristoph Hellwig
2025-03-03xfs: support growfs on zoned file systemsChristoph Hellwig
2025-03-03xfs: hide reserved RT blocks from statfsChristoph Hellwig
2025-03-03xfs: wire up zoned block freeing in xfs_rtextent_free_finish_itemChristoph Hellwig
2025-03-03xfs: implement direct writes to zoned RT devicesChristoph Hellwig
2025-03-03xfs: implement buffered writes to zoned RT devicesChristoph Hellwig
2025-03-03xfs: implement zoned garbage collectionChristoph Hellwig