summaryrefslogtreecommitdiffstats
path: root/include/linux/bio.h
Commit message (Expand)AuthorAgeFilesLines
* block: fix .bi_size overflowMing Lei2019-07-011-2/+16
* Merge tag 'v5.2-rc6' into for-5.3/blockJens Axboe2019-07-011-1/+1
|\
| * block: return from __bio_try_merge_page if merging occured in the same pageChristoph Hellwig2019-06-171-1/+1
* | block: optionally mark pages dirty in bio_release_pagesChristoph Hellwig2019-06-291-1/+1
* | block: move the BIO_NO_PAGE_REF check into bio_release_pagesChristoph Hellwig2019-06-291-0/+1
* | block: Remove unused codeDamien Le Moal2019-06-271-11/+0Star
* | block: remove the bi_phys_segments field in struct bioChristoph Hellwig2019-06-201-1/+0Star
|/
* bio: fix improper use of smp_mb__before_atomic()Andrea Parri2019-05-231-1/+1
* block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig2019-05-011-14/+1Star
* block: remove the __bio_add_pc_page exportChristoph Hellwig2019-04-301-3/+0Star
* block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-301-3/+2Star
* 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/+0Star
* 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/+0Star
* blkcg: remove bio_disassociate_task()Dennis Zhou2018-12-081-2/+0Star
* blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou2018-12-081-7/+4Star
* blkcg: associate writeback bios with a blkgDennis Zhou2018-12-081-0/+5
* blkcg: associate a blkg for pages being evicted by swapDennis Zhou2018-12-081-3/+3
* blkcg: associate blkg when associating a deviceDennis Zhou2018-12-081-0/+2
* blkcg: introduce common blkg association logicDennis Zhou2018-12-081-1/+4
* blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-021-17/+9Star
* 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/+0Star
* block: don't include io.h from bio.hChristoph Hellwig2018-09-241-3/+0Star
* block: remove bvec_to_physChristoph Hellwig2018-09-241-5/+0Star
* block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeableChristoph Hellwig2018-09-241-8/+0Star
* block: simplify BIOVEC_PHYS_MERGEABLEChristoph Hellwig2018-09-241-13/+0Star
* blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)2018-09-221-6/+3Star
* blkcg: associate a blkg for pages being evicted by swapDennis Zhou (Facebook)2018-09-221-3/+8
* blkcg: always associate a bio with a blkgDennis Zhou (Facebook)2018-09-221-0/+3
* block: remove bio_rewind_iter()Ming Lei2018-09-061-18/+4Star
* block: unexport bio_clone_biosetChristoph Hellwig2018-07-241-1/+0Star
* block: remove bio_clone_kmallocChristoph Hellwig2018-07-241-6/+0Star
* 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-021-0/+9
* | block: Drop bioset_create()Kent Overstreet2018-05-301-4/+2Star
* | 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