aboutsummaryrefslogtreecommitdiffstats
path: root/block/bio.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "bio: limit bio max size"Jens Axboe2021-05-081-11/+2
* bio: limit bio max sizeChangheun Lee2021-05-031-2/+11
* Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-281-40/+3
|\
| * block: move bio_list_copy_data to pktcdvdChristoph Hellwig2021-04-121-37/+0
| * block: remove zero_fill_bio_iterChristoph Hellwig2021-04-121-3/+3
* | block: only update parent bi_status when bio failYufen Yu2021-03-311-1/+1
* | block: support zone append bvecsJohannes Thumshirn2021-03-241-3/+18
|/
* block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-111-7/+7
* Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-211-318/+253
|\
| * block: use bi_max_vecs to find the bvec poolChristoph Hellwig2021-02-081-61/+43
| * block: mark the bio as cloned in bio_iov_bvec_setChristoph Hellwig2021-02-081-1/+1
| * block: set BIO_NO_PAGE_REF in bio_iov_bvec_setChristoph Hellwig2021-02-081-3/+2
| * block: remove a layer of indentation in bio_iov_iter_get_pagesChristoph Hellwig2021-02-081-7/+7
| * block: turn the nr_iovecs argument to bio_alloc* into an unsigned shortChristoph Hellwig2021-02-081-2/+2
| * block: remove the 1 and 4 vec bvec_slabs entriesChristoph Hellwig2021-02-081-37/+16
| * block: streamline bvec_allocChristoph Hellwig2021-02-081-16/+10
| * block: factor out a bvec_alloc_gfp helperChristoph Hellwig2021-02-081-9/+11
| * block: move struct biovec_slab to bio.cChristoph Hellwig2021-02-081-0/+6
| * block: reuse BIO_INLINE_VECS for integrity bvecsChristoph Hellwig2021-02-081-6/+0
| * block: fix memory leak of bvecMing Lei2021-02-021-1/+1
| * block: split bio_kmalloc from bio_alloc_biosetChristoph Hellwig2021-01-271-82/+85
| * block: inherit BIO_REMAPPED when cloning biosChristoph Hellwig2021-01-261-0/+2
| * bio: don't copy bvec for direct IOPavel Begunkov2021-01-251-38/+29
| * block/psi: remove PSI annotations from direct IOPavel Begunkov2021-01-251-0/+6
| * block: set .bi_max_vecs as actual allocated vector numberMing Lei2021-01-241-1/+2
| * block: don't allocate inline bvecs if this bioset needn't bvecsMing Lei2021-01-241-2/+5
| * block: manage bio slab cache by xarrayMing Lei2021-01-241-67/+49
| * block: store a block_device pointer in struct bioChristoph Hellwig2021-01-241-20/+11
* | block: add bio_add_zone_append_pageJohannes Thumshirn2021-02-091-0/+33
|/
* bio: optimise bvec iterationPavel Begunkov2020-12-021-2/+2
* block: switch partition lookup to use struct block_deviceChristoph Hellwig2020-12-011-2/+2
* block: remove the nr_sects field in struct hd_structChristoph Hellwig2020-12-011-2/+2
* block: advance iov_iter on bio_add_hw_page failureNaohiro Aota2020-10-281-4/+7
* docs: bio: fix a kerneldoc markupMauro Carvalho Chehab2020-10-151-1/+1
* block: bio: fix a warning at the kernel-doc markupsMauro Carvalho Chehab2020-10-151-1/+1
* Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-11/+9
|\
| * block: make bio_crypt_clone() able to failEric Biggers2020-10-051-11/+9
* | block: Set same_page to false in __bio_try_merge_page if ret is falseRitesh Harjani2020-09-091-1/+3
|/
* block: Fix page_is_mergeable() for compound pagesMatthew Wilcox (Oracle)2020-08-171-5/+5
* block: bio: delete duplicated wordsRandy Dunlap2020-07-311-2/+2
* block: rename generic_make_request to submit_bio_noacctChristoph Hellwig2020-07-011-7/+7
* block: move the bio cgroup associatation helpers to blk-cgroup.cChristoph Hellwig2020-06-291-75/+0
* block: move bio_associate_blkg_from_page to mm/page_io.cChristoph Hellwig2020-06-291-26/+0
* block: merge __bio_associate_blkg into bio_associate_blkg_from_cssChristoph Hellwig2020-06-291-32/+13
* block: really clone the block cgroup in bio_clone_blkg_associationChristoph Hellwig2020-06-291-6/+6
* block: remove bio_disassociate_blkgChristoph Hellwig2020-06-291-19/+8
* block: bio: Use struct_size() in kmalloc()Gustavo A. R. Silva2020-06-241-3/+1
* block: remove the error argument to the block_bio_complete tracepointChristoph Hellwig2020-06-041-2/+1
* block: move update_io_ticks to blk-core.cChristoph Hellwig2020-05-271-16/+0
* block: remove generic_{start,end}_io_acctChristoph Hellwig2020-05-271-39/+0