summaryrefslogtreecommitdiffstats
path: root/block/blk.h
Commit message (Expand)AuthorAgeFilesLines
* block: refactor blk_drop_partitionsChristoph Hellwig2021-04-081-1/+0
* block: refactor the bounce buffering codeChristoph Hellwig2021-04-061-4/+12
* block: remove BLK_BOUNCE_ISA supportChristoph Hellwig2021-04-061-5/+0
* block: introduce blk_queue_clear_zone_settings()Damien Le Moal2021-02-101-0/+2
* block: use bi_max_vecs to find the bvec poolChristoph Hellwig2021-02-081-3/+3
* block: reuse BIO_INLINE_VECS for integrity bvecsChristoph Hellwig2021-02-081-0/+1
* block: move three bvec helpers declaration into private helperMing Lei2021-01-241-0/+4
* block: use an xarray for disk->part_tblChristoph Hellwig2021-01-241-1/+0
* blk-mq: use ->bi_bdev for I/O accountingChristoph Hellwig2021-01-241-2/+0
* block: store a block_device pointer in struct bioChristoph Hellwig2021-01-241-2/+0
* Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-12/+0
|\
| * block: move blk_rq_bio_prep() to linux/blk-mq.hChaitanya Kulkarni2020-12-011-12/+0
* | Revert "block: Fix a lockdep complaint triggered by request queue flushing"Ming Lei2020-12-071-1/+0
* | block: merge struct block_device and struct hd_structChristoph Hellwig2020-12-011-1/+1
* | block: pass a block_device to blk_alloc_devtChristoph Hellwig2020-12-011-1/+1
* | block: switch partition lookup to use struct block_deviceChristoph Hellwig2020-12-011-2/+2
* | block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig2020-12-011-21/+0
* | block: move the partition_meta_info to struct block_deviceChristoph Hellwig2020-12-011-1/+0
* | block: move disk stat accounting to struct block_deviceChristoph Hellwig2020-12-011-1/+0
* | block: remove the nr_sects field in struct hd_structChristoph Hellwig2020-12-011-53/+0
* | block: simplify bdev/disk lookup in blkdev_getChristoph Hellwig2020-12-011-1/+1
|/
* block: move blk_mq_sched_try_merge to blk-merge.cChristoph Hellwig2020-10-061-19/+0
* block: remove the unused blk_integrity_merge_bio exportChristoph Hellwig2020-10-061-0/+7
* block: remove the unused blk_integrity_merge_rq exportChristoph Hellwig2020-10-061-0/+8
* block: remove the disk argument to delete_partitionChristoph Hellwig2020-09-011-1/+1
* block: Add a new helper to attempt to merge a bioBaolin Wang2020-09-011-6/+15
* block: Move blk_mq_bio_list_merge() into blk-merge.cBaolin Wang2020-09-011-0/+2
* block: improve discard bio alignment in __blkdev_issue_discard()Coly Li2020-07-171-0/+14
* blk-mq: centralise related handling into blk_mq_get_driver_tagMing Lei2020-07-081-5/+0
* Revert "blk-mq: put driver tag when this request is completed"Jens Axboe2020-07-011-0/+5
* block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig2020-07-011-2/+0
* block: remove the request_queue argument from blk_queue_splitChristoph Hellwig2020-07-011-2/+1
* blk-mq: centralise related handling into blk_mq_get_driver_tagMing Lei2020-06-301-5/+0
* blk-cgroup: remove blkcg_bio_issue_checkChristoph Hellwig2020-06-291-0/+2
* block: create the request_queue debugfs_dir on registrationLuis Chamberlain2020-06-241-2/+0
* blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig2020-06-241-9/+0
* block: nr_sects_write(): Disable preemption on seqcount writeAhmed S. Darwish2020-06-041-0/+2
* blk-throttle: remove blk_throtl_drainGuoqing Jiang2020-05-291-2/+0
* block: add a blk_account_io_merge_bio helperKonstantin Khlebnikov2020-05-271-1/+1
* block: always use a percpu variable for disk statsChristoph Hellwig2020-05-271-1/+1
* block: move update_io_ticks to blk-core.cChristoph Hellwig2020-05-271-1/+0
* block: Remove unused flush_queue_delayed in struct blk_flush_queueBaolin Wang2020-05-191-1/+0
* block: merge part_{inc,dev}_in_flight into their only callersChristoph Hellwig2020-05-191-4/+0
* block: mark blk_account_io_completion staticChristoph Hellwig2020-05-191-1/+0
* blk-mq: allow blk_mq_make_request to consume the q_usage_counter referenceChristoph Hellwig2020-05-191-11/+0
* block: Inline encryption support for blk-mqSatya Tangirala2020-05-141-0/+2
* block: rename __bio_add_pc_page to bio_add_hw_pageChristoph Hellwig2020-05-121-2/+2
* block: don't hold part0's refcount in IO pathMing Lei2020-05-121-7/+6
* block: remove create_io_contextChristoph Hellwig2020-04-251-20/+0
* block: remove hd_struct_killChristoph Hellwig2020-04-201-5/+0