summaryrefslogtreecommitdiff
path: root/fs/f2fs/data.c
AgeCommit message (Expand)Author
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
2023-01-06f2fs: add a f2fs_get_block_locked helperChristoph Hellwig
2023-01-06f2fs: add a f2fs_lookup_extent_cache_block helperChristoph Hellwig
2023-01-06f2fs: split __submit_bioChristoph Hellwig
2023-01-06f2fs: rename F2FS_MAP_UNWRITTEN to F2FS_MAP_DELALLOCChristoph Hellwig
2023-01-06f2fs: don't rely on F2FS_MAP_* in f2fs_iomap_beginChristoph Hellwig
2023-01-04f2fs: fix to call clear_page_private_reference in .{release,invalid}_folioChao Yu
2023-01-03f2fs: initialize extent_cache parameterJaegeuk Kim
2022-12-14Merge tag 'f2fs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-12-12f2fs: refactor extent_cache to support for read and moreJaegeuk Kim
2022-12-08f2fs: do some cleanup for f2fs module initYangtao Li
2022-11-28fsverity: stop using PG_error to track error statusEric Biggers
2022-11-28f2fs: introduce F2FS_IOC_START_ATOMIC_REPLACEDaeho Jeong
2022-11-11f2fs: optimize iteration over sparse directoriesChao Yu
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