summaryrefslogtreecommitdiff
path: root/fs/f2fs/data.c
AgeCommit message (Expand)Author
2018-12-10Merge 4.20-rc1-4.4 into android-4.4Amit Pundir
2018-10-29f2fs: guarantee journalled quota data by checkpointChao Yu
2018-10-29f2fs: fix data corruption issue with hardware encryptionSahitya Tummala
2018-10-29f2fs: fix to spread clear_cold_data()Chao Yu
2018-10-29Revert "f2fs: fix to clear PG_checked flag in set_page_dirty()"Jaegeuk Kim
2018-10-29f2fs: account read IOs and use IO counts for is_idleJaegeuk Kim
2018-10-29f2fs: fix to account IO correctly for cgroup writebackChao Yu
2018-10-29f2fs: fix to account IO correctlyChao Yu
2018-10-29f2fs: checkpoint disablingDaniel Rosenberg
2018-10-29f2fs: clear PageError on the read pathJaegeuk Kim
2018-10-29f2fs: allow out-place-update for direct IO in LFS modeChao Yu
2018-10-27f2fs: refactor ->page_mkwrite() flowChao Yu
2018-10-27Revert: "f2fs: check last page index in cached bio to decide submission"Chao Yu
2018-10-27f2fs: update i_size after DIO completionJaegeuk Kim
2018-10-27f2fs: split IO error injection according to RWChao Yu
2018-10-27f2fs: add SPDX license identifiersChao Yu
2018-10-27f2fs: submit bio after shutdownJaegeuk Kim
2018-10-27f2fs: avoid wrong decrypted data from diskJaegeuk Kim
2018-10-04Merge remote-tracking branch 'origin/upstream-f2fs-stable-linux-4.4.y' into a...Amit Pundir
2018-10-04Merge remote-tracking branch 'origin/upstream-f2fs-stable-linux-4.4.y' into a...Amit Pundir
2018-09-18f2fs: readahead encrypted block during GCChao Yu
2018-09-18f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gcJaegeuk Kim
2018-09-18f2fs: fix performance issue observed with multi-thread sequential readJaegeuk Kim
2018-09-18f2fs: rework fault injection handling to avoid a warningArnd Bergmann
2018-09-18f2fs: fix avoid race between truncate and background GCChao Yu
2018-09-18f2fs: fix to do sanity check with block address in main area v2Chao Yu
2018-09-18f2fs: fix to avoid broken of dnode block listChao Yu
2018-09-18f2fs: fix to clear PG_checked flag in set_page_dirty()Chao Yu
2018-09-18f2fs: don't allow any writes on aborted atomic writesJaegeuk Kim
2018-09-18f2fs: fix to propagate error from __get_meta_page()Chao Yu
2018-09-18f2fs: blk_finish_plug of submit_bio in lfs modeYunlong Song
2018-09-18f2fs: fix to do sanity check with block address in main areaChao Yu
2018-09-18f2fs: introduce and spread verify_blkaddrChao Yu
2018-09-18f2fs: assign REQ_RAHEAD to bio for ->readpagesJaegeuk Kim
2018-09-18f2fs: allow wrong configured dio to buffered writeJaegeuk Kim
2018-07-08f2fs: let sync node IO interrupt async oneChao Yu
2018-07-08f2fs: clean up symbol namespaceChao Yu
2018-07-08f2fs: make __f2fs_write_data_pages() staticChao Yu
2018-07-08f2fs: fix to let caller retry allocating block addressChao Yu
2018-07-08f2fs: don't drop dentry pages after fs shutdownChao Yu
2018-07-08f2fs: clean up with clear_radix_tree_dirty_tagChao Yu
2018-07-08f2fs: avoid stucking GC due to atomic writeChao Yu
2018-07-08f2fs: detect synchronous writeback more earlierChao Yu
2018-07-08mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara
2018-07-08f2fs: use pagevec_lookup_range_tag()Jan Kara
2018-07-08f2fs: clean up with is_valid_blkaddr()Chao Yu
2018-07-08f2fs: fix to let checkpoint guarantee atomic page persistenceChao Yu
2018-07-08f2fs: rename dio_rwsem to i_gc_rwsemChao Yu
2018-05-20UPSTREAM: f2fs: avoid fsync() failure caused by EAGAIN in writepage()Jaegeuk Kim
2018-05-20Revert "f2fs: introduce f2fs_set_page_dirty_nobuffer"Jaegeuk Kim