summaryrefslogtreecommitdiff
path: root/fs/f2fs/data.c
AgeCommit message (Expand)Author
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-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)
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)
2022-04-20f2fs: keep io_flags to avoid IO split due to different op_flags in two fio ho...Jaegeuk Kim
2022-04-01f2fs: Correct f2fs_dirty_data_folio() conversionMatthew Wilcox (Oracle)
2022-04-01fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-22f2fs: replace congestion_wait() calls with io_schedule_timeout()NeilBrown
2022-03-22Merge tag 'f2fs-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2022-03-22Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2022-03-18f2fs: fix compressed file start atomic write may cause data corruptionFengnan Chang
2022-03-15f2fs: Convert f2fs_set_data_page_dirty to f2fs_dirty_data_folioMatthew Wilcox (Oracle)
2022-03-15f2fs: Convert invalidatepage to invalidate_folioMatthew Wilcox (Oracle)
2022-03-08f2fs: pass the bio operation to bio_alloc_biosetfor-5.18/alloc-cleanups-2022-03-18Christoph Hellwig
2022-03-08f2fs: don't pass a bio to f2fs_target_deviceChristoph Hellwig
2022-03-07block: remove the per-bio/request write hintChristoph Hellwig
2022-03-03f2fs: fix to avoid potential deadlockChao Yu
2022-02-08f2fs: support direct I/O with fscrypt using blk-cryptoEric Biggers
2022-02-07f2fs: introduce F2FS_IPU_HONOR_OPU_WRITE ipu policyChao Yu
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig
2022-01-24f2fs: move f2fs to use reader-unfair rwsemsTim Murray
2022-01-22mm: remove cleancacheChristoph Hellwig
2022-01-19Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-01-15mm: introduce memalloc_retry_wait()NeilBrown
2022-01-04f2fs: don't drop compressed page cache in .{invalidate,release}pageChao Yu
2022-01-04f2fs: do not bother checkpoint by f2fs_get_node_infoJaegeuk Kim
2021-12-14f2fs: avoid EINVAL by SBI_NEED_FSCK when pinning a fileJaegeuk Kim
2021-12-10f2fs: use iomap for direct I/OEric Biggers
2021-12-04f2fs: implement iomap operationsEric Biggers
2021-12-04f2fs: do not expose unwritten blocks to user by DIOJaegeuk Kim
2021-11-17f2fs: rework write preallocationsEric Biggers
2021-11-17f2fs: compress: reduce one page array alloc and free when write compressed pageFengnan Chang
2021-11-09f2fs: invalidate META_MAPPING before IPU/DIO writeHyeong-Jun Kim
2021-10-26f2fs: compress: fix overwrite may reduce compress ratio unproperlyFengnan Chang
2021-10-26f2fs: multidevice: support direct IOChao Yu
2021-09-04Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-08-31f2fs: should put a page beyond EOF when preparing a writeJaegeuk Kim
2021-08-30f2fs: fix unexpected ENOENT comes from f2fs_map_blocks()Chao Yu
2021-08-23f2fs: introduce periodic iostat io latency tracesDaeho Jeong
2021-08-23f2fs: separate out iostat featureDaeho Jeong
2021-08-17f2fs: compress: do sanity check on clusterChao Yu