summaryrefslogtreecommitdiff
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* bdi: remove the name field in struct backing_dev_infoChristoph Hellwig2020-05-091-1/+0
* bdi: simplify bdi_allocChristoph Hellwig2020-05-091-1/+1
* bdi: remove bdi_register_ownerChristoph Hellwig2020-05-091-3/+5
* block: rename blk_mq_alloc_rq_mapsWeiping Zhang2020-05-091-2/+2
* block: rename __blk_mq_alloc_rq_mapWeiping Zhang2020-05-091-3/+4
* block: alloc map and request for new hardware queueMing Lei2020-05-091-12/+12
* block: save previous hardware queue count before udpateWeiping Zhang2020-05-091-1/+1
* block: free both rq_map and requestWeiping Zhang2020-05-091-1/+1
* Merge branch 'block-5.7' into for-5.8/blockJens Axboe2020-05-094-52/+79
|\
| * bdi: use bdi_dev_name() to get device nameYufen Yu2020-05-092-3/+5
| * iocost: protect iocg->abs_vdebt with iocg->waitq.lockTejun Heo2020-05-051-46/+71
| * block: remove the bd_openers checks in blk_drop_partitionsChristoph Hellwig2020-04-301-1/+1
| * blk-iocost: Fix error on iocost_ioc_vrate_adjWaiman Long2020-04-211-2/+2
* | blk-iocost: account for IO size when testing latenciesTejun Heo2020-04-302-2/+32
* | blk-iocost: switch to fixed non-auto-decaying use_delayTejun Heo2020-04-302-14/+15
* | block: add a bio_queue_enter helperChristoph Hellwig2020-04-291-26/+24
* | block: replace BIO_QUEUE_ENTERED with BIO_CGROUP_ACCTChristoph Hellwig2020-04-291-10/+0
* | block: cleanup the memory stall accounting in submit_bioChristoph Hellwig2020-04-291-16/+14
* | block: improve the submit_bio and generic_make_request documentationChristoph Hellwig2020-04-291-23/+12
* | blk-mq: make function '__blk_mq_sched_dispatch_requests' staticZheng Bin2020-04-291-1/+1
* | block: bypass ->make_request_fn for blk-mq driversChristoph Hellwig2020-04-252-11/+19
* | block: remove create_io_contextChristoph Hellwig2020-04-252-25/+6
* | block: Limit number of items taken from the I/O scheduler in one goSalman Qazi2020-04-241-13/+51
* | block: move dma_pad handling from blk_rq_map_sg into the callersChristoph Hellwig2020-04-223-10/+0
* | block: move dma drain handling to scsiChristoph Hellwig2020-04-223-62/+0
* | block: provide a blk_rq_map_sg variant that returns the last elementChristoph Hellwig2020-04-221-13/+12
* | block: remove RQF_COPY_USERChristoph Hellwig2020-04-223-11/+2
* | block: fold bdev_unhash_inode into invalidate_partitionChristoph Hellwig2020-04-201-2/+6
* | block: mark invalidate_partition staticChristoph Hellwig2020-04-201-14/+13
* | block: simplify block device syncing in bdev_del_partitionChristoph Hellwig2020-04-201-1/+1
* | block: don't call invalidate_partition from blk_drop_partitionsChristoph Hellwig2020-04-201-4/+3
* | dasd: use blk_drop_partitions instead of badly reimplementing itChristoph Hellwig2020-04-201-0/+4
* | block: remove the disk argument from blk_drop_partitionsChristoph Hellwig2020-04-201-5/+5
* | block: remove hd_struct_killChristoph Hellwig2020-04-202-6/+1
* | block: cleanup hd_struct freeingChristoph Hellwig2020-04-202-14/+14
* | block: pass a hd_struct to delete_partitionChristoph Hellwig2020-04-203-16/+10
* | block: refactor blkpg_ioctlChristoph Hellwig2020-04-203-128/+145
* | blk-mq: Rerun dispatching in the case of budget contentionDouglas Anderson2020-04-201-0/+18
* | blk-mq: Add blk_mq_delay_run_hw_queues() API callDouglas Anderson2020-04-201-0/+19
* | blk-mq: In blk_mq_dispatch_rq_list() "no budget" is a reason to kickDouglas Anderson2020-04-201-2/+6
|/
* blk-wbt: Use tracepoint_string() for wbt_step tracepoint string literalsTommi Rantala2020-04-171-2/+2
* blk-mq: Put driver tag in blk_mq_dispatch_rq_list() when no budgetJohn Garry2020-04-161-1/+3
* Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-blockLinus Torvalds2020-04-103-7/+26
|\
| * block: fix busy device checking in blk_drop_partitions againChristoph Hellwig2020-04-101-1/+1
| * block: fix busy device checking in blk_drop_partitionsChristoph Hellwig2020-04-071-1/+1
| * blk-mq: don't commit_rqs() if none were queuedKeith Busch2020-04-061-3/+6
| * blkcg: don't offline parent blkcg firstTejun Heo2020-04-011-0/+16
| * blkcg: rename blkcg->cgwb_refcnt to ->online_pin and always use itTejun Heo2020-04-011-3/+3
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-04-021-0/+4
|\ \
| * | scsi: core: Allow non-root users to perform ZBC commandsRyan Attard2020-03-161-0/+4