summaryrefslogtreecommitdiffstats
path: root/include/linux/bio.h
Commit message (Expand)AuthorAge
* bio: fix improper use of smp_mb__before_atomic()Andrea Parri2019-05-23
* block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig2019-04-30
* block: remove the __bio_add_pc_page exportChristoph Hellwig2019-04-30
* block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-30
* Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe2019-04-22
|\
| * block: don't use for-inside-for in bio_for_each_segment_allMing Lei2019-04-08
* | block: put the same page when adding it to bioMing Lei2019-04-01
|/
* block: add bio_set_polled() helperJens Axboe2019-02-24
* block: always define BIO_MAX_PAGES as 256Ming Lei2019-02-15
* block: enable multipage bvecsMing Lei2019-02-15
* block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei2019-02-15
* block: introduce bio_for_each_bvec() and rq_for_each_bvec()Ming Lei2019-02-15
* btrfs: look at bi_size for repair decisionsChristoph Hellwig2019-02-15
* blkcg: remove bio_disassociate_task()Dennis Zhou2018-12-08
* blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou2018-12-08
* blkcg: associate writeback bios with a blkgDennis Zhou2018-12-08
* blkcg: associate a blkg for pages being evicted by swapDennis Zhou2018-12-08
* blkcg: associate blkg when associating a deviceDennis Zhou2018-12-08
* blkcg: introduce common blkg association logicDennis Zhou2018-12-08
* blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-01
* blkcg: reassociate bios when make_request() is called recursivelyDennis Zhou2018-10-20
* block: don't include bug.h from bio.hChristoph Hellwig2018-09-24
* block: don't include io.h from bio.hChristoph Hellwig2018-09-24
* block: remove bvec_to_physChristoph Hellwig2018-09-24
* block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeableChristoph Hellwig2018-09-24
* block: simplify BIOVEC_PHYS_MERGEABLEChristoph Hellwig2018-09-24
* blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)2018-09-21
* blkcg: associate a blkg for pages being evicted by swapDennis Zhou (Facebook)2018-09-21
* blkcg: always associate a bio with a blkgDennis Zhou (Facebook)2018-09-21
* block: remove bio_rewind_iter()Ming Lei2018-09-06
* block: unexport bio_clone_biosetChristoph Hellwig2018-07-24
* block: remove bio_clone_kmallocChristoph Hellwig2018-07-24
* block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan2018-07-18
* swap,blkcg: issue swap io with the appropriate contextTejun Heo2018-07-09
* block: add bi_blkg to the bio for cgroupsJosef Bacik2018-07-09
* Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-08
|\
| * block: add bioset_init_from_src() helperJens Axboe2018-06-08
* | Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-06-05
|\ \ | |/ |/|
| * block: add a lower-level bio_add_page interfaceChristoph Hellwig2018-06-01
* | block: Drop bioset_create()Kent Overstreet2018-05-30
* | block: convert bounce, q->bio_split to bioset_init()/mempool_init()Kent Overstreet2018-05-30
* | block: Split out bio_list_copy_data()Kent Overstreet2018-05-14
* | block: Add bio_copy_data_iter(), zero_fill_bio_iter()Kent Overstreet2018-05-14
* | block: Use bioset_init() for fs_bio_setKent Overstreet2018-05-14
* | block: Add bioset_init()/bioset_exit()Kent Overstreet2018-05-14
* | block: Convert bio_set to mempool_init()Kent Overstreet2018-05-14
|/
* block: display the correct diskname for bioJiufei Xue2018-03-01
* Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-29
|\
| * block: move bio_alloc_pages() to bcacheMing Lei2018-01-06
| * block: introduce bio helpers for converting to multipage bvecMing Lei2018-01-06