summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: avoid dirty node pages in check_only recoveryJaegeuk Kim2017-04-181-3/+5
* f2fs: fix not to set fsync/dentry markJaegeuk Kim2017-04-121-0/+3
* f2fs: allocate hot_data for atomic writesJaegeuk Kim2017-04-121-0/+1
* f2fs: give time to flush dirty pages for checkpointJaegeuk Kim2017-04-121-0/+3
* f2fs: fix fs corruption due to zero inode pageJaegeuk Kim2017-04-122-11/+11
* f2fs: shrink blk plug regionChao Yu2017-04-121-4/+2
* f2fs: extract rb-tree operation infrastructureChao Yu2017-04-112-132/+179
* f2fs: avoid frequent checkpoint during f2fs_gcJaegeuk Kim2017-04-111-3/+5
* f2fs: clean up some macros in terms of GET_SEGNOJaegeuk Kim2017-04-106-42/+45
* f2fs: clean up get_valid_blocks with consistent parameterJaegeuk Kim2017-04-105-15/+15
* f2fs: use segment number for get_valid_blocksJaegeuk Kim2017-04-101-2/+4
* f2fs: guard macro variables with bracesTomohiro Kusumi2017-04-105-70/+70
* f2fs: fix comment on f2fs_flush_merged_bios() after 86531d6bTomohiro Kusumi2017-04-101-1/+1
* f2fs: prevent waiter encountering incorrect discard statesChao Yu2017-04-101-4/+5
* f2fs: introduce f2fs_wait_discard_biosChao Yu2017-04-103-17/+24
* f2fs: split discard_cmd_listChao Yu2017-04-102-18/+32
* Revert "f2fs: put allocate_segment after refresh_sit_entry"Jaegeuk Kim2017-04-101-5/+4
* f2fs: split make_dentry_ptr() into block and inline versionsTomohiro Kusumi2017-04-053-26/+24
* f2fs: submit bio of in-place-update pagesJaegeuk Kim2017-04-053-4/+7
* f2fs: remove the redundant variable definitionKaixu Xia2017-04-051-1/+0
* f2fs: avoid IO split due to mixed WB_SYNC_ALL and WB_SYNC_NONEJaegeuk Kim2017-04-053-2/+18
* f2fs: write small sized IO to hot logJaegeuk Kim2017-04-056-7/+21
* f2fs: use bitmap in discard_entryChao Yu2017-04-052-35/+43
* f2fs: clean up destroy_discard_cmd_controlChao Yu2017-04-051-7/+9
* f2fs: count discard command entryChao Yu2017-04-053-3/+15
* f2fs: show issued flush/discard countChao Yu2017-04-053-25/+45
* f2fs: relax node version check for victim data in gcJaegeuk Kim2017-03-291-2/+4
* f2fs: start SSR much eariler to avoid FG_GCJaegeuk Kim2017-03-291-1/+1
* f2fs: allocate node and hot data in the beginning of partitionJaegeuk Kim2017-03-293-2/+23
* f2fs: fix wrong max cost initializationJaegeuk Kim2017-03-281-1/+1
* f2fs: allow write page cache when writting cpYunlei He2017-03-255-24/+58
* f2fs: don't reserve additional space in xattr blockChao Yu2017-03-242-6/+5
* f2fs: clean up xattr operationChao Yu2017-03-242-15/+13
* f2fs: don't track volatile file in dirty inode listChao Yu2017-03-241-1/+3
* f2fs: show the max number of volatile operationsChao Yu2017-03-243-3/+30
* f2fs: fix race condition in between free nid allocator/initializerChao Yu2017-03-241-18/+45
* f2fs: use set_page_private marcro in f2fs_trace_pidYunlei He2017-03-241-1/+1
* f2fs: fix recording invalid last_victimChao Yu2017-03-241-0/+1
* f2fs: more reasonable mem_size calculating of ino_entryKinglong Mee2017-03-211-2/+3
* f2fs: calculate the f2fs_stat_info into base_memKinglong Mee2017-03-211-1/+5
* f2fs: avoid stat_inc_atomic_write for non-atomic fileKinglong Mee2017-03-211-3/+7
* f2fs: sanity check of crc_offset from raw checkpointKinglong Mee2017-03-211-1/+1
* f2fs: cleanup the disk level filename updatingKinglong Mee2017-03-215-62/+4
* f2fs: cover update_free_nid_bitmap with nid_list_lockChao Yu2017-03-212-17/+11
* f2fs: fix bad prefetchw of NULL pageKinglong Mee2017-03-211-1/+2
* f2fs: clear FI_DATA_EXIST flag in truncate_inline_inodeKinglong Mee2017-03-213-20/+13
* f2fs: move mnt_want_write_file after arguments checkingKinglong Mee2017-03-211-26/+18
* f2fs: check new size by inode_newsize_ok in f2fs_insert_rangeKinglong Mee2017-03-211-2/+3
* f2fs: avoid copy date to user-space if move file range failKinglong Mee2017-03-211-0/+2
* f2fs: drop duplicate new_size assign in f2fs_zero_rangeKinglong Mee2017-03-211-2/+0