block: add @force_kblockd to __blk_run_queue()
[linux-flexiantxendom0-natty.git] / drivers / scsi / scsi_lib.c
2011-03-02 Tejun Heoblock: add @force_kblockd to __blk_run_queue()
2011-01-13 Linus TorvaldsMerge branch 'for-2.6.38/core' of git://git.kernel...
2011-01-07 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-misc-2.6
2010-12-23 James BottomleyMerge branch 'block'
2010-12-21 Hillf Danton[SCSI] fix the return value of scsi_target_queue_read()
2010-12-20 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2010-12-17 Martin K. Petersenblock: Deprecate QUEUE_FLAG_CLUSTER and use queue_limit...
2010-12-16 Tejun Heoscsi: replace sr_test_unit_ready() with scsi_test_unit_...
2010-12-09 James Bottomley[SCSI] Eliminate error handler overload of the SCSI...
2010-10-25 Mike Christie[SCSI] Fix regressions in scsi_internal_device_block
2010-10-23 Linus TorvaldsMerge branch 'for-2.6.37/core' of git://git.kernel...
2010-09-10 Martin K. Petersenblock/scsi: Provide a limit on the number of integrity...
2010-09-09 James Bottomley[SCSI] fix use-after-free in scsi_init_io()
2010-08-11 Bartlomiej Zolnier... scsi: remove superfluous NULL pointer check from scsi_k...
2010-08-07 FUJITA Tomonoriscsi: fix discard page leak
2010-08-07 James Bottomleyblock: implement an unprep function corresponding direc...
2010-08-07 Christoph Hellwigblock: remove wrappers for request type/flags
2010-03-01 Linus TorvaldsMerge branch 'for-2.6.34' of git://git.kernel.dk/linux...
2010-02-26 Martin K. Petersenblock: Consolidate phys_segment and hw_segment limits
2010-02-26 Martin K. Petersenblock: Rename blk_queue_max_sectors to blk_queue_max_hw...
2010-01-18 Douglas Gilbert[SCSI] skip sense logging for some ATA PASS-THROUGH...
2010-01-17 Boaz Harrosh[SCSI] scsi_lib: Fix bug in completion of bidi commands
2009-12-10 Martin K. Petersen[SCSI] Correctly handle thin provisioning write error
2009-12-04 Jiri Slaby[SCSI] scsi_lib: fix potential NULL dereference
2009-10-29 Mike Christie[SCSI] fix propogation of integrity errors
2009-09-15 Linus TorvaldsMerge branch 'for-2.6.32' of git://git.kernel.dk/linux...
2009-09-11 Tejun Heoscsi,block: update SCSI to handle mixed merge failures
2009-08-22 Martin K. Petersen[SCSI] Print failed commands
2009-06-21 Hannes Reineckesd, sr: fix Driver 'sd' needs updating message
2009-06-12 James Bottomley[SCSI] Merge branch 'linus'
2009-05-23 Takahiro Yasui[SCSI] limit state transitions in scsi_internal_device_...
2009-05-22 Jens AxboeMerge branch 'master' into for-2.6.31
2009-05-19 Boaz Harroshscsi_lib: remove unused variable
2009-05-12 Tejun Heoscsi: fix resid_len mis-conversion in scsi_end_request()
2009-05-11 FUJITA Tomonoriscsi: simplify the bidi completion
2009-05-11 Tejun Heoblock: implement and enforce request peek/start/fetch
2009-05-11 Tejun Heoblock: blk_rq_[cur_]_{sectors|bytes}() usage cleanup
2009-05-11 Tejun Heoblock: cleanup rq->data_len usages
2009-05-11 Tejun Heoblock: convert to pos and nr_sectors accessors
2009-05-11 Tejun Heoblock: implement blk_rq_pos/[cur_]sectors() and convert...
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-27 Mike Christie[SCSI] fix q->lock not held warning when target is...
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
next