summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mmc: stop abusing the request queue_lock pointerChristoph Hellwig2018-11-153-25/+24Star
* mmc: simplify queue initializationChristoph Hellwig2018-11-153-59/+31Star
* umem: don't override the queue_lockChristoph Hellwig2018-11-151-2/+1Star
* drbd: don't override the queue_lockChristoph Hellwig2018-11-151-1/+1
* blk-cgroup: move locking into blkg_destroy_allChristoph Hellwig2018-11-151-7/+2Star
* blk-cgroup: consolidate error handling in blkcg_init_queueChristoph Hellwig2018-11-151-12/+10Star
* block: remove a few unused exportsChristoph Hellwig2018-11-156-17/+0Star
* 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/+15Star
* block: remove queue_lockdep_assert_heldChristoph Hellwig2018-11-152-14/+0Star
* block: use atomic bitops for ->queue_flagsChristoph Hellwig2018-11-156-127/+24Star
* block: don't hold the queue_lock over blk_abort_requestChristoph Hellwig2018-11-155-22/+4Star
* block: remove deadline __deadline manipulation helpersChristoph Hellwig2018-11-154-43/+8Star
* block: remove QUEUE_FLAG_BYPASS and ->bypassChristoph Hellwig2018-11-156-48/+1Star
* block: make blk_try_req_merge() staticEric Biggers2018-11-151-1/+2
* block: remove dead queue membersJens Axboe2018-11-141-3/+0Star
* block: clean up dead code that is now redundantColin Ian King2018-11-141-7/+0Star
* 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-132-5/+1Star
* loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()Tetsuo Handa2018-11-121-2/+0Star
* null_blk: remove unused nullb deviceJens Axboe2018-11-101-2/+0Star
* 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/+20Star
* skd_main: don't use req->specialChristoph Hellwig2018-11-101-1/+7
* nullb: remove leftover legacy request codeChristoph Hellwig2018-11-101-6/+3Star
* fnic: fix fnic_scsi_host_{start,end}_tagChristoph Hellwig2018-11-101-2/+2
* block: remove set but not used variable 'et'YueHaibing2018-11-101-2/+0Star
* block: remove the BLKPREP_* values.Christoph Hellwig2018-11-101-10/+0Star
* scsi: return blk_status_t from device handler ->prep_fnChristoph Hellwig2018-11-106-38/+25Star
* scsi: return blk_status_t from scsi_init_io and ->init_commandChristoph Hellwig2018-11-107-85/+78Star
* scsi: clean up error handling in scsi_init_ioChristoph Hellwig2018-11-101-8/+7Star
* scsi: push blk_status_t up into scsi_setup_{fs,scsi}_cmndChristoph Hellwig2018-11-101-21/+24
* scsi: simplify scsi_prep_state_checkChristoph Hellwig2018-11-101-54/+48Star
* ide: cleanup ->prep_rq calling conventionChristoph Hellwig2018-11-104-18/+18
* block: remove req->timeout_listChristoph Hellwig2018-11-095-18/+0Star
* mtip32xxx: use for_each_sgChristoph Hellwig2018-11-091-3/+2Star
* mtip32xx: don't use req->specialChristoph Hellwig2018-11-092-4/+8
* mtip32xx: remove mtip_get_int_commandChristoph Hellwig2018-11-091-17/+7Star
* mtip32xx: remove mtip_init_cmd_headerChristoph Hellwig2018-11-092-34/+15Star
* mtip32xx: add missing endianess annotations on struct smart_attrChristoph Hellwig2018-11-091-2/+2
* mtip32xx: remove __force_bit2intChristoph Hellwig2018-11-092-35/+26Star
* mtip32xx: return a blk_status_t from mtip_send_trimChristoph Hellwig2018-11-091-19/+11Star
* mtip32xx: merge mtip_submit_request into mtip_queue_rqChristoph Hellwig2018-11-091-50/+28Star
* mtip32xx: move the blk_rq_map_sg call to mtip_hw_submit_ioChristoph Hellwig2018-11-091-7/+4Star
* sx8: use a per-host tag_setChristoph Hellwig2018-11-091-248/+95Star
* sx8: cleanup queue and disk allocation / freeingChristoph Hellwig2018-11-091-59/+48Star
* blk-mq-tag: document tag iteration helper return valueJens Axboe2018-11-081-4/+8
* blk-mq: provide a helper to check if a queue is busyJens Axboe2018-11-082-0/+28
* blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe2018-11-0810-22/+38