summaryrefslogtreecommitdiff
path: root/fs/f2fs/data.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Merge tag 'f2fs-for-6.10.rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-99/+132
2024-05-15f2fs: initialize last_block_in_bio variableWu Bo1-10/+13
2024-05-09f2fs: fix block migration when section is not aligned to pow2Wu Bo1-9/+8
2024-05-06f2fs: convert f2fs_clear_page_cache_dirty_tag to use a folioMatthew Wilcox (Oracle)1-2/+3
2024-04-29f2fs: zone: fix to don't trigger OPU on pinfile for direct IOChao Yu1-2/+3
2024-04-29f2fs: fix to avoid allocating WARM_DATA segment for direct IOChao Yu1-1/+2
2024-04-19f2fs: convert f2fs__page tracepoint class to use folioChao Yu1-5/+5
2024-04-19f2fs: convert f2fs_read_inline_data() to use folioChao Yu1-6/+5
2024-04-19f2fs: convert f2fs_read_single_page() to use folioChao Yu1-13/+14
2024-04-19f2fs: convert f2fs_mpage_readpages() to use folioChao Yu1-40/+40
2024-04-19f2fs: assign the write hint per stream by defaultJaegeuk Kim1-0/+2
2024-04-12f2fs: use folio_test_writebackJaegeuk Kim1-2/+1
2024-03-30f2fs: support to map continuous holes or preallocated addressChao Yu1-6/+23
2024-03-30f2fs: multidev: fix to recognize valid zero block addressChao Yu1-1/+1
2024-03-26f2fs: introduce map_is_mergeable() for cleanupChao Yu1-6/+17
2024-03-13f2fs: unify the error handling of f2fs_is_valid_blkaddrZhiguo Niu1-19/+3
2024-03-04f2fs: relocate f2fs_precache_extents() in f2fs_swap_activate()Chao Yu1-2/+2
2024-03-04f2fs: fix blkofs_end correctly in f2fs_migrate_blocks()Chao Yu1-2/+3
2024-02-29f2fs: fix to handle segment allocation failure correctlyChao Yu1-2/+5
2024-02-27f2fs: support file pinning for zoned devicesDaeho Jeong1-19/+39
2024-02-20f2fs: deprecate io_bitsJaegeuk Kim1-71/+2
2024-02-06f2fs: fix NULL pointer dereference in f2fs_submit_page_write()Wenjie Qi1-4/+4
2024-02-06f2fs: zone: fix to wait completion of last bio in zone correctlyChao Yu1-2/+1
2024-02-06f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnodeChao Yu1-2/+3
2024-02-06f2fs: compress: fix to cover normal cluster write with cp_rwsemChao Yu1-1/+2
2024-02-06f2fs: compress: fix to guarantee persisting compressed blocks by CPChao Yu1-8/+9
2024-01-12Merge tag 'f2fs-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-31/+17
2023-12-20block: remove support for the host aware zone modelChristoph Hellwig1-1/+1
2023-12-12f2fs: fix to wait on block writeback for post_read caseChao Yu1-3/+4
2023-12-12f2fs: introduce f2fs_invalidate_internal_cache() for cleanupChao Yu1-5/+3
2023-12-12f2fs: update blkaddr in __set_data_blkaddr() for cleanupChao Yu1-7/+6
2023-12-12f2fs: introduce get_dnode_addr() to clean up codesChao Yu1-9/+2
2023-12-12f2fs: delete obsolete FI_DROP_CACHEChao Yu1-3/+0
2023-12-12f2fs: delete obsolete FI_FIRST_BLOCK_WRITTENChao Yu1-2/+0
2023-11-17f2fs: use shared inode lock during f2fs_fiemap()Chao Yu1-2/+2
2023-10-05f2fs: Support Block Size == Page SizeDaniel Rosenberg1-1/+1
2023-09-12f2fs: compress: fix to avoid fragment w/ OPU during f2fs_ioc_compress_file()Chao Yu1-0/+5
2023-09-12f2fs: compress: do sanity check on cluster when CONFIG_F2FS_CHECK_FS is onChao Yu1-3/+1
2023-09-12f2fs: compress: fix to avoid use-after-free on dicChao Yu1-1/+3
2023-09-12f2fs: compress: fix deadloop in f2fs_write_cache_pages()Chao Yu1-2/+18
2023-08-23f2fs: fix error path of f2fs_submit_page_read()Chao Yu1-0/+3
2023-08-14f2fs: increase usage of folio_next_index() helperMinjie Du1-2/+1
2023-08-14f2fs: get out of a repeat loop when getting a locked data pageJaegeuk Kim1-6/+2
2023-06-26f2fs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig1-1/+0
2023-06-12f2fs: fix potential deadlock due to unpaired node_write lock useChao Yu1-3/+4
2023-05-24f2fs: maintain six open zones for zoned devicesDaeho Jeong1-0/+58
2023-05-08f2fs: remove redundant goto statement in f2fs_read_single_page()Li Zetao1-1/+0
2023-05-08f2fs: support errors=remount-ro|continue|panic mountoptionChao Yu1-0/+4
2023-04-24f2fs: use cow inode data when updating atomic writeDaeho Jeong1-5/+10
2023-04-18f2fs: relax sanity check if checkpoint is corruptedJaegeuk Kim1-0/+4