summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-10-151-70/+53Star
|\
| * [SCSI] Get rid of scsi_cmnd->doneMatthew Wilcox2007-10-121-14/+0Star
| * [SCSI] Fix device not ready printkJames Bottomley2007-10-121-5/+5
| * [SCSI] move ULD attachment into the prep functionJames Bottomley2007-10-121-47/+37Star
| * [SCSI] stale residual returned on write following BUSY retryMichael Reed2007-10-121-0/+1
| * [SCSI] fix write buffer length in scsi_req_map_sg()Mike Christie2007-10-121-4/+10
* | Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2007-10-101-7/+3Star
* | New function blk_req_append_bioNeilBrown2007-10-101-10/+1Star
|/
* [SCSI] sd: disentangle barriers in SCSIJames Bottomley2007-08-041-17/+0Star
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-6/+6
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-2/+2
* Fix occurrences of "the the "Michael Opdenacker2007-05-091-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-05-051-5/+3Star
|\
| * [SCSI] set resid in scsi_io_completion() even for check conditionPete Wyckoff2007-03-201-2/+2
| * [SCSI] Make error printing more verboseMartin K. Petersen2007-03-111-3/+1Star
* | [BLOCK] Don't pin lots of memory in mempoolsJens Axboe2007-04-301-1/+1
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-02-111-1/+3
|\
| * [SCSI] scsi_kmap_atomic_sg(): check that local irqs are disabledAndrew Morton2007-02-081-0/+2
| * [SCSI] kill scsi_rety_commandChristoph Hellwig2007-01-131-1/+1
* | [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day2007-02-111-2/+1Star
|/
* [PATCH] Remove queue merging hooksJens Axboe2006-12-191-1/+1
* [PATCH] ->nr_sectors and ->hard_nr_sectors are not used for BLOCK_PC requestsJens Axboe2006-12-191-2/+0Star
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-2/+2
* [SCSI] export scsi-ml functions needed by tgt_scsi_lib and its LLDsFUJITA Tomonori2006-11-251-9/+24
* Merge ../scsi-rc-fixes-2.6James Bottomley2006-11-221-1/+2
|\
| * [PATCH] scsi: clear garbage after CDBs on SG_IOTejun Heo2006-11-161-0/+1
| * [SCSI] scsi_lib.c: use BUILD_BUG_ONAlexey Dobriyan2006-10-261-1/+1
* | [SCSI] untangle scsi_prep_fnChristoph Hellwig2006-11-151-147/+166
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2006-10-051-1/+1
|\
| * [SCSI] trivial scsi_execute_async fixArne Redlich2006-10-011-1/+1
* | [PATCH] Split struct request ->flags into two partsJens Axboe2006-09-301-18/+19
|/
* [SCSI] limit recursion when flushing shost->starved_listAndreas Herrmann2006-08-191-1/+9
* [SCSI] hide EH backup data outside the scsi_cmndChristoph Hellwig2006-07-091-82/+6Star
* [SCSI] fix error handling in scsi_io_completionJames Bottomley2006-07-021-16/+14Star
* [SCSI] scsi: Device scanning oops for offlined devices (resend)Brian King2006-06-281-0/+3
* [SCSI] SCSI core: Allow QUIESCE -> CANCEL sdev transitionAlan Stern2006-06-261-0/+1
* [SCSI] sd/scsi_lib simplify sd_rw_intr and scsi_io_completionLuben Tuikov2006-06-261-66/+42Star
* Merge branch 'master' into upstreamJeff Garzik2006-06-231-78/+62Star
|\
| * [SCSI] remove scsi_request infrastructureChristoph Hellwig2006-06-101-77/+3Star
| * Merge ../linux-2.6James Bottomley2006-06-101-8/+21
| |\
| * | [SCSI] drivers/scsi: Use ARRAY_SIZE macroTobias Klauser2006-06-101-1/+1
| * | [SCSI] scsi_lib.c: fix warning in scsi_kmap_atomic_sgAndrew Morton2006-04-201-1/+2
| * | [SCSI] dc395x: dynamically map scatter-gather for PIOGuennadi Liakhovetski2006-04-141-0/+57
* | | Merge branch 'upstream-fixes' into upstreamJeff Garzik2006-06-121-1/+1
|\ \ \ | | |/ | |/|
| * | [SCSI] scsi_lib.c: properly count the number of pages in scsi_req_map_sg()Bryan Holty2006-06-011-1/+1
* | | Merge branch 'for-jeff' of git://htj.dyndns.org/libata-tj into tejun-mergeJeff Garzik2006-05-151-1/+1
|\ \ \ | |/ / |/| |
| * | [PATCH] SCSI: implement shost->host_eh_scheduledTejun Heo2006-05-151-1/+1
| |/
* / [SCSI] Fix DVD burning issues.James Bottomley2006-04-271-7/+20
|/
* [SCSI] SCSI: fix scsi_kill_request() busy count handlingTejun Heo2006-04-131-0/+15
* [PATCH] mempool: use mempool_create_slab_pool()Matthew Dobson2006-03-261-3/+2Star