aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bio.h
AgeCommit message (Expand)Author
2021-07-14block: return the correct bvec when checking for gapsLong Li
2020-06-29block: move bio_associate_blkg_from_page to mm/page_io.cChristoph Hellwig
2020-06-29block: remove bio_disassociate_blkgChristoph Hellwig
2020-06-24block: reduce ifdef CONFIG_BLOCK madness in headersChristoph Hellwig
2020-06-02Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2020-06-01block: mark bio_wouldblock_error() bio with BIO_QUIETJens Axboe
2020-05-27block: remove generic_{start,end}_io_acctChristoph Hellwig
2020-05-25block: add bio_for_each_bvec_all()Omar Sandoval
2020-05-19bio.h: Declare the arguments of the bio iteration functions constBart Van Assche
2020-04-18bio: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-03-27block: move bio_map_* to blk-map.cChristoph Hellwig
2020-03-25block: move guard_bio_eod to bio.cChristoph Hellwig
2019-12-28block: add bio_truncate to fix guard_bio_eodMing Lei
2019-07-01block: fix .bi_size overflowMing Lei
2019-07-01Merge tag 'v5.2-rc6' into for-5.3/blockJens Axboe
2019-06-29block: optionally mark pages dirty in bio_release_pagesChristoph Hellwig
2019-06-29block: move the BIO_NO_PAGE_REF check into bio_release_pagesChristoph Hellwig
2019-06-27block: Remove unused codeDamien Le Moal
2019-06-20block: remove the bi_phys_segments field in struct bioChristoph Hellwig
2019-06-17block: return from __bio_try_merge_page if merging occured in the same pageChristoph Hellwig
2019-05-23bio: fix improper use of smp_mb__before_atomic()Andrea Parri
2019-04-30block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig
2019-04-30block: remove the __bio_add_pc_page exportChristoph Hellwig
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe
2019-04-08block: don't use for-inside-for in bio_for_each_segment_allMing Lei
2019-04-01block: put the same page when adding it to bioMing Lei
2019-02-24block: add bio_set_polled() helperJens Axboe
2019-02-15block: always define BIO_MAX_PAGES as 256Ming Lei
2019-02-15block: enable multipage bvecsMing Lei
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei
2019-02-15block: introduce bio_for_each_bvec() and rq_for_each_bvec()Ming Lei
2019-02-15btrfs: look at bi_size for repair decisionsChristoph Hellwig
2018-12-07blkcg: remove bio_disassociate_task()Dennis Zhou
2018-12-07blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou
2018-12-07blkcg: associate writeback bios with a blkgDennis Zhou
2018-12-07blkcg: associate a blkg for pages being evicted by swapDennis Zhou
2018-12-07blkcg: associate blkg when associating a deviceDennis Zhou
2018-12-07blkcg: introduce common blkg association logicDennis Zhou
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou
2018-10-20blkcg: reassociate bios when make_request() is called recursivelyDennis Zhou
2018-09-24block: don't include bug.h from bio.hChristoph Hellwig
2018-09-24block: don't include io.h from bio.hChristoph Hellwig
2018-09-24block: remove bvec_to_physChristoph Hellwig
2018-09-24block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeableChristoph Hellwig
2018-09-24block: simplify BIOVEC_PHYS_MERGEABLEChristoph Hellwig
2018-09-21blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)
2018-09-21blkcg: associate a blkg for pages being evicted by swapDennis Zhou (Facebook)
2018-09-21blkcg: always associate a bio with a blkgDennis Zhou (Facebook)
2018-09-06block: remove bio_rewind_iter()Ming Lei