summaryrefslogtreecommitdiffstats
path: root/mm/page_io.c
Commit message (Expand)AuthorAgeFilesLines
* block: convert to bio_first_bvec_all & bio_first_page_allMing Lei2018-01-061-2/+2
* mm, swap: skip swapcache for swapin of synchronous deviceMinchan Kim2017-11-151-3/+3
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-141-1/+1
|\
| * block: add a poll_fn callback to struct request_queueChristoph Hellwig2017-11-031-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-8/+9
|\
| * block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-8/+9
* | mm: test code to write THP to swap device as a wholeHuang Ying2017-09-061-5/+16
* | mm/page_io.c: fix oops during block io poll in swapin pathTetsuo Handa2017-08-021-0/+7
|/
* swap: add block io poll in swapin pathShaohua Li2017-07-101-2/+21
* block: switch bios to blk_status_tChristoph Hellwig2017-06-091-2/+2
* writeback: add wbc_to_write_flags()Jens Axboe2016-11-021-4/+1
* mm/page_io.c: replace some BUG_ON()s with VM_BUG_ON_PAGE()Andrew Morton2016-10-071-3/+4
* mm: fix the page_swap_info() BUG_ON checkSantosh Shilimkar2016-09-191-0/+3
* mm: make __swap_writepage() use bio_set_op_attrs()Jens Axboe2016-08-071-2/+3
* mm: add cond_resched() to generic_swapfile_activate()Mikulas Patocka2016-07-281-0/+2
* block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-071-2/+2
* block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-4/+6
* Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-171-1/+1
|\
| * direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-011-1/+1
* | mm: call swap_slot_free_notify() with page lock heldMinchan Kim2016-04-281-1/+5
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
* zram: revive swap_slot_free_notifyMinchan Kim2016-03-221-43/+50
* mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches2016-03-171-11/+11
* fs: use helper bio_add_page() instead of open coding on bi_io_vecKent Overstreet2015-08-131-5/+3
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-7/+5
* suspend: simplify block I/O handlingChristoph Hellwig2015-05-191-1/+1
* direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-111-3/+1
* fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+1
* fs: remove ki_nbytesChristoph Hellwig2015-03-121-1/+0
* new helper: iov_iter_bvec()Al Viro2015-01-291-7/+2
* fix __swap_writepage() compile failure on old gcc versionsAl Viro2014-06-141-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-7/+14
|\
| * bio_vec-backed iov_iterAl Viro2014-05-061-7/+12
| * start adding the tag to iov_iterAl Viro2014-05-061-1/+1
| * pass iov_iter to ->direct_IO()Al Viro2014-05-061-2/+4
* | swap: use bdev_read_page() / bdev_write_page()Matthew Wilcox2014-06-041-1/+20
|/
* Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-301-5/+5
|\
| * block: Abstract out bvec iteratorKent Overstreet2013-11-231-5/+5
* | mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin2014-01-231-2/+2
|/
* aio: Kill aio_rw_vect_retry()Kent Overstreet2013-07-301-1/+0
* mm: remove compressed copy from zram in-memoryMinchan Kim2013-07-031-2/+48
* Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-1/+0
|\
| * block: Remove bi_idx referencesKent Overstreet2013-03-231-1/+0
* | aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
* | mm: swap: mark swap pages writeback before queueing for direct IOMel Gorman2013-04-291-0/+15
* | swap: redirty page if page write fails on swap fileJerome Marchand2013-04-291-0/+2
* | mm: allow for outstanding swap writeback accountingSeth Jennings2013-04-291-4/+5
* | mm: break up swap_writepage() for frontswap backendsSeth Jennings2013-04-291-3/+11
|/
* mm: add support for direct_IO to highmem pagesMel Gorman2012-07-311-1/+2
OpenPOWER on IntegriCloud