aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_lib.c
AgeCommit message (Expand)Author
2016-06-18scsi_lib: correctly retry failed zero length REQ_TYPE_FS commandsJames Bottomley
2015-04-24Defer processing of REQ_PREEMPT requests for blocked devicesBart Van Assche
2015-01-27scsi: fix random memory corruption with scsi-mq + T10 PITony Battersby
2014-10-28scsi: set REQ_QUEUE for the blk-mq caseChristoph Hellwig
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-10-07Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2014-09-22scsi: move blk_mq_start_request call earlierChristoph Hellwig
2014-09-22blk-mq: pass a reserved argument to the timeout handlerChristoph Hellwig
2014-09-22blk-mq: rename blk_mq_end_io to blk_mq_end_requestChristoph Hellwig
2014-09-22blk-mq: call blk_mq_start_request from ->queue_rqChristoph Hellwig
2014-09-22blk-mq: remove REQ_ENDChristoph Hellwig
2014-09-19[SCSI] fix for bidi use after freeDaniel Gryniewicz
2014-09-15scsi: add use_cmd_list flagKashyap.Desai@avagotech.com
2014-09-11Merge branch 'for-linus' into for-3.18/coreJens Axboe
2014-08-29Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence
2014-08-22scsi-mq: fix requests that use a separate CDB bufferTony Battersby
2014-08-19scsi: Fix qemu boot hang problemGuenter Roeck
2014-07-25scsi: add support for a blk-mq based I/O path.Christoph Hellwig
2014-07-25scatterlist: allow chaining to preallocated chunksChristoph Hellwig
2014-07-25scsi: unwind blk_end_request_all and blk_end_request_err callsChristoph Hellwig
2014-07-25scsi: only maintain target_blocked if the driver has a target queue limitChristoph Hellwig
2014-07-25scsi: fix the {host,target,device}_blocked counter messChristoph Hellwig
2014-07-25scsi: convert device_busy to atomic_tChristoph Hellwig
2014-07-25scsi: convert host_busy to atomic_tChristoph Hellwig
2014-07-25scsi: convert target_busy to an atomic_tChristoph Hellwig
2014-07-25scsi: push host_lock down into scsi_{host,target}_queue_readyChristoph Hellwig
2014-07-25scsi: set ->scsi_done before calling scsi_dispatch_cmdChristoph Hellwig
2014-07-25scsi: centralize command re-queueing in scsi_dispatch_fnChristoph Hellwig
2014-07-25scsi: split __scsi_queue_insertChristoph Hellwig
2014-07-25scsi: add scsi_setup_cmnd helperChristoph Hellwig
2014-07-17scsi: mark scsi_setup_blk_pc_cmnd staticChristoph Hellwig
2014-07-17scsi: set sc_data_direction in common codeChristoph Hellwig
2014-07-17scsi: restructure command initialization for TYPE_FS requestsChristoph Hellwig
2014-07-17scsi: move the nr_phys_segments assert into scsi_init_ioChristoph Hellwig
2014-07-17scsi_lib: remove the description string in scsi_io_completion()Maurizio Lombardi
2014-07-17scsi: remove various exports that were only used by scsi_tgtChristoph Hellwig
2014-07-17scsi: use dev_printk variants where possibleHannes Reinecke
2014-07-17scsi: handle flush errors properlyJames Bottomley
2014-06-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-06-09Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe
2014-06-02Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into nextLinus Torvalds
2014-05-19scsi: reintroduce scsi_driver.init_commandChristoph Hellwig
2014-05-19scsi: remove scsi_end_requestChristoph Hellwig
2014-05-19scsi: explicitly release bidi buffersChristoph Hellwig
2014-04-21[SCSI] Fix command result state propagationAlan Stern
2014-04-21[SCSI] don't reference freed command in scsi_prep_returnChristoph Hellwig
2014-04-21[SCSI] don't reference freed command in scsi_init_sgtableChristoph Hellwig
2014-04-15block: remove struct request buffer memberJens Axboe