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