summaryrefslogtreecommitdiff
path: root/fs/f2fs/data.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-10f2fs: simplify f2fs_readpage_limit()Eric Biggers1-2/+1
2023-01-07f2fs: avoid to check PG_error flagChao Yu1-2/+0
2023-01-07f2fs: introduce IS_F2FS_IPU_* macroYangtao Li1-15/+10
2023-01-07f2fs: refactor the hole reporting and allocation logic in f2fs_map_blocksChristoph Hellwig1-57/+56
2023-01-07f2fs: factor out a f2fs_map_no_dnodeChristoph Hellwig1-23/+24
2023-01-07f2fs: factor a f2fs_map_blocks_cached helperChristoph Hellwig1-27/+38
2023-01-07f2fs: remove the create argument to f2fs_map_blocksChristoph Hellwig1-36/+27
2023-01-07f2fs: remove f2fs_get_blockChristoph Hellwig1-11/+7
2023-01-07f2fs: simplify __allocate_data_blockChristoph Hellwig1-6/+5
2023-01-07f2fs: reflow prepare_write_beginChristoph Hellwig1-29/+32
2023-01-07f2fs: f2fs_do_map_lockChristoph Hellwig1-22/+23
2023-01-07f2fs: add a f2fs_get_block_locked helperChristoph Hellwig1-2/+14
2023-01-07f2fs: add a f2fs_lookup_extent_cache_block helperChristoph Hellwig1-33/+18
2023-01-07f2fs: split __submit_bioChristoph Hellwig1-53/+58
2023-01-07f2fs: rename F2FS_MAP_UNWRITTEN to F2FS_MAP_DELALLOCChristoph Hellwig1-4/+4
2023-01-07f2fs: don't rely on F2FS_MAP_* in f2fs_iomap_beginChristoph Hellwig1-10/+14
2023-01-04f2fs: fix to call clear_page_private_reference in .{release,invalid}_folioChao Yu1-0/+2
2023-01-03f2fs: initialize extent_cache parameterJaegeuk Kim1-1/+1
2022-12-15Merge tag 'f2fs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-25/+29
2022-12-13f2fs: refactor extent_cache to support for read and moreJaegeuk Kim1-10/+10
2022-12-08f2fs: do some cleanup for f2fs module initYangtao Li1-10/+4
2022-11-29fsverity: stop using PG_error to track error statusEric Biggers1-20/+33
2022-11-28f2fs: introduce F2FS_IOC_START_ATOMIC_REPLACEDaeho Jeong1-0/+3
2022-11-11f2fs: optimize iteration over sparse directoriesChao Yu1-5/+12
2022-10-11Merge tag 'f2fs-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-16/+37
2022-10-07f2fs: account swapfile inodesChao Yu1-0/+2
2022-10-04f2fs: support recording errors into superblockChao Yu1-3/+21
2022-10-04f2fs: support recording stop_checkpoint reason into super_blockChao Yu1-2/+4
2022-10-04f2fs: remove the unnecessary check in f2fs_xattr_fiemapZhang Qilong1-1/+1
2022-10-04f2fs: fix to account FS_CP_DATA_IO correctlyChao Yu1-2/+2
2022-10-04f2fs: code clean and fix a type errorZhang Qilong1-1/+1
2022-10-04f2fs: let FI_OPU_WRITE override FADVISE_COLD_BITWeichao Guo1-1/+1
2022-10-04f2fs: fix wrong dirty page count when race between mmap and fallocate.Shuqi Zhang1-2/+1
2022-09-07fscrypt: stop using PG_error to track error statusEric Biggers1-8/+10
2022-08-30f2fs: iostat: support accounting compressed IOChao Yu1-4/+4
2022-08-08Merge tag 'f2fs-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds1-32/+50
2022-08-05f2fs: use onstack pages instead of pvecFengnan Chang1-9/+7
2022-08-05f2fs: intorduce f2fs_all_cluster_page_readyFengnan Chang1-2/+6
2022-08-05f2fs: handle decompress only post processing in softirqDaeho Jeong1-18/+34
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-39/+1
2022-08-02f2fs: Convert to filemap_migrate_folio()Matthew Wilcox (Oracle)1-39/+1
2022-07-31f2fs: introduce sysfs atomic write statisticsDaeho Jeong1-3/+4
2022-07-31f2fs: invalidate meta pages only for post_read required inodeChao Yu1-6/+2
2022-07-31f2fs: fix to invalidate META_MAPPING before DIO writeChao Yu1-2/+5
2022-07-14fs/f2fs: Use the enum req_op and blk_opf_t typesBart Van Assche1-5/+6
2022-06-01Merge tag 'f2fs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-70/+143
2022-05-25f2fs: add f2fs_init_write_merge_io functionYufen Yu1-0/+28
2022-05-12f2fs: kill volatile write supportJaegeuk Kim1-5/+0
2022-05-12f2fs: change the current atomic write wayDaeho Jeong1-65/+115
2022-05-10f2fs: Convert to release_folioMatthew Wilcox (Oracle)1-15/+17