summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * f2fs: turn back remapped address in compressed page endioDaeho Jeong2021-08-021-1/+3
| * f2fs: change fiemap way in printing compression chunkDaeho Jeong2021-08-021-33/+42
| * f2fs: compress: remove unneeded read when rewrite whole clusterFengnan Chang2021-08-021-0/+3
| * f2fs: remove allow_outplace_dio()Eric Biggers2021-07-251-1/+1
| * f2fs: make f2fs_write_failed() take struct inodeEric Biggers2021-07-251-4/+3
| * f2fs: let's keep writing IOs on SBI_NEED_FSCKJaegeuk Kim2021-07-191-0/+2
* | f2fs: Convert to using invalidate_lockJan Kara2021-07-131-4/+4
|/
* f2fs: initialize page->private when using for our internal useJaegeuk Kim2021-07-051-0/+2
* f2fs: swap: support migrating swapfile in aligned write modeChao Yu2021-06-231-14/+94
* f2fs: swap: remove dead codesChao Yu2021-06-231-167/+1
* f2fs: compress: add compress_inode to cache compressed blocksChao Yu2021-06-231-6/+35
* f2fs: logging neateningJoe Perches2021-06-231-9/+7
* f2fs: Prevent swap file in LFS modeShin'ichiro Kawasaki2021-05-141-0/+6
* f2fs: restructure f2fs page.private layoutChao Yu2021-05-141-28/+37
* f2fs: return EINVAL for hole cases in swap fileJaegeuk Kim2021-05-121-2/+2
* f2fs: avoid swapon failure by giving a warning firstJaegeuk Kim2021-05-111-6/+23
* f2fs: compress: fix to assign cc.cluster_idx correctlyChao Yu2021-05-111-3/+3
* Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-041-23/+102
|\
| * f2fs: clean up build warningsYi Zhuang2021-04-101-0/+2
| * f2fs: fix to use per-inode maxbytes in f2fs_fiemapChengguang Xu2021-03-251-0/+10
| * f2fs: check if swapfile is section-allignedhuangjianan@oppo.com2021-03-121-21/+88
| * f2fs: fix last_lblock check in check_swap_activate_fasthuangjianan@oppo.com2021-03-121-1/+1
| * f2fs: remove unnecessary IS_SWAPFILE checkhuangjianan@oppo.com2021-03-121-1/+1
* | block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-111-2/+2
|/
* block: Add bio_max_segsMatthew Wilcox (Oracle)2021-02-261-2/+1
* Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-211-35/+5
|\
| * f2fs: remove FAULT_ALLOC_BIOChristoph Hellwig2021-01-271-25/+4