summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: jump to label 'free_node_inode' when failing from d_make_root()Chengguang Xu2019-03-061-1/+1
* f2fs: fix to data block override node segment by mistakezhengliang2019-03-061-0/+4
* f2fs: sync filesystem after roll-forward recoveryJaegeuk Kim2019-02-161-11/+33
* f2fs: flush quota blocks after turnning it offJaegeuk Kim2019-02-161-0/+6
* f2fs: add quick mode of checkpoint=disable for QAJaegeuk Kim2019-02-161-0/+5
* f2fs: run discard jobs when put_superJaegeuk Kim2019-02-041-1/+3
* f2fs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-091-4/+1Star
* f2fs: change error code to -ENOMEM from -EINVALChengguang Xu2019-01-081-1/+1
* f2fs: don't access node/meta inode mapping after iputJaegeuk Kim2019-01-081-0/+5
* f2fs: fix use-after-free issue when accessing sbi->stat_infoSahitya Tummala2018-12-271-12/+15
* f2fs: fix validation of the block count in sanity_check_raw_superMartin Blumenstingl2018-12-271-3/+3
* f2fs: fix missing unlock(sbi->gc_mutex)Jaegeuk Kim2018-12-271-5/+2Star
* f2fs: use kvmalloc, if kmalloc is failedJaegeuk Kim2018-12-271-34/+34
* f2fs: make "f2fs_fault_name[]" const char *Alexey Dobriyan2018-11-271-1/+1
* f2fs: support subsectional garbage collectionChao Yu2018-11-271-0/+3
* f2fs: clean up f2fs_sb_has_##feature_nameChao Yu2018-11-271-26/+26
* f2fs: remove codes of unused wio_mutexYunlong Song2018-11-271-4/+1Star
* f2fs: guarantee journalled quota data by checkpointChao Yu2018-10-231-12/+109
* f2fs: cleanup dirty pages if recover failedSheng Yong2018-10-231-1/+14
* f2fs: spread f2fs_set_inode_flags()Chao Yu2018-10-231-3/+2Star
* f2fs: allow to mount, if quota is failedJaegeuk Kim2018-10-161-6/+1Star
* f2fs: checkpoint disablingDaniel Rosenberg2018-10-161-3/+123
* f2fs: support superblock checksumJunling Zheng2018-10-011-0/+28
* f2fs: keep lazytime on remountJaegeuk Kim2018-10-011-0/+1
* f2fs: fix remount problem of option io_bitsChengguang Xu2018-09-261-1/+2
* f2fs: add new idle interval timing for discard and gc pathsSahitya Tummala2018-09-201-0/+2
* f2fs: split IO error injection according to RWChao Yu2018-09-121-1/+2
* f2fs: add SPDX license identifiersChao Yu2018-09-121-4/+1Star
* f2fs: surround fault_injection related option parsing using CONFIG_F2FS_FAULT...Chengguang Xu2018-09-121-8/+11
* f2fs: fix to do sanity check with current segment numberChao Yu2018-09-121-1/+33
* f2fs: fix memory leak of percpu counter in fill_super()Chao Yu2018-09-121-1/+5
* f2fs: fix memory leak of write_io in fill_super()Chao Yu2018-09-121-1/+1
* f2fs: fix to flush all dirty inodes recovered in readonly fsChao Yu2018-09-111-0/+3
* f2fs: report error if quota off error during umountYunlei He2018-09-111-3/+16
* Revert "f2fs: use printk_ratelimited for f2fs_msg"Chao Yu2018-09-051-1/+1
* f2fs: fix to avoid NULL pointer dereference on se->discard_mapChao Yu2018-09-051-12/+4Star
* Merge tag 'f2fs-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2018-08-221-40/+122
|\
| * f2fs: fix performance issue observed with multi-thread sequential readJaegeuk Kim2018-08-211-0/+1
| * f2fs: support fault_type mount optionChao Yu2018-08-131-7/+27
| * f2fs: support discard submission error injectionChao Yu2018-08-131-0/+1
| * f2fs: fix to do sanity check with inline flagsChao Yu2018-08-131-1/+2
| * f2fs: fix to avoid broken of dnode block listChao Yu2018-08-111-0/+6
| * f2fs: fix to do sanity check with cp_pack_start_sumChao Yu2018-08-111-0/+12
| * f2fs: fix to restrict mount condition when without CONFIG_QUOTAChao Yu2018-08-011-0/+6
| * f2fs: quota: do not mount as RDWR without QUOTA if quota feature enabledSheng Yong2018-08-011-6/+7
| * f2fs: quota: fix incorrect commentsSheng Yong2018-08-011-4/+1Star
| * f2fs: quota: decrease the lock granularity of statfs_projectSheng Yong2018-08-011-2/+2
| * f2fs: enable real-time discard by defaultChao Yu2018-08-011-4/+4
| * f2fs: show the fsync_mode=nobarrier mount optionSahitya Tummala2018-07-291-0/+2
| * f2fs: avoid the global name 'fault_name'Gao Xiang2018-07-291-1/+1