aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/checkpoint.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-14f2fs: rework fault injection handling to avoid a warningArnd Bergmann1-2/+1
2018-08-13f2fs: support fault_type mount optionChao Yu1-1/+1
2018-08-10f2fs: fix invalid memory accessChao Yu1-5/+6
2018-08-10f2fs: fix to avoid broken of dnode block listChao Yu1-3/+5
2018-08-10f2fs: fix to do sanity check with cp_pack_start_sumChao Yu1-4/+4
2018-08-01f2fs: don't keep meta pages used for block migrationChao Yu1-0/+8
2018-08-01f2fs: quota: fix incorrect commentsSheng Yong1-1/+4
2018-08-01f2fs: fix to propagate error from __get_meta_page()Chao Yu1-14/+41
2018-08-01f2fs: fix to do sanity check with block address in main areaChao Yu1-3/+19
2018-07-27f2fs: introduce and spread verify_blkaddrChao Yu1-2/+8
2018-07-27f2fs: fix a hungtask problem caused by congestion_waitYunlei He1-4/+2
2018-07-27f2fs: don't acquire orphan ino during recoveryChao Yu1-7/+1
2018-07-27f2fs: indicate shutdown f2fs to allow unmount successfullyJaegeuk Kim1-0/+1
2018-07-27f2fs: keep meta pages in cp_error stateJaegeuk Kim1-15/+13
2018-06-12treewide: Use array_size() in f2fs_kzalloc()Kees Cook1-1/+2
2018-06-04f2fs: let sync node IO interrupt async oneChao Yu1-0/+2
2018-06-04f2fs: fix to update mtime correctlyChao Yu1-1/+1
2018-05-31f2fs: clean up symbol namespaceChao Yu1-66/+68
2018-05-31f2fs: clean up with is_valid_blkaddr()Chao Yu1-2/+2
2018-05-31f2fs: remove duplicated dquot_initialize and fix error handlingSheng Yong1-2/+3
2018-05-31f2fs: don't use GFP_ZERO for page cachesChao Yu1-1/+3
2018-05-02Revert "f2fs: introduce f2fs_set_page_dirty_nobuffer"Jaegeuk Kim1-1/+1
2018-03-18f2fs: check blkaddr more accuratly before issue a bioYunlei He1-0/+2
2018-03-13f2fs: flush cp pack except cp pack 2 page at firstGao Xiang1-23/+46
2018-03-13f2fs: handle quota for orphan inodesJaegeuk Kim1-12/+16
2018-03-13f2fs: fix to clear CP_TRIMMED_FLAGChao Yu1-0/+2
2018-01-22f2fs: allow to recover node blocks given updated checkpointJaegeuk Kim1-0/+1
2018-01-22f2fs: drop page cache after fs shutdownChao Yu1-2/+5
2018-01-02f2fs: inject fault to kzallocChao Yu1-1/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-5/+5
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