summaryrefslogtreecommitdiff
path: root/fs/f2fs/data.c
AgeCommit message (Expand)Author
2024-01-11Merge tag 'f2fs-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-12-19block: remove support for the host aware zone modelChristoph Hellwig
2023-12-11f2fs: fix to wait on block writeback for post_read caseChao Yu
2023-12-11f2fs: introduce f2fs_invalidate_internal_cache() for cleanupChao Yu
2023-12-11f2fs: update blkaddr in __set_data_blkaddr() for cleanupChao Yu
2023-12-11f2fs: introduce get_dnode_addr() to clean up codesChao Yu
2023-12-11f2fs: delete obsolete FI_DROP_CACHEChao Yu
2023-12-11f2fs: delete obsolete FI_FIRST_BLOCK_WRITTENChao Yu
2023-11-17f2fs: use shared inode lock during f2fs_fiemap()Chao Yu
2023-10-04f2fs: Support Block Size == Page SizeDaniel Rosenberg
2023-09-12f2fs: compress: fix to avoid fragment w/ OPU during f2fs_ioc_compress_file()Chao Yu
2023-09-12f2fs: compress: do sanity check on cluster when CONFIG_F2FS_CHECK_FS is onChao Yu
2023-09-12f2fs: compress: fix to avoid use-after-free on dicChao Yu
2023-09-12f2fs: 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
2023-02-20Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds
2023-02-07f2fs: fix typos in commentsJinyoung CHOI
2023-02-07f2fs: fix kernel crash due to null io->bioJaegeuk Kim
2023-02-07f2fs: use iostat_lat_type directly as a parameter in the iostat_update_and_un...Yangtao Li
2023-02-05f2fs: fix cgroup writeback accounting with fs-layer encryptionEric Biggers
2023-02-02f2fs: convert f2fs_write_cache_pages() to use filemap_get_folios_tag()Vishal Moola (Oracle)
2023-02-02f2fs: reduce stack memory cost by using bitfield in struct f2fs_io_infoChao Yu
2023-01-11f2fs: merge f2fs_show_injection_info() into time_to_inject()Yangtao Li
2023-01-09f2fs: simplify f2fs_readpage_limit()Eric Biggers
2023-01-06f2fs: avoid to check PG_error flagChao Yu
2023-01-06f2fs: introduce IS_F2FS_IPU_* macroYangtao Li
2023-01-06f2fs: refactor the hole reporting and allocation logic in f2fs_map_blocksChristoph Hellwig
2023-01-06f2fs: factor out a f2fs_map_no_dnodeChristoph Hellwig
2023-01-06f2fs: factor a f2fs_map_blocks_cached helperChristoph Hellwig
2023-01-06f2fs: remove the create argument to f2fs_map_blocksChristoph Hellwig
2023-01-06f2fs: remove f2fs_get_blockChristoph Hellwig
2023-01-06f2fs: simplify __allocate_data_blockChristoph Hellwig
2023-01-06f2fs: reflow prepare_write_beginChristoph Hellwig
2023-01-06f2fs: f2fs_do_map_lockChristoph Hellwig