aboutsummaryrefslogtreecommitdiff
path: root/block/bounce.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-26treewide: simplify Kconfig dependencies for removed archsGravatar Arnd Bergmann 1-1/+1
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-14/+19
2018-01-06block: bounce: don't access bio->bi_io_vec in copy_to_high_bio_irqGravatar Ming Lei 1-5/+11
2018-01-06block: bounce: avoid direct access to bvec tableGravatar Ming Lei 1-9/+8
2017-12-18block: don't let passthrough IO go into .make_request_fn()Gravatar Ming Lei 1-2/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-06-27block: remove the queue_bounce_pfn helperGravatar Christoph Hellwig 1-3/+3
2017-06-27block: move bounce declarations to block/blk.hGravatar Christoph Hellwig 1-0/+1
2017-06-27blk-map: call blk_queue_bounce from blk_rq_append_bioGravatar Christoph Hellwig 1-2/+0
2017-06-21block: Declare local symbols staticGravatar Bart Van Assche 1-1/+1
2017-06-18block: Improvements to bounce-buffer handlingGravatar NeilBrown 1-6/+26
2017-06-09block: switch bios to blk_status_tGravatar Christoph Hellwig 1-2/+2
2015-09-19Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+3
2015-09-17block: fix bounce_end_ioGravatar Ming Lei 1-1/+3
2015-09-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-27/+4
2015-07-29block: manipulate bio->bi_flags through helpersGravatar Jens Axboe 1-1/+1
2015-07-29block: add a bi_error field to struct bioGravatar Christoph Hellwig 1-13/+14
2015-07-23block: Remove forced page bouncing under IOGravatar Jan Kara 1-27/+4
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+1
2015-06-25Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+0
2015-06-02writeback: separate out include/linux/backing-dev-defs.hGravatar Tejun Heo 1-0/+1
2015-05-19block: remove BIO_EOPNOTSUPPGravatar Christoph Hellwig 1-3/+0
2015-04-27block:bounce: fix call inc_|dec_zone_page_state on different pages confuse va...Gravatar Wang YanQing 1-1/+1
2014-06-06mm: convert some level-less printks to pr_*Gravatar Mitchel Humpherys 1-2/+5
2014-05-19block: move mm/bounce.c to block/Gravatar Jens Axboe 1-0/+287