aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-11f2fs: avoid frequent checkpoint during f2fs_gcJaegeuk Kim1-3/+5
2017-04-10f2fs: clean up some macros in terms of GET_SEGNOJaegeuk Kim6-42/+45
2017-04-10f2fs: clean up get_valid_blocks with consistent parameterJaegeuk Kim5-15/+15
2017-04-10f2fs: use segment number for get_valid_blocksJaegeuk Kim1-2/+4
2017-04-10f2fs: guard macro variables with bracesTomohiro Kusumi5-70/+70
2017-04-10f2fs: fix comment on f2fs_flush_merged_bios() after 86531d6bTomohiro Kusumi1-1/+1
2017-04-10f2fs: prevent waiter encountering incorrect discard statesChao Yu1-4/+5
2017-04-10f2fs: introduce f2fs_wait_discard_biosChao Yu3-17/+24
2017-04-10f2fs: split discard_cmd_listChao Yu2-18/+32
2017-04-10Revert "f2fs: put allocate_segment after refresh_sit_entry"Jaegeuk Kim1-5/+4
2017-04-05f2fs: split make_dentry_ptr() into block and inline versionsTomohiro Kusumi3-26/+24
2017-04-05f2fs: submit bio of in-place-update pagesJaegeuk Kim3-4/+7
2017-04-05f2fs: remove the redundant variable definitionKaixu Xia1-1/+0
2017-04-05f2fs: avoid IO split due to mixed WB_SYNC_ALL and WB_SYNC_NONEJaegeuk Kim3-2/+18
2017-04-05f2fs: write small sized IO to hot logJaegeuk Kim6-7/+21
2017-04-05f2fs: use bitmap in discard_entryChao Yu2-35/+43
2017-04-05f2fs: clean up destroy_discard_cmd_controlChao Yu1-7/+9
2017-04-05f2fs: count discard command entryChao Yu3-3/+15
2017-04-05f2fs: show issued flush/discard countChao Yu3-25/+45
2017-03-29f2fs: relax node version check for victim data in gcJaegeuk Kim1-2/+4
2017-03-29f2fs: start SSR much eariler to avoid FG_GCJaegeuk Kim1-1/+1
2017-03-29f2fs: allocate node and hot data in the beginning of partitionJaegeuk Kim3-2/+23
2017-03-28f2fs: fix wrong max cost initializationJaegeuk Kim1-1/+1
2017-03-25f2fs: allow write page cache when writting cpYunlei He5-24/+58
2017-03-24f2fs: don't reserve additional space in xattr blockChao Yu2-6/+5
2017-03-24f2fs: clean up xattr operationChao Yu2-15/+13
2017-03-24f2fs: don't track volatile file in dirty inode listChao Yu1-1/+3
2017-03-24f2fs: show the max number of volatile operationsChao Yu3-3/+30
2017-03-24f2fs: fix race condition in between free nid allocator/initializerChao Yu1-18/+45
2017-03-24f2fs: use set_page_private marcro in f2fs_trace_pidYunlei He1-1/+1
2017-03-24f2fs: fix recording invalid last_victimChao Yu1-0/+1
2017-03-21f2fs: more reasonable mem_size calculating of ino_entryKinglong Mee1-2/+3
2017-03-21f2fs: calculate the f2fs_stat_info into base_memKinglong Mee1-1/+5
2017-03-21f2fs: avoid stat_inc_atomic_write for non-atomic fileKinglong Mee1-3/+7
2017-03-21f2fs: sanity check of crc_offset from raw checkpointKinglong Mee1-1/+1
2017-03-21f2fs: cleanup the disk level filename updatingKinglong Mee5-62/+4
2017-03-21f2fs: cover update_free_nid_bitmap with nid_list_lockChao Yu2-17/+11
2017-03-21f2fs: fix bad prefetchw of NULL pageKinglong Mee1-1/+2
2017-03-21f2fs: clear FI_DATA_EXIST flag in truncate_inline_inodeKinglong Mee3-20/+13
2017-03-21f2fs: move mnt_want_write_file after arguments checkingKinglong Mee1-26/+18
2017-03-21f2fs: check new size by inode_newsize_ok in f2fs_insert_rangeKinglong Mee1-2/+3
2017-03-21f2fs: avoid copy date to user-space if move file range failKinglong Mee1-0/+2
2017-03-21f2fs: drop duplicate new_size assign in f2fs_zero_rangeKinglong Mee1-2/+0
2017-03-21f2fs: adjust the way of calculating nat blockFan Li1-3/+6
2017-03-21f2fs: add fault injection on f2fs_truncateJaegeuk Kim3-0/+8
2017-03-21f2fs: check range before defragmentSheng Yong1-0/+6
2017-03-21f2fs: use parameter max_items instead of PIDVEC_SIZESheng Yong1-1/+1
2017-03-21f2fs: add a punch discard command functionYunlei He1-2/+20
2017-03-21f2fs: allocate a bio for discarding when actually issuing itJaegeuk Kim2-64/+78
2017-03-21f2fs: skip writeback meta pages if cp_mutex acquire failedYunlei He1-3/+4