aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c
AgeCommit message (Expand)Author
2019-05-06Merge tag 'v4.18.36' into v4.18/standard/baseBruce Ashfield
2019-05-05f2fs: cleanup dirty pages if recover failedSheng Yong
2019-05-05f2fs: fix to do sanity check with current segment numberChao Yu
2019-04-16Merge tag 'v4.18.35' into v4.18/standard/baseBruce Ashfield
2019-04-12f2fs: give some messages for inline_xattr_sizeJaegeuk Kim
2019-04-12f2fs: fix to check inline_xattr_size boundary correctlyChao Yu
2019-03-07Merge tag 'v4.18.29' into v4.18/standard/baseBruce Ashfield
2019-03-01f2fs: fix use-after-free issue when accessing sbi->stat_infoSahitya Tummala
2019-01-21Merge tag 'v4.18.25' into v4.18/standard/baseBruce Ashfield
2019-01-12f2fs: fix validation of the block count in sanity_check_raw_superMartin Blumenstingl
2018-11-22Merge tag 'v4.18.19' into v4.18/standard/baseBruce Ashfield
2018-11-13f2fs: report error if quota off error during umountYunlei He
2018-11-08f2fs: fix to do sanity check with user_block_countChao Yu
2018-09-26f2fs: do checkpoint in kill_sbJaegeuk Kim
2018-09-19f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesizeChao Yu
2018-09-19f2fs: fix to do sanity check with secs_per_zoneChao Yu
2018-06-12treewide: Use array_size() in f2fs_kzalloc()Kees Cook
2018-06-12treewide: Use array_size() in f2fs_kmalloc()Kees Cook
2018-06-11Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2018-06-04f2fs: let sync node IO interrupt async oneChao Yu
2018-05-31f2fs: clean up symbol namespaceChao Yu
2018-05-31disable loading f2fs module on PAGE_SIZE > 4KBAnatoly Pugachev
2018-05-31f2fs: keep migration IO order in LFS modeChao Yu
2018-05-31f2fs: fix to initialize i_current_depth according to inode typeChao Yu
2018-05-31f2fs: enhance sanity_check_raw_super() to avoid potential overflowsJaegeuk Kim
2018-05-31f2fs: rename dio_rwsem to i_gc_rwsemChao Yu
2018-05-31f2fs: introduce private inode status mappingChao Yu
2018-05-29f2fs: add fsync_mode=nobarrier for non-atomic filesJaegeuk Kim
2018-05-20fscrypt: make fscrypt_operations.max_namelen an integerEric Biggers
2018-05-02f2fs: refactor read path to allow multiple postprocessing stepsEric Biggers
2018-03-27f2fs: no need to initialize zero value for GFP_F2FS_ZEROYunlong Song
2018-03-18f2fs: Set GF_NOFS in read_cache_page_gfp while doing f2fs_quota_readRitesh Harjani
2018-03-17f2fs: introduce a new mount option test_dummy_encryptionSheng Yong
2018-03-17f2fs: introduce F2FS_FEATURE_LOST_FOUND featureSheng Yong
2018-03-17f2fs: wrap all options with f2fs_sb_info.mount_optChao Yu
2018-03-17f2fs: introduce mount option for fsync modeJunling Zheng
2018-03-17f2fs: fix to restore old mount option in ->remount_fsChao Yu
2018-03-17f2fs: wrap sb_rdonly with f2fs_readonlyChao Yu
2018-03-13f2fs: set readdir_ra by defaultJaegeuk Kim
2018-03-13f2fs: add auto tuning for small devicesJaegeuk Kim
2018-03-13f2fs: add mount option for segment allocation policyJaegeuk Kim
2018-03-13f2fs: expose extension_list sysfs entryChao Yu
2018-03-13f2fs: introduce sb_lock to make encrypt pwsalt update exclusiveChao Yu
2018-03-13f2fs: clean up f2fs_sb_has_xxx functionsSheng Yong
2018-03-13f2fs: support passing down write hints to block layer with F2FS policyHyunchul Lee
2018-03-13f2fs: support passing down write hints given by users to block layerHyunchul Lee
2018-03-13f2fs: restrict inline_xattr_size configurationChao Yu
2018-03-13f2fs: fix potential corruption in area before F2FS_SUPER_OFFSETSheng Yong
2018-01-22f2fs: clean up error path of fill_superChao Yu
2018-01-16f2fs: add resgid and resuid to reserve root blocksJaegeuk Kim