summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-08-11f2fs: avoid f2fs_bug_on() in cp_error caseJaegeuk Kim1-0/+4
2018-08-11f2fs: fix to clear PG_checked flag in set_page_dirty()Chao Yu1-0/+4
2018-08-01f2fs: fix to active page in lru list for read pathChao Yu1-1/+6
2018-08-01f2fs: don't keep meta pages used for block migrationChao Yu1-0/+8
2018-08-01f2fs: fix to restrict mount condition when without CONFIG_QUOTAChao Yu1-0/+6
2018-08-01f2fs: quota: do not mount as RDWR without QUOTA if quota feature enabledSheng Yong1-6/+7
2018-08-01f2fs: quota: fix incorrect commentsSheng Yong2-5/+5
2018-08-01f2fs: quota: decrease the lock granularity of statfs_projectSheng Yong1-2/+2
2018-08-01f2fs: add proc entry to show victim_secmap bitmapYunlong Song1-0/+25
2018-08-01f2fs: let checkpoint flush dnode page of regularChao Yu3-2/+15
2018-08-01f2fs: issue discard align to section in LFS modeYunlong Song1-3/+17
2018-08-01f2fs: don't allow any writes on aborted atomic writesJaegeuk Kim2-3/+9
2018-08-01f2fs: restrict setting up inode.i_adviseChao Yu2-1/+13
2018-08-01f2fs: fix wrong kernel message when recover fsync data on ro fsYunlei He1-1/+2
2018-08-01f2fs: clean up ioctl interface namingChao Yu1-2/+2
2018-08-01f2fs: clean up with f2fs_is_{atomic,volatile}_file()Chao Yu1-2/+2
2018-08-01f2fs: clean up with f2fs_encrypted_inode()Chao Yu1-1/+1
2018-08-01f2fs: clean up with get_current_nat_pageChao Yu1-6/+3
2018-08-01f2fs: kill EXT_TREE_VEC_SIZEChao Yu1-3/+0
2018-08-01f2fs: avoid duplicated permission check for "trusted." xattrsHyunchul Lee1-6/+0
2018-08-01f2fs: fix to propagate error from __get_meta_page()Chao Yu10-56/+220
2018-08-01f2fs: fix to do sanity check with i_extra_isizeChao Yu1-5/+17
2018-08-01f2fs: blk_finish_plug of submit_bio in lfs modeYunlong Song1-1/+1
2018-08-01f2fs: do not set free of current sectionYunlong Song1-0/+3
2018-08-01f2fs: Keep alloc_valid_block_count in syncDaniel Rosenberg1-2/+4
2018-08-01f2fs: issue small discard by LBA orderChao Yu2-0/+66
2018-08-01f2fs: stop issuing discard immediately if there is queued IOChao Yu1-6/+5
2018-08-01f2fs: clean up with IS_INODE()Chao Yu1-1/+1
2018-08-01f2fs: detect bug_on in f2fs_wait_discard_biosChao Yu1-0/+2
2018-08-01f2fs: fix defined but not used build warningsRandy Dunlap1-3/+7
2018-08-01f2fs: enable real-time discard by defaultChao Yu1-4/+4
2018-08-01f2fs: fix to detect looped node chain correctlyChao Yu1-2/+2
2018-08-01f2fs: fix to do sanity check with block address in main areaChao Yu7-11/+83
2018-07-29f2fs: fix to skip GC if type in SSA and SIT is inconsistentChao Yu1-1/+7
2018-07-29f2fs: try grabbing node page lock aggressively in sync scenarioChao Yu1-1/+3
2018-07-29f2fs: show the fsync_mode=nobarrier mount optionSahitya Tummala1-0/+2
2018-07-29f2fs: check the right return value of memory alloc functionYunlei He1-1/+1
2018-07-29f2fs: Replace strncpy with memcpyGuenter Roeck1-2/+2
2018-07-29f2fs: avoid the global name 'fault_name'Gao Xiang2-3/+3
2018-07-29f2fs: fix to do sanity check with reserved blkaddr of inline inodeChao Yu1-0/+21
2018-07-29f2fs: fix to do sanity check with node footer and iblocksChao Yu1-2/+23
2018-07-29f2fs: Allocate and stat mem used by free nid bitmap more accuratelyYunlei He2-2/+3
2018-07-29f2fs: fix to do sanity check with user_block_countChao Yu1-1/+12
2018-07-27f2fs: fix to do sanity check with extra_attr featureChao Yu1-4/+15
2018-07-27f2fs: fix to correct return value of f2fs_trim_fsChao Yu1-11/+16
2018-07-27f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesizeChao Yu1-2/+19
2018-07-27f2fs: fix to do sanity check with secs_per_zoneChao Yu1-2/+2
2018-07-27f2fs: disable f2fs_check_rb_tree_consistenceChao Yu2-3/+8
2018-07-27f2fs: introduce and spread verify_blkaddrChao Yu9-29/+60
2018-07-27f2fs: use timespec64 for inode timestampsArnd Bergmann3-17/+13