aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-30Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+7
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+11
2021-08-23block: provide bio_clear_hipri() helperJens Axboe1-0/+7
2021-08-23block: return errors from disk_alloc_eventsLuis Chamberlain1-1/+1
2021-08-23block: return errors from blk_integrity_addLuis Chamberlain1-2/+3
2021-08-17blk-mq: fix is_flush_rqMing Lei1-5/+1
2021-08-14blk-throtl: optimize IOPS throttle for large IO scenariosChunguang Xu1-0/+2
2021-08-12block: pass a gendisk to bdev_resize_partitionChristoph Hellwig1-2/+2
2021-08-12block: pass a gendisk to bdev_del_partitionChristoph Hellwig1-1/+1
2021-08-12block: pass a gendisk to bdev_add_partitionChristoph Hellwig1-2/+2
2021-08-02block: remove disk_name()Christoph Hellwig1-1/+0
2021-06-24blk: Fix lock inversion between ioc lock and bfqd lockJan Kara1-1/+1
2021-06-24block: add the events* attributes to disk_attrsChristoph Hellwig1-0/+3
2021-06-24block: move the disk events code to a separate fileChristoph Hellwig1-0/+5
2021-06-11blk-mq: improve the blk_mq_init_allocated_queue interfaceChristoph Hellwig1-1/+0
2021-06-01block: unexport blk_alloc_queueChristoph Hellwig1-0/+2
2021-06-01block: refactor device number setup in __device_add_diskChristoph Hellwig1-2/+2
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