aboutsummaryrefslogtreecommitdiff
path: root/include/linux/bio.h
AgeCommit message (Expand)AuthorFilesLines
2018-12-07blkcg: remove bio_disassociate_task()Gravatar Dennis Zhou 1-2/+0
2018-12-07blkcg: remove bio->bi_css and instead use bio->bi_blkgGravatar Dennis Zhou 1-7/+4
2018-12-07blkcg: associate writeback bios with a blkgGravatar Dennis Zhou 1-0/+5
2018-12-07blkcg: associate a blkg for pages being evicted by swapGravatar Dennis Zhou 1-3/+3
2018-12-07blkcg: associate blkg when associating a deviceGravatar Dennis Zhou 1-0/+2
2018-12-07blkcg: introduce common blkg association logicGravatar Dennis Zhou 1-1/+4
2018-11-01blkcg: revert blkcg cleanups seriesGravatar Dennis Zhou 1-17/+9
2018-10-20blkcg: reassociate bios when make_request() is called recursivelyGravatar Dennis Zhou 1-0/+3
2018-09-24block: don't include bug.h from bio.hGravatar Christoph Hellwig 1-1/+0
2018-09-24block: don't include io.h from bio.hGravatar Christoph Hellwig 1-3/+0
2018-09-24block: remove bvec_to_physGravatar Christoph Hellwig 1-5/+0
2018-09-24block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeableGravatar Christoph Hellwig 1-8/+0
2018-09-24block: simplify BIOVEC_PHYS_MERGEABLEGravatar Christoph Hellwig 1-13/+0
2018-09-21blkcg: remove bio->bi_css and instead use bio->bi_blkgGravatar Dennis Zhou (Facebook) 1-6/+3
2018-09-21blkcg: associate a blkg for pages being evicted by swapGravatar Dennis Zhou (Facebook) 1-3/+8
2018-09-21blkcg: always associate a bio with a blkgGravatar Dennis Zhou (Facebook) 1-0/+3
2018-09-06block: remove bio_rewind_iter()Gravatar Ming Lei 1-18/+4
2018-07-24block: unexport bio_clone_biosetGravatar Christoph Hellwig 1-1/+0
2018-07-24block: remove bio_clone_kmallocGravatar Christoph Hellwig 1-6/+0
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Gravatar Michael Callahan 1-2/+2
2018-07-09swap,blkcg: issue swap io with the appropriate contextGravatar Tejun Heo 1-0/+7
2018-07-09block: add bi_blkg to the bio for cgroupsGravatar Josef Bacik 1-0/+1
2018-06-08Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+1
2018-06-08block: add bioset_init_from_src() helperGravatar Jens Axboe 1-0/+1
2018-06-05Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-0/+9
2018-06-01block: add a lower-level bio_add_page interfaceGravatar Christoph Hellwig 1-0/+9
2018-05-30block: Drop bioset_create()Gravatar Kent Overstreet 1-4/+2
2018-05-30block: convert bounce, q->bio_split to bioset_init()/mempool_init()Gravatar Kent Overstreet 1-0/+5
2018-05-14block: Split out bio_list_copy_data()Gravatar Kent Overstreet 1-2/+3
2018-05-14block: Add bio_copy_data_iter(), zero_fill_bio_iter()Gravatar Kent Overstreet 1-3/+15
2018-05-14block: Use bioset_init() for fs_bio_setGravatar Kent Overstreet 1-2/+2
2018-05-14block: Add bioset_init()/bioset_exit()Gravatar Kent Overstreet 1-0/+2
2018-05-14block: Convert bio_set to mempool_init()Gravatar Kent Overstreet 1-5/+5
2018-03-01block: display the correct diskname for bioGravatar Jiufei Xue 1-3/+1
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+23
2018-01-06block: move bio_alloc_pages() to bcacheGravatar Ming Lei 1-1/+0
2018-01-06block: introduce bio helpers for converting to multipage bvecGravatar Ming Lei 1-0/+23
2017-12-20block-throttle: avoid double chargeGravatar Shaohua Li 1-0/+2
2017-11-17Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2017-11-10block: remove __bio_kmap_atomicGravatar Christoph Hellwig 1-12/+0
2017-11-10block: kill bio_kmap/kunmap_irq()Gravatar Jens Axboe 1-11/+0
2017-10-11blk_rq_map_user_iov(): move iov_iter_advance() downGravatar Al Viro 1-2/+2
2017-09-26blkcg: delete unused APIsGravatar Shaohua Li 1-2/+0
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-4/+23
2017-09-06mm: test code to write THP to swap device as a wholeGravatar Huang Ying 1-0/+8
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexGravatar Christoph Hellwig 1-0/+18
2017-08-09block: pass in queue to inflight accountingGravatar Jens Axboe 1-4/+5
2017-07-03bio-integrity: stop abusing bi_end_ioGravatar Christoph Hellwig 1-9/+0
2017-07-03bio: add bvec_iter rewind APIGravatar Dmitry Monakhov 1-2/+17
2017-07-03block: guard bvec iteration logicGravatar Dmitry Monakhov 1-1/+3