block: add rq->resid_len
[safe/jmp/linux-2.6] / drivers / scsi / scsi_lib.c
2009-05-11 Tejun Heoblock: add rq->resid_len
2009-04-28 Tejun Heoblock: kill rq->data
2009-04-28 Tejun Heoblock: implement and use [__]blk_end_request_all()
2009-04-03 James Bottomley[SCSI] fix recovered error handling
2009-03-12 FUJITA Tomonori[SCSI] remove scsi_req_map_sg
2009-02-22 James Bottomley[SCSI] fix ABORTED_COMMAND looping forever problem
2009-01-07 James Bottomley[SCSI] scsi_lib: fix DID_RESET status problems
2009-01-05 Martin K. Petersen[SCSI] Fix error handling for DIF/DIX
2009-01-05 James Bottomley[SCSI] scsi_lib: don't decrement busy counters when...
2009-01-02 Alan Stern[SCSI] Fix uninitialized variable error in scsi_io_comp...
2008-12-29 FUJITA Tomonori[SCSI] add residual argument to scsi_execute and scsi_e...
2008-12-29 Alan Stern[SCSI] simplify scsi_io_completion()
2008-12-13 James Bottomley[SCSI] scsi_lib: only call scsi_unprep_request() under...
2008-11-16 Mike Christie[SCSI] Fix hang in starved list processing
2008-10-23 Kiyoshi Ueda[SCSI] export busy state via q->lld_busy_fn()
2008-10-23 Kiyoshi Ueda[SCSI] refactor sdev/starget/shost busy checking
2008-10-23 James Bottomley[SCSI] fix removable device inability to detect disk...
2008-10-13 Mike Christie[SCSI] modify scsi to handle new fail fast flags.
2008-10-13 Mike Christie[SCSI] Add helper code so transport classes/driver...
2008-10-10 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-misc-2.6
2008-10-09 Jens Axboeblock: unify request timeout handling
2008-10-03 James Bottomley[SCSI] Update the SCSI state model to allow blocking...
2008-09-23 James Bottomley[SCSI] Fix hang with split requests
2008-07-27 Harvey Harrison[SCSI] replace __FUNCTION__ with __func__
2008-07-26 Mike Christie[SCSI] scsi_lib: use blk_rq_tagged in scsi_request_fn
2008-07-26 Martin K. Petersen[SCSI] Do not retry a request whose data integrity...
2008-07-26 Martin K. Petersen[SCSI] Support devices with protection information
2008-07-26 Mike Christie[SCSI] fix shared tag map tag allocation
2008-07-16 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-misc-2.6
2008-07-12 James Bottomley[SCSI] fix locking in host use of blk_plug_device()
2008-07-12 Martin K. Petersen[SCSI] Rename scsi_bidi_sdb_cache
2008-07-06 Alan Stern[SCSI] erase invalid data returned by device
2008-06-05 Chandra Seetharaman[SCSI] scsi_dh: add infrastructure for SCSI Device...
2008-05-02 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-misc-2.6
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-29 Nick Pigginblock: make queue flags non-atomic
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...
next