summaryrefslogtreecommitdiff
path: root/fs/f2fs/super.c
AgeCommit message (Expand)Author
2019-01-09f2fs: fix validation of the block count in sanity_check_raw_superMartin Blumenstingl
2018-12-08f2fs: fix to do sanity check with cp_pack_start_sumChao Yu
2018-12-08f2fs: fix to do sanity check with user_block_countChao Yu
2018-12-08f2fs: fix to do sanity check with secs_per_zoneChao Yu
2018-12-08f2fs: enhance sanity_check_raw_super() to avoid potential overflowJaegeuk Kim
2018-12-08f2fs: detect wrong layoutJaegeuk Kim
2018-09-19f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesizeChao Yu
2018-08-03disable loading f2fs module on PAGE_SIZE > 4KBAnatoly Pugachev
2017-08-11f2fs: sanity check checkpoint segno and blkoffJin Qian
2017-05-14f2fs: sanity check segment countJin Qian
2017-01-12f2fs: remove percpu_count due to performance regressionJaegeuk Kim
2017-01-06Revert "f2fs: use percpu_counter for # of dirty pages in inode"Jaegeuk Kim
2016-09-30f2fs: support checkpoint error injectionChao Yu
2016-09-30f2fs: fix to recover old fault injection config in ->remount_fsChao Yu
2016-09-30f2fs: do fault injection initialization in default_optionsChao Yu
2016-09-30f2fs: support configuring fault injection per superblockChao Yu
2016-09-30f2fs: adjust display format of segment bitChao Yu
2016-09-30f2fs: remove dirty inode pages in error pathJaegeuk Kim
2016-09-30f2fs: handle errors during recover_orphan_inodesJaegeuk Kim
2016-09-30f2fs: introduce cp_lock to protect updating of ckpt_flagsChao Yu
2016-09-30f2fs: use crc and cp version to determine roll-forward recoveryJaegeuk Kim
2016-09-22f2fs: support IO error injectionChao Yu
2016-08-29f2fs: enable inline_dentry by default and add noinline_dentry optionChao Yu
2016-08-19Revert "f2fs: use percpu_rw_semaphore"Jaegeuk Kim
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-07-15f2fs: fix to avoid data update racing between GC and DIOChao Yu
2016-07-08f2fs: avoid mark_inode_dirtyJaegeuk Kim
2016-07-08f2fs: fix incorrect f_bfree calculation in ->statfsChao Yu
2016-07-08f2fs: use percpu_rw_semaphoreJaegeuk Kim
2016-07-08f2fs: add nodiscard mount optionChao Yu
2016-07-06f2fs: detect host-managed SMR by feature flagJaegeuk Kim
2016-07-06f2fs: call update_inode_page for orphan inodesJaegeuk Kim
2016-06-13f2fs: introduce mode=lfs mount optionJaegeuk Kim
2016-06-08f2fs: avoid reverse IO order for NODE and DATAJaegeuk Kim
2016-06-07f2fs: remove obsolete parameter in f2fs_truncateJaegeuk Kim
2016-06-07f2fs: avoid wrong count on dirty inodesJaegeuk Kim
2016-06-02f2fs: inject to produce some orphan inodesJaegeuk Kim
2016-06-02f2fs: remove writepages lockJaegeuk Kim
2016-06-02f2fs: set flush_merge by defaultJaegeuk Kim
2016-06-02f2fs: add lazytime mount optionJaegeuk Kim
2016-06-02f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim
2016-06-02f2fs: flush inode metadata when checkpoint is doingJaegeuk Kim
2016-06-02f2fs: introduce f2fs_i_size_write with mark_inode_dirty_syncJaegeuk Kim
2016-06-02f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim
2016-05-29drop redundant ->owner initializationsAl Viro
2016-05-18f2fs: make exit_f2fs_fs more clearTiezhu Yang
2016-05-18f2fs: use percpu_counter for total_valid_inode_countJaegeuk Kim
2016-05-18f2fs: use percpu_counter for alloc_valid_block_countJaegeuk Kim
2016-05-18f2fs: use percpu_counter for # of dirty pages in inodeJaegeuk Kim
2016-05-18f2fs: use percpu_counter for page countersJaegeuk Kim