aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_lib.c
AgeCommit message (Expand)Author
2008-01-28SG: work with the SCSI fixed maximum allocations.James Bottomley
2008-01-28blk_end_request: changing scsi (take 4)Kiyoshi Ueda
2008-01-28SG: Convert SCSI to use scatterlist helpers for sg chainingJens Axboe
2008-01-23[SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEFUJITA Tomonori
2008-01-11[SCSI] relax scsi dma alignmentJames Bottomley
2008-01-11[SCSI] sd,sr: add early detection of medium not presentJames Bottomley
2008-01-11[SCSI] BUG_ON() impossible condition in sg list countingRusty Russell
2008-01-11[SCSI] move single_lun flag from scsi_device to scsi_targetTony Battersby
2008-01-11[SCSI] Add Documentation and integrate into docbook buildRob Landley
2008-01-06Revert "scsi: revert "[SCSI] Get rid of scsi_cmnd->done""Linus Torvalds
2008-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds
2008-01-02scsi: revert "[SCSI] Get rid of scsi_cmnd->done"Ingo Molnar
2008-01-02[SCSI] scsi_sysfs: restore prep_fn when ULD is removedJames Bottomley
2007-11-03SCSI: add asynchronous event notification APIJeff Garzik
2007-11-02[SG] Get rid of __sg_mark_end()Jens Axboe
2007-10-22[SG] Update drivers to use sg helpersJens Axboe
2007-10-17Revert "[SCSI] Remove full sg table memset()"Jens Axboe
2007-10-17[SCSI] Remove full sg table memset()FUJITA Tomonori
2007-10-16remove sglist_lenFUJITA Tomonori
2007-10-16revert sg segment size ifdefsFUJITA Tomonori
2007-10-16[SCSI] add use_sg_chaining option to scsi_host_templateFUJITA Tomonori
2007-10-16SCSI: support for allocating large scatterlistsJens Axboe
2007-10-16scsi: simplify scsi_free_sgtable()Jens Axboe
2007-10-16scsi: convert to using sg helpersJens Axboe
2007-10-15Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2007-10-12[SCSI] Get rid of scsi_cmnd->doneMatthew Wilcox
2007-10-12[SCSI] Fix device not ready printkJames Bottomley
2007-10-12[SCSI] move ULD attachment into the prep functionJames Bottomley
2007-10-12[SCSI] stale residual returned on write following BUSY retryMichael Reed
2007-10-12[SCSI] fix write buffer length in scsi_req_map_sg()Mike Christie
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown
2007-10-10New function blk_req_append_bioNeilBrown
2007-08-04[SCSI] sd: disentangle barriers in SCSIJames Bottomley
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-05-09Fix occurrences of "the the "Michael Opdenacker
2007-05-05Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2007-04-30[BLOCK] Don't pin lots of memory in mempoolsJens Axboe
2007-03-20[SCSI] set resid in scsi_io_completion() even for check conditionPete Wyckoff
2007-03-11[SCSI] Make error printing more verboseMartin K. Petersen
2007-02-11Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day
2007-02-07[SCSI] scsi_kmap_atomic_sg(): check that local irqs are disabledAndrew Morton
2007-01-13[SCSI] kill scsi_rety_commandChristoph Hellwig
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