summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-15block: remove the queue_lock indirectionChristoph Hellwig
2018-11-15block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig
2018-11-15mmc: stop abusing the request queue_lock pointerChristoph Hellwig
2018-11-15mmc: simplify queue initializationChristoph Hellwig
2018-11-15umem: don't override the queue_lockChristoph Hellwig
2018-11-15drbd: don't override the queue_lockChristoph Hellwig
2018-11-15blk-cgroup: move locking into blkg_destroy_allChristoph Hellwig
2018-11-15blk-cgroup: consolidate error handling in blkcg_init_queueChristoph Hellwig
2018-11-15block: remove a few unused exportsChristoph Hellwig
2018-11-15block: update a few comments for the legacy request removalChristoph Hellwig
2018-11-15block: remove the unused lock argument to rq_qos_throttleChristoph Hellwig
2018-11-15block: remove queue_lockdep_assert_heldChristoph Hellwig
2018-11-15block: use atomic bitops for ->queue_flagsChristoph Hellwig
2018-11-15block: don't hold the queue_lock over blk_abort_requestChristoph Hellwig
2018-11-15block: remove deadline __deadline manipulation helpersChristoph Hellwig
2018-11-15block: remove QUEUE_FLAG_BYPASS and ->bypassChristoph Hellwig
2018-11-14block: make blk_try_req_merge() staticEric Biggers
2018-11-14block: remove dead queue membersJens Axboe
2018-11-14block: clean up dead code that is now redundantColin Ian King
2018-11-14nvme: fix boot hang with only being able to get one IRQ vectorJens Axboe
2018-11-12ide: don't clear special on ide_queue_rq() entryJens Axboe
2018-11-12loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()Tetsuo Handa
2018-11-10null_blk: remove unused nullb deviceJens Axboe
2018-11-10ide: don't use req->specialChristoph Hellwig
2018-11-10pd: replace ->special use with private data in the requestChristoph Hellwig
2018-11-10aoe: replace ->special use with private data in the requestChristoph Hellwig
2018-11-10skd_main: don't use req->specialChristoph Hellwig
2018-11-10nullb: remove leftover legacy request codeChristoph Hellwig
2018-11-10fnic: fix fnic_scsi_host_{start,end}_tagChristoph Hellwig
2018-11-09block: remove set but not used variable 'et'YueHaibing
2018-11-09block: remove the BLKPREP_* values.Christoph Hellwig
2018-11-09scsi: return blk_status_t from device handler ->prep_fnChristoph Hellwig
2018-11-09scsi: return blk_status_t from scsi_init_io and ->init_commandChristoph Hellwig
2018-11-09scsi: clean up error handling in scsi_init_ioChristoph Hellwig
2018-11-09scsi: push blk_status_t up into scsi_setup_{fs,scsi}_cmndChristoph Hellwig
2018-11-09scsi: simplify scsi_prep_state_checkChristoph Hellwig
2018-11-09ide: cleanup ->prep_rq calling conventionChristoph Hellwig
2018-11-09block: remove req->timeout_listChristoph Hellwig
2018-11-09mtip32xxx: use for_each_sgChristoph Hellwig
2018-11-09mtip32xx: don't use req->specialChristoph Hellwig
2018-11-09mtip32xx: remove mtip_get_int_commandChristoph Hellwig
2018-11-09mtip32xx: remove mtip_init_cmd_headerChristoph Hellwig
2018-11-09mtip32xx: add missing endianess annotations on struct smart_attrChristoph Hellwig
2018-11-09mtip32xx: remove __force_bit2intChristoph Hellwig
2018-11-09mtip32xx: return a blk_status_t from mtip_send_trimChristoph Hellwig
2018-11-09mtip32xx: merge mtip_submit_request into mtip_queue_rqChristoph Hellwig
2018-11-09mtip32xx: move the blk_rq_map_sg call to mtip_hw_submit_ioChristoph Hellwig
2018-11-09sx8: use a per-host tag_setChristoph Hellwig
2018-11-09sx8: cleanup queue and disk allocation / freeingChristoph Hellwig
2018-11-08blk-mq-tag: document tag iteration helper return valueJens Axboe