summaryrefslogtreecommitdiffstats
path: root/block/blk.h
AgeCommit message (Expand)Author
2021-09-15blk-throtl: optimize IOPS throttle for large IO scenariosChunguang Xu
2021-08-17blk-mq: fix is_flush_rqMing Lei
2021-06-24blk: Fix lock inversion between ioc lock and bfqd lockJan Kara
2021-06-24block: add the events* attributes to disk_attrsChristoph Hellwig
2021-06-24block: move the disk events code to a separate fileChristoph Hellwig
2021-06-11blk-mq: improve the blk_mq_init_allocated_queue interfaceChristoph Hellwig
2021-06-01block: unexport blk_alloc_queueChristoph Hellwig
2021-06-01block: refactor device number setup in __device_add_diskChristoph Hellwig
2021-04-08block: refactor blk_drop_partitionsChristoph Hellwig
2021-04-06block: refactor the bounce buffering codeChristoph Hellwig
2021-04-06block: remove BLK_BOUNCE_ISA supportChristoph Hellwig
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