aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* f2fs: count discard command entryChao Yu2017-05-213-3/+15
* f2fs: show issued flush/discard countChao Yu2017-05-213-25/+45
* f2fs: relax node version check for victim data in gcJaegeuk Kim2017-05-211-2/+4
* f2fs: start SSR much eariler to avoid FG_GCJaegeuk Kim2017-05-211-1/+1
* f2fs: allocate node and hot data in the beginning of partitionJaegeuk Kim2017-05-213-2/+23
* f2fs: fix wrong max cost initializationJaegeuk Kim2017-05-211-1/+1
* f2fs: allow write page cache when writting cpYunlei He2017-05-215-24/+58
* f2fs: don't reserve additional space in xattr blockChao Yu2017-05-212-6/+5
* f2fs: clean up xattr operationChao Yu2017-05-212-15/+13
* f2fs: don't track volatile file in dirty inode listChao Yu2017-05-211-1/+3
* f2fs: show the max number of volatile operationsChao Yu2017-05-213-3/+30
* f2fs: fix race condition in between free nid allocator/initializerChao Yu2017-05-211-18/+45
* f2fs: use set_page_private marcro in f2fs_trace_pidYunlei He2017-05-211-1/+1
* f2fs: fix recording invalid last_victimChao Yu2017-05-211-0/+1
* f2fs: more reasonable mem_size calculating of ino_entryKinglong Mee2017-05-211-2/+3
* f2fs: calculate the f2fs_stat_info into base_memKinglong Mee2017-05-211-1/+5
* f2fs: avoid stat_inc_atomic_write for non-atomic fileKinglong Mee2017-05-211-3/+7
* f2fs: sanity check of crc_offset from raw checkpointKinglong Mee2017-05-211-1/+1
* f2fs: cleanup the disk level filename updatingKinglong Mee2017-05-215-62/+4
* f2fs: cover update_free_nid_bitmap with nid_list_lockChao Yu2017-05-212-17/+11
* f2fs: fix bad prefetchw of NULL pageKinglong Mee2017-05-211-1/+2
* f2fs: clear FI_DATA_EXIST flag in truncate_inline_inodeKinglong Mee2017-05-213-20/+13
* f2fs: move mnt_want_write_file after arguments checkingKinglong Mee2017-05-211-26/+18
* f2fs: check new size by inode_newsize_ok in f2fs_insert_rangeKinglong Mee2017-05-211-2/+3
* f2fs: avoid copy date to user-space if move file range failKinglong Mee2017-05-211-0/+2
* f2fs: drop duplicate new_size assign in f2fs_zero_rangeKinglong Mee2017-05-211-2/+0
* f2fs: adjust the way of calculating nat blockFan Li2017-05-211-3/+6
* f2fs: add fault injection on f2fs_truncateJaegeuk Kim2017-05-213-0/+8
* f2fs: check range before defragmentSheng Yong2017-05-211-0/+6
* f2fs: use parameter max_items instead of PIDVEC_SIZESheng Yong2017-05-211-1/+1
* f2fs: add a punch discard command functionYunlei He2017-05-211-2/+20
* f2fs: allocate a bio for discarding when actually issuing itJaegeuk Kim2017-05-212-93/+105
* f2fs: skip writeback meta pages if cp_mutex acquire failedYunlei He2017-05-211-3/+4
* f2fs: show more precise message on orphan recovery failureJaegeuk Kim2017-05-211-1/+1
* f2fs: remove dead macro PGOFS_OF_NEXT_DNODEKinglong Mee2017-05-211-6/+0
* f2fs: drop duplicate radix tree lookup of nat_entry_setKinglong Mee2017-05-211-12/+6
* f2fs: make sure trace all f2fs_issue_flushKinglong Mee2017-05-212-15/+20
* f2fs: don't allow volatile writes for non-regular fileChao Yu2017-05-211-0/+3
* f2fs: don't allow atomic writes for not regular filesJaegeuk Kim2017-05-211-0/+3
* f2fs: fix stale ATOMIC_WRITTEN_PAGE private pointerJaegeuk Kim2017-05-214-1/+34
* f2fs: build stat_info before orphan inode recoveryJaegeuk Kim2017-05-211-5/+5
* f2fs: fix the fault of calculating blkstart twiceKinglong Mee2017-05-211-1/+2
* f2fs: fix the fault of checking F2FS_LINK_MAX for rename inodeKinglong Mee2017-05-211-2/+2
* f2fs: don't allow to get pino when filename is encryptedJaegeuk Kim2017-05-211-0/+3
* f2fs: fix wrong error injection for evict_inodeJaegeuk Kim2017-05-211-7/+6
* f2fs: le32_to_cpu for ckpt->cp_pack_total_block_countKinglong Mee2017-05-211-1/+2
* f2fs: combine nat_bits and free_nid_bitmap cacheChao Yu2017-05-211-78/+47
* f2fs: skip scanning free nid bitmap of full NAT blocksChao Yu2017-05-213-6/+31
* FROMLIST: pstore: drop pmsg bounce bufferMark Salyzyn2017-05-206-35/+119
* fs/pstore: fix compilation warningPatrick Tjin2017-05-201-3/+1