summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2025-03-27Merge tag 'f2fs-for-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.ceph' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-18f2fs: fix missing discard for active segmentsChunhai Guo
2025-03-18f2fs: optimize f2fs DIO overwritesYohan Joung
2025-03-17f2fs: fix to avoid atomicity corruption of atomic fileYeongjin Gil
2025-03-13f2fs: pass sbi rather than sb to parse_options()Eric Sandeen
2025-03-13f2fs: pass sbi rather than sb to quota qf_name helpersEric Sandeen
2025-03-13f2fs: defer readonly check vs norecoveryEric Sandeen
2025-03-13f2fs: Pass sbi rather than sb to f2fs_set_test_dummy_encryptionEric Sandeen
2025-03-13f2fs: make LAZYTIME a mount option flagEric Sandeen
2025-03-13f2fs: make INLINECRYPT a mount option flagEric Sandeen
2025-03-13f2fs: factor out an f2fs_default_check functionEric Sandeen
2025-03-13f2fs: consolidate unsupported option handling errorsEric Sandeen
2025-03-13f2fs: use f2fs_sb_has_device_alias during option parsingEric Sandeen
2025-03-13f2fs: add carve_out sysfs nodeDaeho Jeong
2025-03-12f2fs: fix to avoid running out of free segmentsChao Yu
2025-03-11f2fs: Remove f2fs_write_node_page()Matthew Wilcox (Oracle)
2025-03-11f2fs: Remove f2fs_write_meta_page()Matthew Wilcox (Oracle)
2025-03-11f2fs: Remove f2fs_write_data_page()Matthew Wilcox (Oracle)
2025-03-11f2fs: Remove check for ->writepageMatthew Wilcox (Oracle)
2025-03-11Revert "f2fs: rebuild nat_bits during umount"Chao Yu
2025-03-11f2fs: fix to avoid accessing uninitialized cursegChao Yu
2025-03-11f2fs: introduce FAULT_INCONSISTENT_FOOTERChao Yu
2025-03-11f2fs: do sanity check on xattr node footer in f2fs_get_xnode_page()Chao Yu
2025-03-11f2fs: do sanity check on inode footer in f2fs_get_inode_page()Chao Yu
2025-03-08f2fs: control nat_bits feature via mount optionChao Yu
2025-03-05f2fs: set highest IO priority for checkpoint threadJaegeuk Kim
2025-03-05fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folioMatthew Wilcox (Oracle)
2025-03-04f2fs: Add f2fs_find_data_folio()Matthew Wilcox (Oracle)
2025-03-04f2fs: Convert gc_data_segment() to use a folioMatthew Wilcox (Oracle)
2025-03-04f2fs: Convert truncate_partial_data_page() to use a folioMatthew Wilcox (Oracle)
2025-03-04f2fs: Convert move_data_page() to use a folioMatthew Wilcox (Oracle)
2025-03-04f2fs: Add f2fs_get_lock_data_folio()Matthew Wilcox (Oracle)
2025-03-04f2fs: Add f2fs_get_read_data_folio()Matthew Wilcox (Oracle)
2025-03-04f2fs: Hoist the page_folio() call to the start of f2fs_merge_page_bio()Matthew Wilcox (Oracle)
2025-03-04f2fs: Use a folio throughout __get_meta_page()Matthew Wilcox (Oracle)
2025-03-04f2fs: Use a folio throughout f2fs_truncate_inode_blocks()Matthew Wilcox (Oracle)
2025-03-04f2fs: Add f2fs_get_node_folio()Matthew Wilcox (Oracle)
2025-03-04f2fs: Convert f2fs_in_warm_node_list() to take a folioMatthew Wilcox (Oracle)
2025-03-04f2fs: Mark some functions as taking a const page pointerMatthew Wilcox (Oracle)
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)