summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * f2fs: use blkdev_issue_flush in __submit_flush_waitChristoph Hellwig2021-01-271-1/+2
| * block: store a block_device pointer in struct bioChristoph Hellwig2021-01-241-11/+1
* | f2fs: fix a wrong condition in __submit_bioDehe Gu2021-02-021-1/+1
* | f2fs: deprecate f2fs_trace_ioJaegeuk Kim2021-01-271-4/+0
* | f2fs: Remove readahead collision detectionMatthew Wilcox (Oracle)2021-01-271-25/+0
* | f2fs: fix to use per-inode maxbytesChengguang Xu2021-01-271-1/+1
* | f2fs: compress: fix potential deadlockChao Yu2021-01-271-4/+6
* | f2fs: clean up post-read processingEric Biggers2021-01-271-215/+142
* | f2fs: fix to tag FIEMAP_EXTENT_MERGED in f2fs_fiemap()Chao Yu2021-01-271-0/+1
* | f2fs: relocate f2fs_precache_extents()Chao Yu2021-01-271-1/+2
|/
* f2fs: fix race of pending_pages in decompressionDaeho Jeong2020-12-081-11/+47
* f2fs: introduce max_io_bytes, a sysfs entry, to limit bio sizeJaegeuk Kim2020-12-071-0/+3
* f2fs: add compress_mode mount optionDaeho Jeong2020-12-031-1/+1
* f2fs: remove buffer_head which has 32bits limitJaegeuk Kim2020-12-021-42/+34