aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-21pagevec: Use xa_mark_tMatthew Wilcox1-1/+1
2018-10-16f2fs: checkpoint disablingDaniel Rosenberg1-1/+13
2018-10-02f2fs: clear PageError on the read pathJaegeuk Kim1-1/+4
2018-09-30f2fs: allow out-place-update for direct IO in LFS modeChao Yu1-9/+35
2018-09-30f2fs: refactor ->page_mkwrite() flowChao Yu1-1/+1
2018-09-30Revert: "f2fs: check last page index in cached bio to decide submission"Chao Yu1-19/+19
2018-09-26f2fs: update i_size after DIO completionJaegeuk Kim1-8/+7
2018-09-12f2fs: split IO error injection according to RWChao Yu1-2/+8
2018-09-12f2fs: add SPDX license identifiersChao Yu1-4/+1
2018-09-07f2fs: submit bio after shutdownJaegeuk Kim1-0/+2
2018-09-05f2fs: avoid wrong decrypted data from diskJaegeuk Kim1-8/+10
2018-08-20f2fs: readahead encrypted block during GCChao Yu1-11/+24
2018-08-20f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gcJaegeuk Kim1-2/+2
2018-08-20f2fs: fix performance issue observed with multi-thread sequential readJaegeuk Kim1-0/+21
2018-08-14f2fs: rework fault injection handling to avoid a warningArnd Bergmann1-2/+0
2018-08-13f2fs: fix avoid race between truncate and background GCChao Yu1-0/+4
2018-08-13f2fs: fix to do sanity check with block address in main area v2Chao Yu1-0/+3
2018-08-10f2fs: fix to avoid broken of dnode block listChao Yu1-0/+2
2018-08-10f2fs: fix to clear PG_checked flag in set_page_dirty()Chao Yu1-0/+4
2018-08-01f2fs: don't allow any writes on aborted atomic writesJaegeuk Kim1-2/+3
2018-08-01f2fs: fix to propagate error from __get_meta_page()Chao Yu1-3/+21
2018-08-01f2fs: blk_finish_plug of submit_bio in lfs modeYunlong Song1-1/+1
2018-08-01f2fs: fix to do sanity check with block address in main areaChao Yu1-6/+27
2018-07-27f2fs: introduce and spread verify_blkaddrChao Yu1-4/+4
2018-07-27f2fs: assign REQ_RAHEAD to bio for ->readpagesJaegeuk Kim1-7/+13
2018-07-15f2fs: allow wrong configured dio to buffered writeJaegeuk Kim1-9/+15
2018-06-04f2fs: let sync node IO interrupt async oneChao Yu1-4/+5
2018-05-31f2fs: clean up symbol namespaceChao Yu1-57/+58
2018-05-31f2fs: make __f2fs_write_data_pages() staticChao Yu1-1/+1
2018-05-31f2fs: fix to let caller retry allocating block addressChao Yu1-8/+6
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