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