summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
...
* f2fs: atgc: export entries for better tunability via sysfsChao Yu2021-05-261-0/+27
* f2fs: compress: fix to disallow temp extensionChao Yu2021-05-261-4/+12
* f2fs: let's allow compression for mmap filesJaegeuk Kim2021-05-261-2/+0
* f2fs: add MODULE_SOFTDEP to ensure crc32 is included in the initramfsChao Yu2021-05-261-0/+1
* f2fs: return success if there is no work to doTom Rix2021-05-261-1/+1
* f2fs: compress: clean up parameter of __f2fs_cluster_blocks()Chao Yu2021-05-141-20/+13
* f2fs: compress: remove unneeded f2fs_put_dnode()Chao Yu2021-05-141-1/+0
* f2fs: atgc: fix to set default age thresholdChao Yu2021-05-141-0/+1
* f2fs: Prevent swap file in LFS modeShin'ichiro Kawasaki2021-05-141-0/+6
* f2fs: fix to avoid racing on fsync_entry_slab by multi filesystem instancesChao Yu2021-05-143-10/+23
* f2fs: restructure f2fs page.private layoutChao Yu2021-05-1411-109/+146
* f2fs: add cp_error check in f2fs_write_compressed_pagesChao Yu2021-05-141-0/+6
* f2fs: compress: rename __cluster_may_compressChao Yu2021-05-141-4/+4
* 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