summaryrefslogtreecommitdiff
path: root/fs/f2fs/data.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-17f2fs: fix to do sanity check on node footer in {read,write}_end_ioChao Yu1-2/+10
2026-01-17f2fs: fix to avoid UAF in f2fs_write_end_io()Chao Yu1-3/+9
2026-01-16Revert "f2fs: block cache/dio write during f2fs_enable_checkpoint()"Chao Yu1-2/+0
2026-01-11blk-crypto: handle the fallback above the block layerChristoph Hellwig1-2/+2
2026-01-07f2fs: Accounting large folio subpages before bio submissionNanzhe Zhao1-9/+12
2026-01-07f2fs: Zero f2fs_folio_state on allocationNanzhe Zhao1-1/+2
2026-01-07f2fs: trace elapsed time for io_rwsem lockChao Yu1-7/+11
2026-01-07f2fs: trace elapsed time for node_write lockChao Yu1-2/+4
2026-01-07f2fs: trace elapsed time for node_change lockChao Yu1-2/+2
2026-01-07f2fs: trace elapsed time for cp_rwsem lockChao Yu1-19/+28
2026-01-01f2fs: return immediately after submitting the specified folio in __submit_mer...Yongpeng Yang1-4/+18
2026-01-01f2fs: clean up the force parameter in __submit_merged_write_cond()Yongpeng Yang1-3/+4
2025-12-16f2fs: add a tracepoint to see large folio read submissionJaegeuk Kim1-0/+1
2025-12-16f2fs: support large folio for immutable non-compressed caseJaegeuk Kim1-9/+238
2025-12-09Merge tag 'f2fs-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-17/+33
2025-12-04f2fs: introduce f2fs_schedule_timeout()Chao Yu1-2/+2
2025-12-04f2fs: block cache/dio write during f2fs_enable_checkpoint()Chao Yu1-0/+2
2025-12-04f2fs: change the unlock parameter of f2fs_put_page to boolYongpeng Yang1-4/+2
2025-12-04f2fs: fix to avoid updating compression context during writebackChao Yu1-0/+17
2025-12-04f2fs: use f2fs_filemap_get_folio() to support fault injectionChao Yu1-2/+2
2025-12-04f2fs: convert add_ipu_page() to use folioChao Yu1-4/+3
2025-12-04f2fs: clean up w/ bio_add_folio_nofail()Chao Yu1-4/+3
2025-12-01Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+1
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-11-07f2fs: Use mapping->gfp_mask to get file cache for writingJiucheng Xu1-1/+2
2025-10-29fs: Make wbc_to_tag() inline and use it in fs.Julian Sun1-4/+1
2025-10-20f2fs: use the new ->i_state accessorsMateusz Guzik1-1/+1
2025-10-13f2fs: fix wrong block mapping for multi-devicesJaegeuk Kim1-1/+1
2025-09-28f2fs: fix UAF issue in f2fs_merge_page_bio()Chao Yu1-1/+1
2025-09-28f2fs: readahead node blocks in F2FS_GET_BLOCK_PRECACHE modeYunji Kang1-0/+3
2025-09-17f2fs: fix zero-sized extent for precache extentswangzijie1-3/+4
2025-09-16f2fs: fix to update map->m_next_extent correctly in f2fs_map_blocks()Chao Yu1-1/+1
2025-09-09f2fs: clean up error handing of f2fs_submit_page_read()Chao Yu1-33/+8
2025-09-09f2fs: merge FUA command with the existing writesJaegeuk Kim1-1/+3
2025-08-04Merge tag 'f2fs-for-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-84/+99
2025-07-28f2fs: fix to trigger foreground gc during f2fs_map_blocks() in lfs modeChao Yu1-1/+4
2025-07-24f2fs: don't break allocation when crossing contiguous sectionsChao Yu1-10/+18
2025-07-24f2fs: vm_unmap_ram() may be called from an invalid contextJan Prusakowski1-1/+1
2025-07-22f2fs: Pass a folio to __has_merged_page()Matthew Wilcox (Oracle)1-6/+6
2025-07-22f2fs: Pass a folio to f2fs_submit_merged_write_cond()Matthew Wilcox (Oracle)1-4/+4
2025-07-22f2fs: Remove use of page from f2fs_write_single_data_page()Matthew Wilcox (Oracle)1-3/+2
2025-07-22f2fs: Remove clear_page_private_all()Matthew Wilcox (Oracle)1-2/+2
2025-07-22f2fs: Use F2FS_F_SB() in f2fs_read_end_io()Matthew Wilcox (Oracle)1-1/+1
2025-07-22f2fs: Pass a folio to f2fs_is_compressed_page()Matthew Wilcox (Oracle)1-5/+5
2025-07-22f2fs: Use a folio iterator in f2fs_verify_bio()Matthew Wilcox (Oracle)1-6/+5
2025-07-22f2fs: Pass a folio to f2fs_end_read_compressed_page()Matthew Wilcox (Oracle)1-2/+2
2025-07-22f2fs: Use a folio iterator in f2fs_handle_step_decompress()Matthew Wilcox (Oracle)1-6/+5
2025-07-22f2fs: Pass a folio to WB_DATA_TYPE() and f2fs_is_cp_guaranteed()Matthew Wilcox (Oracle)1-6/+5
2025-07-22f2fs: Use a bio in f2fs_submit_page_write()Matthew Wilcox (Oracle)1-8/+8
2025-07-22f2fs: Use a folio in f2fs_merge_page_bio()Matthew Wilcox (Oracle)1-6/+6