aboutsummaryrefslogtreecommitdiffstats
path: root/block/bio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-02bio: optimise bvec iterationPavel Begunkov1-2/+2
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig1-2/+2
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig1-2/+2
2020-10-28block: advance iov_iter on bio_add_hw_page failureNaohiro Aota1-4/+7
2020-10-15docs: bio: fix a kerneldoc markupMauro Carvalho Chehab1-1/+1
2020-10-15block: bio: fix a warning at the kernel-doc markupsMauro Carvalho Chehab1-1/+1
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-11/+9
2020-10-05block: make bio_crypt_clone() able to failEric Biggers1-11/+9
2020-09-09block: Set same_page to false in __bio_try_merge_page if ret is falseRitesh Harjani1-1/+3
2020-08-17block: Fix page_is_mergeable() for compound pagesMatthew Wilcox (Oracle)1-5/+5
2020-07-31block: bio: delete duplicated wordsRandy Dunlap1-2/+2
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig1-7/+7
2020-06-29block: move the bio cgroup associatation helpers to blk-cgroup.cChristoph Hellwig1-75/+0
2020-06-29block: move bio_associate_blkg_from_page to mm/page_io.cChristoph Hellwig1-26/+0
2020-06-29block: merge __bio_associate_blkg into bio_associate_blkg_from_cssChristoph Hellwig1-32/+13
2020-06-29block: really clone the block cgroup in bio_clone_blkg_associationChristoph Hellwig1-6/+6
2020-06-29block: remove bio_disassociate_blkgChristoph Hellwig1-19/+8
2020-06-24block: bio: Use struct_size() in kmalloc()Gustavo A. R. Silva1-3/+1
2020-06-04block: remove the error argument to the block_bio_complete tracepointChristoph Hellwig1-2/+1
2020-05-27block: move update_io_ticks to blk-core.cChristoph Hellwig1-16/+0
2020-05-27block: remove generic_{start,end}_io_acctChristoph Hellwig1-39/+0
2020-05-19block: merge part_{inc,dev}_in_flight into their only callersChristoph Hellwig1-2/+8
2020-05-14block: Inline encryption support for blk-mqSatya Tangirala1-0/+6
2020-05-12block: export bio_release_pages and bio_iov_iter_get_pagesJohannes Thumshirn1-0/+2
2020-05-12block: Introduce REQ_OP_ZONE_APPENDKeith Busch1-4/+58
2020-05-12block: rename __bio_add_pc_page to bio_add_hw_pageChristoph Hellwig1-25/+40
2020-03-27block: move bio_map_* to blk-map.cChristoph Hellwig1-509/+1
2020-03-25block: move guard_bio_eod to bio.cChristoph Hellwig1-0/+43
2020-03-25block/diskstats: replace time_in_queue with sum of request timesKonstantin Khlebnikov1-1/+0
2020-03-25block/diskstats: more accurate approximation of io_ticks for slow disksKonstantin Khlebnikov1-4/+4
2020-03-24block: move disk_name and related helpers out of partition-generic.cChristoph Hellwig1-0/+6
2020-03-18block: Prevent hung_check firing during long sync IOMing Lei1-1/+11
2020-01-09fs: move guard_bio_eod() after bio_set_op_attrsMing Lei1-1/+11
2019-12-28block: add bio_truncate to fix guard_bio_eodMing Lei1-0/+39
2019-12-09block: fix "check bi_size overflow before merge"Andreas Gruenbacher1-1/+3
2019-12-05block: fix memleak of bio integrity dataJustin Tee1-0/+3
2019-11-12block: check bi_size overflow before mergeJunichi Nomura1-1/+1
2019-08-22block: move same page handling from __bio_add_pc_page to the callersChristoph Hellwig1-10/+10
2019-08-22block: create a bio_try_merge_pc_page helperChristoph Hellwig1-24/+10
2019-08-22block: improve the gap check in __bio_add_pc_pageChristoph Hellwig1-7/+7
2019-08-14block: annotate refault stalls from IO submissionJohannes Weiner1-0/+3
2019-08-06block: stop exporting bio_map_kernHans Holmberg1-1/+0
2019-08-04block: Document the bio splitting functionsBart Van Assche1-2/+2
2019-07-11block: Allow mapping of vmalloc-ed buffersDamien Le Moal1-1/+27
2019-07-01block: fix .bi_size overflowMing Lei1-5/+5
2019-07-01Merge tag 'v5.2-rc6' into for-5.3/blockJens Axboe1-17/+21
2019-06-29block: never take page references for ITER_BVECChristoph Hellwig1-13/+1
2019-06-29block: use bio_release_pages in bio_map_user_iovChristoph Hellwig1-5/+1
2019-06-29block: use bio_release_pages in bio_unmap_userChristoph Hellwig1-19/+2
2019-06-29block: optionally mark pages dirty in bio_release_pagesChristoph Hellwig1-5/+7