aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-31f2fs: don't drop dentry pages after fs shutdownChao Yu1-0/+6
2018-05-31f2fs: clean up with clear_radix_tree_dirty_tagChao Yu1-0/+11
2018-05-31f2fs: avoid stucking GC due to atomic writeChao Yu1-1/+1
2018-05-31f2fs: detect synchronous writeback more earlierChao Yu1-3/+8
2018-05-31f2fs: clean up with is_valid_blkaddr()Chao Yu1-13/+5
2018-05-31f2fs: fix to let checkpoint guarantee atomic page persistenceChao Yu1-0/+2
2018-05-31f2fs: rename dio_rwsem to i_gc_rwsemChao Yu1-3/+3
2018-05-04f2fs: avoid fsync() failure caused by EAGAIN in writepage()Jaegeuk Kim1-1/+7
2018-05-02f2fs: clear PageError on writepageJaegeuk Kim1-0/+2
2018-05-02Revert "f2fs: introduce f2fs_set_page_dirty_nobuffer"Jaegeuk Kim1-32/+1
2018-05-02f2fs: refactor read path to allow multiple postprocessing stepsEric Biggers1-40/+126
2018-05-02fscrypt: allow synchronous bio decryptionEric Biggers1-1/+1
2018-04-11page cache: use xa_lockMatthew Wilcox1-3/+3
2018-03-18f2fs: check blkaddr more accuratly before issue a bioYunlei He1-2/+3
2018-03-17f2fs: add nowait aio supportHyunchul Lee1-10/+37
2018-03-17f2fs: wrap all options with f2fs_sb_info.mount_optChao Yu1-1/+1
2018-03-13f2fs: clean up f2fs_sb_has_xxx functionsSheng Yong1-1/+1
2018-03-13f2fs: remove redundant check of page type when submit bioTiezhu Yang1-4/+3
2018-03-13f2fs: support passing down write hints given by users to block layerHyunchul Lee1-5/+21
2018-01-30Merge tag 'f2fs-for-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-45/+254
2018-01-22f2fs: drop page cache after fs shutdownChao Yu1-6/+6
2018-01-22f2fs: split need_inplace_updateChao Yu1-8/+67
2018-01-22f2fs: fix to update last_disk_size correctlyChao Yu1-4/+8
2018-01-22f2fs: kill F2FS_INLINE_XATTR_ADDRS for cleanupChao Yu1-1/+1
2018-01-22f2fs: fix to drop all inmem pages correctlyChao Yu1-2/+3
2018-01-22f2fs: speed up defragment on sparse fileChao Yu1-1/+5
2018-01-22f2fs: support F2FS_IOC_PRECACHE_EXTENTSChao Yu1-0/+39
2018-01-22f2fs: add an ioctl to disable GC for specific fileJaegeuk Kim1-0/+2
2018-01-18f2fs: support FIEMAP_FLAG_XATTRChao Yu1-1/+68
2018-01-18f2fs: fix to cover f2fs_inline_data_fiemap with inode_lockChao Yu1-3/+3
2018-01-18f2fs: check node page again in write end ioYunlei He1-0/+4
2018-01-16f2fs: implement cgroup writeback supportYufen Yu1-2/+10
2018-01-06block: convert to bio_first_bvec_all & bio_first_page_allMing Lei1-1/+1
2018-01-03f2fs: continue to do direct IO if we only preallocate partial blocksChao Yu1-12/+18
2018-01-02f2fs: skip stop_checkpoint for user data writesJaegeuk Kim1-1/+2
2018-01-02f2fs: clean up f2fs_map_blocksChao Yu1-2/+2
2018-01-02f2fs: apply write hints to select the type of segment for direct writeHyunchul Lee1-8/+18
2018-01-02f2fs: remove an excess variableLiFan1-3/+1
2018-01-02f2fs: still write data if preallocate only partial blocksSheng Yong1-2/+8
2017-11-16Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-11/+26
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: use pagevec_lookup_range_tag()Jan Kara1-7/+2
2017-11-05f2fs: support bio allocation error injectionChao Yu1-2/+2
2017-11-05f2fs: support get_page error injectionChao Yu1-1/+1
2017-10-26f2fs: limit # of inmemory pagesJaegeuk Kim1-0/+8
2017-10-26f2fs: fix to avoid race when accessing last_disk_sizeChao Yu1-0/+3
2017-10-26f2fs: Fix bool initialization/comparisonThomas Meyer1-2/+2
2017-10-10f2fs: enhance multiple device flushChao Yu1-0/+1
2017-10-10f2fs: convert inline data for direct I/O & FI_NO_PREALLOCWeichao Guo1-5/+8