summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-04-30ovl: don't require "metacopy=on" for "verity"Miklos Szeredi
2025-04-30ovl: relax redirect/metacopy requirements for lower -> data redirectMiklos Szeredi
2025-04-30ovl: make redirect/metacopy rejection consistentMiklos Szeredi
2025-04-30ovl: Fix nested backing file pathsAndré Almeida
2025-04-30erofs: remove unused enum typeHongbo Li
2025-04-29Merge tag 'fsnotify_for_v6.15-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-04-29fs: remove useless plus one in super_cache_scan()Jinliang Zheng
2025-04-29ext2: Deprecate DAXJan Kara
2025-04-29fs/erofs/fileio: call erofs_onlinefolio_split() after bio_add_folio()Max Kellermann
2025-04-28bcachefs: Topology error after insert is now an EROKent Overstreet
2025-04-28bcachefs: Use bch2_kvmalloc() for journal keys arrayKent Overstreet
2025-04-28bcachefs: More informative error message when shutting down due to errorKent Overstreet
2025-04-28bcachefs: btree_root_unreadable_and_scan_found_nothing autofix for non data b...Kent Overstreet
2025-04-28Merge tag 'v6.15-rc4-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-04-28bcachefs: btree_node_data_missing is now autofixKent Overstreet
2025-04-28bcachefs: Don't generate alloc updates to invalid bucketsKent Overstreet
2025-04-28bcachefs: Improve bch2_dev_bucket_missing()Kent Overstreet
2025-04-28bcachefs: fix bch2_dev_buckets_resize()Kent Overstreet
2025-04-28bcachefs: Add upgrade table entry from 0.14Kent Overstreet
2025-04-28bcachefs: Run BCH_RECOVERY_PASS_reconstruct_snapshots on missing subvol -> sn...Kent Overstreet
2025-04-28bcachefs: Add missing utf8_unload()Kent Overstreet
2025-04-28bcachefs: Emit unicode version message on startupKent Overstreet
2025-04-28bcachefs: Use generic_set_sb_d_ops for standard casefolding d_opsKent Overstreet
2025-04-28bcachefs: Fix losing return code in next_fiemap_extent()Kent Overstreet
2025-04-28NFS/localio: Fix a race in nfs_local_open_fh()Trond Myklebust
2025-04-28f2fs: zone: fix to calculate first_zoned_segno correctlyChao Yu
2025-04-28f2fs: fix to do sanity check on sit_bitmap_sizeChao Yu
2025-04-28f2fs: fix to detect gcing page in f2fs_is_cp_guaranteed()Chao Yu
2025-04-28f2fs: clean up w/ fscrypt_is_bounce_page()Chao Yu
2025-04-28f2fs: Convert clear_node_page_dirty() to clear_node_folio_dirty()Matthew Wilcox (Oracle)
2025-04-28f2fs: Use a folio in flush_inline_data()Matthew Wilcox (Oracle)
2025-04-28f2fs: Remove f2fs_new_node_page()Matthew Wilcox (Oracle)
2025-04-28f2fs: Convert fsync_node_entry->page to folioMatthew Wilcox (Oracle)
2025-04-28f2fs: Pass a folio to get_dnode_addr()Matthew Wilcox (Oracle)
2025-04-28f2fs: Convert dnode_of_data->node_page to node_folioMatthew Wilcox (Oracle)
2025-04-28f2fs: Pass a folio to set_nid()Matthew Wilcox (Oracle)
2025-04-28f2fs: Pass a folio to f2fs_update_inode()Matthew Wilcox (Oracle)
2025-04-28f2fs: Return a folio from f2fs_init_inode_metadata()Matthew Wilcox (Oracle)
2025-04-28f2fs: Pass a folio to f2fs_init_read_extent_tree()Matthew Wilcox (Oracle)
2025-04-28f2fs: Use a folio in f2fs_wait_on_block_writeback()Matthew Wilcox (Oracle)
2025-04-28f2fs: Use a folio in redirty_blocks()Matthew Wilcox (Oracle)
2025-04-28f2fs: Use a folio in f2fs_encrypt_one_page()Matthew Wilcox (Oracle)
2025-04-28f2fs: Convert f2fs_load_compressed_page() to f2fs_load_compressed_folio()Matthew Wilcox (Oracle)
2025-04-28f2fs: Use a folio in prepare_compress_overwrite()Matthew Wilcox (Oracle)
2025-04-28f2fs: Use a folio in f2fs_cache_compressed_page()Matthew Wilcox (Oracle)
2025-04-28f2fs: Use a folio in f2fs_truncate_meta_inode_pages()Matthew Wilcox (Oracle)
2025-04-28f2fs: Use a folio in need_inode_page_update()Matthew Wilcox (Oracle)
2025-04-28f2fs: Pass a folio to f2fs_set_link()Matthew Wilcox (Oracle)
2025-04-28f2fs: Convert f2fs_put_page_dic() to f2fs_put_folio_dic()Matthew Wilcox (Oracle)
2025-04-28f2fs: Pass a folio to inline_data_addr()Matthew Wilcox (Oracle)