summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: Fix use of number of devicesDamien Le Moal2019-05-311-6/+11
* f2fs: fix race between write_checkpoint and write_beginSheng Yong2019-02-121-2/+10
* f2fs: fix to account IO correctlyChao Yu2018-11-131-2/+2
* Revert "f2fs: fix to clear PG_checked flag in set_page_dirty()"Jaegeuk Kim2018-11-131-4/+0Star
* f2fs: clear PageError on the read pathJaegeuk Kim2018-11-131-1/+4
* f2fs: fix to account IO correctly for cgroup writebackChao Yu2018-11-131-0/+4
* f2fs: readahead encrypted block during GCChao Yu2018-08-211-11/+24
* f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gcJaegeuk Kim2018-08-211-2/+2
* f2fs: fix performance issue observed with multi-thread sequential readJaegeuk Kim2018-08-211-0/+21
* f2fs: rework fault injection handling to avoid a warningArnd Bergmann2018-08-141-2/+0Star
* f2fs: fix avoid race between truncate and background GCChao Yu2018-08-131-0/+4
* f2fs: fix to do sanity check with block address in main area v2Chao Yu2018-08-131-0/+3
* f2fs: fix to avoid broken of dnode block listChao Yu2018-08-111-0/+2
* f2fs: fix to clear PG_checked flag in set_page_dirty()Chao Yu2018-08-111-0/+4
* f2fs: don't allow any writes on aborted atomic writesJaegeuk Kim2018-08-011-2/+3
* f2fs: fix to propagate error from __get_meta_page()Chao Yu2018-08-011-3/+21
* f2fs: blk_finish_plug of submit_bio in lfs modeYunlong Song2018-08-011-1/+1
* f2fs: fix to do sanity check with block address in main areaChao Yu2018-08-011-6/+27
* f2fs: introduce and spread verify_blkaddrChao Yu2018-07-271-4/+4
* f2fs: assign REQ_RAHEAD to bio for ->readpagesJaegeuk Kim2018-07-271-7/+13
* f2fs: allow wrong configured dio to buffered writeJaegeuk Kim2018-07-151-9/+15
* f2fs: let sync node IO interrupt async oneChao Yu2018-06-041-4/+5
* f2fs: clean up symbol namespaceChao Yu2018-05-311-57/+58
* f2fs: make __f2fs_write_data_pages() staticChao Yu2018-05-311-1/+1
* f2fs: fix to let caller retry allocating block addressChao Yu2018-05-311-8/+6Star
* f2fs: don't drop dentry pages after fs shutdownChao Yu2018-05-311-0/+6
* f2fs: clean up with clear_radix_tree_dirty_tagChao Yu2018-05-311-0/+11
* f2fs: avoid stucking GC due to atomic writeChao Yu2018-05-311-1/+1
* f2fs: detect synchronous writeback more earlierChao Yu2018-05-311-3/+8
* f2fs: clean up with is_valid_blkaddr()Chao Yu2018-05-311-13/+5Star
* f2fs: fix to let checkpoint guarantee atomic page persistenceChao Yu2018-05-311-0/+2
* f2fs: rename dio_rwsem to i_gc_rwsemChao Yu2018-05-311-3/+3
* f2fs: avoid fsync() failure caused by EAGAIN in writepage()Jaegeuk Kim2018-05-041-1/+7
* f2fs: clear PageError on writepageJaegeuk Kim2018-05-021-0/+2
* Revert "f2fs: introduce f2fs_set_page_dirty_nobuffer"Jaegeuk Kim2018-05-021-32/+1Star
* f2fs: refactor read path to allow multiple postprocessing stepsEric Biggers2018-05-021-40/+126
* fscrypt: allow synchronous bio decryptionEric Biggers2018-05-021-1/+1
* page cache: use xa_lockMatthew Wilcox2018-04-111-3/+3
* f2fs: check blkaddr more accuratly before issue a bioYunlei He2018-03-191-2/+3
* f2fs: add nowait aio supportHyunchul Lee2018-03-171-10/+37
* f2fs: wrap all options with f2fs_sb_info.mount_optChao Yu2018-03-171-1/+1
* f2fs: clean up f2fs_sb_has_xxx functionsSheng Yong2018-03-131-1/+1
* f2fs: remove redundant check of page type when submit bioTiezhu Yang2018-03-131-4/+3Star
* f2fs: support passing down write hints given by users to block layerHyunchul Lee2018-03-131-5/+21
* Merge tag 'f2fs-for-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-01-311-45/+254
|\
| * f2fs: drop page cache after fs shutdownChao Yu2018-01-221-6/+6
| * f2fs: split need_inplace_updateChao Yu2018-01-221-8/+67
| * f2fs: fix to update last_disk_size correctlyChao Yu2018-01-221-4/+8
| * f2fs: kill F2FS_INLINE_XATTR_ADDRS for cleanupChao Yu2018-01-221-1/+1
| * f2fs: fix to drop all inmem pages correctlyChao Yu2018-01-221-2/+3