summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* f2fs: initialize page->private when using for our internal useJaegeuk Kim2021-07-061-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-121-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-051-23/+102
|\
| * f2fs: clean up build warningsYi Zhuang2021-04-101-0/+2
| * f2fs: fix to use per-inode maxbytes in f2fs_fiemapChengguang Xu2021-03-261-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-251-11/+1
* | f2fs: fix a wrong condition in __submit_bioDehe Gu2021-02-021-1/+1
* | f2fs: deprecate f2fs_trace_ioJaegeuk Kim2021-01-281-4/+0
* | f2fs: Remove readahead collision detectionMatthew Wilcox (Oracle)2021-01-281-25/+0
* | f2fs: fix to use per-inode maxbytesChengguang Xu2021-01-281-1/+1
* | f2fs: compress: fix potential deadlockChao Yu2021-01-281-4/+6
* | f2fs: clean up post-read processingEric Biggers2021-01-281-215/+142
* | f2fs: fix to tag FIEMAP_EXTENT_MERGED in f2fs_fiemap()Chao Yu2021-01-281-0/+1
* | f2fs: relocate f2fs_precache_extents()Chao Yu2021-01-281-1/+2
|/
* f2fs: fix race of pending_pages in decompressionDaeho Jeong2020-12-091-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-031-42/+34
* f2fs: fix wrong block count instead of bytesJaegeuk Kim2020-12-031-2/+2
* f2fs: use new conversion functions between blks and bytesJaegeuk Kim2020-12-031-25/+21
* f2fs: rename logical_to_blk and blk_to_logicalJaegeuk Kim2020-12-031-20/+20
* f2fs: introduce check_swap_activate_fast()Chao Yu2020-10-141-0/+80
* f2fs: fix slab leak of rpages pointerJaegeuk Kim2020-09-291-0/+2
* f2fs: clean up kvfreeChao Yu2020-09-141-1/+1
* f2fs: change return value of f2fs_disable_compressed_file to boolDaeho Jeong2020-09-111-1/+1
* f2fs: add block address limit check to compressed fileDaeho Jeong2020-09-111-8/+9
* f2fs: correct statistic of APP_DIRECT_IO/APP_DIRECT_READ_IOJack Qiu2020-09-111-0/+6
* f2fs: support age threshold based garbage collectionChao Yu2020-09-111-1/+1
* f2fs: compress: use more readable atomic_t type for {cic,dic}.refChao Yu2020-09-101-3/+3
* f2fs: inherit mtime of original block during GCChao Yu2020-09-101-1/+1
* f2fs: remove duplicated type castingXiaojun Wang2020-09-101-1/+1
* f2fs: Return EOF on unaligned end of file DIO readGabriel Krisman Bertazi2020-09-091-0/+3
* Merge tag 'f2fs-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-111-23/+70
|\
| * f2fs: compress: add sanity check during compressed cluster readChao Yu2020-08-031-3/+1