aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-08block: refactor blk_drop_partitionsChristoph Hellwig1-1/+0
2021-04-06block: refactor the bounce buffering codeChristoph Hellwig1-4/+12
2021-04-06block: remove BLK_BOUNCE_ISA supportChristoph Hellwig1-5/+0
2021-02-10block: introduce blk_queue_clear_zone_settings()Damien Le Moal1-0/+2
2021-02-08block: use bi_max_vecs to find the bvec poolChristoph Hellwig1-3/+3
2021-02-08block: reuse BIO_INLINE_VECS for integrity bvecsChristoph Hellwig1-0/+1
2021-01-24block: move three bvec helpers declaration into private helperMing Lei1-0/+4
2021-01-24block: use an xarray for disk->part_tblChristoph Hellwig1-1/+0
2021-01-24blk-mq: use ->bi_bdev for I/O accountingChristoph Hellwig1-2/+0
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig1-2/+0
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-12/+0
2020-12-07Revert "block: Fix a lockdep complaint triggered by request queue flushing"Ming Lei1-1/+0
2020-12-01block: merge struct block_device and struct hd_structChristoph Hellwig1-1/+1
2020-12-01block: pass a block_device to blk_alloc_devtChristoph Hellwig1-1/+1
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig1-2/+2
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig1-21/+0
2020-12-01block: move the partition_meta_info to struct block_deviceChristoph Hellwig1-1/+0
2020-12-01block: move disk stat accounting to struct block_deviceChristoph Hellwig1-1/+0
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig1-53/+0
2020-12-01block: simplify bdev/disk lookup in blkdev_getChristoph Hellwig1-1/+1
2020-12-01block: move blk_rq_bio_prep() to linux/blk-mq.hChaitanya Kulkarni1-12/+0
2020-10-06block: move blk_mq_sched_try_merge to blk-merge.cChristoph Hellwig1-19/+0
2020-10-06block: remove the unused blk_integrity_merge_bio exportChristoph Hellwig1-0/+7
2020-10-06block: remove the unused blk_integrity_merge_rq exportChristoph Hellwig1-0/+8
2020-09-01block: remove the disk argument to delete_partitionChristoph Hellwig1-1/+1
2020-09-01block: Add a new helper to attempt to merge a bioBaolin Wang1-6/+15
2020-09-01block: Move blk_mq_bio_list_merge() into blk-merge.cBaolin Wang1-0/+2
2020-07-17block: improve discard bio alignment in __blkdev_issue_discard()Coly Li1-0/+14
2020-07-08blk-mq: centralise related handling into blk_mq_get_driver_tagMing Lei1-5/+0
2020-07-01Revert "blk-mq: put driver tag when this request is completed"Jens Axboe1-0/+5
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig1-2/+0
2020-07-01block: remove the request_queue argument from blk_queue_splitChristoph Hellwig1-2/+1
2020-06-30blk-mq: centralise related handling into blk_mq_get_driver_tagMing Lei1-5/+0
2020-06-29blk-cgroup: remove blkcg_bio_issue_checkChristoph Hellwig1-0/+2
2020-06-24block: create the request_queue debugfs_dir on registrationLuis Chamberlain1-2/+0
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig1-9/+0
2020-06-04block: nr_sects_write(): Disable preemption on seqcount writeAhmed S. Darwish1-0/+2
2020-05-29blk-throttle: remove blk_throtl_drainGuoqing Jiang1-2/+0
2020-05-27block: add a blk_account_io_merge_bio helperKonstantin Khlebnikov1-1/+1
2020-05-27block: always use a percpu variable for disk statsChristoph Hellwig1-1/+1
2020-05-27block: move update_io_ticks to blk-core.cChristoph Hellwig1-1/+0
2020-05-19block: Remove unused flush_queue_delayed in struct blk_flush_queueBaolin Wang1-1/+0
2020-05-19block: merge part_{inc,dev}_in_flight into their only callersChristoph Hellwig1-4/+0
2020-05-19block: mark blk_account_io_completion staticChristoph Hellwig1-1/+0
2020-05-19blk-mq: allow blk_mq_make_request to consume the q_usage_counter referenceChristoph Hellwig1-11/+0
2020-05-14block: Inline encryption support for blk-mqSatya Tangirala1-0/+2
2020-05-12block: rename __bio_add_pc_page to bio_add_hw_pageChristoph Hellwig1-2/+2
2020-05-12block: don't hold part0's refcount in IO pathMing Lei1-7/+6
2020-04-25block: remove create_io_contextChristoph Hellwig1-20/+0
2020-04-20block: remove hd_struct_killChristoph Hellwig1-5/+0