summaryrefslogtreecommitdiff
path: root/fs/f2fs/data.c
AgeCommit message (Expand)Author
2026-01-11f2fs: fix to avoid updating compression context during writebackChao Yu
2025-10-29f2fs: fix wrong block mapping for multi-devicesJaegeuk Kim
2025-10-29f2fs: factor a f2fs_map_blocks_cached helperChristoph Hellwig
2025-10-29f2fs: remove the create argument to f2fs_map_blocksChristoph Hellwig
2025-10-29f2fs: add a f2fs_get_block_locked helperChristoph Hellwig
2025-10-15f2fs: fix zero-sized extent for precache extentswangzijie
2025-08-28f2fs: fix to call clear_page_private_reference in .{release,invalid}_folioChao Yu
2025-08-15f2fs: vm_unmap_ram() may be called from an invalid contextJan Prusakowski
2025-06-27f2fs: fix to detect gcing page in f2fs_is_cp_guaranteed()Chao Yu
2025-06-27f2fs: clean up w/ fscrypt_is_bounce_page()Chao Yu
2024-06-12f2fs: fix typos in commentsJinyoung CHOI
2024-06-12f2fs: multidev: fix to recognize valid zero block addressChao 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: simplify __allocate_data_blockChristoph Hellwig
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-03-26f2fs: reduce stack memory cost by using bitfield in struct f2fs_io_infoChao Yu
2024-01-25f2fs: fix to wait on block writeback for post_read caseChao Yu
2024-01-10f2fs: convert to use bitmap APIYangtao Li
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-11-20f2fs: convert f2fs_write_cache_pages() to use filemap_get_folios_tag()Vishal Moola (Oracle)
2023-10-06f2fs: get out of a repeat loop when getting a locked data pageJaegeuk Kim
2023-10-06f2fs: optimize iteration over sparse directoriesChao Yu
2023-07-19f2fs: fix potential deadlock due to unpaired node_write lock useChao Yu
2023-05-24f2fs: fix to drop all dirty pages during umount() if cp_error is setChao Yu
2023-05-17f2fs: refactor extent_cache to support for read and moreJaegeuk Kim
2023-05-11f2fs: fix to avoid use-after-free for cached IPU bioChao Yu
2023-03-11f2fs: don't rely on F2FS_MAP_* in f2fs_iomap_beginChristoph Hellwig
2023-03-10f2fs: fix kernel crash due to null io->bioJaegeuk Kim
2023-03-10f2fs: fix cgroup writeback accounting with fs-layer encryptionEric Biggers
2022-10-10Merge tag 'f2fs-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-10-07f2fs: account swapfile inodesChao Yu
2022-10-04f2fs: support recording errors into superblockChao Yu
2022-10-04f2fs: support recording stop_checkpoint reason into super_blockChao Yu
2022-10-04f2fs: remove the unnecessary check in f2fs_xattr_fiemapZhang Qilong
2022-10-04f2fs: fix to account FS_CP_DATA_IO correctlyChao Yu
2022-10-04f2fs: code clean and fix a type errorZhang Qilong
2022-10-04f2fs: let FI_OPU_WRITE override FADVISE_COLD_BITWeichao Guo
2022-10-04f2fs: fix wrong dirty page count when race between mmap and fallocate.Shuqi Zhang
2022-09-06fscrypt: stop using PG_error to track error statusEric Biggers
2022-08-29f2fs: iostat: support accounting compressed IOChao Yu
2022-08-08Merge tag 'f2fs-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2022-08-05f2fs: use onstack pages instead of pvecFengnan Chang
2022-08-05f2fs: intorduce f2fs_all_cluster_page_readyFengnan Chang
2022-08-05f2fs: handle decompress only post processing in softirqDaeho Jeong