summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'f2fs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-05-311-70/+143
|\
| * f2fs: add f2fs_init_write_merge_io functionYufen Yu2022-05-251-0/+28
| * f2fs: kill volatile write supportJaegeuk Kim2022-05-121-5/+0
| * f2fs: change the current atomic write wayDaeho Jeong2022-05-121-65/+115
* | f2fs: Convert to release_folioMatthew Wilcox (Oracle)2022-05-091-15/+17
* | f2fs: Convert f2fs to read_folioMatthew Wilcox (Oracle)2022-05-091-2/+3
* | fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-3/+2
|/
* f2fs: keep io_flags to avoid IO split due to different op_flags in two fio ho...Jaegeuk Kim2022-04-201-12/+21
* f2fs: Correct f2fs_dirty_data_folio() conversionMatthew Wilcox (Oracle)2022-04-011-1/+1
* fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)2022-04-011-2/+2
* Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-261-2/+0
|\
| * block: remove the per-bio/request write hintChristoph Hellwig2022-03-071-2/+0
* | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-29/+27
|\ \
| * | f2fs: Convert f2fs_set_data_page_dirty to f2fs_dirty_data_folioMatthew Wilcox (Oracle)2022-03-151-17/+17
| * | f2fs: Convert invalidatepage to invalidate_folioMatthew Wilcox (Oracle)2022-03-151-12/+10
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-2/+1
|\ \ \
| * | | f2fs: replace congestion_wait() calls with io_schedule_timeout()NeilBrown2022-03-221-2/+1
| |/ /
* | | Merge tag 'f2fs-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2022-03-221-32/+44
|\ \ \
| * | | f2fs: fix compressed file start atomic write may cause data corruptionFengnan Chang2022-03-181-1/+1
| * | | f2fs: fix to avoid potential deadlockChao Yu2022-03-031-1/+5
| * | | f2fs: introduce F2FS_IPU_HONOR_OPU_WRITE ipu policyChao Yu2022-02-071-5/+13
| * | | f2fs: move f2fs to use reader-unfair rwsemsTim Murray2022-01-241-25/+25
| |/ /
* | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2022-03-221-0/+7
|\ \ \
| * | | f2fs: support direct I/O with fscrypt using blk-cryptoEric Biggers2022-02-081-0/+7
| |/ /
* | | f2fs: pass the bio operation to bio_alloc_biosetChristoph Hellwig2022-03-081-41/+29
* | | f2fs: don't pass a bio to f2fs_target_deviceChristoph Hellwig2022-03-081-12/+13
| |/ |/|
* | block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig2022-02-021-4/+3
|/
* mm: remove cleancacheChristoph Hellwig2022-01-221-13/+0
* Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-191-272/+79
|\
| * f2fs: don't drop compressed page cache in .{invalidate,release}pageChao Yu2022-01-041-10/+4
| * f2fs: do not bother checkpoint by f2fs_get_node_infoJaegeuk Kim2022-01-041-4/+4
| * f2fs: avoid EINVAL by SBI_NEED_FSCK when pinning a fileJaegeuk Kim2021-12-141-2/+5
| * f2fs: use iomap for direct I/OEric Biggers2021-12-101-203/+2
| * f2fs: implement iomap operationsEric Biggers2021-12-041-0/+56
| * f2fs: do not expose unwritten blocks to user by DIOJaegeuk Kim2021-12-041-1/+4
| * f2fs: rework write preallocationsEric Biggers2021-11-171-52/+3
| * f2fs: compress: reduce one page array alloc and free when write compressed pageFengnan Chang2021-11-171-0/+1
* | mm: introduce memalloc_retry_wait()NeilBrown2022-01-151-2/+2
|/
* f2fs: invalidate META_MAPPING before IPU/DIO writeHyeong-Jun Kim2021-11-091-0/+2
* f2fs: compress: fix overwrite may reduce compress ratio unproperlyFengnan Chang2021-10-261-18/+18
* f2fs: multidevice: support direct IOChao Yu2021-10-261-3/+54
* Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-041-62/+140
|\
| * f2fs: should put a page beyond EOF when preparing a writeJaegeuk Kim2021-08-311-0/+2
| * f2fs: fix unexpected ENOENT comes from f2fs_map_blocks()Chao Yu2021-08-301-0/+14
| * f2fs: introduce periodic iostat io latency tracesDaeho Jeong2021-08-231-4/+15
| * f2fs: separate out iostat featureDaeho Jeong2021-08-231-0/+1
| * f2fs: compress: do sanity check on clusterChao Yu2021-08-171-0/+7
| * f2fs: support fault injection for f2fs_kmem_cache_alloc()Chao Yu2021-08-171-1/+1
| * f2fs: compress: avoid duplicate counting of valid blocks when read compressed...Fengnan Chang2021-08-121-5/+17
| * f2fs: extent cache: support unaligned extentChao Yu2021-08-051-11/+27