[SCSI] add support for variable length extended commands
[safe/jmp/linux-2.6] / drivers / scsi / scsi_lib.c
2008-05-02 Boaz Harrosh[SCSI] add support for variable length extended commands
2008-05-02 Boaz Harrosh[SCSI] Let scsi_cmnd->cmnd use request->cmd buffer
2008-04-07 James Bottomley[SCSI] fix barrier failure issue
2008-04-07 Adrian Bunk[SCSI] make scsi_end_bidi_request() static
2008-03-19 Kay Sievers[SCSI] fix media change events for polled devices
2008-02-19 Tejun Heoblock: add request->raw_data_len
2008-02-08 Tony Battersby[SCSI] fix BUG when sum(scatterlist) > bufflen
2008-02-05 FUJITA Tomonoriiommu sg merging: call dma_set_seg_boundary in __scsi_a...
2008-02-05 FUJITA Tomonoriiommu sg merging: call blk_queue_segment_boundary in...
2008-01-30 FUJITA Tomonori[SCSI] handle scsi_init_queue failure properly
2008-01-30 FUJITA Tomonori[SCSI] destroy scsi_bidi_sdb_cache in scsi_exit_queue
2008-01-30 James Bottomley[SCSI] remove use_sg_chaining
2008-01-30 Kiyoshi Ueda[SCSI] bidirectional: fix up for the new blk_end_reques...
2008-01-30 Boaz Harrosh[SCSI] bidirectional command support
2008-01-30 Boaz Harrosh[SCSI] implement scsi_data_buffer
2008-01-30 Boaz Harrosh[SCSI] tgt: use scsi_init_io instead of scsi_alloc_sgtable
2008-01-28 Linus TorvaldsMerge branch 'blk-end-request' of git://git.kernel...
2008-01-28 James BottomleySG: work with the SCSI fixed maximum allocations.
2008-01-28 Kiyoshi Uedablk_end_request: changing scsi (take 4)
2008-01-28 Jens AxboeSG: Convert SCSI to use scatterlist helpers for sg...
2008-01-23 FUJITA Tomonori[SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFF...
2008-01-12 James Bottomley[SCSI] relax scsi dma alignment
2008-01-12 James Bottomley[SCSI] sd,sr: add early detection of medium not present
2008-01-12 Rusty Russell[SCSI] BUG_ON() impossible condition in sg list counting
2008-01-12 Tony Battersby[SCSI] move single_lun flag from scsi_device to scsi_target
2008-01-12 Rob Landley[SCSI] Add Documentation and integrate into docbook...
2008-01-06 Linus TorvaldsRevert "scsi: revert "[SCSI] Get rid of scsi_cmnd-...
2008-01-03 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-rc-fixes-2.6
2008-01-02 Ingo Molnarscsi: revert "[SCSI] Get rid of scsi_cmnd->done"
2008-01-02 James Bottomley[SCSI] scsi_sysfs: restore prep_fn when ULD is removed
2007-11-04 Jeff GarzikSCSI: add asynchronous event notification API
2007-11-02 Jens Axboe[SG] Get rid of __sg_mark_end()
2007-10-22 Jens Axboe[SG] Update drivers to use sg helpers
2007-10-17 Jens AxboeRevert "[SCSI] Remove full sg table memset()"
2007-10-17 FUJITA Tomonori[SCSI] Remove full sg table memset()
2007-10-16 FUJITA Tomonoriremove sglist_len
2007-10-16 FUJITA Tomonorirevert sg segment size ifdefs
2007-10-16 FUJITA Tomonori[SCSI] add use_sg_chaining option to scsi_host_template
2007-10-16 Jens AxboeSCSI: support for allocating large scatterlists
2007-10-16 Jens Axboescsi: simplify scsi_free_sgtable()
2007-10-16 Jens Axboescsi: convert to using sg helpers
2007-10-15 Linus TorvaldsMerge /pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
2007-10-12 Matthew Wilcox[SCSI] Get rid of scsi_cmnd->done
2007-10-12 James Bottomley[SCSI] Fix device not ready printk
2007-10-12 James Bottomley[SCSI] move ULD attachment into the prep function
2007-10-12 Michael Reed[SCSI] stale residual returned on write following BUSY...
2007-10-12 Mike Christie[SCSI] fix write buffer length in scsi_req_map_sg()
2007-10-10 NeilBrownDrop 'size' argument from bio_endio and bi_end_io
2007-10-10 NeilBrownNew function blk_req_append_bio
2007-08-04 James Bottomley[SCSI] sd: disentangle barriers in SCSI
2007-07-24 Jens Axboe[BLOCK] Get rid of request_queue_t typedef
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-15 Cornelia Huck[SCSI] don't build scsi_dma_{map,unmap} for !HAS_DMA
2007-05-26 FUJITA Tomonori[SCSI] scsi_lib: add scatter/gather data buffer accessors
2007-05-09 Michael OpdenackerFix occurrences of "the the "
2007-05-05 Linus TorvaldsMerge /pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
2007-04-30 Jens Axboe[BLOCK] Don't pin lots of memory in mempools
2007-03-20 Pete Wyckoff[SCSI] set resid in scsi_io_completion() even for check...
2007-03-11 Martin K. Petersen[SCSI] Make error printing more verbose
2007-02-11 Linus TorvaldsMerge /pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
2007-02-11 Robert P. J. Day[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_...
2007-02-07 Andrew Morton[SCSI] scsi_kmap_atomic_sg(): check that local irqs...
2007-01-13 Christoph Hellwig[SCSI] kill scsi_rety_command
2006-12-19 Jens Axboe[PATCH] Remove queue merging hooks
2006-12-19 Jens Axboe[PATCH] ->nr_sectors and ->hard_nr_sectors are not...
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-11-25 FUJITA Tomonori[SCSI] export scsi-ml functions needed by tgt_scsi_lib...
2006-11-22 James BottomleyMerge ../scsi-rc-fixes-2.6
2006-11-16 Tejun Heo[PATCH] scsi: clear garbage after CDBs on SG_IO
2006-11-15 Christoph Hellwig[SCSI] untangle scsi_prep_fn
2006-10-25 Alexey Dobriyan[SCSI] scsi_lib.c: use BUILD_BUG_ON
2006-10-05 Linus TorvaldsMerge /pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
2006-10-01 Arne Redlich[SCSI] trivial scsi_execute_async fix
2006-09-30 Jens Axboe[PATCH] Split struct request ->flags into two parts
2006-08-19 Andreas Herrmann[SCSI] limit recursion when flushing shost->starved_list
2006-07-09 Christoph Hellwig[SCSI] hide EH backup data outside the scsi_cmnd
2006-07-02 James Bottomley[SCSI] fix error handling in scsi_io_completion
2006-06-28 Brian King[SCSI] scsi: Device scanning oops for offlined devices...
2006-06-26 Alan Stern[SCSI] SCSI core: Allow QUIESCE -> CANCEL sdev transition
2006-06-26 Luben Tuikov[SCSI] sd/scsi_lib simplify sd_rw_intr and scsi_io_comp...
2006-06-23 Jeff GarzikMerge branch 'master' into upstream
2006-06-12 Jeff GarzikMerge branch 'upstream-fixes' into upstream
2006-06-10 Christoph Hellwig[SCSI] remove scsi_request infrastructure
2006-06-10 James BottomleyMerge ../linux-2.6
2006-06-10 Tobias Klauser[SCSI] drivers/scsi: Use ARRAY_SIZE macro
2006-06-01 Bryan Holty[SCSI] scsi_lib.c: properly count the number of pages...
2006-05-15 Jeff GarzikMerge branch 'for-jeff' of git://htj.dyndns.org/libata...
2006-05-15 Tejun Heo[PATCH] SCSI: implement shost->host_eh_scheduled
2006-04-27 James Bottomley[SCSI] Fix DVD burning issues.
2006-04-20 Andrew Morton[SCSI] scsi_lib.c: fix warning in scsi_kmap_atomic_sg
2006-04-14 Guennadi Liakhovetski[SCSI] dc395x: dynamically map scatter-gather for PIO
2006-04-13 Tejun Heo[SCSI] SCSI: fix scsi_kill_request() busy count handling
2006-03-26 Matthew Dobson[PATCH] mempool: use mempool_create_slab_pool()
2006-03-19 James Bottomley[SCSI] add scsi_mode_select to scsi_lib.c
2006-03-14 James BottomleyMerge ../linux-2.6
2006-02-28 James Bottomley[SCSI] fix scsi process problems and clean up the targe...
2006-02-28 Al Viro[SCSI] scsi_lib: fix recognition of cache type of Initi...
2006-02-28 Jes Sorensen[SCSI] SCSI core kmalloc2kzalloc
2006-02-28 Brian King[SCSI] scsi: scsi command retries off by one fix
2006-02-14 James Bottomley[PATCH] add scsi_execute_in_process_context() API
next