aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/checkpoint.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-16Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-15/+49
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman1-1/+1
2017-11-15mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara1-1/+1
2017-11-15f2fs: simplify page iteration loopsJan Kara1-8/+5
2017-11-10f2fs: avoid opened loop codes in __add_ino_entryChao Yu1-6/+4
2017-11-05f2fs: remove unneeded semicolonChao Yu1-1/+1
2017-11-05f2fs: support quota sys filesJaegeuk Kim1-2/+7
2017-11-05f2fs: stop all the operations by cp_error flagJaegeuk Kim1-1/+0
2017-10-10f2fs: fix to flush multiple device in checkpointChao Yu1-0/+6
2017-10-10f2fs: enhance multiple device flushChao Yu1-5/+31
2017-08-21f2fs: support journalled quotaChao Yu1-3/+23
2017-08-09f2fs: add app/fs io statChao Yu1-10/+24
2017-08-03f2fs: provide f2fs_balance_fs to __write_node_pageYunlong Song1-1/+1
2017-07-17f2fs: avoid cpu lockupJaegeuk Kim1-0/+10
2017-07-07f2fs: use spin_{,un}lock_irq{save,restore}Chao Yu1-5/+6
2017-07-07f2fs: skip ->writepages for {mete,node}_inode during recoveryChao Yu1-0/+3
2017-05-23f2fs: introduce io_list for serialize data/node IOsChao Yu1-0/+1
2017-05-23f2fs: remove unnecessary read cases in merged IO flowJaegeuk Kim1-7/+7
2017-05-23f2fs: use f2fs_submit_page_bio for ra_meta_pagesJaegeuk Kim1-3/+1
2017-05-03f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discardChao Yu1-0/+3
2017-05-03f2fs: allow cpc->reason to indicate more than one reasonChao Yu1-7/+7
2017-04-12f2fs: give time to flush dirty pages for checkpointJaegeuk Kim1-0/+3
2017-04-05f2fs: remove the redundant variable definitionKaixu Xia1-1/+0
2017-03-25f2fs: allow write page cache when writting cpYunlei He1-12/+28
2017-03-24f2fs: don't track volatile file in dirty inode listChao Yu1-1/+3
2017-03-21f2fs: sanity check of crc_offset from raw checkpointKinglong Mee1-1/+1
2017-03-21f2fs: skip writeback meta pages if cp_mutex acquire failedYunlei He1-3/+4
2017-03-21f2fs: show more precise message on orphan recovery failureJaegeuk Kim1-1/+1
2017-03-21f2fs: le32_to_cpu for ckpt->cp_pack_total_block_countKinglong Mee1-1/+2
2017-02-27f2fs: new helper cur_cp_crc() getting crc in f2fs_checkpointKinglong Mee1-2/+1
2017-02-27f2fs: show simple call stack in fault injection messageChao Yu1-0/+1
2017-02-27f2fs: add bitmaps for empty or full NAT blocksJaegeuk Kim1-1/+27
2017-02-23f2fs: remove build_free_nids() during checkpointJaegeuk Kim1-2/+0
2017-02-23f2fs: check last page index in cached bio to decide submissionJaegeuk Kim1-1/+2
2017-02-22f2fs: clean up with list_{first, last}_entryChao Yu1-2/+2
2017-02-22f2fs: return fs_trim if there is no candidateJaegeuk Kim1-0/+5
2017-02-22f2fs: avoid needless checkpoint in f2fs_trim_fsJaegeuk Kim1-8/+9
2017-01-29f2fs: relax async discard commands moreJaegeuk Kim1-5/+2
2016-12-14Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-9/+25
2016-12-07f2fs: free meta pages if sanity check for ckpt is failedJaegeuk Kim1-1/+4
2016-11-28f2fs: fix to determine start_cp_addr by sbi->cur_cp_packJaegeuk Kim1-1/+7
2016-11-25f2fs: don't wait writeback for datas during checkpointChao Yu1-1/+1
2016-11-23f2fs: make clean inodes when flushing inode pageJaegeuk Kim1-1/+5
2016-11-23f2fs: use BIO_MAX_PAGES for bio allocationJaegeuk Kim1-1/+1
2016-11-23f2fs: don't interrupt free nids building during nid allocationChao Yu1-1/+1
2016-11-23f2fs: fix to release discard entries during checkpointChao Yu1-3/+6
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-2/+2
2016-09-30f2fs: introduce update_ckpt_flags to clean upJaegeuk Kim1-23/+33
2016-09-30f2fs: introduce get_checkpoint_version for cleanupTiezhu Yang1-28/+38
2016-09-30f2fs: remove redundant io plugChao Yu1-3/+0