summaryrefslogtreecommitdiff
path: root/fs/f2fs/data.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-05-09f2fs: Convert f2fs to read_folioMatthew Wilcox (Oracle)1-2/+3
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-3/+2
2022-04-20f2fs: keep io_flags to avoid IO split due to different op_flags in two fio ho...Jaegeuk Kim1-12/+21
2022-04-01f2fs: Correct f2fs_dirty_data_folio() conversionMatthew Wilcox (Oracle)1-1/+1
2022-04-01fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)1-2/+2
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2022-03-23Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-29/+27
2022-03-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+1
2022-03-23f2fs: replace congestion_wait() calls with io_schedule_timeout()NeilBrown1-2/+1
2022-03-22Merge tag 'f2fs-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-32/+44
2022-03-22Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-0/+7
2022-03-18f2fs: fix compressed file start atomic write may cause data corruptionFengnan Chang1-1/+1
2022-03-15f2fs: Convert f2fs_set_data_page_dirty to f2fs_dirty_data_folioMatthew Wilcox (Oracle)1-17/+17
2022-03-15f2fs: Convert invalidatepage to invalidate_folioMatthew Wilcox (Oracle)1-12/+10
2022-03-09f2fs: pass the bio operation to bio_alloc_biosetChristoph Hellwig1-41/+29
2022-03-09f2fs: don't pass a bio to f2fs_target_deviceChristoph Hellwig1-12/+13
2022-03-07block: remove the per-bio/request write hintChristoph Hellwig1-2/+0
2022-03-04f2fs: fix to avoid potential deadlockChao Yu1-1/+5
2022-02-08f2fs: support direct I/O with fscrypt using blk-cryptoEric Biggers1-0/+7
2022-02-07f2fs: introduce F2FS_IPU_HONOR_OPU_WRITE ipu policyChao Yu1-5/+13
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig1-4/+3
2022-01-25f2fs: move f2fs to use reader-unfair rwsemsTim Murray1-25/+25
2022-01-22mm: remove cleancacheChristoph Hellwig1-13/+0
2022-01-19Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-272/+79
2022-01-15mm: introduce memalloc_retry_wait()NeilBrown1-2/+2
2022-01-05f2fs: don't drop compressed page cache in .{invalidate,release}pageChao Yu1-10/+4
2022-01-05f2fs: do not bother checkpoint by f2fs_get_node_infoJaegeuk Kim1-4/+4
2021-12-14f2fs: avoid EINVAL by SBI_NEED_FSCK when pinning a fileJaegeuk Kim1-2/+5
2021-12-11f2fs: use iomap for direct I/OEric Biggers1-203/+2
2021-12-04f2fs: implement iomap operationsEric Biggers1-0/+56
2021-12-04f2fs: do not expose unwritten blocks to user by DIOJaegeuk Kim1-1/+4
2021-11-17f2fs: rework write preallocationsEric Biggers1-52/+3
2021-11-17f2fs: compress: reduce one page array alloc and free when write compressed pageFengnan Chang1-0/+1
2021-11-09f2fs: invalidate META_MAPPING before IPU/DIO writeHyeong-Jun Kim1-0/+2
2021-10-27f2fs: compress: fix overwrite may reduce compress ratio unproperlyFengnan Chang1-18/+18