aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-23[SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEFUJITA Tomonori1-1/+1
2008-01-11[SCSI] relax scsi dma alignmentJames Bottomley1-0/+8
2008-01-11[SCSI] sd,sr: add early detection of medium not presentJames Bottomley1-8/+38
2008-01-11[SCSI] BUG_ON() impossible condition in sg list countingRusty Russell1-12/+3
2008-01-11[SCSI] move single_lun flag from scsi_device to scsi_targetTony Battersby1-2/+2
2008-01-11[SCSI] Add Documentation and integrate into docbook buildRob Landley1-22/+20
2008-01-06Revert "scsi: revert "[SCSI] Get rid of scsi_cmnd->done""Linus Torvalds1-14/+0
2008-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds1-1/+1
2008-01-02scsi: revert "[SCSI] Get rid of scsi_cmnd->done"Ingo Molnar1-0/+14
2008-01-02[SCSI] scsi_sysfs: restore prep_fn when ULD is removedJames Bottomley1-1/+1
2007-11-03SCSI: add asynchronous event notification APIJeff Garzik1-0/+136
2007-11-02[SG] Get rid of __sg_mark_end()Jens Axboe1-1/+1
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-3/+10
2007-10-17Revert "[SCSI] Remove full sg table memset()"Jens Axboe1-0/+2
2007-10-17[SCSI] Remove full sg table memset()FUJITA Tomonori1-2/+0
2007-10-16remove sglist_lenFUJITA Tomonori1-7/+4
2007-10-16revert sg segment size ifdefsFUJITA Tomonori1-8/+20
2007-10-16[SCSI] add use_sg_chaining option to scsi_host_templateFUJITA Tomonori1-1/+4
2007-10-16SCSI: support for allocating large scatterlistsJens Axboe1-47/+162
2007-10-16scsi: simplify scsi_free_sgtable()Jens Axboe1-4/+5
2007-10-16scsi: convert to using sg helpersJens Axboe1-9/+13
2007-10-15Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-70/+53
2007-10-12[SCSI] Get rid of scsi_cmnd->doneMatthew Wilcox1-14/+0
2007-10-12[SCSI] Fix device not ready printkJames Bottomley1-5/+5
2007-10-12[SCSI] move ULD attachment into the prep functionJames Bottomley1-47/+37
2007-10-12[SCSI] stale residual returned on write following BUSY retryMichael Reed1-0/+1
2007-10-12[SCSI] fix write buffer length in scsi_req_map_sg()Mike Christie1-4/+10
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown1-7/+3
2007-10-10New function blk_req_append_bioNeilBrown1-10/+1
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