summaryrefslogtreecommitdiff
path: root/fs/f2fs/data.c
AgeCommit message (Expand)Author
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_biosetChristoph 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
2021-08-17f2fs: support fault injection for f2fs_kmem_cache_alloc()Chao Yu
2021-08-12f2fs: compress: avoid duplicate counting of valid blocks when read compressed...Fengnan Chang
2021-08-05f2fs: extent cache: support unaligned extentChao Yu
2021-08-02f2fs: turn back remapped address in compressed page endioDaeho Jeong
2021-08-02f2fs: change fiemap way in printing compression chunkDaeho Jeong
2021-08-02f2fs: compress: remove unneeded read when rewrite whole clusterFengnan Chang
2021-07-25f2fs: remove allow_outplace_dio()Eric Biggers
2021-07-25f2fs: make f2fs_write_failed() take struct inodeEric Biggers
2021-07-19f2fs: let's keep writing IOs on SBI_NEED_FSCKJaegeuk Kim
2021-07-13f2fs: Convert to using invalidate_lockJan Kara