aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c
AgeCommit message (Expand)Author
2021-07-20f2fs: add MODULE_SOFTDEP to ensure crc32 is included in the initramfsChao Yu
2020-09-03f2fs: fix use-after-free issueLi Guifu
2020-06-25f2fs: report delalloc reserve as non-free in statfs for project quotaKonstantin Khlebnikov
2020-04-23f2fs: fix NULL pointer dereference in f2fs_write_begin()Chao Yu
2020-02-11f2fs: code cleanup for f2fs_statfs_project()Chengguang Xu
2020-02-11f2fs: fix miscounted block limit in f2fs_statfs_project()Chengguang Xu
2020-02-11f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs...Chengguang Xu
2019-12-01f2fs: spread f2fs_set_inode_flags()Chao Yu
2019-11-24f2fs: keep lazytime on remountJaegeuk Kim
2019-11-20f2fs: fix remount problem of option io_bitsChengguang Xu
2019-11-20f2fs: fix memory leak of percpu counter in fill_super()Chao Yu
2019-11-20f2fs: fix memory leak of write_io in fill_super()Chao Yu
2019-11-06f2fs: flush quota blocks after turnning it offJaegeuk Kim
2019-10-17f2fs: use EINVAL for superblock with invalid magicIcenowy Zheng
2019-10-01f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu
2019-10-01f2fs: check all the data segments against all node onesSurbhi Palande
2019-07-10f2fs: don't access node/meta inode mapping after iputJaegeuk Kim
2019-04-20f2fs: cleanup dirty pages if recover failedSheng Yong
2019-04-20f2fs: fix to do sanity check with current segment numberChao Yu
2019-04-20f2fs: fix to avoid NULL pointer dereference on se->discard_mapChao Yu
2019-04-05f2fs: fix to check inline_xattr_size boundary correctlyChao Yu
2019-02-12f2fs: fix use-after-free issue when accessing sbi->stat_infoSahitya Tummala
2019-01-09f2fs: fix validation of the block count in sanity_check_raw_superMartin Blumenstingl
2018-11-13f2fs: fix to flush all dirty inodes recovered in readonly fsChao Yu
2018-11-13f2fs: report error if quota off error during umountYunlei He
2018-08-22Merge tag 'f2fs-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2018-08-20f2fs: fix performance issue observed with multi-thread sequential readJaegeuk Kim
2018-08-13f2fs: support fault_type mount optionChao Yu
2018-08-13f2fs: support discard submission error injectionChao Yu
2018-08-13f2fs: fix to do sanity check with inline flagsChao Yu
2018-08-10f2fs: fix to avoid broken of dnode block listChao Yu
2018-08-10f2fs: fix to do sanity check with cp_pack_start_sumChao Yu
2018-08-01f2fs: fix to restrict mount condition when without CONFIG_QUOTAChao Yu
2018-08-01f2fs: quota: do not mount as RDWR without QUOTA if quota feature enabledSheng Yong
2018-08-01f2fs: quota: fix incorrect commentsSheng Yong
2018-08-01f2fs: quota: decrease the lock granularity of statfs_projectSheng Yong
2018-08-01f2fs: enable real-time discard by defaultChao Yu
2018-07-28f2fs: show the fsync_mode=nobarrier mount optionSahitya Tummala
2018-07-28f2fs: avoid the global name 'fault_name'Gao Xiang
2018-07-28f2fs: fix to do sanity check with user_block_countChao Yu
2018-07-27f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesizeChao Yu
2018-07-27f2fs: fix to do sanity check with secs_per_zoneChao Yu
2018-07-27f2fs: fix error path of fill_superChao Yu
2018-07-27f2fs: relocate readdir_ra configure initializationChao Yu
2018-07-27f2fs: move s_res{u,g}id initialization to default_options()Chao Yu
2018-07-27f2fs: indicate shutdown f2fs to allow unmount successfullyJaegeuk Kim
2018-07-18block: Define and use STAT_READ and STAT_WRITEMichael Callahan
2018-07-15f2fs: do checkpoint in kill_sbJaegeuk Kim
2018-06-12treewide: Use array_size() in f2fs_kzalloc()Kees Cook
2018-06-12treewide: Use array_size() in f2fs_kmalloc()Kees Cook