summaryrefslogtreecommitdiff
path: root/fs/f2fs/data.c
AgeCommit message (Expand)Author
2019-12-01f2fs: fix to spread clear_cold_data()Chao Yu
2019-10-05f2fs: 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-12-13f2fs: fix to do sanity check with block address in main area v2Chao Yu
2018-12-05f2fs: fix to do sanity check with block address in main areaChao Yu
2018-12-05f2fs: introduce and spread verify_blkaddrChao Yu
2018-12-05f2fs: clean up with is_valid_blkaddr()Chao Yu
2018-12-05f2fs: check blkaddr more accuratly before issue a bioYunlei He
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-09-15f2fs: fix to clear PG_checked flag in set_page_dirty()Chao Yu
2018-08-03f2fs: avoid fsync() failure caused by EAGAIN in writepage()Jaegeuk Kim
2017-09-12Merge tag 'f2fs-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2017-09-08mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse
2017-09-07f2fs: make get_lock_data_page to handle encrypted inodeJaegeuk Kim
2017-09-05f2fs: use generic terms used for encrypted block managementJaegeuk Kim
2017-09-05f2fs: introduce f2fs_encrypted_file for clean-upJaegeuk Kim
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-08-21f2fs: merge equivalent flags F2FS_GET_BLOCK_[READ|DIO]Qiuyang Sun
2017-08-09f2fs: add app/fs io statChao Yu
2017-07-31f2fs: enhance on-disk inode structure scalabilityChao Yu
2017-07-31f2fs: make max inline size changeableChao Yu
2017-07-10Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2017-07-08f2fs: support plain user/group quotaChao Yu
2017-07-07f2fs: avoid deadlock caused by lock order of page and lock_opJaegeuk Kim
2017-07-07f2fs: relax migratepage for atomic written pageJaegeuk Kim
2017-07-07f2fs: skip ->writepages for {mete,node}_inode during recoveryChao Yu
2017-07-04f2fs: dax: fix races between page faults and truncating pagesQiuyang Sun
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-05-23f2fs: introduce io_list for serialize data/node IOsChao Yu
2017-05-23f2fs: avoid f2fs_lock_op for IPU writesJaegeuk Kim
2017-05-23f2fs: split bio cacheJaegeuk Kim
2017-05-23f2fs: remove unnecessary read cases in merged IO flowJaegeuk Kim
2017-05-03f2fs: Make flush bios explicitely syncJan Kara
2017-05-03f2fs: release cp and dnode lock before IPUHou Pengyang
2017-05-02f2fs: introduce valid_ipu_blkaddr to clean upJaegeuk Kim
2017-05-02f2fs: lookup extent cache first under IPU scenarioHou Pengyang
2017-05-02f2fs: reconstruct code to write a data pageHou Pengyang
2017-04-24f2fs: fix out-of free segmentsJaegeuk Kim
2017-04-19f2fs: introduce async IPU policyHou Pengyang
2017-04-19f2fs: unlock cp_rwsem early for IPU writesChao Yu
2017-04-10f2fs: fix comment on f2fs_flush_merged_bios() after 86531d6bTomohiro Kusumi
2017-04-05f2fs: submit bio of in-place-update pagesJaegeuk Kim
2017-04-05f2fs: avoid IO split due to mixed WB_SYNC_ALL and WB_SYNC_NONEJaegeuk Kim
2017-04-05f2fs: write small sized IO to hot logJaegeuk Kim
2017-03-25f2fs: allow write page cache when writting cpYunlei He
2017-03-21f2fs: fix bad prefetchw of NULL pageKinglong Mee
2017-03-21f2fs: fix stale ATOMIC_WRITTEN_PAGE private pointerJaegeuk Kim
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar