summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-051-7/+1
|\
| * fscrypt: make fscrypt_operations.max_namelen an integerEric Biggers2018-05-201-7/+1
* | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-23/+6
|\ \
| * | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-23/+6
| |/
* / do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-111-8/+4
|/
* page cache: use xa_lockMatthew Wilcox2018-04-114-13/+13
* xarray: add the xa_lock to the radix_tree_rootMatthew Wilcox2018-04-111-1/+1
* f2fs: remain written times to update inode during fsyncJaegeuk Kim2018-04-032-0/+19
* f2fs: make assignment of t->dentry_bitmap more readableYunlong Song2018-04-021-1/+1
* f2fs: truncate preallocated blocks in error caseJaegeuk Kim2018-04-021-0/+9
* f2fs: fix a wrong condition in f2fs_skip_inode_updateJunling Zheng2018-04-021-1/+1
* f2fs: reserve bits for fs-verityEric Biggers2018-03-281-0/+2
* f2fs: Add a segment type check in inplace writeYunlei He2018-03-271-0/+5
* f2fs: no need to initialize zero value for GFP_F2FS_ZEROYunlong Song2018-03-271-5/+0
* f2fs: don't track new nat entry in nat setChao Yu2018-03-272-4/+26
* f2fs: clean up with F2FS_BLK_ALIGNChao Yu2018-03-272-4/+2
* f2fs: check blkaddr more accuratly before issue a bioYunlei He2018-03-184-8/+25
* 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-174-4/+45
* f2fs: introduce F2FS_FEATURE_LOST_FOUND featureSheng Yong2018-03-173-0/+21
* f2fs: release locks before return in f2fs_ioc_gc_range()Qiuyang Sun2018-03-171-2/+4
* f2fs: align memory boundary for bitopsJaegeuk Kim2018-03-172-4/+18
* f2fs: remove unneeded set_cold_node()Chao Yu2018-03-174-6/+4
* f2fs: add nowait aio supportHyunchul Lee2018-03-173-16/+74
* f2fs: wrap all options with f2fs_sb_info.mount_optChao Yu2018-03-178-166/+150
* f2fs: Don't overwrite all types of node to keep node chainYunlei He2018-03-171-1/+1
* f2fs: introduce mount option for fsync modeJunling Zheng2018-03-175-5/+44
* f2fs: fix to restore old mount option in ->remount_fsChao Yu2018-03-171-0/+10
* f2fs: wrap sb_rdonly with f2fs_readonlyChao Yu2018-03-172-5/+5
* f2fs: avoid selinux denial on CAP_SYS_RESOURCEJaegeuk Kim2018-03-171-2/+2
* f2fs: support hot file extensionChao Yu2018-03-134-28/+90
* f2fs: fix to avoid race in between atomic write and background GCChao Yu2018-03-131-0/+3
* f2fs: do gc in greedy mode for whole range if gc_urgent mode is setJaegeuk Kim2018-03-131-2/+9
* f2fs: issue discard aggressively in the gc_urgent modeJaegeuk Kim2018-03-131-6/+5
* f2fs: set readdir_ra by defaultJaegeuk Kim2018-03-131-0/+1
* f2fs: add auto tuning for small devicesJaegeuk Kim2018-03-132-0/+16
* f2fs: add mount option for segment allocation policyJaegeuk Kim2018-03-133-0/+39
* f2fs: don't stop GC if GC is contendedJaegeuk Kim2018-03-131-3/+4
* f2fs: expose extension_list sysfs entryChao Yu2018-03-135-7/+85
* f2fs: fix to set KEEP_SIZE bit in f2fs_zero_rangeChao Yu2018-03-131-2/+6
* f2fs: introduce sb_lock to make encrypt pwsalt update exclusiveChao Yu2018-03-133-8/+14
* f2fs: remove redundant initialization of pointer 'p'Colin Ian King2018-03-131-1/+1
* f2fs: flush cp pack except cp pack 2 page at firstGao Xiang2018-03-131-23/+46
* f2fs: clean up f2fs_sb_has_xxx functionsSheng Yong2018-03-136-53/+28
* f2fs: remove redundant check of page type when submit bioTiezhu Yang2018-03-131-4/+3
* f2fs: fix to handle looped node chain during recoveryChao Yu2018-03-131-0/+14
* f2fs: handle quota for orphan inodesJaegeuk Kim2018-03-131-12/+16
* f2fs: support passing down write hints to block layer with F2FS policyHyunchul Lee2018-03-133-9/+54
* f2fs: support passing down write hints given by users to block layerHyunchul Lee2018-03-134-6/+119
* f2fs: fix to clear CP_TRIMMED_FLAGChao Yu2018-03-131-0/+2