summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2025-06-19f2fs: fix to zero post-eof pageChao Yu1-0/+38
2025-06-10f2fs: Fix __write_node_folio() conversionMatthew Wilcox (Oracle)1-1/+0
2025-05-30Merge tag 'f2fs-for-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds23-1729/+1960
2025-05-28f2fs: fix to correct check conditions in f2fs_cross_renameZhiguo Niu1-1/+1
2025-05-28f2fs: use d_inode(dentry) cleanup dentry->d_inodeZhiguo Niu2-6/+6
2025-05-28f2fs: fix to skip f2fs_balance_fs() if checkpoint is disabledChao Yu1-1/+1
2025-05-28f2fs: clean up to check bi_status w/ BLK_STS_OKChao Yu2-4/+4
2025-05-28f2fs: introduce is_{meta,node}_folioChao Yu5-15/+24
2025-05-28f2fs: add ckpt_valid_blocks to the section entryyohan.joung2-18/+85
2025-05-28f2fs: add a method for calculating the remaining blocks in the current segmen...yohan.joung1-4/+19
2025-05-28f2fs: introduce FAULT_VMALLOCChao Yu3-5/+11
2025-05-28f2fs: use vmalloc instead of kvmalloc in .init_{,de}compress_ctxChao Yu2-13/+15
2025-05-28f2fs: add f2fs_bug_on() in f2fs_quota_read()Chao Yu1-0/+6
2025-05-28f2fs: add f2fs_bug_on() to detect potential bugChao Yu2-3/+8
2025-05-28f2fs: remove unused sbi argument from checksum functionsEric Biggers5-35/+24
2025-05-13f2fs: don't over-report free space or inodes in statvfsChao Yu1-12/+18
2025-05-09f2fs: fix freezing filesystem during resizeChristian Brauner1-3/+3
2025-05-09super: add filesystem freezing helpers for suspend and hibernateChristian Brauner1-3/+3
2025-05-08f2fs: return bool from __write_node_folioChristoph Hellwig1-16/+13
2025-05-08f2fs: simplify return value handling in f2fs_fsync_node_pagesChristoph Hellwig1-12/+11
2025-05-08f2fs: always unlock the page in f2fs_write_single_data_pageChristoph Hellwig2-7/+4
2025-05-08f2fs: remove wbc->for_reclaim handlingChristoph Hellwig4-40/+5
2025-05-08f2fs: return bool from __f2fs_write_meta_folioChristoph Hellwig1-11/+11
2025-05-08f2fs: fix to return correct error number in f2fs_sync_node_pages()Chao Yu1-2/+6
2025-05-06f2fs: drop usage of folio_indexKairui Song3-5/+5
2025-05-06f2fs: support FAULT_TIMEOUTChao Yu3-0/+21
2025-05-06f2fs: handle error cases of memory donationDaeho Jeong3-10/+27
2025-05-06f2fs: fix to bail out in get_new_segment()Chao Yu1-1/+5
2025-05-06f2fs: sysfs: export linear_lookup in features directoryChao Yu1-0/+6
2025-05-06f2fs: sysfs: add encoding_flags entryChao Yu1-0/+9
2025-04-28f2fs: zone: fix to calculate first_zoned_segno correctlyChao Yu4-20/+69
2025-04-28f2fs: fix to do sanity check on sit_bitmap_sizeChao Yu1-0/+8
2025-04-28f2fs: fix to detect gcing page in f2fs_is_cp_guaranteed()Chao Yu1-1/+1
2025-04-28f2fs: clean up w/ fscrypt_is_bounce_page()Chao Yu1-1/+1
2025-04-28f2fs: Convert clear_node_page_dirty() to clear_node_folio_dirty()Matthew Wilcox (Oracle)1-8/+8
2025-04-28f2fs: Use a folio in flush_inline_data()Matthew Wilcox (Oracle)1-13/+13
2025-04-28f2fs: Remove f2fs_new_node_page()Matthew Wilcox (Oracle)2-8/+2
2025-04-28f2fs: Convert fsync_node_entry->page to folioMatthew Wilcox (Oracle)4-16/+17
2025-04-28f2fs: Pass a folio to get_dnode_addr()Matthew Wilcox (Oracle)4-13/+13
2025-04-28f2fs: Convert dnode_of_data->node_page to node_folioMatthew Wilcox (Oracle)9-64/+64
2025-04-28f2fs: Pass a folio to set_nid()Matthew Wilcox (Oracle)2-9/+9
2025-04-28f2fs: Pass a folio to f2fs_update_inode()Matthew Wilcox (Oracle)5-15/+15
2025-04-28f2fs: Return a folio from f2fs_init_inode_metadata()Matthew Wilcox (Oracle)3-22/+22
2025-04-28f2fs: Pass a folio to f2fs_init_read_extent_tree()Matthew Wilcox (Oracle)3-6/+6
2025-04-28f2fs: Use a folio in f2fs_wait_on_block_writeback()Matthew Wilcox (Oracle)1-5/+5
2025-04-28f2fs: Use a folio in redirty_blocks()Matthew Wilcox (Oracle)1-18/+20
2025-04-28f2fs: Use a folio in f2fs_encrypt_one_page()Matthew Wilcox (Oracle)1-6/+7
2025-04-28f2fs: Convert f2fs_load_compressed_page() to f2fs_load_compressed_folio()Matthew Wilcox (Oracle)3-13/+12
2025-04-28f2fs: Use a folio in prepare_compress_overwrite()Matthew Wilcox (Oracle)2-16/+26
2025-04-28f2fs: Use a folio in f2fs_cache_compressed_page()Matthew Wilcox (Oracle)1-12/+12