summaryrefslogtreecommitdiff
path: root/fs/f2fs/data.c
AgeCommit message (Expand)Author
2026-02-19f2fs: fix to avoid mapping wrong physical block for swapfileChao Yu
2026-02-19f2fs: fix to avoid UAF in f2fs_write_end_io()Chao Yu
2026-01-11f2fs: fix to avoid updating compression context during writebackChao Yu
2025-10-23f2fs: fix wrong block mapping for multi-devicesJaegeuk Kim
2025-10-15f2fs: fix zero-sized extent for precache extentswangzijie
2025-10-15f2fs: fix to update map->m_next_extent correctly in f2fs_map_blocks()Chao Yu
2025-08-15f2fs: fix to trigger foreground gc during f2fs_map_blocks() in lfs modeChao Yu
2025-08-15f2fs: vm_unmap_ram() may be called from an invalid contextJan Prusakowski
2025-06-19f2fs: fix to detect gcing page in f2fs_is_cp_guaranteed()Chao Yu
2025-06-19f2fs: clean up w/ fscrypt_is_bounce_page()Chao Yu
2024-12-09f2fs: fix null reference error when checking end of zoneDaejun Park
2024-12-09f2fs: fix fiemap failure issue when page size is 16KBXiuhong Wang
2024-10-04f2fs: compress: do sanity check on cluster when CONFIG_F2FS_CHECK_FS is onChao Yu
2024-10-04f2fs: atomic: fix to avoid racing w/ GCChao Yu
2024-08-03f2fs: use meta inode for GC of COW fileSunmin Jeong
2024-08-03f2fs: use meta inode for GC of atomic fileSunmin Jeong
2024-06-12f2fs: deprecate io_bitsJaegeuk Kim
2024-06-12f2fs: fix block migration when section is not aligned to pow2Wu Bo
2024-06-12f2fs: support file pinning for zoned devicesDaeho Jeong
2024-06-12f2fs: multidev: fix to recognize valid zero block addressChao Yu
2024-03-26f2fs: introduce f2fs_invalidate_internal_cache() for cleanupChao Yu
2024-03-26f2fs: fix NULL pointer dereference in f2fs_submit_page_write()Wenjie Qi
2024-03-26f2fs: zone: fix to wait completion of last bio in zone correctlyChao Yu
2024-03-26f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnodeChao Yu
2024-03-26f2fs: update blkaddr in __set_data_blkaddr() for cleanupChao Yu
2024-03-26f2fs: introduce get_dnode_addr() to clean up codesChao Yu
2024-03-26f2fs: delete obsolete FI_DROP_CACHEChao Yu
2024-03-26f2fs: delete obsolete FI_FIRST_BLOCK_WRITTENChao Yu
2024-03-26f2fs: compress: fix to cover normal cluster write with cp_rwsemChao Yu
2024-03-26f2fs: compress: fix to guarantee persisting compressed blocks by CPChao Yu
2024-01-25f2fs: fix to wait on block writeback for post_read caseChao Yu
2023-11-20f2fs: compress: fix to avoid use-after-free on dicChao Yu
2023-11-20f2fs: compress: fix deadloop in f2fs_write_cache_pages()Chao Yu
2023-08-23f2fs: fix error path of f2fs_submit_page_read()Chao Yu
2023-08-14f2fs: increase usage of folio_next_index() helperMinjie Du
2023-08-14f2fs: get out of a repeat loop when getting a locked data pageJaegeuk Kim
2023-06-26f2fs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig
2023-06-12f2fs: fix potential deadlock due to unpaired node_write lock useChao Yu
2023-05-23f2fs: maintain six open zones for zoned devicesDaeho Jeong
2023-05-08f2fs: remove redundant goto statement in f2fs_read_single_page()Li Zetao
2023-05-08f2fs: support errors=remount-ro|continue|panic mountoptionChao Yu
2023-04-24f2fs: use cow inode data when updating atomic writeDaeho Jeong
2023-04-18f2fs: relax sanity check if checkpoint is corruptedJaegeuk Kim
2023-04-17f2fs: remove folio_detach_private() in .invalidate_folio and .release_folioChao Yu
2023-04-10f2fs: fix to drop all dirty pages during umount() if cp_error is setChao Yu
2023-04-10f2fs: fix to avoid use-after-free for cached IPU bioChao Yu
2023-03-29f2fs: remove else in f2fs_write_cache_pages()Yangtao Li
2023-03-29f2fs: convert to use bitmap APIYangtao Li
2023-02-27Merge tag 'f2fs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds