summaryrefslogtreecommitdiffstats
path: root/drivers/powercap (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-17mmc: stop abusing the request queue_lock pointerChristoph Hellwig3-31/+28
2018-11-16ide: don't acquire queue_lock in ide_complete_pm_rqChristoph Hellwig1-3/+0
2018-11-16ide: don't acquire queue lock in ide_pm_execute_rqChristoph Hellwig1-3/+0
2018-11-16pktcdvd: remove queue_lock around blk_queue_max_hw_sectorsChristoph Hellwig1-2/+0
2018-11-16floppy: remove queue_lock around floppy_end_requestChristoph Hellwig1-5/+0
2018-11-16block: remove the rq_alloc_data request_queue fieldChristoph Hellwig1-1/+0
2018-11-16block: don't plug for aio/O_DIRECT HIPRI IOJens Axboe1-2/+11
2018-11-16block: for async O_DIRECT, mark us as polling if asked toJens Axboe1-0/+3
2018-11-16block: add polled wakeup task helperJens Axboe4-4/+17
2018-11-16blk-rq-qos: inline check for q->rq_qos functionsJens Axboe2-42/+80
2018-11-16block: add queue_is_mq() helperJens Axboe14-42/+36
2018-11-16nvme: provide optimized poll function for separate poll queuesJens Axboe1-8/+37
2018-11-16ide: clear ide_req()->special for non-passthrough requestsJens Axboe1-0/+5
2018-11-16nvme: fix handling of EINVAL on pci_alloc_irq_vectors_affinity()Jens Axboe1-9/+11
2018-11-15block: add wbt_disable_default export for BFQJens Axboe1-0/+1
2018-11-15block: remove the queue_lock indirectionChristoph Hellwig16-106/+92
2018-11-15block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig10-24/+12
2018-11-15mmc: stop abusing the request queue_lock pointerChristoph Hellwig3-25/+24
2018-11-15mmc: simplify queue initializationChristoph Hellwig3-59/+31
2018-11-15umem: don't override the queue_lockChristoph Hellwig1-2/+1
2018-11-15drbd: don't override the queue_lockChristoph Hellwig1-1/+1
2018-11-15blk-cgroup: move locking into blkg_destroy_allChristoph Hellwig1-7/+2
2018-11-15blk-cgroup: consolidate error handling in blkcg_init_queueChristoph Hellwig1-12/+10
2018-11-15block: remove a few unused exportsChristoph Hellwig6-17/+0
2018-11-15block: update a few comments for the legacy request removalChristoph Hellwig1-2/+2
2018-11-15block: remove the unused lock argument to rq_qos_throttleChristoph Hellwig5-36/+15
2018-11-15block: remove queue_lockdep_assert_heldChristoph Hellwig2-14/+0
2018-11-15block: use atomic bitops for ->queue_flagsChristoph Hellwig6-127/+24
2018-11-15block: don't hold the queue_lock over blk_abort_requestChristoph Hellwig5-22/+4
2018-11-15block: remove deadline __deadline manipulation helpersChristoph Hellwig4-43/+8
2018-11-15block: remove QUEUE_FLAG_BYPASS and ->bypassChristoph Hellwig6-48/+1
2018-11-15block: make blk_try_req_merge() staticEric Biggers1-1/+2
2018-11-14block: remove dead queue membersJens Axboe1-3/+0
2018-11-14block: clean up dead code that is now redundantColin Ian King1-7/+0
2018-11-14nvme: fix boot hang with only being able to get one IRQ vectorJens Axboe1-3/+10
2018-11-13ide: don't clear special on ide_queue_rq() entryJens Axboe2-5/+1
2018-11-12loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()Tetsuo Handa1-2/+0
2018-11-10null_blk: remove unused nullb deviceJens Axboe1-2/+0
2018-11-10ide: don't use req->specialChristoph Hellwig12-26/+31
2018-11-10pd: replace ->special use with private data in the requestChristoph Hellwig1-5/+25
2018-11-10aoe: replace ->special use with private data in the requestChristoph Hellwig4-23/+20
2018-11-10skd_main: don't use req->specialChristoph Hellwig1-1/+7
2018-11-10nullb: remove leftover legacy request codeChristoph Hellwig1-6/+3
2018-11-10fnic: fix fnic_scsi_host_{start,end}_tagChristoph Hellwig1-2/+2
2018-11-10block: remove set but not used variable 'et'YueHaibing1-2/+0
2018-11-10block: remove the BLKPREP_* values.Christoph Hellwig1-10/+0
2018-11-10scsi: return blk_status_t from device handler ->prep_fnChristoph Hellwig6-38/+25
2018-11-10scsi: return blk_status_t from scsi_init_io and ->init_commandChristoph Hellwig7-85/+78
2018-11-10scsi: clean up error handling in scsi_init_ioChristoph Hellwig1-8/+7
2018-11-10scsi: push blk_status_t up into scsi_setup_{fs,scsi}_cmndChristoph Hellwig1-21/+24