summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * f2fs: fix to do sanity check with user_block_countChao Yu2018-07-291-1/+12
| * f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesizeChao Yu2018-07-271-2/+19
| * f2fs: fix to do sanity check with secs_per_zoneChao Yu2018-07-271-2/+2
| * f2fs: fix error path of fill_superChao Yu2018-07-271-1/+1
| * f2fs: relocate readdir_ra configure initializationChao Yu2018-07-271-1/+2
| * f2fs: move s_res{u,g}id initialization to default_options()Chao Yu2018-07-271-3/+2Star
| * f2fs: indicate shutdown f2fs to allow unmount successfullyJaegeuk Kim2018-07-271-4/+1Star
| * f2fs: do checkpoint in kill_sbJaegeuk Kim2018-07-151-3/+13
* | block: Define and use STAT_READ and STAT_WRITEMichael Callahan2018-07-181-1/+2
|/
* treewide: Use array_size() in f2fs_kzalloc()Kees Cook2018-06-131-4/+8
* treewide: Use array_size() in f2fs_kmalloc()Kees Cook2018-06-131-3/+5
* Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2018-06-111-60/+138
|\
| * f2fs: let sync node IO interrupt async oneChao Yu2018-06-041-1/+2
| * f2fs: clean up symbol namespaceChao Yu2018-05-311-47/+47
| * disable loading f2fs module on PAGE_SIZE > 4KBAnatoly Pugachev2018-05-311-0/+6
| * f2fs: keep migration IO order in LFS modeChao Yu2018-05-311-0/+1
| * f2fs: fix to initialize i_current_depth according to inode typeChao Yu2018-05-311-1/+0Star
| * f2fs: enhance sanity_check_raw_super() to avoid potential overflowsJaegeuk Kim2018-05-311-7/+68
| * f2fs: rename dio_rwsem to i_gc_rwsemChao Yu2018-05-311-2/+2
| * f2fs: introduce private inode status mappingChao Yu2018-05-311-2/+2
| * f2fs: add fsync_mode=nobarrier for non-atomic filesJaegeuk Kim2018-05-291-0/+4
| * f2fs: refactor read path to allow multiple postprocessing stepsEric Biggers2018-05-021-0/+6
* | fscrypt: make fscrypt_operations.max_namelen an integerEric Biggers2018-05-201-7/+1Star
|/
* f2fs: no need to initialize zero value for GFP_F2FS_ZEROYunlong Song2018-03-281-5/+0Star
* f2fs: Set GF_NOFS in read_cache_page_gfp while doing f2fs_quota_readRitesh Harjani2018-03-191-1/+1
* f2fs: introduce a new mount option test_dummy_encryptionSheng Yong2018-03-171-0/+28
* f2fs: introduce F2FS_FEATURE_LOST_FOUND featureSheng Yong2018-03-171-0/+12
* f2fs: wrap all options with f2fs_sb_info.mount_optChao Yu2018-03-171-118/+108Star
* f2fs: introduce mount option for fsync modeJunling Zheng2018-03-171-0/+26
* f2fs: fix to restore old mount option in ->remount_fsChao Yu2018-03-171-0/+10
* f2fs: wrap sb_rdonly with f2fs_readonlyChao Yu2018-03-171-3/+3
* f2fs: set readdir_ra by defaultJaegeuk Kim2018-03-131-0/+1
* f2fs: add auto tuning for small devicesJaegeuk Kim2018-03-131-0/+14
* f2fs: add mount option for segment allocation policyJaegeuk Kim2018-03-131-0/+26
* f2fs: expose extension_list sysfs entryChao Yu2018-03-131-1/+1
* f2fs: introduce sb_lock to make encrypt pwsalt update exclusiveChao Yu2018-03-131-0/+2