summaryrefslogtreecommitdiff
path: root/fs/f2fs/data.c
AgeCommit message (Expand)Author
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
2017-02-27f2fs: fix to update F2FS_{CP_}WB_DATA count correctlyChao Yu
2017-02-27f2fs: show simple call stack in fault injection messageChao Yu
2017-02-27f2fs: no need lock_op in f2fs_write_inline_dataYunlei He
2017-02-27f2fs: avoid m_flags overlay when allocating more data blocksKinglong Mee
2017-02-27f2fs: init local extent_info to avoid stale stack info in tpHou Pengyang
2017-02-23f2fs: do not wait for writeback in write_beginJaegeuk Kim
2017-02-23f2fs: remove preflush for nobarrier caseJaegeuk Kim
2017-02-23f2fs: check last page index in cached bio to decide submissionJaegeuk Kim
2017-02-23f2fs: check io submission more preciselyJaegeuk Kim
2017-02-23f2fs: call internal __write_data_page directlyJaegeuk Kim
2017-02-22f2fs: fix a dead loop in f2fs_fiemap()Wei Fang
2017-02-22f2fs: do not preallocate blocks which has wrong bufferJaegeuk Kim
2017-02-22f2fs: introduce FI_ATOMIC_COMMITChao Yu