Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a6f69dc8018dbb4ce2009ccba49b53f68c8bdc64
/
drivers
/
scsi
/
scsi_error.c
« Previous
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
474838d
[SCSI] remove Scsi_Host.eh_active
by Christoph Hellwig
· 19 years ago
ad42eb1
[SCSI] tidy up scsi_error_handler
by Christoph Hellwig
· 19 years ago
422c0d6
[SCSI] use scmd_id(), scmd_channel() throughout code
by Jeff Garzik
· 19 years ago
3bf743e
[SCSI] use {sdev,scmd,starget,shost}_printk in generic code
by Jeff Garzik
· 19 years ago
9ccfc75
[SCSI] move the mid-layer printk's over to shost/starget/sdev_printk
by James Bottomley
· 19 years ago
461a0ff
[PATCH] scsi_error thread exits in TASK_INTERRUPTIBLE state.
by Steven Rostedt
· 19 years ago
3ed7a47
[SCSI] Fix thread termination for the SCSI error handle
by James Bottomley
· 19 years ago
939647e
[SCSI] fix oops on usb storage device disconnect
by James Bottomley
· 19 years ago
17fa53d
Merge by hand (conflicts in sd.c)
by James Bottomley
· 19 years ago
fe1b2d5
[SCSI] unexport scsi_add_timer/scsi_delete_timer
by Christoph Hellwig
· 19 years ago
c5478de
[SCSI] switch EH thread startup to the kthread API
by Christoph Hellwig
· 19 years ago
e47373e
[SCSI] return success after retries in scsi_eh_tur
by Alan Stern
· 20 years ago
33aa687
[SCSI] convert SPI transport class to scsi_execute
by James Bottomley
· 19 years ago
d330187
[SCSI] host state model update: replace old host bitmap state
by Mike Anderson
· 19 years ago
937abeaa
[SCSI] use list_for_each_entry_safe in scsi_error.c
by Christoph Hellwig
· 19 years ago
3111b0d
[SCSI] remove scsi_eh_eflags_ macros
by Christoph Hellwig
· 19 years ago
8d115f8
[SCSI] remove scsi_cmnd->state
by Christoph Hellwig
· 19 years ago
b4edcbc
[SCSI] remove scsi_cmnd->owner
by Christoph Hellwig
· 19 years ago
f5ad561
[SCSI] remove scsi_cmnd->abort_reason
by Christoph Hellwig
· 19 years ago
df0ae24
[SCSI] allow sleeping in ->eh_host_reset_handler()
by Jeff Garzik
· 19 years ago
68b3aa7
[SCSI] allow sleeping in ->eh_bus_reset_handler()
by Jeff Garzik
· 19 years ago
94d0e7b8
[SCSI] allow sleeping in ->eh_device_reset_handler()
by Jeff Garzik
· 19 years ago
8fa728a
[SCSI] allow sleeping in ->eh_abort_handler()
by Jeff Garzik
· 19 years ago
793698c
[SCSI] saved and restore result for timed out commands
by Patrick Mansfield
· 19 years ago
ad34ea2
merge by hand - fix up rejections in Documentation/DocBook/Makefile
by James Bottomley
· 19 years ago
5b8ef84
[SCSI] remove spurious if tests from scsi_eh_{times_out|done}
by Tejun Heo
· 19 years ago
0155a37
[SCSI] remove unnecessary scsi_delete_timer() call in scsi_reset_provider()
by Tejun Heo
· 19 years ago
bc86120
[PATCH] SCSI GFP fixes
by Al Viro
· 20 years ago
f59114b
[PATCH] scsi: scsi_send_eh_cmnd() cleanup
by
· 20 years ago
bf34191
scsi: add DID_REQUEUE to the error handling
by
· 20 years ago
c6295cd
[PATCH] scsi: remove meaningless scsi_cmnd->serial_number_at_timeout field
by
· 20 years ago
d3a933d
[PATCH] scsi: remove unused scsi_cmnd->internal_timeout field
by
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago