summaryrefslogtreecommitdiffstats
path: root/block/blk.h
Commit message (Expand)AuthorAgeFilesLines
* block: split out operations on block special filesChristoph Hellwig2021-09-071-0/+2
* Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-301-0/+7
|\
| * block: provide bio_clear_hipri() helperJens Axboe2021-08-231-0/+7
* | Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-301-9/+11
|\ \ | |/ |/|
| * block: return errors from disk_alloc_eventsLuis Chamberlain2021-08-231-1/+1
| * block: return errors from blk_integrity_addLuis Chamberlain2021-08-231-2/+3
| * blk-throtl: optimize IOPS throttle for large IO scenariosChunguang Xu2021-08-141-0/+2
| * block: pass a gendisk to bdev_resize_partitionChristoph Hellwig2021-08-121-2/+2
| * block: pass a gendisk to bdev_del_partitionChristoph Hellwig2021-08-121-1/+1
| * block: pass a gendisk to bdev_add_partitionChristoph Hellwig2021-08-121-2/+2
| * block: remove disk_name()Christoph Hellwig2021-08-021-1/+0
* | blk-mq: fix is_flush_rqMing Lei2021-08-171-5/+1
|/
* blk: Fix lock inversion between ioc lock and bfqd lockJan Kara2021-06-241-1/+1
* block: add the events* attributes to disk_attrsChristoph Hellwig2021-06-241-0/+3
* block: move the disk events code to a separate fileChristoph Hellwig2021-06-241-0/+5
* blk-mq: improve the blk_mq_init_allocated_queue interfaceChristoph Hellwig2021-06-111-1/+0
* block: unexport blk_alloc_queueChristoph Hellwig2021-06-011-0/+2
* block: refactor device number setup in __device_add_diskChristoph Hellwig2021-06-011-2/+2
* 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