[PATCH] scsi: clear garbage after CDBs on SG_IO
[safe/jmp/linux-2.6] / drivers / scsi / scsi_lib.c
2006-11-16 Tejun Heo[PATCH] scsi: clear garbage after CDBs on SG_IO
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
2006-01-26 brking@us.ibm.com[SCSI] Prevent scsi_execute_async from guessing cdb...
2006-01-14 Christoph Hellwig[SCSI] always handle REQ_BLOCK_PC requests in common...
2006-01-09 Jens Axboe[SCSI] Kill the SCSI softirq handling
2006-01-06 Jens Axboe[SCSI] scsi_end_async() needs to take an uptodate parameter
2006-01-06 Tejun Heo[BLOCK] update SCSI to use new blk_ordered for barriers
2006-01-06 Tejun Heo[BLOCK] add @uptodate to end_that_request_last() and...
2005-12-16 James BottomleyFix up SCSI mismerge
2005-12-15 Mike Christie[SCSI] seperate max_sectors from max_hw_sectors
2005-12-15 Mike Christie[SCSI] add kmemcache for scsi_io_context
2005-12-15 Mike Christie[SCSI] complete the whole command when it is REQ_BLOCK_PC
2005-12-15 Mike Christie[SCSI] add retries field to request for REQ_BLOCK_PC use
2005-12-15 Mike Christie[SCSI] Convert SCSI mid-layer to scsi_execute_async
2005-12-15 Linus TorvaldsMerge /linux/kernel/git/jejb/scsi-rc-fixes-2.6
2005-12-14 James Bottomley[SCSI] Consolidate REQ_BLOCK_PC handling path (fix...
2005-12-14 Jens Axboe[SCSI] scsi_lib: stricter checks for clearing use_10_for_rw
2005-12-12 Linus TorvaldsRevert revert of "[SCSI] fix usb storage oops"
2005-12-09 Jens Axboe[SCSI] fix panic when ejecting ieee1394 ipod
2005-12-02 Linus TorvaldsRevert "[SCSI] fix usb storage oops"
2005-11-08 goggin, edward[SCSI] fix usb storage oops
2005-11-06 Christoph Hellwig[SCSI] remove scsi_wait_req
2005-10-29 Jeff Garzik[SCSI] use {sdev,scmd,starget,shost}_printk in generic...
2005-10-28 James Bottomley[SCSI] move the mid-layer printk's over to shost/starge...
2005-10-28 Al Viro[PATCH] gfp_t: drivers/scsi
2005-10-16 Alan Stern[SCSI] Fix leak of Scsi_Cmnds
2005-09-19 James Bottomley[SCSI] fix oops on usb storage device disconnect
2005-09-17 Alan Stern[SCSI] fix oops in scsi_release_buffers()
2005-09-14 James Bottomley[SCSI] fix sym scsi boot hang
2005-09-14 Timothy Thelin[SCSI] scsi: sd, sr, st, and scsi_lib all fail to copy...
2005-09-11 Mike Christie[SCSI] set error value when failing commands in prep_fn
2005-09-09 James Bottomley[SCSI] SCSI core: fix leakage of scsi_cmnd's
2005-09-09 James Bottomley[SCSI] SCSI core: fix leakage of scsi_cmnd's
2005-09-09 Neil Brown[SCSI] fix possible deadlock in scsi_lib.c
2005-09-06 James Bottomley[SCSI] quieten messages on scsi_execute commands
2005-08-28 James Bottomley[SCSI] fix sense buffer length handling problem
2005-08-28 akpm@osdl.org[SCSI] fix C syntax problem in scsi_lib.c
2005-08-28 James Bottomley[SCSI] convert sd to scsi_execute_req (and update the...
2005-08-28 James Bottomley[SCSI] convert SPI transport class to scsi_execute
2005-08-28 James Bottomley[SCSI] convert the remaining mid-layer pieces to scsi_e...
2005-08-28 James BottomleyMerge HEAD from ../scsi-misc-2.6-tmp
2005-08-28 James Bottomley[SCSI] use scatter lists for all block pc requests...
2005-08-28 James Bottomleyupdate scsi_wait_req to new format for blk_rq_map_kern()
2005-08-28 James Bottomley[SCSI] use scatter lists for all block pc requests...
2005-07-30 Mike Anderson[SCSI] host state model update: replace old host bitmap...
2005-07-26 Linus TorvaldsMerge /linux/kernel/git/jejb/scsi-for-linus-2.6
2005-07-14 Chen, Kenneth W[SCSI] Redundant memset in scsi_alloc_sgtable
2005-06-29 KAMBAROV, ZAUR[PATCH] coverity: i386: scsi_lib buffer overrun fix
2005-06-26 Christoph Hellwig[SCSI] remove scsi_cmnd->state
2005-06-26 Christoph Hellwig[SCSI] remove scsi_cmnd->owner
2005-06-26 Christoph Hellwig[SCSI] remove scsi_cmnd->abort_reason
2005-06-24 Adrian Bunk[PATCH] make various thing static
2005-05-20 Tejun Heo [SCSI] remove a timer race in scsi_queue_insert()
2005-05-20 Tejun Heo [SCSI] make scsi_queue_insert() use blk_requeue_request()
2005-05-20 Tejun Heo [SCSI] make scsi_requeue_request() use blk_requeue_requ...
2005-05-20 Tejun Heo [SCSI] remove requeue feature from blk_insert_request()
2005-05-20 Tejun Heo [SCSI] remove REQ_SPECIAL in scsi_init_io()
2005-04-18 James Bottomleymerge by hand (scsi_device.h)
2005-04-18 <htejun@gmail.com>[PATCH] scsi: remove meaningless scsi_cmnd->serial_numb...
2005-04-18 <htejun@gmail.com>[PATCH] scsi: remove unused scsi_cmnd->internal_timeout...
2005-04-17 <htejun@gmail.com>[PATCH] scsi: remove meaningless scsi_cmnd->serial_numb...
2005-04-17 <htejun@gmail.com>[PATCH] scsi: remove unused scsi_cmnd->internal_timeout...
2005-04-17 <axboe@suse.de>[PATCH] fix NMI lockup with CFQ scheduler
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2