aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-28f2fs: fix to do sanity check with user_block_countChao Yu1-1/+12
2018-07-27f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesizeChao Yu1-2/+19
2018-07-27f2fs: fix to do sanity check with secs_per_zoneChao Yu1-2/+2
2018-07-27f2fs: fix error path of fill_superChao Yu1-1/+1
2018-07-27f2fs: relocate readdir_ra configure initializationChao Yu1-1/+2
2018-07-27f2fs: move s_res{u,g}id initialization to default_options()Chao Yu1-3/+2
2018-07-27f2fs: indicate shutdown f2fs to allow unmount successfullyJaegeuk Kim1-4/+1
2018-07-18block: Define and use STAT_READ and STAT_WRITEMichael Callahan1-1/+2
2018-07-15f2fs: do checkpoint in kill_sbJaegeuk Kim1-3/+13
2018-06-12treewide: Use array_size() in f2fs_kzalloc()Kees Cook1-4/+8
2018-06-12treewide: Use array_size() in f2fs_kmalloc()Kees Cook1-3/+5
2018-06-11Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-60/+138
2018-06-04f2fs: let sync node IO interrupt async oneChao Yu1-1/+2
2018-05-31f2fs: clean up symbol namespaceChao Yu1-47/+47
2018-05-31disable loading f2fs module on PAGE_SIZE > 4KBAnatoly Pugachev1-0/+6
2018-05-31f2fs: keep migration IO order in LFS modeChao Yu1-0/+1
2018-05-31f2fs: fix to initialize i_current_depth according to inode typeChao Yu1-1/+0
2018-05-31f2fs: enhance sanity_check_raw_super() to avoid potential overflowsJaegeuk Kim1-7/+68
2018-05-31f2fs: rename dio_rwsem to i_gc_rwsemChao Yu1-2/+2
2018-05-31f2fs: introduce private inode status mappingChao Yu1-2/+2
2018-05-29f2fs: add fsync_mode=nobarrier for non-atomic filesJaegeuk Kim1-0/+4
2018-05-20fscrypt: make fscrypt_operations.max_namelen an integerEric Biggers1-7/+1
2018-05-02f2fs: refactor read path to allow multiple postprocessing stepsEric Biggers1-0/+6
2018-03-27f2fs: no need to initialize zero value for GFP_F2FS_ZEROYunlong Song1-5/+0
2018-03-18f2fs: Set GF_NOFS in read_cache_page_gfp while doing f2fs_quota_readRitesh Harjani1-1/+1
2018-03-17f2fs: introduce a new mount option test_dummy_encryptionSheng Yong1-0/+28
2018-03-17f2fs: introduce F2FS_FEATURE_LOST_FOUND featureSheng Yong1-0/+12
2018-03-17f2fs: wrap all options with f2fs_sb_info.mount_optChao Yu1-118/+108
2018-03-17f2fs: introduce mount option for fsync modeJunling Zheng1-0/+26
2018-03-17f2fs: fix to restore old mount option in ->remount_fsChao Yu1-0/+10
2018-03-17f2fs: wrap sb_rdonly with f2fs_readonlyChao Yu1-3/+3
2018-03-13f2fs: set readdir_ra by defaultJaegeuk Kim1-0/+1
2018-03-13f2fs: add auto tuning for small devicesJaegeuk Kim1-0/+14
2018-03-13f2fs: add mount option for segment allocation policyJaegeuk Kim1-0/+26
2018-03-13f2fs: expose extension_list sysfs entryChao Yu1-1/+1
2018-03-13f2fs: introduce sb_lock to make encrypt pwsalt update exclusiveChao Yu1-0/+2