aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_lib.c
Commit message (Expand)AuthorAgeFilesLines
* block: add request->raw_data_lenTejun Heo2008-02-191-4/+4
* [SCSI] fix BUG when sum(scatterlist) > bufflenTony Battersby2008-02-071-1/+0
* iommu sg merging: call dma_set_seg_boundary in __scsi_alloc_queue()FUJITA Tomonori2008-02-051-0/+1
* iommu sg merging: call blk_queue_segment_boundary in __scsi_alloc_queueFUJITA Tomonori2008-02-051-0/+3
* [SCSI] handle scsi_init_queue failure properlyFUJITA Tomonori2008-01-301-1/+17
* [SCSI] destroy scsi_bidi_sdb_cache in scsi_exit_queueFUJITA Tomonori2008-01-301-0/+1
* [SCSI] remove use_sg_chainingJames Bottomley2008-01-301-56/+18
* [SCSI] bidirectional: fix up for the new blk_end_request codeKiyoshi Ueda2008-01-301-2/+10
* [SCSI] bidirectional command supportBoaz Harrosh2008-01-301-15/+91
* [SCSI] implement scsi_data_bufferBoaz Harrosh2008-01-301-38/+25
* [SCSI] tgt: use scsi_init_io instead of scsi_alloc_sgtableBoaz Harrosh2008-01-301-11/+9
* Merge branch 'blk-end-request' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-01-291-20/+11
|\
| * blk_end_request: changing scsi (take 4)Kiyoshi Ueda2008-01-281-20/+11
* | SG: work with the SCSI fixed maximum allocations.James Bottomley2008-01-281-3/+5
* | SG: Convert SCSI to use scatterlist helpers for sg chainingJens Axboe2008-01-281-118/+20
|/
* [SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEFUJITA Tomonori2008-01-231-1/+1
* [SCSI] relax scsi dma alignmentJames Bottomley2008-01-111-0/+8
* [SCSI] sd,sr: add early detection of medium not presentJames Bottomley2008-01-111-8/+38
* [SCSI] BUG_ON() impossible condition in sg list countingRusty Russell2008-01-111-12/+3
* [SCSI] move single_lun flag from scsi_device to scsi_targetTony Battersby2008-01-111-2/+2
* [SCSI] Add Documentation and integrate into docbook buildRob Landley2008-01-111-22/+20
* Revert "scsi: revert "[SCSI] Get rid of scsi_cmnd->done""Linus Torvalds2008-01-061-14/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2008-01-031-1/+1
|\
| * [SCSI] scsi_sysfs: restore prep_fn when ULD is removedJames Bottomley2008-01-021-1/+1
* | scsi: revert "[SCSI] Get rid of scsi_cmnd->done"Ingo Molnar2008-01-021-0/+14
|/
* SCSI: add asynchronous event notification APIJeff Garzik2007-11-031-0/+136
* [SG] Get rid of __sg_mark_end()Jens Axboe2007-11-021-1/+1
* [SG] Update drivers to use sg helpersJens Axboe2007-10-221-3/+10
* Revert "[SCSI] Remove full sg table memset()"Jens Axboe2007-10-171-0/+2
* [SCSI] Remove full sg table memset()FUJITA Tomonori2007-10-171-2/+0
* remove sglist_lenFUJITA Tomonori2007-10-161-7/+4
* revert sg segment size ifdefsFUJITA Tomonori2007-10-161-8/+20
* [SCSI] add use_sg_chaining option to scsi_host_templateFUJITA Tomonori2007-10-161-1/+4
* SCSI: support for allocating large scatterlistsJens Axboe2007-10-161-47/+162
* scsi: simplify scsi_free_sgtable()Jens Axboe2007-10-161-4/+5
* scsi: convert to using sg helpersJens Axboe2007-10-161-9/+13
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-10-151-70/+53
|\
| * [SCSI] Get rid of scsi_cmnd->doneMatthew Wilcox2007-10-121-14/+0
| * [SCSI] Fix device not ready printkJames Bottomley2007-10-121-5/+5
| * [SCSI] move ULD attachment into the prep functionJames Bottomley2007-10-121-47/+37
| * [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/+3
* | New function blk_req_append_bioNeilBrown2007-10-101-10/+1
|/
* [SCSI] sd: disentangle barriers in SCSIJames Bottomley2007-08-041-17/+0
* [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/+3
|\
| * [SCSI] set resid in scsi_io_completion() even for check conditionPete Wyckoff2007-03-201-2/+2