summaryrefslogtreecommitdiffstats
path: root/include/linux/bio.h
Commit message (Expand)AuthorAgeFilesLines
* block: don't use for-inside-for in bio_for_each_segment_allMing Lei2019-04-081-8/+12
* block: add bio_set_polled() helperJens Axboe2019-02-241-0/+14
* block: always define BIO_MAX_PAGES as 256Ming Lei2019-02-151-8/+0Star
* block: enable multipage bvecsMing Lei2019-02-151-1/+1
* block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei2019-02-151-2/+9
* block: introduce bio_for_each_bvec() and rq_for_each_bvec()Ming Lei2019-02-151-0/+10
* btrfs: look at bi_size for repair decisionsChristoph Hellwig2019-02-151-6/+0Star
* blkcg: remove bio_disassociate_task()Dennis Zhou2018-12-081-2/+0Star
* blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou2018-12-081-7/+4Star
* blkcg: associate writeback bios with a blkgDennis Zhou2018-12-081-0/+5
* blkcg: associate a blkg for pages being evicted by swapDennis Zhou2018-12-081-3/+3
* blkcg: associate blkg when associating a deviceDennis Zhou2018-12-081-0/+2
* blkcg: introduce common blkg association logicDennis Zhou2018-12-081-1/+4
* blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-021-17/+9Star
* blkcg: reassociate bios when make_request() is called recursivelyDennis Zhou2018-10-201-0/+3
* block: don't include bug.h from bio.hChristoph Hellwig2018-09-241-1/+0Star
* block: don't include io.h from bio.hChristoph Hellwig2018-09-241-3/+0Star
* block: remove bvec_to_physChristoph Hellwig2018-09-241-5/+0Star
* block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeableChristoph Hellwig2018-09-241-8/+0Star
* block: simplify BIOVEC_PHYS_MERGEABLEChristoph Hellwig2018-09-241-13/+0Star
* blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)2018-09-221-6/+3Star
* blkcg: associate a blkg for pages being evicted by swapDennis Zhou (Facebook)2018-09-221-3/+8
* blkcg: always associate a bio with a blkgDennis Zhou (Facebook)2018-09-221-0/+3
* block: remove bio_rewind_iter()Ming Lei2018-09-061-18/+4Star
* block: unexport bio_clone_biosetChristoph Hellwig2018-07-241-1/+0Star
* block: remove bio_clone_kmallocChristoph Hellwig2018-07-241-6/+0Star
* block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan2018-07-181-2/+2
* swap,blkcg: issue swap io with the appropriate contextTejun Heo2018-07-091-0/+7
* block: add bi_blkg to the bio for cgroupsJosef Bacik2018-07-091-0/+1
* Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-081-0/+1
|\
| * block: add bioset_init_from_src() helperJens Axboe2018-06-081-0/+1
* | Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-06-051-0/+9
|\ \ | |/ |/|
| * block: add a lower-level bio_add_page interfaceChristoph Hellwig2018-06-021-0/+9
* | block: Drop bioset_create()Kent Overstreet2018-05-301-4/+2Star
* | block: convert bounce, q->bio_split to bioset_init()/mempool_init()Kent Overstreet2018-05-301-0/+5
* | block: Split out bio_list_copy_data()Kent Overstreet2018-05-141-2/+3
* | block: Add bio_copy_data_iter(), zero_fill_bio_iter()Kent Overstreet2018-05-141-3/+15
* | block: Use bioset_init() for fs_bio_setKent Overstreet2018-05-141-2/+2
* | block: Add bioset_init()/bioset_exit()Kent Overstreet2018-05-141-0/+2
* | block: Convert bio_set to mempool_init()Kent Overstreet2018-05-141-5/+5
|/
* block: display the correct diskname for bioJiufei Xue2018-03-011-3/+1Star
* Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-291-1/+23
|\
| * block: move bio_alloc_pages() to bcacheMing Lei2018-01-061-1/+0Star
| * block: introduce bio helpers for converting to multipage bvecMing Lei2018-01-061-0/+23
* | block-throttle: avoid double chargeShaohua Li2017-12-201-0/+2
|/
* Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-171-2/+2
|\
| * blk_rq_map_user_iov(): move iov_iter_advance() downAl Viro2017-10-111-2/+2
* | block: remove __bio_kmap_atomicChristoph Hellwig2017-11-111-12/+0Star
* | block: kill bio_kmap/kunmap_irq()Jens Axboe2017-11-111-11/+0Star
* | blkcg: delete unused APIsShaohua Li2017-09-261-2/+0Star
|/