aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_lib.c
AgeCommit message (Expand)Author
2006-12-19[PATCH] Remove queue merging hooksJens Axboe
2006-12-19[PATCH] ->nr_sectors and ->hard_nr_sectors are not used for BLOCK_PC requestsJens Axboe
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter
2006-11-25[SCSI] export scsi-ml functions needed by tgt_scsi_lib and its LLDsFUJITA Tomonori
2006-11-22Merge ../scsi-rc-fixes-2.6James Bottomley
2006-11-16[PATCH] scsi: clear garbage after CDBs on SG_IOTejun Heo
2006-11-15[SCSI] untangle scsi_prep_fnChristoph Hellwig
2006-10-25[SCSI] scsi_lib.c: use BUILD_BUG_ONAlexey Dobriyan
2006-10-04Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2006-10-01[SCSI] trivial scsi_execute_async fixArne Redlich
2006-09-30[PATCH] Split struct request ->flags into two partsJens Axboe
2006-08-19[SCSI] limit recursion when flushing shost->starved_listAndreas Herrmann
2006-07-09[SCSI] hide EH backup data outside the scsi_cmndChristoph Hellwig
2006-07-02[SCSI] fix error handling in scsi_io_completionJames Bottomley
2006-06-28[SCSI] scsi: Device scanning oops for offlined devices (resend)Brian King
2006-06-26[SCSI] SCSI core: Allow QUIESCE -> CANCEL sdev transitionAlan Stern
2006-06-26[SCSI] sd/scsi_lib simplify sd_rw_intr and scsi_io_completionLuben Tuikov
2006-06-22Merge branch 'master' into upstreamJeff Garzik
2006-06-11Merge branch 'upstream-fixes' into upstreamJeff Garzik
2006-06-10[SCSI] remove scsi_request infrastructureChristoph Hellwig
2006-06-10Merge ../linux-2.6James Bottomley
2006-06-10[SCSI] drivers/scsi: Use ARRAY_SIZE macroTobias Klauser
2006-06-01[SCSI] scsi_lib.c: properly count the number of pages in scsi_req_map_sg()Bryan Holty
2006-05-15Merge branch 'for-jeff' of git://htj.dyndns.org/libata-tj into tejun-mergeJeff Garzik
2006-05-15[PATCH] SCSI: implement shost->host_eh_scheduledTejun Heo
2006-04-27[SCSI] Fix DVD burning issues.James Bottomley
2006-04-19[SCSI] scsi_lib.c: fix warning in scsi_kmap_atomic_sgAndrew Morton
2006-04-14[SCSI] dc395x: dynamically map scatter-gather for PIOGuennadi Liakhovetski
2006-04-13[SCSI] SCSI: fix scsi_kill_request() busy count handlingTejun Heo
2006-03-26[PATCH] mempool: use mempool_create_slab_pool()Matthew Dobson
2006-03-19[SCSI] add scsi_mode_select to scsi_lib.cJames Bottomley
2006-03-14Merge ../linux-2.6James Bottomley
2006-02-27[SCSI] fix scsi process problems and clean up the target reap issuesJames Bottomley
2006-02-27[SCSI] scsi_lib: fix recognition of cache type of Initio SBP-2 bridgesAl Viro
2006-02-27[SCSI] SCSI core kmalloc2kzallocJes Sorensen
2006-02-27[SCSI] scsi: scsi command retries off by one fixBrian King
2006-02-14[PATCH] add scsi_execute_in_process_context() APIJames Bottomley
2006-01-26[SCSI] Prevent scsi_execute_async from guessing cdb lengthbrking@us.ibm.com
2006-01-14[SCSI] always handle REQ_BLOCK_PC requests in common codeChristoph Hellwig
2006-01-09[SCSI] Kill the SCSI softirq handlingJens Axboe
2006-01-06[SCSI] scsi_end_async() needs to take an uptodate parameterJens Axboe
2006-01-06[BLOCK] update SCSI to use new blk_ordered for barriersTejun Heo
2006-01-06[BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()Tejun Heo
2005-12-15Fix up SCSI mismergeJames Bottomley
2005-12-15[SCSI] seperate max_sectors from max_hw_sectorsMike Christie
2005-12-14[SCSI] add kmemcache for scsi_io_contextMike Christie
2005-12-14[SCSI] complete the whole command when it is REQ_BLOCK_PCMike Christie
2005-12-14[SCSI] add retries field to request for REQ_BLOCK_PC useMike Christie
2005-12-14[SCSI] Convert SCSI mid-layer to scsi_execute_asyncMike Christie
2005-12-13[SCSI] scsi_lib: stricter checks for clearing use_10_for_rwJens Axboe