summaryrefslogtreecommitdiffstats
path: root/include/linux/bio.h
Commit message (Expand)AuthorAgeFilesLines
* block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig2019-04-301-14/+1
* block: remove the __bio_add_pc_page exportChristoph Hellwig2019-04-301-3/+0
* block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-301-3/+2
* Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe2019-04-221-8/+12
|\
| * block: don't use for-inside-for in bio_for_each_segment_allMing Lei2019-04-081-8/+12
* | block: put the same page when adding it to bioMing Lei2019-04-011-0/+3
|/
* block: add bio_set_polled() helperJens Axboe2019-02-241-0/+14
* block: always define BIO_MAX_PAGES as 256Ming Lei2019-02-151-8/+0
* 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/+0
* blkcg: remove bio_disassociate_task()Dennis Zhou2018-12-071-2/+0
* blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou2018-12-071-7/+4
* blkcg: associate writeback bios with a blkgDennis Zhou2018-12-071-0/+5
* blkcg: associate a blkg for pages being evicted by swapDennis Zhou2018-12-071-3/+3
* blkcg: associate blkg when associating a deviceDennis Zhou2018-12-071-0/+2
* blkcg: introduce common blkg association logicDennis Zhou2018-12-071-1/+4
* blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-011-17/+9
* 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/+0
* block: don't include io.h from bio.hChristoph Hellwig2018-09-241-3/+0
* block: remove bvec_to_physChristoph Hellwig2018-09-241-5/+0
* block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeableChristoph Hellwig2018-09-241-8/+0
* block: simplify BIOVEC_PHYS_MERGEABLEChristoph Hellwig2018-09-241-13/+0
* blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)2018-09-211-6/+3
* blkcg: associate a blkg for pages being evicted by swapDennis Zhou (Facebook)2018-09-211-3/+8
* blkcg: always associate a bio with a blkgDennis Zhou (Facebook)2018-09-211-0/+3
* block: remove bio_rewind_iter()Ming Lei2018-09-061-18/+4
* block: unexport bio_clone_biosetChristoph Hellwig2018-07-241-1/+0
* block: remove bio_clone_kmallocChristoph Hellwig2018-07-241-6/+0
* 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-011-0/+9
* | block: Drop bioset_create()Kent Overstreet2018-05-301-4/+2
* | 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/+1
* 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/+0
| * block: introduce bio helpers for converting to multipage bvecMing Lei2018-01-061-0/+23
* | block-throttle: avoid double chargeShaohua Li2017-12-201-0/+2
|/