aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2021-05-12f2fs: return EINVAL for hole cases in swap fileGravatar Jaegeuk Kim 1-2/+2
2021-05-11f2fs: avoid swapon failure by giving a warning firstGravatar Jaegeuk Kim 1-6/+23
2021-05-11f2fs: compress: fix to assign cc.cluster_idx correctlyGravatar Chao Yu 3-12/+13
2021-05-11f2fs: compress: fix race condition of overwrite vs truncateGravatar Chao Yu 1-23/+12
2021-05-11f2fs: compress: fix to free compress page correctlyGravatar Chao Yu 1-1/+2
2021-05-11f2fs: support iflag change given the maskGravatar Jaegeuk Kim 1-1/+2
2021-05-11f2fs: avoid null pointer access when handling IPU errorGravatar Jaegeuk Kim 1-2/+2
2021-05-04Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 24-219/+615
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-5/+2
2021-04-27Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-2/+2
2021-04-26f2fs: drop inplace IO if fs status is abnormalGravatar Chao Yu 1-1/+16
2021-04-26f2fs: compress: remove unneed check conditionGravatar Chao Yu 1-7/+1
2021-04-24f2fs: clean up left deprecated IO trace codesGravatar Chao Yu 2-14/+0
2021-04-23mm/filemap: Pass the file_ra_state in the ractlGravatar Matthew Wilcox (Oracle) 2-2/+2
2021-04-21f2fs: avoid using native allocate_segment_by_default()Gravatar Chao Yu 3-10/+12
2021-04-19f2fs: remove unnecessary struct declarationGravatar Wan Jiabing 1-1/+0
2021-04-15useful constants: struct qstr for ".."Gravatar Al Viro 2-5/+2
2021-04-13f2fs: fix to avoid NULL pointer dereferenceGravatar Yi Chen 1-1/+4
2021-04-13f2fs: avoid duplicated codes for cleanupGravatar Chao Yu 1-22/+10
2021-04-12f2fs: convert to fileattrGravatar Miklos Szeredi 3-178/+43
2021-04-10f2fs: clean up build warningsGravatar Yi Zhuang 14-11/+44
2021-04-06f2fs: fix the periodic wakeups of discard threadGravatar Sahitya Tummala 1-7/+14
2021-04-06f2fs: fix to avoid accessing invalid fio in f2fs_allocate_data_block()Gravatar Chao Yu 1-3/+3
2021-04-06f2fs: fix to avoid GC/mmap race with f2fs_truncate()Gravatar Chao Yu 1-1/+6
2021-04-01f2fs: set checkpoint_merge by defaultGravatar Jaegeuk Kim 1-0/+1
2021-03-31f2fs: Fix a hungtask problem in atomic writeGravatar Yi Zhuang 1-13/+17
2021-03-30f2fs: fix to restrict mount condition on readonly block deviceGravatar Chao Yu 1-4/+12
2021-03-30f2fs: introduce gc_merge mount optionGravatar Chao Yu 5-8/+59
2021-03-26f2fs: fix to cover __allocate_new_section() with curseg_lockGravatar Chao Yu 1-0/+4
2021-03-26f2fs: fix wrong alloc_type in f2fs_do_replace_blockGravatar Wang Xiaojun 1-0/+3
2021-03-26f2fs: delete empty compress.hGravatar Chao Yu 1-0/+0
2021-03-26f2fs: fix a typo in inode.cGravatar Ruiqi Gong 1-1/+1
2021-03-26f2fs: allow to change discard policy based on cached discard cmdsGravatar Sahitya Tummala 3-1/+11
2021-03-26f2fs: fix to avoid touching checkpointed data in get_victim()Gravatar Chao Yu 4-24/+55
2021-03-25f2fs: fix to update last i_size if fallocate partially succeedsGravatar Chao Yu 1-11/+11
2021-03-25f2fs: fix error path of f2fs_remount()Gravatar Chao Yu 1-13/+34
2021-03-25f2fs: fix wrong comment of nat_tree_lockGravatar qiulaibin 1-1/+1
2021-03-25f2fs: fix to avoid out-of-bounds memory accessGravatar Chao Yu 1-0/+3
2021-03-25f2fs: don't start checkpoint thread in readonly mountpointGravatar Chao Yu 1-5/+5
2021-03-25f2fs: do not use AT_SSR mode in FG_GC & high urgent BG_GCGravatar Weichao Guo 2-2/+5
2021-03-25f2fs: add sysfs nodes to get runtime compression statGravatar Daeho Jeong 3-0/+58
2021-03-25f2fs: fix to use per-inode maxbytes in f2fs_fiemapGravatar Chengguang Xu 1-0/+10
2021-03-23f2fs: fix to align to section for fallocate() on pinned fileGravatar Chao Yu 3-19/+36
2021-03-12f2fs: expose # of overprivision segmentsGravatar Jaegeuk Kim 1-0/+9
2021-03-12f2fs: fix error handling in f2fs_end_enable_verity()Gravatar Eric Biggers 1-21/+54
2021-03-12f2fs: fix a redundant call to f2fs_balance_fs if an error occursGravatar Colin Ian King 1-1/+2
2021-03-12f2fs: remove unused file_clear_encrypt()Gravatar Chao Yu 1-3/+8
2021-03-12f2fs: check if swapfile is section-allignedGravatar huangjianan@oppo.com 1-21/+88
2021-03-12f2fs: fix last_lblock check in check_swap_activate_fastGravatar huangjianan@oppo.com 1-1/+1
2021-03-12f2fs: remove unnecessary IS_SWAPFILE checkGravatar huangjianan@oppo.com 2-3/+2