index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
scsi_error.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-09
[SCSI] Shorten the path length of scsi_cmd_to_driver()
Li Zhong
1
-3
/
+5
2012-08-22
[SCSI] Fix 'Device not ready' issue on mpt2sas
James Bottomley
1
-0
/
+10
2012-07-20
[SCSI] cleanup setting task state in scsi_error_handler()
Dan Williams
1
-3
/
+1
2012-07-20
[SCSI] fix eh wakeup (scsi_schedule_eh vs scsi_restart_operations)
Dan Williams
1
-0
/
+14
2012-05-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-3
/
+3
2012-04-16
scsi: fix comment spelling fix recory->recovery
Santosh Y
1
-3
/
+3
2012-04-15
SCSI: Fix error handling when no ULD is attached
Martin K. Petersen
1
-1
/
+1
2012-02-19
[SCSI] Handle disk devices which can not process medium access commands
Martin K. Petersen
1
-3
/
+9
2012-02-19
[SCSI] scsi_error: classify some ILLEGAL_REQUEST sense as a permanent TARGET_...
Mike Snitzer
1
-0
/
+8
2012-02-19
[SCSI] fix the new host byte settings (DID_TARGET_FAILURE and DID_NEXUS_FAILURE)
Moger, Babu
1
-2
/
+2
2012-01-08
[SCSI] add flag to skip the runtime PM calls on the host
Lin Ming
1
-2
/
+3
2011-08-27
[SCSI] Fix out of spec CD-ROM problem with media change
TARUISI Hiroaki
1
-2
/
+10
2011-05-24
[SCSI] Reduce error recovery time by reducing use of TURs
David Jeffery
1
-20
/
+67
2011-04-15
[SCSI] Log thin provisioning threshold event
Shyam Iyer
1
-0
/
+6
2011-03-21
Reduce sequential pointer derefs in scsi_error.c and reduce size as well
Jesper Juhl
1
-45
/
+49
2011-02-12
[SCSI] Add detailed SCSI I/O errors
Hannes Reinecke
1
-7
/
+17
2010-12-21
[SCSI] fix id computation in scsi_eh_target_reset()
James Bottomley
1
-36
/
+25
2010-12-09
[SCSI] Eliminate error handler overload of the SCSI serial number
James Bottomley
1
-24
/
+2
2010-11-16
SCSI host lock push-down
Jeff Garzik
1
-4
/
+2
2010-11-10
block: remove REQ_HARDBARRIER
Christoph Hellwig
1
-13
/
+5
2010-08-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
1
-4
/
+7
2010-08-11
[SCSI] make error handling more robust in the face of reservations
James Bottomley
1
-4
/
+6
2010-08-11
[SCSI] Return NEEDS_RETRY for eh commands with status BUSY
Hannes Reinecke
1
-0
/
+1
2010-08-10
Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-5
/
+7
2010-08-07
scsi: use REQ_TYPE_FS for flush request
FUJITA Tomonori
1
-15
/
+4
2010-08-07
block: remove wrappers for request type/flags
Christoph Hellwig
1
-5
/
+5
2010-07-28
[SCSI] implement runtime Power Management
Alan Stern
1
-1
/
+15
2010-07-27
[SCSI] Log msg when getting Unit Attention
Mike Christie
1
-0
/
+13
2010-05-18
[SCSI] Merge scsi-misc-2.6 into scsi-rc-fixes-2.6
James Bottomley
1
-5
/
+14
2010-05-05
[SCSI] Retry commands with UNIT_ATTENTION sense codes to fix ext3/ext4 I/O error
James Bottomley
1
-1
/
+14
2010-04-30
[SCSI] add scsi trace core functions and put trace points
Kei Tokunaga
1
-0
/
+4
2010-04-11
[SCSI] Allow FC LLD to fast-fail scsi eh by introducing new eh return
Christof Schmitt
1
-5
/
+10
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-12-04
[SCSI] add queue_depth ramp up code
Vasu Dev
1
-0
/
+38
2009-12-04
[SCSI] scsi error: have scsi-ml call change_queue_depth to handle QUEUE_FULL
Mike Christie
1
-1
/
+26
2009-10-02
[SCSI] Retry ADD_TO_MLQUEUE return value for EH commands
Hannes Reinecke
1
-0
/
+3
2009-08-22
[SCSI] reservation conflict after timeout causes device to be taken offline
Michael Reed
1
-1
/
+5
2009-06-08
[SCSI] fix up scsi_eh_lock_door()
James Bottomley
1
-12
/
+5
2009-06-08
[SCSI] fix documentation for two functions
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2009-03-12
[SCSI] remove scsi_req_map_sg
FUJITA Tomonori
1
-10
/
+24
2009-01-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
1
-18
/
+6
2009-01-06
trivial: fix singal -> signal typo
Frederik Schwarzer
1
-1
/
+1
2009-01-02
[SCSI] clean up scsi_times_out
Christoph Hellwig
1
-18
/
+6
2008-12-29
[SCSI] scsi_error: TASK ABORTED status handling improvement
Vladislav Bolkhovitin
1
-1
/
+2
2008-12-29
[SCSI] scsi_error: fix indentation and braces disagreement - add braces
Ilpo Järvinen
1
-1
/
+2
2008-12-01
[SCSI] make scsi_eh_try_stu use block timeout
James Bottomley
1
-2
/
+1
2008-11-05
[SCSI] scsi_error regression: Fix idempotent command handling
Mike Christie
1
-2
/
+3
2008-10-13
[SCSI] scsi_error: fix target reset handling
James Bottomley
1
-4
/
+15
2008-10-13
[SCSI] modify scsi to handle new fail fast flags.
Mike Christie
1
-2
/
+36
2008-10-13
[SCSI] scsi: add transport host byte errors (v3)
Mike Christie
1
-1
/
+14
[next]