summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c
Commit message (Expand)AuthorAgeFilesLines
* page cache: use xa_lockMatthew Wilcox2018-04-111-3/+3
* f2fs: check blkaddr more accuratly before issue a bioYunlei He2018-03-181-2/+3
* f2fs: add nowait aio supportHyunchul Lee2018-03-171-10/+37
* f2fs: wrap all options with f2fs_sb_info.mount_optChao Yu2018-03-171-1/+1
* f2fs: clean up f2fs_sb_has_xxx functionsSheng Yong2018-03-131-1/+1
* f2fs: remove redundant check of page type when submit bioTiezhu Yang2018-03-131-4/+3
* f2fs: support passing down write hints given by users to block layerHyunchul Lee2018-03-131-5/+21
* Merge tag 'f2fs-for-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-01-301-45/+254
|\
| * f2fs: drop page cache after fs shutdownChao Yu2018-01-221-6/+6
| * f2fs: split need_inplace_updateChao Yu2018-01-221-8/+67
| * f2fs: fix to update last_disk_size correctlyChao Yu2018-01-221-4/+8
| * f2fs: kill F2FS_INLINE_XATTR_ADDRS for cleanupChao Yu2018-01-221-1/+1
| * f2fs: fix to drop all inmem pages correctlyChao Yu2018-01-221-2/+3
| * f2fs: speed up defragment on sparse fileChao Yu2018-01-221-1/+5
| * f2fs: support F2FS_IOC_PRECACHE_EXTENTSChao Yu2018-01-221-0/+39
| * f2fs: add an ioctl to disable GC for specific fileJaegeuk Kim2018-01-221-0/+2
| * f2fs: support FIEMAP_FLAG_XATTRChao Yu2018-01-181-1/+68
| * f2fs: fix to cover f2fs_inline_data_fiemap with inode_lockChao Yu2018-01-181-3/+3
| * f2fs: check node page again in write end ioYunlei He2018-01-181-0/+4
| * f2fs: implement cgroup writeback supportYufen Yu2018-01-161-2/+10
| * f2fs: continue to do direct IO if we only preallocate partial blocksChao Yu2018-01-031-12/+18
| * f2fs: skip stop_checkpoint for user data writesJaegeuk Kim2018-01-021-1/+2
| * f2fs: clean up f2fs_map_blocksChao Yu2018-01-021-2/+2
| * f2fs: apply write hints to select the type of segment for direct writeHyunchul Lee2018-01-021-8/+18
| * f2fs: remove an excess variableLiFan2018-01-021-3/+1
| * f2fs: still write data if preallocate only partial blocksSheng Yong2018-01-021-2/+8
* | block: convert to bio_first_bvec_all & bio_first_page_allMing Lei2018-01-061-1/+1
|/
* Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-161-11/+26
|\
| * f2fs: support bio allocation error injectionChao Yu2017-11-051-2/+2
| * f2fs: support get_page error injectionChao Yu2017-11-051-1/+1
| * f2fs: limit # of inmemory pagesJaegeuk Kim2017-10-261-0/+8
| * f2fs: fix to avoid race when accessing last_disk_sizeChao Yu2017-10-261-0/+3
| * f2fs: Fix bool initialization/comparisonThomas Meyer2017-10-261-2/+2
| * f2fs: enhance multiple device flushChao Yu2017-10-101-0/+1
| * f2fs: convert inline data for direct I/O & FI_NO_PREALLOCWeichao Guo2017-10-101-5/+8
| * f2fs: allow readpages with NULL file pointerHsiang Kao2017-10-101-1/+1
* | mm, pagevec: remove cold parameter for pagevecsMel Gorman2017-11-151-1/+1
* | mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara2017-11-151-1/+1
* | f2fs: use pagevec_lookup_range_tag()Jan Kara2017-11-151-7/+2
|/
* Merge tag 'f2fs-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2017-09-121-81/+96
|\
| * f2fs: make get_lock_data_page to handle encrypted inodeJaegeuk Kim2017-09-071-58/+51
| * f2fs: use generic terms used for encrypted block managementJaegeuk Kim2017-09-051-3/+3
| * f2fs: introduce f2fs_encrypted_file for clean-upJaegeuk Kim2017-09-051-5/+5
| * f2fs: merge equivalent flags F2FS_GET_BLOCK_[READ|DIO]Qiuyang Sun2017-08-211-2/+2
| * f2fs: add app/fs io statChao Yu2017-08-091-9/+26
| * f2fs: enhance on-disk inode structure scalabilityChao Yu2017-07-311-5/+10
| * f2fs: make max inline size changeableChao Yu2017-07-311-2/+2
* | mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse2017-09-081-1/+4
* | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-2/+3
|/
* Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2017-07-101-74/+141
|\