aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-11page cache: use xa_lockMatthew Wilcox1-3/+3
2018-03-18f2fs: check blkaddr more accuratly before issue a bioYunlei He1-2/+3
2018-03-17f2fs: add nowait aio supportHyunchul Lee1-10/+37
2018-03-17f2fs: wrap all options with f2fs_sb_info.mount_optChao Yu1-1/+1
2018-03-13f2fs: clean up f2fs_sb_has_xxx functionsSheng Yong1-1/+1
2018-03-13f2fs: remove redundant check of page type when submit bioTiezhu Yang1-4/+3
2018-03-13f2fs: support passing down write hints given by users to block layerHyunchul Lee1-5/+21
2018-01-30Merge tag 'f2fs-for-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-45/+254
2018-01-22f2fs: drop page cache after fs shutdownChao Yu1-6/+6
2018-01-22f2fs: split need_inplace_updateChao Yu1-8/+67
2018-01-22f2fs: fix to update last_disk_size correctlyChao Yu1-4/+8
2018-01-22f2fs: kill F2FS_INLINE_XATTR_ADDRS for cleanupChao Yu1-1/+1
2018-01-22f2fs: fix to drop all inmem pages correctlyChao Yu1-2/+3
2018-01-22f2fs: speed up defragment on sparse fileChao Yu1-1/+5
2018-01-22f2fs: support F2FS_IOC_PRECACHE_EXTENTSChao Yu1-0/+39
2018-01-22f2fs: add an ioctl to disable GC for specific fileJaegeuk Kim1-0/+2
2018-01-18f2fs: support FIEMAP_FLAG_XATTRChao Yu1-1/+68
2018-01-18f2fs: fix to cover f2fs_inline_data_fiemap with inode_lockChao Yu1-3/+3
2018-01-18f2fs: check node page again in write end ioYunlei He1-0/+4
2018-01-16f2fs: implement cgroup writeback supportYufen Yu1-2/+10
2018-01-06block: convert to bio_first_bvec_all & bio_first_page_allMing Lei1-1/+1
2018-01-03f2fs: continue to do direct IO if we only preallocate partial blocksChao Yu1-12/+18
2018-01-02f2fs: skip stop_checkpoint for user data writesJaegeuk Kim1-1/+2
2018-01-02f2fs: clean up f2fs_map_blocksChao Yu1-2/+2
2018-01-02f2fs: apply write hints to select the type of segment for direct writeHyunchul Lee1-8/+18
2018-01-02f2fs: remove an excess variableLiFan1-3/+1
2018-01-02f2fs: still write data if preallocate only partial blocksSheng Yong1-2/+8
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