aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bio.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou1-17/+9
2018-10-20blkcg: reassociate bios when make_request() is called recursivelyDennis Zhou1-0/+3
2018-09-24block: don't include bug.h from bio.hChristoph Hellwig1-1/+0
2018-09-24block: don't include io.h from bio.hChristoph Hellwig1-3/+0
2018-09-24block: remove bvec_to_physChristoph Hellwig1-5/+0
2018-09-24block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeableChristoph Hellwig1-8/+0
2018-09-24block: simplify BIOVEC_PHYS_MERGEABLEChristoph Hellwig1-13/+0
2018-09-21blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)1-6/+3
2018-09-21blkcg: associate a blkg for pages being evicted by swapDennis Zhou (Facebook)1-3/+8
2018-09-21blkcg: always associate a bio with a blkgDennis Zhou (Facebook)1-0/+3
2018-09-06block: remove bio_rewind_iter()Ming Lei1-18/+4
2018-07-24block: unexport bio_clone_biosetChristoph Hellwig1-1/+0
2018-07-24block: remove bio_clone_kmallocChristoph Hellwig1-6/+0
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan1-2/+2
2018-07-09swap,blkcg: issue swap io with the appropriate contextTejun Heo1-0/+7
2018-07-09block: add bi_blkg to the bio for cgroupsJosef Bacik1-0/+1
2018-06-08Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2018-06-08block: add bioset_init_from_src() helperJens Axboe1-0/+1
2018-06-05Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+9
2018-06-01block: add a lower-level bio_add_page interfaceChristoph Hellwig1-0/+9
2018-05-30block: Drop bioset_create()Kent Overstreet1-4/+2
2018-05-30block: convert bounce, q->bio_split to bioset_init()/mempool_init()Kent Overstreet1-0/+5
2018-05-14block: Split out bio_list_copy_data()Kent Overstreet1-2/+3
2018-05-14block: Add bio_copy_data_iter(), zero_fill_bio_iter()Kent Overstreet1-3/+15
2018-05-14block: Use bioset_init() for fs_bio_setKent Overstreet1-2/+2
2018-05-14block: Add bioset_init()/bioset_exit()Kent Overstreet1-0/+2
2018-05-14block: Convert bio_set to mempool_init()Kent Overstreet1-5/+5
2018-03-01block: display the correct diskname for bioJiufei Xue1-3/+1
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+23
2018-01-06block: move bio_alloc_pages() to bcacheMing Lei1-1/+0
2018-01-06block: introduce bio helpers for converting to multipage bvecMing Lei1-0/+23
2017-12-20block-throttle: avoid double chargeShaohua Li1-0/+2
2017-11-17Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2017-11-10block: remove __bio_kmap_atomicChristoph Hellwig1-12/+0
2017-11-10block: kill bio_kmap/kunmap_irq()Jens Axboe1-11/+0
2017-10-11blk_rq_map_user_iov(): move iov_iter_advance() downAl Viro1-2/+2
2017-09-26blkcg: delete unused APIsShaohua Li1-2/+0
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+23
2017-09-06mm: test code to write THP to swap device as a wholeHuang Ying1-0/+8
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-0/+18
2017-08-09block: pass in queue to inflight accountingJens Axboe1-4/+5
2017-07-03bio-integrity: stop abusing bi_end_ioChristoph Hellwig1-9/+0
2017-07-03bio: add bvec_iter rewind APIDmitry Monakhov1-2/+17
2017-07-03block: guard bvec iteration logicDmitry Monakhov1-1/+3
2017-07-03bio-integrity: fold bio_integrity_enabled to bio_integrity_prepDmitry Monakhov1-9/+3
2017-07-03bio-integrity: fix interface for bio_integrity_trimDmitry Monakhov1-3/+2
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+12
2017-06-28block: provide bio_uninit() free freeing integrity/task associationsJens Axboe1-0/+1
2017-06-20block: remove the unused bio_to_phys macroChristoph Hellwig1-1/+0
2017-06-20block: return on congested block deviceGoldwyn Rodrigues1-0/+6