aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro
2018-04-11page cache: use xa_lockMatthew Wilcox
2018-04-11xarray: add the xa_lock to the radix_tree_rootMatthew Wilcox
2018-04-03f2fs: remain written times to update inode during fsyncJaegeuk Kim
2018-04-02f2fs: make assignment of t->dentry_bitmap more readableYunlong Song
2018-04-02f2fs: truncate preallocated blocks in error caseJaegeuk Kim
2018-04-02f2fs: fix a wrong condition in f2fs_skip_inode_updateJunling Zheng
2018-03-28f2fs: reserve bits for fs-verityEric Biggers
2018-03-27f2fs: Add a segment type check in inplace writeYunlei He
2018-03-27f2fs: no need to initialize zero value for GFP_F2FS_ZEROYunlong Song
2018-03-27f2fs: don't track new nat entry in nat setChao Yu
2018-03-27f2fs: clean up with F2FS_BLK_ALIGNChao Yu
2018-03-18f2fs: check blkaddr more accuratly before issue a bioYunlei He
2018-03-18f2fs: Set GF_NOFS in read_cache_page_gfp while doing f2fs_quota_readRitesh Harjani
2018-03-17f2fs: introduce a new mount option test_dummy_encryptionSheng Yong
2018-03-17f2fs: introduce F2FS_FEATURE_LOST_FOUND featureSheng Yong
2018-03-17f2fs: release locks before return in f2fs_ioc_gc_range()Qiuyang Sun
2018-03-17f2fs: align memory boundary for bitopsJaegeuk Kim
2018-03-17f2fs: remove unneeded set_cold_node()Chao Yu
2018-03-17f2fs: add nowait aio supportHyunchul Lee
2018-03-17f2fs: wrap all options with f2fs_sb_info.mount_optChao Yu
2018-03-17f2fs: Don't overwrite all types of node to keep node chainYunlei He
2018-03-17f2fs: introduce mount option for fsync modeJunling Zheng
2018-03-17f2fs: fix to restore old mount option in ->remount_fsChao Yu
2018-03-17f2fs: wrap sb_rdonly with f2fs_readonlyChao Yu
2018-03-17f2fs: avoid selinux denial on CAP_SYS_RESOURCEJaegeuk Kim
2018-03-13f2fs: support hot file extensionChao Yu
2018-03-13f2fs: fix to avoid race in between atomic write and background GCChao Yu
2018-03-13f2fs: do gc in greedy mode for whole range if gc_urgent mode is setJaegeuk Kim
2018-03-13f2fs: issue discard aggressively in the gc_urgent modeJaegeuk Kim
2018-03-13f2fs: set readdir_ra by defaultJaegeuk Kim
2018-03-13f2fs: add auto tuning for small devicesJaegeuk Kim
2018-03-13f2fs: add mount option for segment allocation policyJaegeuk Kim
2018-03-13f2fs: don't stop GC if GC is contendedJaegeuk Kim
2018-03-13f2fs: expose extension_list sysfs entryChao Yu
2018-03-13f2fs: fix to set KEEP_SIZE bit in f2fs_zero_rangeChao Yu
2018-03-13f2fs: introduce sb_lock to make encrypt pwsalt update exclusiveChao Yu
2018-03-13f2fs: remove redundant initialization of pointer 'p'Colin Ian King
2018-03-13f2fs: flush cp pack except cp pack 2 page at firstGao Xiang
2018-03-13f2fs: clean up f2fs_sb_has_xxx functionsSheng Yong
2018-03-13f2fs: remove redundant check of page type when submit bioTiezhu Yang
2018-03-13f2fs: fix to handle looped node chain during recoveryChao Yu
2018-03-13f2fs: handle quota for orphan inodesJaegeuk Kim
2018-03-13f2fs: support passing down write hints to block layer with F2FS policyHyunchul Lee
2018-03-13f2fs: support passing down write hints given by users to block layerHyunchul Lee
2018-03-13f2fs: fix to clear CP_TRIMMED_FLAGChao Yu
2018-03-13f2fs: support large nat bitmapChao Yu
2018-03-13f2fs: fix to check extent cache in f2fs_drop_extent_treeChao Yu
2018-03-13f2fs: restrict inline_xattr_size configurationChao Yu
2018-03-13f2fs: fix heap mode to reset it backYunlong Song