Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
950c44b6ddc0dfb44e59fdb031e09567a1b391c0
/
drivers
/
scsi
/
scsi_error.c
ae0751f
[SCSI] add flag to skip the runtime PM calls on the host
by Lin Ming
· 13 years ago
dfcf777
[SCSI] Fix out of spec CD-ROM problem with media change
by TARUISI Hiroaki
· 13 years ago
3eef625
[SCSI] Reduce error recovery time by reducing use of TURs
by David Jeffery
· 13 years ago
deb1cb6
[SCSI] Log thin provisioning threshold event
by Shyam Iyer
· 14 years ago
0bf8c86
Reduce sequential pointer derefs in scsi_error.c and reduce size as well
by Jesper Juhl
· 14 years ago
63583cc
[SCSI] Add detailed SCSI I/O errors
by Hannes Reinecke
· 14 years ago
98db519
[SCSI] fix id computation in scsi_eh_target_reset()
by James Bottomley
· 14 years ago
459dbf7
[SCSI] Eliminate error handler overload of the SCSI serial number
by James Bottomley
· 14 years ago
f281233
SCSI host lock push-down
by Jeff Garzik
· 14 years ago
02e031c
block: remove REQ_HARDBARRIER
by Christoph Hellwig
· 14 years ago
c29c08b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 14 years ago
67110df
[SCSI] make error handling more robust in the face of reservations
by James Bottomley
· 14 years ago
3eb3a92
[SCSI] Return NEEDS_RETRY for eh commands with status BUSY
by Hannes Reinecke
· 14 years ago
2f9e825
Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
e96f6ab
scsi: use REQ_TYPE_FS for flush request
by FUJITA Tomonori
· 14 years ago
33659eb
block: remove wrappers for request type/flags
by Christoph Hellwig
· 14 years ago
bc4f240
[SCSI] implement runtime Power Management
by Alan Stern
· 14 years ago
6e49949
[SCSI] Log msg when getting Unit Attention
by Mike Christie
· 15 years ago
95bb335
[SCSI] Merge scsi-misc-2.6 into scsi-rc-fixes-2.6
by James Bottomley
· 14 years ago
77a4229
[SCSI] Retry commands with UNIT_ATTENTION sense codes to fix ext3/ext4 I/O error
by James Bottomley
· 15 years ago
bf81623
[SCSI] add scsi trace core functions and put trace points
by Kei Tokunaga
· 15 years ago
2f2eb58
[SCSI] Allow FC LLD to fast-fail scsi eh by introducing new eh return
by Christof Schmitt
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
4a84067
[SCSI] add queue_depth ramp up code
by Vasu Dev
· 15 years ago
42a6a91
[SCSI] scsi error: have scsi-ml call change_queue_depth to handle QUEUE_FULL
by Mike Christie
· 15 years ago
6e883b0
[SCSI] Retry ADD_TO_MLQUEUE return value for EH commands
by Hannes Reinecke
· 15 years ago
5f91bb0
[SCSI] reservation conflict after timeout causes device to be taken offline
by Michael Reed
· 15 years ago
91bc31f
[SCSI] fix up scsi_eh_lock_door()
by James Bottomley
· 15 years ago
477e608
[SCSI] fix documentation for two functions
by Bartlomiej Zolnierkiewicz
· 16 years ago
f078727
[SCSI] remove scsi_req_map_sg
by FUJITA Tomonori
· 16 years ago
cd76469
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 16 years ago
c03264a
trivial: fix singal -> signal typo
by Frederik Schwarzer
· 16 years ago
fa99078
[SCSI] clean up scsi_times_out
by Christoph Hellwig
· 16 years ago
a9b589d
[SCSI] scsi_error: TASK ABORTED status handling improvement
by Vladislav Bolkhovitin
· 16 years ago
4a8ab87
[SCSI] scsi_error: fix indentation and braces disagreement - add braces
by Ilpo Järvinen
· 16 years ago
9728c08
[SCSI] make scsi_eh_try_stu use block timeout
by James Bottomley
· 16 years ago
939c228
[SCSI] scsi_error regression: Fix idempotent command handling
by Mike Christie
· 16 years ago
c82dc88
[SCSI] scsi_error: fix target reset handling
by James Bottomley
· 16 years ago
4a27446
[SCSI] modify scsi to handle new fail fast flags.
by Mike Christie
· 16 years ago
a4dfaa6
[SCSI] scsi: add transport host byte errors (v3)
by Mike Christie
· 16 years ago
242f9dc
block: unify request timeout handling
by Jens Axboe
· 16 years ago
bb0003c
[SCSI] make scsi_check_sense HARDWARE_ERROR return ADD_TO_MLQUEUE on retry
by Mike Anderson
· 16 years ago
cadbd4a
[SCSI] replace __FUNCTION__ with __func__
by Harvey Harrison
· 16 years ago
1226570
[SCSI] scsi_eh_prep_cmnd should save scmd->underflow
by Alan Stern
· 16 years ago
511e44f
[SCSI] Do not retry a request whose data integrity check failed
by Martin K. Petersen
· 16 years ago
db007fc
[SCSI] Command protection operation
by Martin K. Petersen
· 16 years ago
a6a8d9f
[SCSI] scsi_dh: add infrastructure for SCSI Device Handlers
by Chandra Seetharaman
· 17 years ago
d626e3b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 17 years ago
64a87b2
[SCSI] Let scsi_cmnd->cmnd use request->cmd buffer
by Boaz Harrosh
· 17 years ago
4f54eec
block: use blk_rq_init() to initialize the request
by FUJITA Tomonori
· 17 years ago
3bc6a26
[SCSI] add scsi_build_sense_buffer helper function
by FUJITA Tomonori
· 17 years ago
30bd7df
[SCSI] scsi_error: add target reset handler
by Mike Christie
· 17 years ago
6f9a35e
[SCSI] bidirectional command support
by Boaz Harrosh
· 17 years ago
30b0c37
[SCSI] implement scsi_data_buffer
by Boaz Harrosh
· 17 years ago
b80ca4f
[SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZE
by FUJITA Tomonori
· 17 years ago
dc8875e
[SCSI] docbook and kernel-doc updates
by Randy Dunlap
· 17 years ago
eb44820
[SCSI] Add Documentation and integrate into docbook build
by Rob Landley
· 17 years ago
7b3d954
Revert "scsi: revert "[SCSI] Get rid of scsi_cmnd->done""
by Linus Torvalds
· 17 years ago
ac40532
scsi: revert "[SCSI] Get rid of scsi_cmnd->done"
by Ingo Molnar
· 17 years ago
645a0c6
[SCSI] include linux/scatterlist.h in scsi_eh.h
by James Bottomley
· 17 years ago
e1c2346
[SCSI] scsi_error: Refactoring scsi_error to facilitate in synchronous REQUEST_SENSE
by Boaz Harrosh
· 17 years ago
55db6c1
[SCSI] scsi_error: code cleanup before refactoring of scsi_send_eh_cmnd()
by Boaz Harrosh
· 17 years ago
6f5391c
[SCSI] Get rid of scsi_cmnd->done
by Matthew Wilcox
· 17 years ago
12a4416
[SCSI] Remove ->pid field from scsi_cmnd
by Matthew Wilcox
· 17 years ago
31765d7
[SCSI] Improve error message when offlining a device
by Matthew Wilcox
· 17 years ago
79ee830
[SCSI] scsi_error.c should #include "scsi_transport_api.h"
by Adrian Bunk
· 17 years ago
8314418
Freezer: make kernel threads nonfreezable by default
by Rafael J. Wysocki
· 17 years ago
355dfa1
[SCSI] scsi_error: send the sense buffer down without copying
by James Bottomley
· 17 years ago
e555db9
[SCSI] use sysfs configured timeout for EH Start Unit timeout
by Brian King
· 18 years ago
4f7a307
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 18 years ago
ed773e6
[SCSI] scsi_error.c: Add EH Start Unit retry
by Brian King
· 18 years ago
8cc574a
[SCSI]: Fix scsi_send_eh_cmnd scatterlist handling
by David S. Miller
· 18 years ago
6c5f8ce
[SCSI] expose eh_timed_out to the host template
by James Bottomley
· 18 years ago
292148f
[SCSI] scsi_error: Fix lost EH commands
by Brian King
· 18 years ago
fd1b494
[SCSI] Fix sense key MEDIUM ERROR processing and retry
by Luben Tuikov
· 18 years ago
dca84e4
[SCSI] scsi_error.c: Export some scsi_eh_* functions
by Darrick J. Wong
· 18 years ago
2dc611d
[SCSI] use one-element sg list in scsi_send_eh_cmnd
by Christoph Hellwig
· 18 years ago
fa1f5ea
[PATCH] gfp annotations: scsi_error
by Al Viro
· 18 years ago
7fbb364
[PATCH] SCSI: lockdep annotation in scsi_send_eh_cmnd
by Stefan Richter
· 18 years ago
0db99e3
[SCSI] fix scsi_send_eh_cmnd regression
by Mike Christie
· 18 years ago
631c228
[SCSI] hide EH backup data outside the scsi_cmnd
by Christoph Hellwig
· 18 years ago
d7a1bb0
[SCSI] Block I/O while SG reset operation in progress - the midlayer patch
by James Smart
· 19 years ago
71d530c
Merge branch 'master' into upstream
by Jeff Garzik
· 18 years ago
8d7feac
[SCSI] remove RQ_SCSI_* flags
by Christoph Hellwig
· 18 years ago
beb4048
[SCSI] remove scsi_request infrastructure
by Christoph Hellwig
· 18 years ago
f8bbfc2
[PATCH] SCSI: make scsi_implement_eh() generic API for SCSI transports
by Tejun Heo
· 18 years ago
ee7863b
[PATCH] SCSI: implement shost->host_eh_scheduled
by Tejun Heo
· 18 years ago
9227c33
[PATCH] move ->eh_strategy_handler to the transport class
by Christoph Hellwig
· 19 years ago
d04cdb6
Merge ../linux-2.6
by James Bottomley
· 19 years ago
f33b5d7
Merge ../linux-2.6
by James Bottomley
· 19 years ago
c829c39
[SCSI] FC transport : Avoid device offline cases by stalling aborts until device unblocked
by James Smart
· 19 years ago
d2dbaad
Merge branch 'master'
by Jeff Garzik
· 19 years ago
8884efa
[SCSI] scsi: scsi command retries off by one fix
by Brian King
· 19 years ago
18ee3610
Merge branch 'master'
by Jeff Garzik
· 19 years ago
041c5fc
[PATCH] SCSI: export scsi_eh_finish_cmd() and scsi_eh_flush_done_q()
by Tejun Heo
· 19 years ago
bb1d107
[SCSI] Prevent scsi_execute_async from guessing cdb length
by brking@us.ibm.com
· 19 years ago
2a1e137
Merge by hand (conflicts in scsi_lib.c)
by James Bottomley
· 19 years ago
6e68af6
[SCSI] Convert SCSI mid-layer to scsi_execute_async
by Mike Christie
· 19 years ago
8563167
[SCSI] fix OOPS due to clearing eh_action prior to aborting eh command
by Michael Reed
· 19 years ago
7dfdc9a
[SCSI] use a completion in scsi_send_eh_cmnd
by Christoph Hellwig
· 19 years ago
Next »