summaryrefslogtreecommitdiff
path: root/fs/f2fs/data.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-22f2fs: Pass a folio to f2fs_compress_write_end_io()Matthew Wilcox (Oracle)1-1/+1
2025-07-22f2fs: Use a folio in f2fs_is_cp_guaranteed()Matthew Wilcox (Oracle)1-5/+6
2025-07-22f2fs: Add folio counterparts to page_private_flags functionsMatthew Wilcox (Oracle)1-6/+6
2025-07-22f2fs: Pass a folio to ADDRS_PER_PAGE()Matthew Wilcox (Oracle)1-1/+1
2025-07-22f2fs: Add fio->folioMatthew Wilcox (Oracle)1-9/+8
2025-07-22f2fs: Pass a folio to nid_of_node()Matthew Wilcox (Oracle)1-1/+1
2025-07-22f2fs: Pass a folio to ino_of_node()Matthew Wilcox (Oracle)1-1/+1
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen1-3/+5
2025-07-01f2fs: avoid splitting bio when reading multiple pagesJianan Huang1-1/+9
2025-05-28f2fs: clean up to check bi_status w/ BLK_STS_OKChao Yu1-3/+3
2025-05-28f2fs: introduce is_{meta,node}_folioChao Yu1-1/+1
2025-05-08f2fs: always unlock the page in f2fs_write_single_data_pageChristoph Hellwig1-5/+3
2025-05-08f2fs: remove wbc->for_reclaim handlingChristoph Hellwig1-15/+2
2025-05-06f2fs: drop usage of folio_indexKairui Song1-2/+2
2025-04-28f2fs: zone: fix to calculate first_zoned_segno correctlyChao Yu1-1/+1
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 fsync_node_entry->page to folioMatthew Wilcox (Oracle)1-1/+1
2025-04-28f2fs: Pass a folio to get_dnode_addr()Matthew Wilcox (Oracle)1-1/+1
2025-04-28f2fs: Convert dnode_of_data->node_page to node_folioMatthew Wilcox (Oracle)1-9/+9
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)1-2/+1
2025-04-28f2fs: Convert f2fs_put_page_dic() to f2fs_put_folio_dic()Matthew Wilcox (Oracle)1-1/+1
2025-04-28f2fs: Pass a folio to f2fs_do_read_inline_data()Matthew Wilcox (Oracle)1-1/+1
2025-04-28f2fs: Convert dnode_of_data->inode_page to inode_folioMatthew Wilcox (Oracle)1-1/+1
2025-04-28f2fs: Convert f2fs_convert_inline_page() to f2fs_convert_inline_folio()Matthew Wilcox (Oracle)1-1/+1
2025-04-28f2fs: Pass folios to set_new_dnode()Matthew Wilcox (Oracle)1-4/+4
2025-04-28f2fs: Pass a folio to make_empty_dir()Matthew Wilcox (Oracle)1-9/+9
2025-04-28f2fs: Use a folio in __find_data_block()Matthew Wilcox (Oracle)1-10/+10
2025-04-28f2fs: Use a folio in prepare_write_beginMatthew Wilcox (Oracle)1-7/+7
2025-04-28f2fs: Use a folio in f2fs_xattr_fiemap()Matthew Wilcox (Oracle)1-12/+13
2025-04-28f2fs: Remove f2fs_get_new_data_page()Matthew Wilcox (Oracle)1-1/+1
2025-04-28f2fs: Add f2fs_get_new_data_folio()Matthew Wilcox (Oracle)1-3/+3
2025-04-28f2fs: Use a folio in f2fs_migrate_blocks()Matthew Wilcox (Oracle)1-6/+6
2025-04-28f2fs: Use a folio in f2fs_get_new_data_page()Matthew Wilcox (Oracle)1-13/+13
2025-04-28f2fs: Pass a folio to f2fs_submit_merged_ipu_write()Matthew Wilcox (Oracle)1-4/+4
2025-04-28f2fs: Use f2fs_folio_wait_writeback()Matthew Wilcox (Oracle)1-2/+2
2025-04-28f2fs: Remove access to page->mapping in f2fs_is_cp_guaranteed()Matthew Wilcox (Oracle)1-1/+1
2025-04-28f2fs: Use a folio in add_ipu_page()Matthew Wilcox (Oracle)1-2/+3
2025-04-28f2fs: Use bio_for_each_folio_all() in __has_merged_page()Matthew Wilcox (Oracle)1-10/+9
2025-04-28f2fs: Introduce fio_inode()Matthew Wilcox (Oracle)1-4/+4
2025-03-27Merge tag 'f2fs-for-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-99/+91
2025-03-18f2fs: optimize f2fs DIO overwritesYohan Joung1-1/+7
2025-03-11f2fs: Remove f2fs_write_data_page()Matthew Wilcox (Oracle)1-24/+0
2025-03-11f2fs: Remove check for ->writepageMatthew Wilcox (Oracle)1-4/+0
2025-03-11f2fs: do sanity check on inode footer in f2fs_get_inode_page()Chao Yu1-3/+3
2025-03-05fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folioMatthew Wilcox (Oracle)1-1/+1
2025-03-04f2fs: Add f2fs_find_data_folio()Matthew Wilcox (Oracle)1-15/+18
2025-03-04f2fs: Add f2fs_get_lock_data_folio()Matthew Wilcox (Oracle)1-9/+9
2025-03-04f2fs: Add f2fs_get_read_data_folio()Matthew Wilcox (Oracle)1-18/+17