summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-16nvme: provide optimized poll function for separate poll queuesJens Axboe1-8/+37
2018-11-15ide: clear ide_req()->special for non-passthrough requestsJens Axboe1-0/+5
2018-11-15nvme: 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-14block: 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-12ide: 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-09block: remove set but not used variable 'et'YueHaibing1-2/+0
2018-11-09block: remove the BLKPREP_* values.Christoph Hellwig1-10/+0
2018-11-09scsi: return blk_status_t from device handler ->prep_fnChristoph Hellwig6-38/+25
2018-11-09scsi: return blk_status_t from scsi_init_io and ->init_commandChristoph Hellwig7-85/+78
2018-11-09scsi: clean up error handling in scsi_init_ioChristoph Hellwig1-8/+7
2018-11-09scsi: push blk_status_t up into scsi_setup_{fs,scsi}_cmndChristoph Hellwig1-21/+24
2018-11-09scsi: simplify scsi_prep_state_checkChristoph Hellwig1-54/+48
2018-11-09ide: cleanup ->prep_rq calling conventionChristoph Hellwig4-18/+18
2018-11-09block: remove req->timeout_listChristoph Hellwig5-18/+0
2018-11-09mtip32xxx: use for_each_sgChristoph Hellwig1-3/+2
2018-11-09mtip32xx: don't use req->specialChristoph Hellwig2-4/+8
2018-11-09mtip32xx: remove mtip_get_int_commandChristoph Hellwig1-17/+7
2018-11-09mtip32xx: remove mtip_init_cmd_headerChristoph Hellwig2-34/+15
2018-11-09mtip32xx: add missing endianess annotations on struct smart_attrChristoph Hellwig1-2/+2
2018-11-09mtip32xx: remove __force_bit2intChristoph Hellwig2-35/+26
2018-11-09mtip32xx: return a blk_status_t from mtip_send_trimChristoph Hellwig1-19/+11
2018-11-09mtip32xx: merge mtip_submit_request into mtip_queue_rqChristoph Hellwig1-50/+28