summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2018-08-03f2fs: check cap_resource only for data blocksJaegeuk Kim1-4/+4
2018-08-03f2fs: avoid fsync() failure caused by EAGAIN in writepage()Jaegeuk Kim1-1/+7
2018-08-03f2fs: fix race in between GC and atomic openChao Yu1-0/+3
2018-08-03f2fs: fix to detect failure of dquot_initializeChao Yu1-1/+3
2018-08-03f2fs: fix missing clear FI_NO_PREALLOC in some error caseYunlei He1-0/+2
2018-08-03f2fs: Fix deadlock in shutdown ioctlSahitya Tummala1-4/+7
2018-08-03f2fs: fix to wait page writeback during revoking atomic writeChao Yu1-0/+2
2018-08-03f2fs: fix to don't trigger writeback during recoveryChao Yu1-0/+3
2018-08-03f2fs: don't drop dentry pages after fs shutdownChao Yu1-0/+6
2018-08-03f2fs: fix error path of move_data_pageChao Yu1-3/+8
2018-08-03disable loading f2fs module on PAGE_SIZE > 4KBAnatoly Pugachev1-0/+6
2018-07-17f2fs: sanity check for total valid node blocksJaegeuk Kim1-0/+16
2018-07-17f2fs: sanity check on sit entryJaegeuk Kim1-0/+9
2018-07-17f2fs: avoid bug_on on corrupted inodeJaegeuk Kim1-1/+19
2018-07-17f2fs: give message and set need_fsck given broken node idJaegeuk Kim3-21/+26
2018-07-03f2fs: don't use GFP_ZERO for page cachesChao Yu4-3/+9
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro1-8/+4
2018-04-11page cache: use xa_lockMatthew Wilcox4-13/+13
2018-04-11xarray: add the xa_lock to the radix_tree_rootMatthew Wilcox1-1/+1
2018-04-04f2fs: remain written times to update inode during fsyncJaegeuk Kim2-0/+19
2018-04-03f2fs: make assignment of t->dentry_bitmap more readableYunlong Song1-1/+1
2018-04-03f2fs: truncate preallocated blocks in error caseJaegeuk Kim1-0/+9
2018-04-02f2fs: fix a wrong condition in f2fs_skip_inode_updateJunling Zheng1-1/+1
2018-03-28f2fs: reserve bits for fs-verityEric Biggers1-0/+2
2018-03-28f2fs: Add a segment type check in inplace writeYunlei He1-0/+5
2018-03-28f2fs: no need to initialize zero value for GFP_F2FS_ZEROYunlong Song1-5/+0
2018-03-28f2fs: don't track new nat entry in nat setChao Yu2-4/+26
2018-03-28f2fs: clean up with F2FS_BLK_ALIGNChao Yu2-4/+2
2018-03-19f2fs: check blkaddr more accuratly before issue a bioYunlei He4-8/+25
2018-03-19f2fs: 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 Yong4-4/+45
2018-03-17f2fs: introduce F2FS_FEATURE_LOST_FOUND featureSheng Yong3-0/+21
2018-03-17f2fs: release locks before return in f2fs_ioc_gc_range()Qiuyang Sun1-2/+4
2018-03-17f2fs: align memory boundary for bitopsJaegeuk Kim2-4/+18
2018-03-17f2fs: remove unneeded set_cold_node()Chao Yu4-6/+4
2018-03-17f2fs: add nowait aio supportHyunchul Lee3-16/+74
2018-03-17f2fs: wrap all options with f2fs_sb_info.mount_optChao Yu8-166/+150
2018-03-17f2fs: Don't overwrite all types of node to keep node chainYunlei He1-1/+1
2018-03-17f2fs: introduce mount option for fsync modeJunling Zheng5-5/+44
2018-03-17f2fs: fix to restore old mount option in ->remount_fsChao Yu1-0/+10
2018-03-17f2fs: wrap sb_rdonly with f2fs_readonlyChao Yu2-5/+5
2018-03-17f2fs: avoid selinux denial on CAP_SYS_RESOURCEJaegeuk Kim1-2/+2
2018-03-13f2fs: support hot file extensionChao Yu4-28/+90
2018-03-13f2fs: fix to avoid race in between atomic write and background GCChao Yu1-0/+3
2018-03-13f2fs: do gc in greedy mode for whole range if gc_urgent mode is setJaegeuk Kim1-2/+9
2018-03-13f2fs: issue discard aggressively in the gc_urgent modeJaegeuk Kim1-6/+5
2018-03-13f2fs: set readdir_ra by defaultJaegeuk Kim1-0/+1
2018-03-13f2fs: add auto tuning for small devicesJaegeuk Kim2-0/+16
2018-03-13f2fs: add mount option for segment allocation policyJaegeuk Kim3-0/+39
2018-03-13f2fs: don't stop GC if GC is contendedJaegeuk Kim1-3/+4