summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
* f2fs: fix wrong block count instead of bytesJaegeuk Kim2020-12-021-2/+2
* f2fs: use new conversion functions between blks and bytesJaegeuk Kim2020-12-021-25/+21
* f2fs: rename logical_to_blk and blk_to_logicalJaegeuk Kim2020-12-021-20/+20
* f2fs: introduce check_swap_activate_fast()Chao Yu2020-10-131-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-081-0/+3
* Merge tag 'f2fs-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-101-23/+70
|\
| * f2fs: compress: add sanity check during compressed cluster readChao Yu2020-08-031-3/+1
| * f2fs: compress: fix to update isize when overwriting compressed fileChao Yu2020-07-261-0/+4
| * f2fs: space related cleanupJack Qiu2020-07-261-2/+2
| * f2fs: avoid readahead race conditionJaegeuk Kim2020-07-071-0/+20
| * f2fs: add parameter op_flag in f2fs_submit_page_read()Jia Yang2020-07-071-4/+6
| * f2fs: support to trace f2fs_fiemap()Chao Yu2020-07-071-1/+5
| * f2fs: support to trace f2fs_bmap()Chao Yu2020-07-071-3/+11
| * f2fs: fix wrong return value of f2fs_bmap_compress()Chao Yu2020-07-071-2/+1
| * f2fs: clean up parameter of f2fs_allocate_data_block()Chao Yu2020-07-071-1/+1
| * f2fs: shrink node_write lock coverageChao Yu2020-07-071-0/+12
| * f2fs: add prefix for exported symbolsChao Yu2020-07-071-7/+7
* | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-3/+1
|\ \
| * | f2fs: Eliminate usage of uninitialized_var() macroJason Yan2020-07-161-3/+1
| |/