aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-15f2fs: sync filesystem after roll-forward recoveryJaegeuk Kim1-11/+33
2019-02-15f2fs: flush quota blocks after turnning it offJaegeuk Kim1-0/+6
2019-02-15f2fs: add quick mode of checkpoint=disable for QAJaegeuk Kim1-0/+5
2019-02-04f2fs: run discard jobs when put_superJaegeuk Kim1-1/+3
2019-01-23fscrypt: remove filesystem specific build config optionChandan Rajendra1-4/+4
2019-01-22f2fs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-4/+1
2019-01-08f2fs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-4/+1
2019-01-08f2fs: change error code to -ENOMEM from -EINVALChengguang Xu1-1/+1
2019-01-08f2fs: don't access node/meta inode mapping after iputJaegeuk Kim1-0/+5
2018-12-26f2fs: fix use-after-free issue when accessing sbi->stat_infoSahitya Tummala1-12/+15
2018-12-26f2fs: fix validation of the block count in sanity_check_raw_superMartin Blumenstingl1-3/+3
2018-12-26f2fs: fix missing unlock(sbi->gc_mutex)Jaegeuk Kim1-5/+2
2018-12-26f2fs: use kvmalloc, if kmalloc is failedJaegeuk Kim1-34/+34
2018-11-26f2fs: make "f2fs_fault_name[]" const char *Alexey Dobriyan1-1/+1
2018-11-26f2fs: support subsectional garbage collectionChao Yu1-0/+3
2018-11-26f2fs: clean up f2fs_sb_has_##feature_nameChao Yu1-26/+26
2018-11-26f2fs: remove codes of unused wio_mutexYunlong Song1-4/+1
2018-10-22f2fs: guarantee journalled quota data by checkpointChao Yu1-12/+109
2018-10-22f2fs: cleanup dirty pages if recover failedSheng Yong1-1/+14
2018-10-22f2fs: spread f2fs_set_inode_flags()Chao Yu1-3/+2
2018-10-16f2fs: allow to mount, if quota is failedJaegeuk Kim1-6/+1
2018-10-16f2fs: checkpoint disablingDaniel Rosenberg1-3/+123
2018-09-30f2fs: support superblock checksumJunling Zheng1-0/+28
2018-09-30f2fs: keep lazytime on remountJaegeuk Kim1-0/+1
2018-09-25f2fs: fix remount problem of option io_bitsChengguang Xu1-1/+2
2018-09-19f2fs: add new idle interval timing for discard and gc pathsSahitya Tummala1-0/+2
2018-09-12f2fs: split IO error injection according to RWChao Yu1-1/+2
2018-09-12f2fs: add SPDX license identifiersChao Yu1-4/+1
2018-09-12f2fs: surround fault_injection related option parsing using CONFIG_F2FS_FAULT_INJECTIONChengguang Xu1-8/+11
2018-09-11f2fs: fix to do sanity check with current segment numberChao Yu1-1/+33
2018-09-11f2fs: fix memory leak of percpu counter in fill_super()Chao Yu1-1/+5
2018-09-11f2fs: fix memory leak of write_io in fill_super()Chao Yu1-1/+1
2018-09-11f2fs: fix to flush all dirty inodes recovered in readonly fsChao Yu1-0/+3
2018-09-11f2fs: report error if quota off error during umountYunlei He1-3/+16
2018-09-05Revert "f2fs: use printk_ratelimited for f2fs_msg"Chao Yu1-1/+1
2018-09-05f2fs: fix to avoid NULL pointer dereference on se->discard_mapChao Yu1-12/+4
2018-08-22Merge tag 'f2fs-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-40/+122
2018-08-20f2fs: 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-10f2fs: fix to avoid broken of dnode block listChao Yu1-0/+6
2018-08-10f2fs: 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-28f2fs: show the fsync_mode=nobarrier mount optionSahitya Tummala1-0/+2
2018-07-28f2fs: avoid the global name 'fault_name'Gao Xiang1-1/+1