summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2025-05-30Merge tag 'f2fs-for-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-05-28f2fs: fix to correct check conditions in f2fs_cross_renameZhiguo Niu
2025-05-28f2fs: use d_inode(dentry) cleanup dentry->d_inodeZhiguo Niu
2025-05-28f2fs: fix to skip f2fs_balance_fs() if checkpoint is disabledChao Yu
2025-05-28f2fs: clean up to check bi_status w/ BLK_STS_OKChao Yu
2025-05-28f2fs: introduce is_{meta,node}_folioChao Yu
2025-05-28f2fs: add ckpt_valid_blocks to the section entryyohan.joung
2025-05-28f2fs: add a method for calculating the remaining blocks in the current segmen...yohan.joung
2025-05-27f2fs: introduce FAULT_VMALLOCChao Yu
2025-05-27f2fs: use vmalloc instead of kvmalloc in .init_{,de}compress_ctxChao Yu
2025-05-27f2fs: add f2fs_bug_on() in f2fs_quota_read()Chao Yu
2025-05-27f2fs: add f2fs_bug_on() to detect potential bugChao Yu
2025-05-27f2fs: remove unused sbi argument from checksum functionsEric Biggers
2025-05-13f2fs: don't over-report free space or inodes in statvfsChao Yu
2025-05-09f2fs: fix freezing filesystem during resizeChristian Brauner
2025-05-09super: add filesystem freezing helpers for suspend and hibernateChristian Brauner
2025-05-08f2fs: return bool from __write_node_folioChristoph Hellwig
2025-05-08f2fs: simplify return value handling in f2fs_fsync_node_pagesChristoph Hellwig
2025-05-08f2fs: always unlock the page in f2fs_write_single_data_pageChristoph Hellwig
2025-05-08f2fs: remove wbc->for_reclaim handlingChristoph Hellwig
2025-05-08f2fs: return bool from __f2fs_write_meta_folioChristoph Hellwig
2025-05-08f2fs: fix to return correct error number in f2fs_sync_node_pages()Chao Yu
2025-05-06f2fs: drop usage of folio_indexKairui Song
2025-05-06f2fs: support FAULT_TIMEOUTChao Yu
2025-05-06f2fs: handle error cases of memory donationDaeho Jeong
2025-05-06f2fs: fix to bail out in get_new_segment()Chao Yu
2025-05-06f2fs: sysfs: export linear_lookup in features directoryChao Yu
2025-05-06f2fs: sysfs: add encoding_flags entryChao Yu
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)