aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c
AgeCommit message (Expand)Author
2019-08-02f2fs: Fix use of number of devicesDamien Le Moal
2019-03-01f2fs: fix race between write_checkpoint and write_beginSheng Yong
2018-11-13f2fs: fix to account IO correctlyChao Yu
2018-11-13Revert "f2fs: fix to clear PG_checked flag in set_page_dirty()"Jaegeuk Kim
2018-11-13f2fs: clear PageError on the read pathJaegeuk Kim
2018-11-13f2fs: fix to account IO correctly for cgroup writebackChao Yu
2018-09-15f2fs: fix to clear PG_checked flag in set_page_dirty()Chao Yu
2018-09-15f2fs: fix avoid race between truncate and background GCChao Yu
2018-06-04f2fs: let sync node IO interrupt async oneChao Yu
2018-05-31f2fs: clean up symbol namespaceChao Yu
2018-05-31f2fs: make __f2fs_write_data_pages() staticChao Yu
2018-05-31f2fs: fix to let caller retry allocating block addressChao Yu
2018-05-31f2fs: don't drop dentry pages after fs shutdownChao Yu
2018-05-31f2fs: clean up with clear_radix_tree_dirty_tagChao Yu
2018-05-31f2fs: avoid stucking GC due to atomic writeChao Yu
2018-05-31f2fs: detect synchronous writeback more earlierChao Yu
2018-05-31f2fs: clean up with is_valid_blkaddr()Chao Yu
2018-05-31f2fs: fix to let checkpoint guarantee atomic page persistenceChao Yu
2018-05-31f2fs: rename dio_rwsem to i_gc_rwsemChao Yu
2018-05-04f2fs: avoid fsync() failure caused by EAGAIN in writepage()Jaegeuk Kim
2018-05-02f2fs: clear PageError on writepageJaegeuk Kim
2018-05-02Revert "f2fs: introduce f2fs_set_page_dirty_nobuffer"Jaegeuk Kim
2018-05-02f2fs: refactor read path to allow multiple postprocessing stepsEric Biggers
2018-05-02fscrypt: allow synchronous bio decryptionEric Biggers
2018-04-11page cache: use xa_lockMatthew Wilcox
2018-03-18f2fs: check blkaddr more accuratly before issue a bioYunlei He
2018-03-17f2fs: add nowait aio supportHyunchul Lee
2018-03-17f2fs: wrap all options with f2fs_sb_info.mount_optChao Yu
2018-03-13f2fs: clean up f2fs_sb_has_xxx functionsSheng Yong
2018-03-13f2fs: remove redundant check of page type when submit bioTiezhu Yang
2018-03-13f2fs: support passing down write hints given by users to block layerHyunchul Lee
2018-01-30Merge tag 'f2fs-for-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-01-22f2fs: drop page cache after fs shutdownChao Yu
2018-01-22f2fs: split need_inplace_updateChao Yu
2018-01-22f2fs: fix to update last_disk_size correctlyChao Yu
2018-01-22f2fs: kill F2FS_INLINE_XATTR_ADDRS for cleanupChao Yu
2018-01-22f2fs: fix to drop all inmem pages correctlyChao Yu
2018-01-22f2fs: speed up defragment on sparse fileChao Yu
2018-01-22f2fs: support F2FS_IOC_PRECACHE_EXTENTSChao Yu
2018-01-22f2fs: add an ioctl to disable GC for specific fileJaegeuk Kim
2018-01-18f2fs: support FIEMAP_FLAG_XATTRChao Yu
2018-01-18f2fs: fix to cover f2fs_inline_data_fiemap with inode_lockChao Yu
2018-01-18f2fs: check node page again in write end ioYunlei He
2018-01-16f2fs: implement cgroup writeback supportYufen Yu
2018-01-06block: convert to bio_first_bvec_all & bio_first_page_allMing Lei
2018-01-03f2fs: continue to do direct IO if we only preallocate partial blocksChao Yu
2018-01-02f2fs: skip stop_checkpoint for user data writesJaegeuk Kim
2018-01-02f2fs: clean up f2fs_map_blocksChao Yu
2018-01-02f2fs: apply write hints to select the type of segment for direct writeHyunchul Lee
2018-01-02f2fs: remove an excess variableLiFan