summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: dax: fix races between page faults and truncating pagesQiuyang Sun2017-07-041-0/+2
* f2fs: introduce io_list for serialize data/node IOsChao Yu2017-05-241-4/+20
* f2fs: avoid f2fs_lock_op for IPU writesJaegeuk Kim2017-05-241-13/+31
* f2fs: split bio cacheJaegeuk Kim2017-05-241-18/+39
* f2fs: remove unnecessary read cases in merged IO flowJaegeuk Kim2017-05-241-31/+24Star
* f2fs: Make flush bios explicitely syncJan Kara2017-05-031-1/+1
* f2fs: release cp and dnode lock before IPUHou Pengyang2017-05-031-15/+24
* f2fs: introduce valid_ipu_blkaddr to clean upJaegeuk Kim2017-05-031-5/+12
* f2fs: lookup extent cache first under IPU scenarioHou Pengyang2017-05-031-2/+14
* f2fs: reconstruct code to write a data pageHou Pengyang2017-05-031-30/+51
* f2fs: fix out-of free segmentsJaegeuk Kim2017-04-241-1/+2
* f2fs: introduce async IPU policyHou Pengyang2017-04-191-1/+1
* f2fs: unlock cp_rwsem early for IPU writesChao Yu2017-04-191-1/+5
* f2fs: fix comment on f2fs_flush_merged_bios() after 86531d6bTomohiro Kusumi2017-04-111-1/+1
* f2fs: submit bio of in-place-update pagesJaegeuk Kim2017-04-051-1/+4
* f2fs: avoid IO split due to mixed WB_SYNC_ALL and WB_SYNC_NONEJaegeuk Kim2017-04-051-2/+13
* f2fs: write small sized IO to hot logJaegeuk Kim2017-04-051-0/+9
* f2fs: allow write page cache when writting cpYunlei He2017-03-251-6/+22
* f2fs: fix bad prefetchw of NULL pageKinglong Mee2017-03-221-1/+2
* f2fs: fix stale ATOMIC_WRITTEN_PAGE private pointerJaegeuk Kim2017-03-221-1/+1
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* f2fs: fix to update F2FS_{CP_}WB_DATA count correctlyChao Yu2017-02-271-1/+2
* f2fs: show simple call stack in fault injection messageChao Yu2017-02-271-1/+3
* f2fs: no need lock_op in f2fs_write_inline_dataYunlei He2017-02-271-2/+5
* f2fs: avoid m_flags overlay when allocating more data blocksKinglong Mee2017-02-271-1/+1
* f2fs: init local extent_info to avoid stale stack info in tpHou Pengyang2017-02-271-4/+4
* f2fs: do not wait for writeback in write_beginJaegeuk Kim2017-02-231-1/+6
* f2fs: remove preflush for nobarrier caseJaegeuk Kim2017-02-231-2/+2
* f2fs: check last page index in cached bio to decide submissionJaegeuk Kim2017-02-231-21/+22
* f2fs: check io submission more preciselyJaegeuk Kim2017-02-231-6/+17
* f2fs: call internal __write_data_page directlyJaegeuk Kim2017-02-231-2/+8
* f2fs: fix a dead loop in f2fs_fiemap()Wei Fang2017-02-231-1/+1
* f2fs: do not preallocate blocks which has wrong bufferJaegeuk Kim2017-02-231-1/+5
* f2fs: introduce FI_ATOMIC_COMMITChao Yu2017-02-231-1/+1
* f2fs: clean up with list_{first, last}_entryChao Yu2017-02-231-2/+2
* f2fs: support IO alignment for DATA and NODE writesJaegeuk Kim2017-01-291-2/+53
* f2fs: add submit_bio tracepointJaegeuk Kim2017-01-291-4/+8
* f2fs: add a case of no need to read a page in write beginYunlei He2017-01-291-1/+6
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-12-141-1/+3
|\
| * fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page()David Gstir2016-12-111-1/+0Star
| * fscrypt: Let fs select encryption index/tweakDavid Gstir2016-11-141-2/+3
| * fscrypt: Enable partial page encryptionDavid Gstir2016-11-141-0/+2
* | Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2016-12-141-65/+127
|\ \
| * | f2fs: return AOP_WRITEPAGE_ACTIVATE for writepageChao Yu2016-11-301-0/+11
| * | f2fs: don't wait writeback for datas during checkpointChao Yu2016-11-251-6/+29
| * | f2fs: fix redundant block allocationJaegeuk Kim2016-11-251-6/+12
| * | f2fs: use err for f2fs_preallocate_blocksJaegeuk Kim2016-11-251-13/+13
| * | f2fs: support multiple devicesJaegeuk Kim2016-11-251-7/+48
| * | f2fs: allow dio read for LFS modeJaegeuk Kim2016-11-251-1/+1
| * | f2fs: revert segment allocation for direct IOJaegeuk Kim2016-11-251-5/+1Star