summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* 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-113-12/+13
* f2fs: compress: fix race condition of overwrite vs truncateChao Yu2021-05-111-23/+12
* f2fs: compress: fix to free compress page correctlyChao Yu2021-05-111-1/+2
* f2fs: support iflag change given the maskJaegeuk Kim2021-05-111-1/+2
* f2fs: avoid null pointer access when handling IPU errorJaegeuk Kim2021-05-111-2/+2
* Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-0424-219/+615
|\
| * f2fs: drop inplace IO if fs status is abnormalChao Yu2021-04-261-1/+16
| * f2fs: compress: remove unneed check conditionChao Yu2021-04-261-7/+1
| * f2fs: clean up left deprecated IO trace codesChao Yu2021-04-242-14/+0
| * f2fs: avoid using native allocate_segment_by_default()Chao Yu2021-04-213-10/+12
| * f2fs: remove unnecessary struct declarationWan Jiabing2021-04-191-1/+0
| * f2fs: fix to avoid NULL pointer dereferenceYi Chen2021-04-131-1/+4
| * f2fs: avoid duplicated codes for cleanupChao Yu2021-04-131-22/+10
| * f2fs: clean up build warningsYi Zhuang2021-04-1014-11/+44
| * f2fs: fix the periodic wakeups of discard threadSahitya Tummala2021-04-061-7/+14
| * f2fs: fix to avoid accessing invalid fio in f2fs_allocate_data_block()Chao Yu2021-04-061-3/+3
| * f2fs: fix to avoid GC/mmap race with f2fs_truncate()Chao Yu2021-04-061-1/+6
| * f2fs: set checkpoint_merge by defaultJaegeuk Kim2021-04-011-0/+1
| * f2fs: Fix a hungtask problem in atomic writeYi Zhuang2021-03-311-13/+17
| * f2fs: fix to restrict mount condition on readonly block deviceChao Yu2021-03-301-4/+12
| * f2fs: introduce gc_merge mount optionChao Yu2021-03-305-8/+59
| * f2fs: fix to cover __allocate_new_section() with curseg_lockChao Yu2021-03-261-0/+4
| * f2fs: fix wrong alloc_type in f2fs_do_replace_blockWang Xiaojun2021-03-261-0/+3
| * f2fs: delete empty compress.hChao Yu2021-03-261-0/+0
| * f2fs: fix a typo in inode.cRuiqi Gong2021-03-261-1/+1
| * f2fs: allow to change discard policy based on cached discard cmdsSahitya Tummala2021-03-263-1/+11
| * f2fs: fix to avoid touching checkpointed data in get_victim()Chao Yu2021-03-264-24/+55
| * f2fs: fix to update last i_size if fallocate partially succeedsChao Yu2021-03-251-11/+11
| * f2fs: fix error path of f2fs_remount()Chao Yu2021-03-251-13/+34
| * f2fs: fix wrong comment of nat_tree_lockqiulaibin2021-03-251-1/+1
| * f2fs: fix to avoid out-of-bounds memory accessChao Yu2021-03-251-0/+3
| * f2fs: don't start checkpoint thread in readonly mountpointChao Yu2021-03-251-5/+5
| * f2fs: do not use AT_SSR mode in FG_GC & high urgent BG_GCWeichao Guo2021-03-252-2/+5
| * f2fs: add sysfs nodes to get runtime compression statDaeho Jeong2021-03-253-0/+58
| * f2fs: fix to use per-inode maxbytes in f2fs_fiemapChengguang Xu2021-03-251-0/+10
| * f2fs: fix to align to section for fallocate() on pinned fileChao Yu2021-03-233-19/+36
| * f2fs: expose # of overprivision segmentsJaegeuk Kim2021-03-121-0/+9
| * f2fs: fix error handling in f2fs_end_enable_verity()Eric Biggers2021-03-121-21/+54
| * f2fs: fix a redundant call to f2fs_balance_fs if an error occursColin Ian King2021-03-121-1/+2
| * f2fs: remove unused file_clear_encrypt()Chao Yu2021-03-121-3/+8
| * 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-122-3/+2
| * f2fs: Replace one-element array with flexible-array memberGustavo A. R. Silva2021-03-121-2/+3
| * f2fs: compress: Allow modular (de)compression algorithmsGeert Uytterhoeven2021-03-121-9/+7
| * f2fs: check discard command number before traversing discard pending listChao Yu2021-03-121-0/+2
| * f2fs: update comments for explicit memory barrierChao Yu2021-03-122-2/+10
| * f2fs: remove unused FORCE_FG_GC macroChao Yu2021-03-121-2/+0