aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/data.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-01f2fs: Correct f2fs_dirty_data_folio() conversionGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-04-01fs: Remove ->readpages address space operationGravatar Matthew Wilcox (Oracle) 1-2/+2
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+0
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-29/+27
2022-03-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+1
2022-03-22f2fs: replace congestion_wait() calls with io_schedule_timeout()Gravatar NeilBrown 1-2/+1
2022-03-22Merge tag 'f2fs-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 1-32/+44
2022-03-22Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptGravatar Linus Torvalds 1-0/+7
2022-03-18f2fs: fix compressed file start atomic write may cause data corruptionGravatar Fengnan Chang 1-1/+1
2022-03-15f2fs: Convert f2fs_set_data_page_dirty to f2fs_dirty_data_folioGravatar Matthew Wilcox (Oracle) 1-17/+17
2022-03-15f2fs: Convert invalidatepage to invalidate_folioGravatar Matthew Wilcox (Oracle) 1-12/+10
2022-03-08f2fs: pass the bio operation to bio_alloc_biosetGravatar Christoph Hellwig 1-41/+29
2022-03-08f2fs: don't pass a bio to f2fs_target_deviceGravatar Christoph Hellwig 1-12/+13
2022-03-07block: remove the per-bio/request write hintGravatar Christoph Hellwig 1-2/+0
2022-03-03f2fs: fix to avoid potential deadlockGravatar Chao Yu 1-1/+5
2022-02-08f2fs: support direct I/O with fscrypt using blk-cryptoGravatar Eric Biggers 1-0/+7
2022-02-07f2fs: introduce F2FS_IPU_HONOR_OPU_WRITE ipu policyGravatar Chao Yu 1-5/+13
2022-02-02block: pass a block_device and opf to bio_alloc_biosetGravatar Christoph Hellwig 1-4/+3
2022-01-24f2fs: move f2fs to use reader-unfair rwsemsGravatar Tim Murray 1-25/+25
2022-01-22mm: remove cleancacheGravatar Christoph Hellwig 1-13/+0
2022-01-19Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-272/+79
2022-01-15mm: introduce memalloc_retry_wait()Gravatar NeilBrown 1-2/+2
2022-01-04f2fs: don't drop compressed page cache in .{invalidate,release}pageGravatar Chao Yu 1-10/+4
2022-01-04f2fs: do not bother checkpoint by f2fs_get_node_infoGravatar Jaegeuk Kim 1-4/+4
2021-12-14f2fs: avoid EINVAL by SBI_NEED_FSCK when pinning a fileGravatar Jaegeuk Kim 1-2/+5
2021-12-10f2fs: use iomap for direct I/OGravatar Eric Biggers 1-203/+2
2021-12-04f2fs: implement iomap operationsGravatar Eric Biggers 1-0/+56
2021-12-04f2fs: do not expose unwritten blocks to user by DIOGravatar Jaegeuk Kim 1-1/+4
2021-11-17f2fs: rework write preallocationsGravatar Eric Biggers 1-52/+3
2021-11-17f2fs: compress: reduce one page array alloc and free when write compressed pageGravatar Fengnan Chang 1-0/+1
2021-11-09f2fs: invalidate META_MAPPING before IPU/DIO writeGravatar Hyeong-Jun Kim 1-0/+2
2021-10-26f2fs: compress: fix overwrite may reduce compress ratio unproperlyGravatar Fengnan Chang 1-18/+18
2021-10-26f2fs: multidevice: support direct IOGravatar Chao Yu 1-3/+54
2021-09-04Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-62/+140
2021-08-31f2fs: should put a page beyond EOF when preparing a writeGravatar Jaegeuk Kim 1-0/+2
2021-08-30f2fs: fix unexpected ENOENT comes from f2fs_map_blocks()Gravatar Chao Yu 1-0/+14
2021-08-23f2fs: introduce periodic iostat io latency tracesGravatar Daeho Jeong 1-4/+15
2021-08-23f2fs: separate out iostat featureGravatar Daeho Jeong 1-0/+1
2021-08-17f2fs: compress: do sanity check on clusterGravatar Chao Yu 1-0/+7
2021-08-17f2fs: support fault injection for f2fs_kmem_cache_alloc()Gravatar Chao Yu 1-1/+1
2021-08-12f2fs: compress: avoid duplicate counting of valid blocks when read compressed...Gravatar Fengnan Chang 1-5/+17
2021-08-05f2fs: extent cache: support unaligned extentGravatar Chao Yu 1-11/+27
2021-08-02f2fs: turn back remapped address in compressed page endioGravatar Daeho Jeong 1-1/+3
2021-08-02f2fs: change fiemap way in printing compression chunkGravatar Daeho Jeong 1-33/+42
2021-08-02f2fs: compress: remove unneeded read when rewrite whole clusterGravatar Fengnan Chang 1-0/+3
2021-07-25f2fs: remove allow_outplace_dio()Gravatar Eric Biggers 1-1/+1
2021-07-25f2fs: make f2fs_write_failed() take struct inodeGravatar Eric Biggers 1-4/+3
2021-07-19f2fs: let's keep writing IOs on SBI_NEED_FSCKGravatar Jaegeuk Kim 1-0/+2
2021-07-13f2fs: Convert to using invalidate_lockGravatar Jan Kara 1-4/+4
2021-07-05f2fs: initialize page->private when using for our internal useGravatar Jaegeuk Kim 1-0/+2