aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-08-04[SCSI] sd: disentangle barriers in SCSIJames Bottomley1-17/+0
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-6/+6
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-2/+2
2007-05-09Fix occurrences of "the the "Michael Opdenacker1-1/+1
2007-05-05Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-5/+3
2007-04-30[BLOCK] Don't pin lots of memory in mempoolsJens Axboe1-1/+1
2007-03-20[SCSI] set resid in scsi_io_completion() even for check conditionPete Wyckoff1-2/+2
2007-03-11[SCSI] Make error printing more verboseMartin K. Petersen1-3/+1
2007-02-11Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+3
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day1-2/+1
2007-02-07[SCSI] scsi_kmap_atomic_sg(): check that local irqs are disabledAndrew Morton1-0/+2
2007-01-13[SCSI] kill scsi_rety_commandChristoph Hellwig1-1/+1
2006-12-19[PATCH] Remove queue merging hooksJens Axboe1-1/+1
2006-12-19[PATCH] ->nr_sectors and ->hard_nr_sectors are not used for BLOCK_PC requestsJens Axboe1-2/+0
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-11-25[SCSI] export scsi-ml functions needed by tgt_scsi_lib and its LLDsFUJITA Tomonori1-9/+24
2006-11-22Merge ../scsi-rc-fixes-2.6James Bottomley1-1/+2
2006-11-16[PATCH] scsi: clear garbage after CDBs on SG_IOTejun Heo1-0/+1
2006-11-15[SCSI] untangle scsi_prep_fnChristoph Hellwig1-147/+166
2006-10-25[SCSI] scsi_lib.c: use BUILD_BUG_ONAlexey Dobriyan1-1/+1
2006-10-04Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+1
2006-10-01[SCSI] trivial scsi_execute_async fixArne Redlich1-1/+1
2006-09-30[PATCH] Split struct request ->flags into two partsJens Axboe1-18/+19
2006-08-19[SCSI] limit recursion when flushing shost->starved_listAndreas Herrmann1-1/+9
2006-07-09[SCSI] hide EH backup data outside the scsi_cmndChristoph Hellwig1-82/+6
2006-07-02[SCSI] fix error handling in scsi_io_completionJames Bottomley1-16/+14
2006-06-28[SCSI] scsi: Device scanning oops for offlined devices (resend)Brian King1-0/+3
2006-06-26[SCSI] SCSI core: Allow QUIESCE -> CANCEL sdev transitionAlan Stern1-0/+1
2006-06-26[SCSI] sd/scsi_lib simplify sd_rw_intr and scsi_io_completionLuben Tuikov1-66/+42
2006-06-22Merge branch 'master' into upstreamJeff Garzik1-78/+62
2006-06-11Merge branch 'upstream-fixes' into upstreamJeff Garzik1-1/+1
2006-06-10[SCSI] remove scsi_request infrastructureChristoph Hellwig1-77/+3
2006-06-10Merge ../linux-2.6James Bottomley1-8/+21
2006-06-10[SCSI] drivers/scsi: Use ARRAY_SIZE macroTobias Klauser1-1/+1
2006-06-01[SCSI] scsi_lib.c: properly count the number of pages in scsi_req_map_sg()Bryan Holty1-1/+1
2006-05-15Merge branch 'for-jeff' of git://htj.dyndns.org/libata-tj into tejun-mergeJeff Garzik1-1/+1
2006-05-15[PATCH] SCSI: implement shost->host_eh_scheduledTejun Heo1-1/+1
2006-04-27[SCSI] Fix DVD burning issues.James Bottomley1-7/+20
2006-04-19[SCSI] scsi_lib.c: fix warning in scsi_kmap_atomic_sgAndrew Morton1-1/+2
2006-04-14[SCSI] dc395x: dynamically map scatter-gather for PIOGuennadi Liakhovetski1-0/+57
2006-04-13[SCSI] SCSI: fix scsi_kill_request() busy count handlingTejun Heo1-0/+15
2006-03-26[PATCH] mempool: use mempool_create_slab_pool()Matthew Dobson1-3/+2
2006-03-19[SCSI] add scsi_mode_select to scsi_lib.cJames Bottomley1-1/+80
2006-03-14Merge ../linux-2.6James Bottomley1-1/+1
2006-02-27[SCSI] fix scsi process problems and clean up the target reap issuesJames Bottomley1-58/+0
2006-02-27[SCSI] scsi_lib: fix recognition of cache type of Initio SBP-2 bridgesAl Viro1-2/+11
2006-02-27[SCSI] SCSI core kmalloc2kzallocJes Sorensen1-3/+2
2006-02-27[SCSI] scsi: scsi command retries off by one fixBrian King1-1/+1
2006-02-14[PATCH] add scsi_execute_in_process_context() APIJames Bottomley1-0/+59
2006-01-26[SCSI] Prevent scsi_execute_async from guessing cdb lengthbrking@us.ibm.com1-2/+3