summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_lib.c
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] fix recovered error handlingJames Bottomley2009-04-031-1/+16
* [SCSI] remove scsi_req_map_sgFUJITA Tomonori2009-03-121-202/+1Star
* [SCSI] fix ABORTED_COMMAND looping forever problemJames Bottomley2009-02-221-3/+2Star
* [SCSI] scsi_lib: fix DID_RESET status problemsJames Bottomley2009-01-071-16/+27
* [SCSI] Fix error handling for DIF/DIXMartin K. Petersen2009-01-051-1/+8
* [SCSI] scsi_lib: don't decrement busy counters when inserting commandsJames Bottomley2009-01-051-22/+39
* [SCSI] Fix uninitialized variable error in scsi_io_completionAlan Stern2009-01-021-1/+5
* [SCSI] add residual argument to scsi_execute and scsi_execute_reqFUJITA Tomonori2008-12-291-6/+11
* [SCSI] simplify scsi_io_completion()Alan Stern2008-12-291-59/+77
* [SCSI] scsi_lib: only call scsi_unprep_request() under queue lockJames Bottomley2008-12-131-1/+1
* [SCSI] Fix hang in starved list processingMike Christie2008-11-161-12/+11Star
* [SCSI] export busy state via q->lld_busy_fn()Kiyoshi Ueda2008-10-231-0/+32
* [SCSI] refactor sdev/starget/shost busy checkingKiyoshi Ueda2008-10-231-10/+20
* [SCSI] fix removable device inability to detect disk changesJames Bottomley2008-10-231-11/+10Star
* [SCSI] modify scsi to handle new fail fast flags.Mike Christie2008-10-131-1/+1
* [SCSI] Add helper code so transport classes/driver can control queueing (v3)Mike Christie2008-10-131-16/+88
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-10-101-9/+30
|\
| * [SCSI] Update the SCSI state model to allow blocking in the created stateJames Bottomley2008-10-031-9/+30
* | block: unify request timeout handlingJens Axboe2008-10-091-4/+13
|/
* [SCSI] Fix hang with split requestsJames Bottomley2008-09-231-1/+2
* [SCSI] replace __FUNCTION__ with __func__Harvey Harrison2008-07-271-3/+3
* [SCSI] scsi_lib: use blk_rq_tagged in scsi_request_fnMike Christie2008-07-261-1/+1
* [SCSI] Do not retry a request whose data integrity check failedMartin K. Petersen2008-07-261-2/+7
* [SCSI] Support devices with protection informationMartin K. Petersen2008-07-261-1/+24
* [SCSI] fix shared tag map tag allocationMike Christie2008-07-261-0/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-07-161-14/+21
|\
| * [SCSI] fix locking in host use of blk_plug_device()James Bottomley2008-07-121-1/+0Star
| * [SCSI] Rename scsi_bidi_sdb_cacheMartin K. Petersen2008-07-121-13/+13
| * [SCSI] scsi_dh: add infrastructure for SCSI Device HandlersChandra Seetharaman2008-06-051-0/+8
* | [SCSI] erase invalid data returned by deviceAlan Stern2008-07-061-0/+9
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-05-021-3/+4
|\
| * [SCSI] add support for variable length extended commandsBoaz Harrosh2008-05-021-1/+1
| * [SCSI] Let scsi_cmnd->cmnd use request->cmd bufferBoaz Harrosh2008-05-021-2/+3
* | block: make queue flags non-atomicNick Piggin2008-04-291-13/+18
|/
* [SCSI] fix barrier failure issueJames Bottomley2008-04-071-6/+4Star
* [SCSI] make scsi_end_bidi_request() staticAdrian Bunk2008-04-071-1/+1
* [SCSI] fix media change events for polled devicesKay Sievers2008-03-191-0/+5
* block: add request->raw_data_lenTejun Heo2008-02-191-4/+4
* [SCSI] fix BUG when sum(scatterlist) > bufflenTony Battersby2008-02-081-1/+0Star
* iommu sg merging: call dma_set_seg_boundary in __scsi_alloc_queue()FUJITA Tomonori2008-02-051-0/+1
* iommu sg merging: call blk_queue_segment_boundary in __scsi_alloc_queueFUJITA Tomonori2008-02-051-0/+3
* [SCSI] handle scsi_init_queue failure properlyFUJITA Tomonori2008-01-301-1/+17
* [SCSI] destroy scsi_bidi_sdb_cache in scsi_exit_queueFUJITA Tomonori2008-01-301-0/+1
* [SCSI] remove use_sg_chainingJames Bottomley2008-01-301-56/+18Star
* [SCSI] bidirectional: fix up for the new blk_end_request codeKiyoshi Ueda2008-01-301-2/+10
* [SCSI] bidirectional command supportBoaz Harrosh2008-01-301-15/+91
* [SCSI] implement scsi_data_bufferBoaz Harrosh2008-01-301-38/+25Star
* [SCSI] tgt: use scsi_init_io instead of scsi_alloc_sgtableBoaz Harrosh2008-01-301-11/+9Star
* Merge branch 'blk-end-request' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-01-281-20/+11Star
|\
| * blk_end_request: changing scsi (take 4)Kiyoshi Ueda2008-01-281-20/+11Star