summaryrefslogtreecommitdiff
path: root/include/linux/bio.h
AgeCommit message (Expand)Author
2018-07-24block: unexport bio_clone_biosetChristoph Hellwig
2018-07-24block: remove bio_clone_kmallocChristoph Hellwig
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan
2018-07-09swap,blkcg: issue swap io with the appropriate contextTejun Heo
2018-07-09block: add bi_blkg to the bio for cgroupsJosef Bacik
2018-06-08Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-06-08block: add bioset_init_from_src() helperJens Axboe
2018-06-05Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-06-01block: add a lower-level bio_add_page interfaceChristoph Hellwig
2018-05-30block: Drop bioset_create()Kent Overstreet
2018-05-30block: convert bounce, q->bio_split to bioset_init()/mempool_init()Kent Overstreet
2018-05-14block: Split out bio_list_copy_data()Kent Overstreet
2018-05-14block: Add bio_copy_data_iter(), zero_fill_bio_iter()Kent Overstreet
2018-05-14block: Use bioset_init() for fs_bio_setKent Overstreet
2018-05-14block: Add bioset_init()/bioset_exit()Kent Overstreet
2018-05-14block: Convert bio_set to mempool_init()Kent Overstreet
2018-03-01block: display the correct diskname for bioJiufei Xue
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-01-06block: move bio_alloc_pages() to bcacheMing Lei
2018-01-06block: introduce bio helpers for converting to multipage bvecMing Lei
2017-12-20block-throttle: avoid double chargeShaohua Li
2017-11-17Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-11-10block: remove __bio_kmap_atomicChristoph Hellwig
2017-11-10block: kill bio_kmap/kunmap_irq()Jens Axboe
2017-10-11blk_rq_map_user_iov(): move iov_iter_advance() downAl Viro
2017-09-26blkcg: delete unused APIsShaohua Li
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-09-06mm: test code to write THP to swap device as a wholeHuang Ying
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-08-09block: pass in queue to inflight accountingJens Axboe
2017-07-03bio-integrity: stop abusing bi_end_ioChristoph Hellwig
2017-07-03bio: add bvec_iter rewind APIDmitry Monakhov
2017-07-03block: guard bvec iteration logicDmitry Monakhov
2017-07-03bio-integrity: fold bio_integrity_enabled to bio_integrity_prepDmitry Monakhov
2017-07-03bio-integrity: fix interface for bio_integrity_trimDmitry Monakhov
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-06-28block: provide bio_uninit() free freeing integrity/task associationsJens Axboe
2017-06-20block: remove the unused bio_to_phys macroChristoph Hellwig
2017-06-20block: return on congested block deviceGoldwyn Rodrigues
2017-06-18block: remove bio_clone() and all references.NeilBrown
2017-06-18blk: make the bioset rescue_workqueue optional.NeilBrown
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-05-01Merge branch 'md-next' into md-linusShaohua Li
2017-04-11Revert "block: introduce bio_copy_data_partial"NeilBrown
2017-03-25block: remove bio_clone_bioset_partial()Shaohua Li
2017-03-24block: introduce bio_copy_data_partialMing Lei
2017-03-23block: make nr_iovecs unsigned in bio_alloc_bioset()Dan Carpenter
2017-02-15block: introduce bio_clone_bioset_partial()Ming Lei
2016-12-09block: improve handling of the magic discard payloadChristoph Hellwig