index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
bounce.c
Age
Commit message (
Expand
)
Author
2020-07-01
block: rename generic_make_request to submit_bio_noacct
Christoph Hellwig
2020-05-14
block: Inline encryption support for blk-mq
Satya Tangirala
2019-04-30
block: remove the i argument to bio_for_each_segment_all
Christoph Hellwig
2019-02-21
block: bounce: make sure that bvec table is updated
Ming Lei
2019-02-15
block: allow bio_for_each_segment_all() to iterate over multi-page bvec
Ming Lei
2018-12-07
blkcg: remove bio->bi_css and instead use bio->bi_blkg
Dennis Zhou
2018-12-07
blkcg: consolidate bio_issue_init() to be a part of core
Dennis Zhou
2018-11-12
block: copy ioprio in __bio_clone_fast() and bounce
Hannes Reinecke
2018-11-02
Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-11-01
blkcg: revert blkcg cleanups series
Dennis Zhou
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-21
block: setup bounce bio_sets properly
Jens Axboe
2018-09-21
blkcg: remove bio->bi_css and instead use bio->bi_blkg
Dennis Zhou (Facebook)
2018-09-21
blkcg: consolidate bio_issue_init to be a part of core
Dennis Zhou (Facebook)
2018-07-24
block: unexport bio_clone_bioset
Christoph Hellwig
2018-05-30
block: fixup bioset_integrity_create() call
Jens Axboe
2018-05-30
block: convert bounce, q->bio_split to bioset_init()/mempool_init()
Kent Overstreet
2018-05-07
block: don't disable interrupts during kmap_atomic()
Sebastian Andrzej Siewior
2018-03-26
treewide: simplify Kconfig dependencies for removed archs
Arnd Bergmann
2018-01-29
Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-01-06
block: bounce: don't access bio->bi_io_vec in copy_to_high_bio_irq
Ming Lei
2018-01-06
block: bounce: avoid direct access to bvec table
Ming Lei
2017-12-18
block: don't let passthrough IO go into .make_request_fn()
Ming Lei
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-06-27
block: remove the queue_bounce_pfn helper
Christoph Hellwig
2017-06-27
block: move bounce declarations to block/blk.h
Christoph Hellwig
2017-06-27
blk-map: call blk_queue_bounce from blk_rq_append_bio
Christoph Hellwig
2017-06-21
block: Declare local symbols static
Bart Van Assche
2017-06-18
block: Improvements to bounce-buffer handling
NeilBrown
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
2015-09-19
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-09-17
block: fix bounce_end_io
Ming Lei
2015-09-03
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
2015-07-29
block: manipulate bio->bi_flags through helpers
Jens Axboe
2015-07-29
block: add a bi_error field to struct bio
Christoph Hellwig
2015-07-23
block: Remove forced page bouncing under IO
Jan Kara
2015-06-25
Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-06-25
Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-06-02
writeback: separate out include/linux/backing-dev-defs.h
Tejun Heo
2015-05-19
block: remove BIO_EOPNOTSUPP
Christoph Hellwig
2015-04-27
block:bounce: fix call inc_|dec_zone_page_state on different pages confuse va...
Wang YanQing
2014-06-06
mm: convert some level-less printks to pr_*
Mitchel Humpherys
2014-05-19
block: move mm/bounce.c to block/
Jens Axboe