summaryrefslogtreecommitdiff
path: root/block/bounce.c
AgeCommit message (Expand)Author
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig
2019-02-21block: bounce: make sure that bvec table is updatedMing Lei
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei
2018-12-07blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou
2018-12-07blkcg: consolidate bio_issue_init() to be a part of coreDennis Zhou
2018-11-12block: copy ioprio in __bio_clone_fast() and bounceHannes Reinecke
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-21block: setup bounce bio_sets properlyJens Axboe
2018-09-21blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)
2018-09-21blkcg: consolidate bio_issue_init to be a part of coreDennis Zhou (Facebook)
2018-07-24block: unexport bio_clone_biosetChristoph Hellwig
2018-05-30block: fixup bioset_integrity_create() callJens Axboe
2018-05-30block: convert bounce, q->bio_split to bioset_init()/mempool_init()Kent Overstreet
2018-05-07block: don't disable interrupts during kmap_atomic()Sebastian Andrzej Siewior
2018-03-26treewide: simplify Kconfig dependencies for removed archsArnd Bergmann
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-01-06block: bounce: don't access bio->bi_io_vec in copy_to_high_bio_irqMing Lei
2018-01-06block: bounce: avoid direct access to bvec tableMing Lei
2017-12-18block: don't let passthrough IO go into .make_request_fn()Ming Lei
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-27block: remove the queue_bounce_pfn helperChristoph Hellwig
2017-06-27block: move bounce declarations to block/blk.hChristoph Hellwig
2017-06-27blk-map: call blk_queue_bounce from blk_rq_append_bioChristoph Hellwig
2017-06-21block: Declare local symbols staticBart Van Assche
2017-06-18block: Improvements to bounce-buffer handlingNeilBrown
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2015-09-19Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-09-17block: fix bounce_end_ioMing Lei
2015-09-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2015-07-29block: manipulate bio->bi_flags through helpersJens Axboe
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-07-23block: Remove forced page bouncing under IOJan Kara
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-25Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo
2015-05-19block: remove BIO_EOPNOTSUPPChristoph Hellwig
2015-04-27block:bounce: fix call inc_|dec_zone_page_state on different pages confuse va...Wang YanQing
2014-06-06mm: convert some level-less printks to pr_*Mitchel Humpherys
2014-05-19block: move mm/bounce.c to block/Jens Axboe