summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c
AgeCommit message (Expand)AuthorLines
2018-06-04f2fs: let sync node IO interrupt async oneChao Yu-4/+5
2018-05-31f2fs: clean up symbol namespaceChao Yu-57/+58
2018-05-31f2fs: make __f2fs_write_data_pages() staticChao Yu-1/+1
2018-05-31f2fs: fix to let caller retry allocating block addressChao Yu-8/+6
2018-05-31f2fs: don't drop dentry pages after fs shutdownChao Yu-0/+6
2018-05-31f2fs: clean up with clear_radix_tree_dirty_tagChao Yu-0/+11
2018-05-31f2fs: avoid stucking GC due to atomic writeChao Yu-1/+1
2018-05-31f2fs: detect synchronous writeback more earlierChao Yu-3/+8
2018-05-31f2fs: clean up with is_valid_blkaddr()Chao Yu-13/+5
2018-05-31f2fs: fix to let checkpoint guarantee atomic page persistenceChao Yu-0/+2
2018-05-31f2fs: rename dio_rwsem to i_gc_rwsemChao Yu-3/+3
2018-05-04f2fs: avoid fsync() failure caused by EAGAIN in writepage()Jaegeuk Kim-1/+7
2018-05-02f2fs: clear PageError on writepageJaegeuk Kim-0/+2
2018-05-02Revert "f2fs: introduce f2fs_set_page_dirty_nobuffer"Jaegeuk Kim-32/+1
2018-05-02f2fs: refactor read path to allow multiple postprocessing stepsEric Biggers-40/+126
2018-05-02fscrypt: allow synchronous bio decryptionEric Biggers-1/+1
2018-04-11page cache: use xa_lockMatthew Wilcox-3/+3
2018-03-18f2fs: check blkaddr more accuratly before issue a bioYunlei He-2/+3
2018-03-17f2fs: add nowait aio supportHyunchul Lee-10/+37
2018-03-17f2fs: wrap all options with f2fs_sb_info.mount_optChao Yu-1/+1
2018-03-13f2fs: clean up f2fs_sb_has_xxx functionsSheng Yong-1/+1
2018-03-13f2fs: remove redundant check of page type when submit bioTiezhu Yang-4/+3
2018-03-13f2fs: support passing down write hints given by users to block layerHyunchul Lee-5/+21
2018-01-30Merge tag 'f2fs-for-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-45/+254
2018-01-22f2fs: drop page cache after fs shutdownChao Yu-6/+6
2018-01-22f2fs: split need_inplace_updateChao Yu-8/+67
2018-01-22f2fs: fix to update last_disk_size correctlyChao Yu-4/+8
2018-01-22f2fs: kill F2FS_INLINE_XATTR_ADDRS for cleanupChao Yu-1/+1
2018-01-22f2fs: fix to drop all inmem pages correctlyChao Yu-2/+3
2018-01-22f2fs: speed up defragment on sparse fileChao Yu-1/+5
2018-01-22f2fs: support F2FS_IOC_PRECACHE_EXTENTSChao Yu-0/+39
2018-01-22f2fs: add an ioctl to disable GC for specific fileJaegeuk Kim-0/+2
2018-01-18f2fs: support FIEMAP_FLAG_XATTRChao Yu-1/+68
2018-01-18f2fs: fix to cover f2fs_inline_data_fiemap with inode_lockChao Yu-3/+3
2018-01-18f2fs: check node page again in write end ioYunlei He-0/+4
2018-01-16f2fs: implement cgroup writeback supportYufen Yu-2/+10
2018-01-06block: convert to bio_first_bvec_all & bio_first_page_allMing Lei-1/+1
2018-01-03f2fs: continue to do direct IO if we only preallocate partial blocksChao Yu-12/+18
2018-01-02f2fs: skip stop_checkpoint for user data writesJaegeuk Kim-1/+2
2018-01-02f2fs: clean up f2fs_map_blocksChao Yu-2/+2
2018-01-02f2fs: apply write hints to select the type of segment for direct writeHyunchul Lee-8/+18
2018-01-02f2fs: remove an excess variableLiFan-3/+1
2018-01-02f2fs: still write data if preallocate only partial blocksSheng Yong-2/+8
2017-11-16Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-11/+26
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman-1/+1
2017-11-15mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara-1/+1
2017-11-15f2fs: use pagevec_lookup_range_tag()Jan Kara-7/+2
2017-11-05f2fs: support bio allocation error injectionChao Yu-2/+2
2017-11-05f2fs: support get_page error injectionChao Yu-1/+1
2017-10-26f2fs: limit # of inmemory pagesJaegeuk Kim-0/+8