aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c
AgeCommit message (Expand)Author
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
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-08-02f2fs: Convert to filemap_migrate_folio()Matthew Wilcox (Oracle)
2022-07-30f2fs: introduce sysfs atomic write statisticsDaeho Jeong
2022-07-30f2fs: invalidate meta pages only for post_read required inodeChao Yu
2022-07-30f2fs: fix to invalidate META_MAPPING before DIO writeChao Yu
2022-07-14fs/f2fs: Use the enum req_op and blk_opf_t typesBart Van Assche
2022-05-31Merge tag 'f2fs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-05-25f2fs: add f2fs_init_write_merge_io functionYufen Yu
2022-05-12f2fs: kill volatile write supportJaegeuk Kim
2022-05-12f2fs: change the current atomic write wayDaeho Jeong
2022-05-09f2fs: Convert to release_folioMatthew Wilcox (Oracle)
2022-05-09f2fs: Convert f2fs to read_folioMatthew Wilcox (Oracle)