summaryrefslogtreecommitdiffstats
path: root/include/linux/bio.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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-101-12/+0
* | block: kill bio_kmap/kunmap_irq()Jens Axboe2017-11-101-11/+0
* | blkcg: delete unused APIsShaohua Li2017-09-261-2/+0
|/
* Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-4/+23
|\
| * block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-0/+18
| * block: pass in queue to inflight accountingJens Axboe2017-08-091-4/+5
* | mm: test code to write THP to swap device as a wholeHuang Ying2017-09-061-0/+8
|/
* bio-integrity: stop abusing bi_end_ioChristoph Hellwig2017-07-031-9/+0
* bio: add bvec_iter rewind APIDmitry Monakhov2017-07-031-2/+17
* block: guard bvec iteration logicDmitry Monakhov2017-07-031-1/+3
* bio-integrity: fold bio_integrity_enabled to bio_integrity_prepDmitry Monakhov2017-07-031-9/+3
* bio-integrity: fix interface for bio_integrity_trimDmitry Monakhov2017-07-031-3/+2
* Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-031-9/+12
|\
| * block: remove the unused bio_to_phys macroChristoph Hellwig2017-06-201-1/+0
| * block: return on congested block deviceGoldwyn Rodrigues2017-06-201-0/+6
| * block: remove bio_clone() and all references.NeilBrown2017-06-181-5/+0
| * blk: make the bioset rescue_workqueue optional.NeilBrown2017-06-181-0/+1
| * blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-181-2/+4
| * block: switch bios to blk_status_tChristoph Hellwig2017-06-091-1/+1
* | block: provide bio_uninit() free freeing integrity/task associationsJens Axboe2017-06-281-0/+1
|/
* Merge branch 'md-next' into md-linusShaohua Li2017-05-011-9/+2
|\
| * Revert "block: introduce bio_copy_data_partial"NeilBrown2017-04-111-2/+0
| * block: remove bio_clone_bioset_partial()Shaohua Li2017-03-251-9/+2
| * block: introduce bio_copy_data_partialMing Lei2017-03-241-0/+2
* | block: make nr_iovecs unsigned in bio_alloc_bioset()Dan Carpenter2017-03-231-1/+1
|/
* block: introduce bio_clone_bioset_partial()Ming Lei2017-02-151-2/+9
* block: improve handling of the magic discard payloadChristoph Hellwig2016-12-091-1/+2
* block: add support for REQ_OP_WRITE_ZEROESChaitanya Kulkarni2016-12-011-11/+14
* block: bio: pass bvec table to bio_init()Ming Lei2016-11-221-1/+2
* block: add bio_iov_iter_get_pages()Kent Overstreet2016-11-021-0/+1
* block, fs: move submit_bio to bio.hChristoph Hellwig2016-11-011-0/+2
* fs: decouple READ and WRITE from the block layer opsChristoph Hellwig2016-11-011-0/+6
* block: remove bio_is_rwChristoph Hellwig2016-10-281-11/+0
* block: export bio_free_pages to other modulesGuoqing Jiang2016-09-221-0/+1