aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c
Commit message (Expand)AuthorAge
* f2fs: sanity check segment countJin Qian2017-05-14
* f2fs: remove percpu_count due to performance regressionJaegeuk Kim2017-01-12
* Revert "f2fs: use percpu_counter for # of dirty pages in inode"Jaegeuk Kim2017-01-06
* f2fs: support checkpoint error injectionChao Yu2016-09-30
* f2fs: fix to recover old fault injection config in ->remount_fsChao Yu2016-09-30
* f2fs: do fault injection initialization in default_optionsChao Yu2016-09-30
* f2fs: support configuring fault injection per superblockChao Yu2016-09-30
* f2fs: adjust display format of segment bitChao Yu2016-09-30
* f2fs: remove dirty inode pages in error pathJaegeuk Kim2016-09-30
* f2fs: handle errors during recover_orphan_inodesJaegeuk Kim2016-09-30
* f2fs: introduce cp_lock to protect updating of ckpt_flagsChao Yu2016-09-30
* f2fs: use crc and cp version to determine roll-forward recoveryJaegeuk Kim2016-09-30
* f2fs: support IO error injectionChao Yu2016-09-22
* f2fs: enable inline_dentry by default and add noinline_dentry optionChao Yu2016-08-29
* Revert "f2fs: use percpu_rw_semaphore"Jaegeuk Kim2016-08-18
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-28
|\
| * drop redundant ->owner initializationsAl Viro2016-05-29
* | f2fs: fix to avoid data update racing between GC and DIOChao Yu2016-07-15
* | f2fs: avoid mark_inode_dirtyJaegeuk Kim2016-07-08
* | f2fs: fix incorrect f_bfree calculation in ->statfsChao Yu2016-07-08
* | f2fs: use percpu_rw_semaphoreJaegeuk Kim2016-07-08
* | f2fs: add nodiscard mount optionChao Yu2016-07-08
* | f2fs: detect host-managed SMR by feature flagJaegeuk Kim2016-07-06
* | f2fs: call update_inode_page for orphan inodesJaegeuk Kim2016-07-06
* | f2fs: introduce mode=lfs mount optionJaegeuk Kim2016-06-13
* | f2fs: avoid reverse IO order for NODE and DATAJaegeuk Kim2016-06-08
* | f2fs: remove obsolete parameter in f2fs_truncateJaegeuk Kim2016-06-07
* | f2fs: avoid wrong count on dirty inodesJaegeuk Kim2016-06-07
* | f2fs: inject to produce some orphan inodesJaegeuk Kim2016-06-02
* | f2fs: remove writepages lockJaegeuk Kim2016-06-02
* | f2fs: set flush_merge by defaultJaegeuk Kim2016-06-02
* | f2fs: add lazytime mount optionJaegeuk Kim2016-06-02
* | f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim2016-06-02
* | f2fs: flush inode metadata when checkpoint is doingJaegeuk Kim2016-06-02
* | f2fs: introduce f2fs_i_size_write with mark_inode_dirty_syncJaegeuk Kim2016-06-02
* | f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim2016-06-02
|/
* f2fs: make exit_f2fs_fs more clearTiezhu Yang2016-05-18
* f2fs: use percpu_counter for total_valid_inode_countJaegeuk Kim2016-05-18
* f2fs: use percpu_counter for alloc_valid_block_countJaegeuk Kim2016-05-18
* f2fs: use percpu_counter for # of dirty pages in inodeJaegeuk Kim2016-05-18
* f2fs: use percpu_counter for page countersJaegeuk Kim2016-05-18
* f2fs: use bio count instead of F2FS_WRITEBACK page countJaegeuk Kim2016-05-18
* f2fs: add fault injection to sysfsSheng Yong2016-05-16
* f2fs: correct return value type of f2fs_fill_superSheng Yong2016-05-16
* fscrypto/f2fs: allow fs-specific key prefix for fs encryptionJaegeuk Kim2016-05-07
* f2fs: fix leak of orphan inode objectsJaegeuk Kim2016-05-07
* f2fs: inject ENOSPC failuresJaegeuk Kim2016-05-07
* f2fs: inject page allocation failuresJaegeuk Kim2016-05-07
* f2fs: inject kmalloc failureJaegeuk Kim2016-05-07
* f2fs: add mount option to select fault injection ratioJaegeuk Kim2016-05-07