aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-12Merge tag 'f2fs-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-81/+96
2017-09-08mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse1-1/+4
2017-09-07f2fs: make get_lock_data_page to handle encrypted inodeJaegeuk Kim1-58/+51
2017-09-05f2fs: use generic terms used for encrypted block managementJaegeuk Kim1-3/+3
2017-09-05f2fs: introduce f2fs_encrypted_file for clean-upJaegeuk Kim1-5/+5
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-2/+3
2017-08-21f2fs: merge equivalent flags F2FS_GET_BLOCK_[READ|DIO]Qiuyang Sun1-2/+2
2017-08-09f2fs: add app/fs io statChao Yu1-9/+26
2017-07-31f2fs: enhance on-disk inode structure scalabilityChao Yu1-5/+10
2017-07-31f2fs: make max inline size changeableChao Yu1-2/+2
2017-07-10Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-74/+141
2017-07-08f2fs: support plain user/group quotaChao Yu1-4/+6
2017-07-07f2fs: avoid deadlock caused by lock order of page and lock_opJaegeuk Kim1-3/+13
2017-07-07f2fs: relax migratepage for atomic written pageJaegeuk Kim1-2/+6
2017-07-07f2fs: skip ->writepages for {mete,node}_inode during recoveryChao Yu1-6/+7
2017-07-04f2fs: dax: fix races between page faults and truncating pagesQiuyang Sun1-0/+2
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-5/+5
2017-05-23f2fs: introduce io_list for serialize data/node IOsChao Yu1-4/+20
2017-05-23f2fs: avoid f2fs_lock_op for IPU writesJaegeuk Kim1-13/+31
2017-05-23f2fs: split bio cacheJaegeuk Kim1-18/+39
2017-05-23f2fs: remove unnecessary read cases in merged IO flowJaegeuk Kim1-31/+24
2017-05-03f2fs: Make flush bios explicitely syncJan Kara1-1/+1
2017-05-03f2fs: release cp and dnode lock before IPUHou Pengyang1-15/+24
2017-05-02f2fs: introduce valid_ipu_blkaddr to clean upJaegeuk Kim1-5/+12
2017-05-02f2fs: lookup extent cache first under IPU scenarioHou Pengyang1-2/+14
2017-05-02f2fs: reconstruct code to write a data pageHou Pengyang1-30/+51
2017-04-24f2fs: fix out-of free segmentsJaegeuk Kim1-1/+2
2017-04-19f2fs: introduce async IPU policyHou Pengyang1-1/+1
2017-04-19f2fs: unlock cp_rwsem early for IPU writesChao Yu1-1/+5
2017-04-10f2fs: fix comment on f2fs_flush_merged_bios() after 86531d6bTomohiro Kusumi1-1/+1
2017-04-05f2fs: submit bio of in-place-update pagesJaegeuk Kim1-1/+4
2017-04-05f2fs: avoid IO split due to mixed WB_SYNC_ALL and WB_SYNC_NONEJaegeuk Kim1-2/+13
2017-04-05f2fs: write small sized IO to hot logJaegeuk Kim1-0/+9
2017-03-25f2fs: allow write page cache when writting cpYunlei He1-6/+22
2017-03-21f2fs: fix bad prefetchw of NULL pageKinglong Mee1-1/+2
2017-03-21f2fs: fix stale ATOMIC_WRITTEN_PAGE private pointerJaegeuk Kim1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-02-27f2fs: fix to update F2FS_{CP_}WB_DATA count correctlyChao Yu1-1/+2
2017-02-27f2fs: show simple call stack in fault injection messageChao Yu1-1/+3
2017-02-27f2fs: no need lock_op in f2fs_write_inline_dataYunlei He1-2/+5
2017-02-27f2fs: avoid m_flags overlay when allocating more data blocksKinglong Mee1-1/+1
2017-02-27f2fs: init local extent_info to avoid stale stack info in tpHou Pengyang1-4/+4
2017-02-23f2fs: do not wait for writeback in write_beginJaegeuk Kim1-1/+6
2017-02-23f2fs: remove preflush for nobarrier caseJaegeuk Kim1-2/+2
2017-02-23f2fs: check last page index in cached bio to decide submissionJaegeuk Kim1-21/+22
2017-02-23f2fs: check io submission more preciselyJaegeuk Kim1-6/+17
2017-02-23f2fs: call internal __write_data_page directlyJaegeuk Kim1-2/+8
2017-02-22f2fs: fix a dead loop in f2fs_fiemap()Wei Fang1-1/+1
2017-02-22f2fs: do not preallocate blocks which has wrong bufferJaegeuk Kim1-1/+5
2017-02-22f2fs: introduce FI_ATOMIC_COMMITChao Yu1-1/+1