index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
bounce.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-08
blkcg: remove bio->bi_css and instead use bio->bi_blkg
Dennis Zhou
1
-1
/
+1
2018-12-08
blkcg: consolidate bio_issue_init() to be a part of core
Dennis Zhou
1
-0
/
+1
2018-11-12
block: copy ioprio in __bio_clone_fast() and bounce
Hannes Reinecke
1
-0
/
+1
2018-11-02
Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+1
2018-11-02
blkcg: revert blkcg cleanups series
Dennis Zhou
1
-3
/
+1
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-1
/
+1
2018-10-21
block: setup bounce bio_sets properly
Jens Axboe
1
-9
/
+28
2018-09-22
blkcg: remove bio->bi_css and instead use bio->bi_blkg
Dennis Zhou (Facebook)
1
-1
/
+1
2018-09-22
blkcg: consolidate bio_issue_init to be a part of core
Dennis Zhou (Facebook)
1
-0
/
+2
2018-07-24
block: unexport bio_clone_bioset
Christoph Hellwig
1
-1
/
+68
2018-05-31
block: fixup bioset_integrity_create() call
Jens Axboe
1
-1
/
+1
2018-05-31
block: convert bounce, q->bio_split to bioset_init()/mempool_init()
Kent Overstreet
1
-22
/
+25
2018-05-08
block: don't disable interrupts during kmap_atomic()
Sebastian Andrzej Siewior
1
-3
/
+0
2018-03-26
treewide: simplify Kconfig dependencies for removed archs
Arnd Bergmann
1
-1
/
+1
2018-01-29
Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-14
/
+19
2018-01-06
block: bounce: don't access bio->bi_io_vec in copy_to_high_bio_irq
Ming Lei
1
-5
/
+11
2018-01-06
block: bounce: avoid direct access to bvec table
Ming Lei
1
-9
/
+8
2017-12-18
block: don't let passthrough IO go into .make_request_fn()
Ming Lei
1
-2
/
+4
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-06-27
block: remove the queue_bounce_pfn helper
Christoph Hellwig
1
-3
/
+3
2017-06-27
block: move bounce declarations to block/blk.h
Christoph Hellwig
1
-0
/
+1
2017-06-27
blk-map: call blk_queue_bounce from blk_rq_append_bio
Christoph Hellwig
1
-2
/
+0
2017-06-21
block: Declare local symbols static
Bart Van Assche
1
-1
/
+1
2017-06-18
block: Improvements to bounce-buffer handling
NeilBrown
1
-6
/
+26
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
1
-2
/
+2
2015-09-20
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+3
2015-09-17
block: fix bounce_end_io
Ming Lei
1
-1
/
+3
2015-09-03
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
1
-27
/
+4
2015-07-29
block: manipulate bio->bi_flags through helpers
Jens Axboe
1
-1
/
+1
2015-07-29
block: add a bi_error field to struct bio
Christoph Hellwig
1
-13
/
+14
2015-07-23
block: Remove forced page bouncing under IO
Jan Kara
1
-27
/
+4
2015-06-26
Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+1
2015-06-26
Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+0
2015-06-02
writeback: separate out include/linux/backing-dev-defs.h
Tejun Heo
1
-0
/
+1
2015-05-19
block: remove BIO_EOPNOTSUPP
Christoph Hellwig
1
-3
/
+0
2015-04-27
block:bounce: fix call inc_|dec_zone_page_state on different pages confuse va...
Wang YanQing
1
-1
/
+1
2014-06-07
mm: convert some level-less printks to pr_*
Mitchel Humpherys
1
-2
/
+5
2014-05-20
block: move mm/bounce.c to block/
Jens Axboe
1
-0
/
+287