aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-16Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-11/+26
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman1-1/+1
2017-11-15mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara1-1/+1
2017-11-15f2fs: use pagevec_lookup_range_tag()Jan Kara1-7/+2
2017-11-05f2fs: support bio allocation error injectionChao Yu1-2/+2
2017-11-05f2fs: support get_page error injectionChao Yu1-1/+1
2017-10-26f2fs: limit # of inmemory pagesJaegeuk Kim1-0/+8
2017-10-26f2fs: fix to avoid race when accessing last_disk_sizeChao Yu1-0/+3
2017-10-26f2fs: Fix bool initialization/comparisonThomas Meyer1-2/+2
2017-10-10f2fs: enhance multiple device flushChao Yu1-0/+1
2017-10-10f2fs: convert inline data for direct I/O & FI_NO_PREALLOCWeichao Guo1-5/+8
2017-10-10f2fs: allow readpages with NULL file pointerHsiang Kao1-1/+1
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