summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: enable real-time discard by defaultChao Yu2018-08-011-4/+4
* f2fs: show the fsync_mode=nobarrier mount optionSahitya Tummala2018-07-281-0/+2
* f2fs: avoid the global name 'fault_name'Gao Xiang2018-07-281-1/+1
* f2fs: fix to do sanity check with user_block_countChao Yu2018-07-281-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/+2
* f2fs: indicate shutdown f2fs to allow unmount successfullyJaegeuk Kim2018-07-271-4/+1
* f2fs: do checkpoint in kill_sbJaegeuk Kim2018-07-151-3/+13
* treewide: Use array_size() in f2fs_kzalloc()Kees Cook2018-06-121-4/+8
* treewide: Use array_size() in f2fs_kmalloc()Kees Cook2018-06-121-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/+0
| * 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/+1
|/
* f2fs: no need to initialize zero value for GFP_F2FS_ZEROYunlong Song2018-03-271-5/+0
* f2fs: Set GF_NOFS in read_cache_page_gfp while doing f2fs_quota_readRitesh Harjani2018-03-181-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/+108
* 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
* f2fs: clean up f2fs_sb_has_xxx functionsSheng Yong2018-03-131-7/+7
* f2fs: support passing down write hints to block layer with F2FS policyHyunchul Lee2018-03-131-0/+5
* f2fs: support passing down write hints given by users to block layerHyunchul Lee2018-03-131-1/+30
* f2fs: restrict inline_xattr_size configurationChao Yu2018-03-131-0/+7
* f2fs: fix potential corruption in area before F2FS_SUPER_OFFSETSheng Yong2018-03-131-3/+2
* f2fs: clean up error path of fill_superChao Yu2018-01-221-4/+6
* f2fs: add resgid and resuid to reserve root blocksJaegeuk Kim2018-01-161-2/+44
* f2fs: implement cgroup writeback supportYufen Yu2018-01-161-0/+1
* f2fs: make local functions staticWei Yongjun2018-01-161-1/+1
* f2fs: add reserved blocks for root userJaegeuk Kim2018-01-161-1/+36
* f2fs: show precise # of blocks that user/root can useJaegeuk Kim2018-01-161-4/+3
* f2fs: enable quota at remount from r to wJaegeuk Kim2018-01-031-1/+1