summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: remove the rq_alloc_data request_queue fieldChristoph Hellwig2018-11-161-1/+0
* block: don't plug for aio/O_DIRECT HIPRI IOJens Axboe2018-11-161-2/+11
* block: for async O_DIRECT, mark us as polling if asked toJens Axboe2018-11-161-0/+3
* block: add polled wakeup task helperJens Axboe2018-11-164-4/+17
* blk-rq-qos: inline check for q->rq_qos functionsJens Axboe2018-11-162-42/+80
* block: add queue_is_mq() helperJens Axboe2018-11-1614-42/+36
* nvme: provide optimized poll function for separate poll queuesJens Axboe2018-11-161-8/+37
* ide: clear ide_req()->special for non-passthrough requestsJens Axboe2018-11-151-0/+5
* nvme: fix handling of EINVAL on pci_alloc_irq_vectors_affinity()Jens Axboe2018-11-151-9/+11
* block: add wbt_disable_default export for BFQJens Axboe2018-11-151-0/+1
* block: remove the queue_lock indirectionChristoph Hellwig2018-11-1516-106/+92
* block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig2018-11-1510-24/+12
* mmc: stop abusing the request queue_lock pointerChristoph Hellwig2018-11-153-25/+24
* mmc: simplify queue initializationChristoph Hellwig2018-11-153-59/+31
* umem: don't override the queue_lockChristoph Hellwig2018-11-151-2/+1
* drbd: don't override the queue_lockChristoph Hellwig2018-11-151-1/+1
* blk-cgroup: move locking into blkg_destroy_allChristoph Hellwig2018-11-151-7/+2
* blk-cgroup: consolidate error handling in blkcg_init_queueChristoph Hellwig2018-11-151-12/+10
* block: remove a few unused exportsChristoph Hellwig2018-11-156-17/+0
* block: update a few comments for the legacy request removalChristoph Hellwig2018-11-151-2/+2
* block: remove the unused lock argument to rq_qos_throttleChristoph Hellwig2018-11-155-36/+15
* block: remove queue_lockdep_assert_heldChristoph Hellwig2018-11-152-14/+0
* block: use atomic bitops for ->queue_flagsChristoph Hellwig2018-11-156-127/+24
* block: don't hold the queue_lock over blk_abort_requestChristoph Hellwig2018-11-155-22/+4
* block: remove deadline __deadline manipulation helpersChristoph Hellwig2018-11-154-43/+8
* block: remove QUEUE_FLAG_BYPASS and ->bypassChristoph Hellwig2018-11-156-48/+1
* block: make blk_try_req_merge() staticEric Biggers2018-11-141-1/+2
* block: remove dead queue membersJens Axboe2018-11-141-3/+0
* block: clean up dead code that is now redundantColin Ian King2018-11-141-7/+0
* nvme: fix boot hang with only being able to get one IRQ vectorJens Axboe2018-11-141-3/+10
* ide: don't clear special on ide_queue_rq() entryJens Axboe2018-11-122-5/+1
* loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()Tetsuo Handa2018-11-121-2/+0
* null_blk: remove unused nullb deviceJens Axboe2018-11-101-2/+0
* ide: don't use req->specialChristoph Hellwig2018-11-1012-26/+31
* pd: replace ->special use with private data in the requestChristoph Hellwig2018-11-101-5/+25
* aoe: replace ->special use with private data in the requestChristoph Hellwig2018-11-104-23/+20
* skd_main: don't use req->specialChristoph Hellwig2018-11-101-1/+7
* nullb: remove leftover legacy request codeChristoph Hellwig2018-11-101-6/+3
* fnic: fix fnic_scsi_host_{start,end}_tagChristoph Hellwig2018-11-101-2/+2
* block: remove set but not used variable 'et'YueHaibing2018-11-091-2/+0
* block: remove the BLKPREP_* values.Christoph Hellwig2018-11-091-10/+0
* scsi: return blk_status_t from device handler ->prep_fnChristoph Hellwig2018-11-096-38/+25
* scsi: return blk_status_t from scsi_init_io and ->init_commandChristoph Hellwig2018-11-097-85/+78
* scsi: clean up error handling in scsi_init_ioChristoph Hellwig2018-11-091-8/+7
* scsi: push blk_status_t up into scsi_setup_{fs,scsi}_cmndChristoph Hellwig2018-11-091-21/+24
* scsi: simplify scsi_prep_state_checkChristoph Hellwig2018-11-091-54/+48
* ide: cleanup ->prep_rq calling conventionChristoph Hellwig2018-11-094-18/+18
* block: remove req->timeout_listChristoph Hellwig2018-11-095-18/+0
* mtip32xxx: use for_each_sgChristoph Hellwig2018-11-091-3/+2
* mtip32xx: don't use req->specialChristoph Hellwig2018-11-092-4/+8
OpenPOWER on IntegriCloud