summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
AgeCommit message (Expand)Author
2021-09-03f2fs: report correct st_size for encrypted symlinksEric Biggers
2021-07-25f2fs: Show casefolding support only when supportedDaniel Rosenberg
2021-07-20f2fs: remove false alarm on iget failure during GCJaegeuk Kim
2021-07-20f2fs: compress: fix to disallow temp extensionChao Yu
2021-07-20f2fs: add MODULE_SOFTDEP to ensure crc32 is included in the initramfsChao Yu
2021-07-20f2fs: atgc: fix to set default age thresholdChao Yu
2021-07-19f2fs: fix to avoid racing on fsync_entry_slab by multi filesystem instancesChao Yu
2021-07-14f2fs: Prevent swap file in LFS modeShin'ichiro Kawasaki
2021-07-14f2fs: Advertise encrypted casefolding in sysfsDaniel Rosenberg
2021-05-12f2fs: return EINVAL for hole cases in swap fileJaegeuk Kim
2021-05-11f2fs: avoid swapon failure by giving a warning firstJaegeuk Kim
2021-05-11f2fs: compress: fix to assign cc.cluster_idx correctlyChao Yu
2021-05-11f2fs: compress: fix race condition of overwrite vs truncateChao Yu
2021-05-11f2fs: compress: fix to free compress page correctlyChao Yu
2021-05-11f2fs: support iflag change given the maskJaegeuk Kim
2021-05-11f2fs: avoid null pointer access when handling IPU errorJaegeuk Kim
2021-05-04Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2021-04-27Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-26f2fs: drop inplace IO if fs status is abnormalChao Yu
2021-04-26f2fs: compress: remove unneed check conditionChao Yu
2021-04-24f2fs: clean up left deprecated IO trace codesChao Yu
2021-04-23mm/filemap: Pass the file_ra_state in the ractlMatthew Wilcox (Oracle)
2021-04-21f2fs: avoid using native allocate_segment_by_default()Chao Yu
2021-04-19f2fs: remove unnecessary struct declarationWan Jiabing
2021-04-15useful constants: struct qstr for ".."Al Viro
2021-04-13f2fs: fix to avoid NULL pointer dereferenceYi Chen
2021-04-13f2fs: avoid duplicated codes for cleanupChao Yu
2021-04-12f2fs: convert to fileattrMiklos Szeredi
2021-04-10f2fs: clean up build warningsYi Zhuang
2021-04-06f2fs: fix the periodic wakeups of discard threadSahitya Tummala
2021-04-06f2fs: fix to avoid accessing invalid fio in f2fs_allocate_data_block()Chao Yu
2021-04-06f2fs: fix to avoid GC/mmap race with f2fs_truncate()Chao Yu
2021-04-01f2fs: set checkpoint_merge by defaultJaegeuk Kim
2021-03-31f2fs: Fix a hungtask problem in atomic writeYi Zhuang
2021-03-30f2fs: fix to restrict mount condition on readonly block deviceChao Yu
2021-03-30f2fs: introduce gc_merge mount optionChao Yu
2021-03-26f2fs: fix to cover __allocate_new_section() with curseg_lockChao Yu
2021-03-26f2fs: fix wrong alloc_type in f2fs_do_replace_blockWang Xiaojun
2021-03-26f2fs: delete empty compress.hChao Yu
2021-03-26f2fs: fix a typo in inode.cRuiqi Gong
2021-03-26f2fs: allow to change discard policy based on cached discard cmdsSahitya Tummala
2021-03-26f2fs: fix to avoid touching checkpointed data in get_victim()Chao Yu
2021-03-25f2fs: fix to update last i_size if fallocate partially succeedsChao Yu
2021-03-25f2fs: fix error path of f2fs_remount()Chao Yu
2021-03-25f2fs: fix wrong comment of nat_tree_lockqiulaibin
2021-03-25f2fs: fix to avoid out-of-bounds memory accessChao Yu
2021-03-25f2fs: don't start checkpoint thread in readonly mountpointChao Yu
2021-03-25f2fs: do not use AT_SSR mode in FG_GC & high urgent BG_GCWeichao Guo
2021-03-25f2fs: add sysfs nodes to get runtime compression statDaeho Jeong