aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-28scsi: set REQ_QUEUE for the blk-mq caseChristoph Hellwig1-0/+5
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+19
2014-10-07Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-12/+12
2014-09-22scsi: move blk_mq_start_request call earlierChristoph Hellwig1-1/+5
2014-09-22blk-mq: pass a reserved argument to the timeout handlerChristoph Hellwig1-1/+9
2014-09-22blk-mq: rename blk_mq_end_io to blk_mq_end_requestChristoph Hellwig1-2/+2
2014-09-22blk-mq: call blk_mq_start_request from ->queue_rqChristoph Hellwig1-0/+1
2014-09-22blk-mq: remove REQ_ENDChristoph Hellwig1-1/+2
2014-09-19[SCSI] fix for bidi use after freeDaniel Gryniewicz1-2/+3
2014-09-15scsi: add use_cmd_list flagKashyap.Desai@avagotech.com1-12/+12
2014-09-11Merge branch 'for-linus' into for-3.18/coreJens Axboe1-1/+0
2014-08-29Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence1-1/+1
2014-08-22scsi-mq: fix requests that use a separate CDB bufferTony Battersby1-1/+0
2014-08-19scsi: Fix qemu boot hang problemGuenter Roeck1-1/+1
2014-07-25scsi: add support for a blk-mq based I/O path.Christoph Hellwig1-61/+403
2014-07-25scatterlist: allow chaining to preallocated chunksChristoph Hellwig1-9/+7
2014-07-25scsi: unwind blk_end_request_all and blk_end_request_err callsChristoph Hellwig1-19/+42
2014-07-25scsi: only maintain target_blocked if the driver has a target queue limitChristoph Hellwig1-10/+18
2014-07-25scsi: fix the {host,target,device}_blocked counter messChristoph Hellwig1-33/+33
2014-07-25scsi: convert device_busy to atomic_tChristoph Hellwig1-22/+28
2014-07-25scsi: convert host_busy to atomic_tChristoph Hellwig1-29/+45
2014-07-25scsi: convert target_busy to an atomic_tChristoph Hellwig1-21/+32
2014-07-25scsi: push host_lock down into scsi_{host,target}_queue_readyChristoph Hellwig1-36/+39
2014-07-25scsi: set ->scsi_done before calling scsi_dispatch_cmdChristoph Hellwig1-0/+20
2014-07-25scsi: centralize command re-queueing in scsi_dispatch_fnChristoph Hellwig1-3/+6
2014-07-25scsi: split __scsi_queue_insertChristoph Hellwig1-18/+26
2014-07-25scsi: add scsi_setup_cmnd helperChristoph Hellwig1-18/+22
2014-07-17scsi: mark scsi_setup_blk_pc_cmnd staticChristoph Hellwig1-2/+1
2014-07-17scsi: set sc_data_direction in common codeChristoph Hellwig1-7/+7
2014-07-17scsi: restructure command initialization for TYPE_FS requestsChristoph Hellwig1-10/+12
2014-07-17scsi: move the nr_phys_segments assert into scsi_init_ioChristoph Hellwig1-11/+5
2014-07-17scsi_lib: remove the description string in scsi_io_completion()Maurizio Lombardi1-36/+4
2014-07-17scsi: remove various exports that were only used by scsi_tgtChristoph Hellwig1-4/+2
2014-07-17scsi: use dev_printk variants where possibleHannes Reinecke1-11/+11
2014-07-17scsi: handle flush errors properlyJames Bottomley1-0/+8
2014-06-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2014-06-09Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-135/+90
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe1-1/+1
2014-06-02Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into nextLinus Torvalds1-4/+1
2014-05-19scsi: reintroduce scsi_driver.init_commandChristoph Hellwig1-27/+39
2014-05-19scsi: remove scsi_end_requestChristoph Hellwig1-82/+32
2014-05-19scsi: explicitly release bidi buffersChristoph Hellwig1-27/+20
2014-04-21[SCSI] Fix command result state propagationAlan Stern1-0/+1
2014-04-21[SCSI] don't reference freed command in scsi_prep_returnChristoph Hellwig1-1/+1
2014-04-21[SCSI] don't reference freed command in scsi_init_sgtableChristoph Hellwig1-1/+2
2014-04-15block: remove struct request buffer memberJens Axboe1-3/+0
2014-04-15Merge tag 'v3.15-rc1' into for-3.16/coreJens Axboe1-2/+2
2014-04-09scsi: Make sure cmd_flags are 64-bitMartin K. Petersen1-2/+2
2014-04-09block: remove 'q' parameter from kblockd_schedule_*_work()Jens Axboe1-1/+1