summaryrefslogtreecommitdiff
path: root/fs/f2fs/super.c
AgeCommit message (Expand)Author
2019-03-15Merge tag 'f2fs-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2019-03-12f2fs: fix to do sanity check with inode.i_inline_xattr_sizeChao Yu
2019-03-12f2fs: give some messages for inline_xattr_sizeJaegeuk Kim
2019-03-12f2fs: give random value to i_generationJaegeuk Kim
2019-03-12f2fs: fix to retry fill_super only if recovery failedChao Yu
2019-03-09Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2019-03-05f2fs: don't allow negative ->write_io_size_bitsChao Yu
2019-03-05f2fs: fix to check inline_xattr_size boundary correctlyChao Yu
2019-03-05f2fs: jump to label 'free_node_inode' when failing from d_make_root()Chengguang Xu
2019-03-05f2fs: fix to data block override node segment by mistakezhengliang
2019-02-15f2fs: sync filesystem after roll-forward recoveryJaegeuk Kim
2019-02-15f2fs: flush quota blocks after turnning it offJaegeuk Kim
2019-02-15f2fs: add quick mode of checkpoint=disable for QAJaegeuk Kim
2019-02-04f2fs: run discard jobs when put_superJaegeuk Kim
2019-01-23fscrypt: remove filesystem specific build config optionChandan Rajendra
2019-01-22f2fs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-01-08f2fs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-01-08f2fs: change error code to -ENOMEM from -EINVALChengguang Xu
2019-01-08f2fs: don't access node/meta inode mapping after iputJaegeuk Kim
2018-12-26f2fs: fix use-after-free issue when accessing sbi->stat_infoSahitya Tummala
2018-12-26f2fs: fix validation of the block count in sanity_check_raw_superMartin Blumenstingl
2018-12-26f2fs: fix missing unlock(sbi->gc_mutex)Jaegeuk Kim
2018-12-26f2fs: use kvmalloc, if kmalloc is failedJaegeuk Kim
2018-11-26f2fs: make "f2fs_fault_name[]" const char *Alexey Dobriyan
2018-11-26f2fs: support subsectional garbage collectionChao Yu
2018-11-26f2fs: clean up f2fs_sb_has_##feature_nameChao Yu
2018-11-26f2fs: remove codes of unused wio_mutexYunlong Song
2018-10-22f2fs: guarantee journalled quota data by checkpointChao Yu
2018-10-22f2fs: cleanup dirty pages if recover failedSheng Yong
2018-10-22f2fs: spread f2fs_set_inode_flags()Chao Yu
2018-10-16f2fs: allow to mount, if quota is failedJaegeuk Kim
2018-10-16f2fs: checkpoint disablingDaniel Rosenberg
2018-09-30f2fs: support superblock checksumJunling Zheng
2018-09-30f2fs: keep lazytime on remountJaegeuk Kim
2018-09-25f2fs: fix remount problem of option io_bitsChengguang Xu
2018-09-19f2fs: add new idle interval timing for discard and gc pathsSahitya Tummala
2018-09-12f2fs: split IO error injection according to RWChao Yu
2018-09-12f2fs: add SPDX license identifiersChao Yu
2018-09-12f2fs: surround fault_injection related option parsing using CONFIG_F2FS_FAULT...Chengguang Xu
2018-09-11f2fs: fix to do sanity check with current segment numberChao Yu
2018-09-11f2fs: fix memory leak of percpu counter in fill_super()Chao Yu
2018-09-11f2fs: fix memory leak of write_io in fill_super()Chao Yu
2018-09-11f2fs: fix to flush all dirty inodes recovered in readonly fsChao Yu
2018-09-11f2fs: report error if quota off error during umountYunlei He
2018-09-05Revert "f2fs: use printk_ratelimited for f2fs_msg"Chao Yu
2018-09-05f2fs: fix to avoid NULL pointer dereference on se->discard_mapChao Yu
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