aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/checkpoint.c
AgeCommit message (Expand)Author
2018-10-13f2fs: fix invalid memory accessChao Yu
2018-06-12treewide: Use array_size() in f2fs_kzalloc()Kees Cook
2018-06-04f2fs: let sync node IO interrupt async oneChao Yu
2018-06-04f2fs: fix to update mtime correctlyChao Yu
2018-05-31f2fs: clean up symbol namespaceChao Yu
2018-05-31f2fs: clean up with is_valid_blkaddr()Chao Yu
2018-05-31f2fs: remove duplicated dquot_initialize and fix error handlingSheng Yong
2018-05-31f2fs: don't use GFP_ZERO for page cachesChao Yu
2018-05-02Revert "f2fs: introduce f2fs_set_page_dirty_nobuffer"Jaegeuk Kim
2018-03-18f2fs: check blkaddr more accuratly before issue a bioYunlei He
2018-03-13f2fs: flush cp pack except cp pack 2 page at firstGao Xiang
2018-03-13f2fs: handle quota for orphan inodesJaegeuk Kim
2018-03-13f2fs: fix to clear CP_TRIMMED_FLAGChao Yu
2018-01-22f2fs: allow to recover node blocks given updated checkpointJaegeuk Kim
2018-01-22f2fs: drop page cache after fs shutdownChao Yu
2018-01-02f2fs: inject fault to kzallocChao Yu
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-16Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman
2017-11-15mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara
2017-11-15f2fs: simplify page iteration loopsJan Kara
2017-11-10f2fs: avoid opened loop codes in __add_ino_entryChao Yu
2017-11-05f2fs: remove unneeded semicolonChao Yu
2017-11-05f2fs: support quota sys filesJaegeuk Kim
2017-11-05f2fs: stop all the operations by cp_error flagJaegeuk Kim
2017-10-10f2fs: fix to flush multiple device in checkpointChao Yu
2017-10-10f2fs: enhance multiple device flushChao Yu
2017-08-21f2fs: support journalled quotaChao Yu
2017-08-09f2fs: add app/fs io statChao Yu
2017-08-03f2fs: provide f2fs_balance_fs to __write_node_pageYunlong Song
2017-07-17f2fs: avoid cpu lockupJaegeuk Kim
2017-07-07f2fs: use spin_{,un}lock_irq{save,restore}Chao Yu
2017-07-07f2fs: skip ->writepages for {mete,node}_inode during recoveryChao Yu
2017-05-23f2fs: introduce io_list for serialize data/node IOsChao Yu
2017-05-23f2fs: remove unnecessary read cases in merged IO flowJaegeuk Kim
2017-05-23f2fs: use f2fs_submit_page_bio for ra_meta_pagesJaegeuk Kim
2017-05-03f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discardChao Yu
2017-05-03f2fs: allow cpc->reason to indicate more than one reasonChao Yu
2017-04-12f2fs: give time to flush dirty pages for checkpointJaegeuk Kim
2017-04-05f2fs: remove the redundant variable definitionKaixu Xia
2017-03-25f2fs: allow write page cache when writting cpYunlei He
2017-03-24f2fs: don't track volatile file in dirty inode listChao Yu
2017-03-21f2fs: sanity check of crc_offset from raw checkpointKinglong Mee
2017-03-21f2fs: skip writeback meta pages if cp_mutex acquire failedYunlei He
2017-03-21f2fs: show more precise message on orphan recovery failureJaegeuk Kim
2017-03-21f2fs: le32_to_cpu for ckpt->cp_pack_total_block_countKinglong Mee
2017-02-27f2fs: new helper cur_cp_crc() getting crc in f2fs_checkpointKinglong Mee
2017-02-27f2fs: show simple call stack in fault injection messageChao Yu
2017-02-27f2fs: add bitmaps for empty or full NAT blocksJaegeuk Kim
2017-02-23f2fs: remove build_free_nids() during checkpointJaegeuk Kim