summaryrefslogtreecommitdiff
path: root/fs/f2fs/data.c
AgeCommit message (Expand)Author
2018-01-30Merge tag 'f2fs-for-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-01-22f2fs: drop page cache after fs shutdownChao Yu
2018-01-22f2fs: split need_inplace_updateChao Yu
2018-01-22f2fs: fix to update last_disk_size correctlyChao Yu
2018-01-22f2fs: kill F2FS_INLINE_XATTR_ADDRS for cleanupChao Yu
2018-01-22f2fs: fix to drop all inmem pages correctlyChao Yu
2018-01-22f2fs: speed up defragment on sparse fileChao Yu
2018-01-22f2fs: support F2FS_IOC_PRECACHE_EXTENTSChao Yu
2018-01-22f2fs: add an ioctl to disable GC for specific fileJaegeuk Kim
2018-01-18f2fs: support FIEMAP_FLAG_XATTRChao Yu
2018-01-18f2fs: fix to cover f2fs_inline_data_fiemap with inode_lockChao Yu
2018-01-18f2fs: check node page again in write end ioYunlei He
2018-01-16f2fs: implement cgroup writeback supportYufen Yu
2018-01-06block: convert to bio_first_bvec_all & bio_first_page_allMing Lei
2018-01-03f2fs: continue to do direct IO if we only preallocate partial blocksChao Yu
2018-01-02f2fs: skip stop_checkpoint for user data writesJaegeuk Kim
2018-01-02f2fs: clean up f2fs_map_blocksChao Yu
2018-01-02f2fs: apply write hints to select the type of segment for direct writeHyunchul Lee
2018-01-02f2fs: remove an excess variableLiFan
2018-01-02f2fs: still write data if preallocate only partial blocksSheng Yong
2017-11-16Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman
2017-11-15mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara
2017-11-15f2fs: use pagevec_lookup_range_tag()Jan Kara
2017-11-05f2fs: support bio allocation error injectionChao Yu
2017-11-05f2fs: support get_page error injectionChao Yu
2017-10-26f2fs: limit # of inmemory pagesJaegeuk Kim
2017-10-26f2fs: fix to avoid race when accessing last_disk_sizeChao Yu
2017-10-26f2fs: Fix bool initialization/comparisonThomas Meyer
2017-10-10f2fs: enhance multiple device flushChao Yu
2017-10-10f2fs: convert inline data for direct I/O & FI_NO_PREALLOCWeichao Guo
2017-10-10f2fs: allow readpages with NULL file pointerHsiang Kao
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