aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c
AgeCommit message (Expand)Author
2023-05-30f2fs: fix to drop all dirty pages during umount() if cp_error is setChao Yu
2023-03-11f2fs: fix cgroup writeback accounting with fs-layer encryptionEric Biggers
2020-09-23f2fs: Return EOF on unaligned end of file DIO readGabriel Krisman Bertazi
2020-01-17f2fs: fix potential overflowChao Yu
2019-12-01f2fs: fix to spread clear_cold_data()Chao Yu
2019-11-20f2fs: update i_size after DIO completionJaegeuk Kim
2019-11-20f2fs: submit bio after shutdownJaegeuk Kim
2019-11-20f2fs: avoid wrong decrypted data from diskJaegeuk Kim
2019-10-01f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu
2019-05-31f2fs: Fix use of number of devicesDamien Le Moal
2019-02-12f2fs: 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-08-20f2fs: readahead encrypted block during GCChao Yu
2018-08-20f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gcJaegeuk Kim
2018-08-20f2fs: fix performance issue observed with multi-thread sequential readJaegeuk Kim
2018-08-14f2fs: rework fault injection handling to avoid a warningArnd Bergmann
2018-08-13f2fs: fix avoid race between truncate and background GCChao Yu
2018-08-13f2fs: fix to do sanity check with block address in main area v2Chao Yu
2018-08-10f2fs: fix to avoid broken of dnode block listChao Yu
2018-08-10f2fs: fix to clear PG_checked flag in set_page_dirty()Chao Yu
2018-08-01f2fs: don't allow any writes on aborted atomic writesJaegeuk Kim
2018-08-01f2fs: fix to propagate error from __get_meta_page()Chao Yu
2018-08-01f2fs: blk_finish_plug of submit_bio in lfs modeYunlong Song
2018-08-01f2fs: fix to do sanity check with block address in main areaChao Yu
2018-07-27f2fs: introduce and spread verify_blkaddrChao Yu
2018-07-27f2fs: assign REQ_RAHEAD to bio for ->readpagesJaegeuk Kim
2018-07-15f2fs: allow wrong configured dio to buffered writeJaegeuk Kim
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