Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
ddd09bcc899fd374fe5567d9c35894a304f9e492
/
drivers
/
scsi
/
scsi_error.c
8f8fed0
scsi: core: save/restore command resid for error handling
by Damien Le Moal
· 5 years ago
ba6d10a
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 6 years ago
bbe9fb0
scsi: Avoid that .queuecommand() gets called for a blocked SCSI device
by Bart Van Assche
· 6 years ago
026104b
scsi: core: add SPDX tags to scsi midlayer files missing licensing information
by Christoph Hellwig
· 6 years ago
457c899
treewide: Add SPDX license identifier for missed files
by Thomas Gleixner
· 6 years ago
c0327e6
scsi: core: remove the scsi_ioctl_reset export
by Christoph Hellwig
· 6 years ago
ae3d56d
scsi: remove bidirectional command support
by Christoph Hellwig
· 6 years ago
f134270
scsi: Do not rely on blk-mq for double completions
by Keith Busch
· 6 years ago
92bc5a2
block: remove __blk_put_request()
by Jens Axboe
· 6 years ago
f664a3c
scsi: kill off the legacy IO path
by Jens Axboe
· 6 years ago
37208be
scsi: core: Remove scsi_block_when_processing_errors: message
by Laurence Oberman
· 6 years ago
72f02ba
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 6 years ago
065990b
scsi: set timed out out mq requests to complete
by Keith Busch
· 6 years ago
c84b023
scsi: read host_busy via scsi_host_busy()
by Ming Lei
· 7 years ago
5f85942
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 7 years ago
6600593
block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONE
by Christoph Hellwig
· 7 years ago
4accf5f
block: pass an explicit gfp_t to get_request
by Christoph Hellwig
· 7 years ago
ff005a0
block: sanitize blk_get_request calling conventions
by Christoph Hellwig
· 7 years ago
c360652
scsi: devinfo: BLIST_RETRY_ASC_C1 for Fujitsu ETERNUS
by Martin Wilck
· 7 years ago
29cfc2a
scsi: devinfo: add BLIST_RETRY_ITF for EMC Symmetrix
by Martin Wilck
· 7 years ago
2e1f44f
Merge branch 'fixes' into misc
by James Bottomley
· 7 years ago
3be8828
scsi: core: Avoid that ATA error handling can trigger a kernel hang or oops
by Bart Van Assche
· 7 years ago
8ef7fe4
scsi: core: fix two wrong indentation cases
by Jianchao Wang
· 7 years ago
923f46f
scsi: core: scmd_eh_abort_handler(): Add a comment
by Bart Van Assche
· 7 years ago
f0317e8
scsi: core: Convert a source code comment into a runtime check
by Bart Van Assche
· 7 years ago
3bd6f43
scsi: core: Ensure that the SCSI error handler gets woken up
by Bart Van Assche
· 7 years ago
670ffcc
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 7 years ago
ad95028
scsi: scsi_error: DID_SOFT_ERROR comment clean up
by Petros Koutoupis
· 7 years ago
cf3431b
scsi: scsi_error: Handle power-on reset unit attention
by Hannes Reinecke
· 7 years ago
a8bbb2a
scsi: scsi_error: Do not retry illegal function error
by Hannes Reinecke
· 7 years ago
d0b7a90
scsi: ILLEGAL REQUEST + ASC==27 => target failure
by Martin Wilck
· 7 years ago
bed2213
scsi: Use blk_mq_rq_to_pdu() to convert a request to a SCSI command pointer
by Bart Van Assche
· 7 years ago
3bf2ff6
scsi: Suppress gcc 7 fall-through warnings reported with W=1
by Bart Van Assche
· 7 years ago
9031114
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 8 years ago
ca18d6f
block: Make most scsi_req_init() calls implicit
by Bart Van Assche
· 8 years ago
0db6ca8
scsi: Protect SCSI device state changes with a mutex
by Bart Van Assche
· 8 years ago
2a842ac
block: introduce new block status code type
by Christoph Hellwig
· 8 years ago
8d5e72d
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 8 years ago
2908769
scsi: Improve scsi_get_sense_info_fld
by Damien Le Moal
· 8 years ago
a065863
scsi: make asynchronous aborts mandatory
by Hannes Reinecke
· 8 years ago
2171b6d
scsi: make scsi_eh_scmd_add() always succeed
by Hannes Reinecke
· 8 years ago
8e8c9d0
scsi: make eh_eflags persistent
by Hannes Reinecke
· 8 years ago
1bcb930
scsi: always send command aborts
by Hannes Reinecke
· 8 years ago
7a38dc0
scsi: scsi_error: count medium access timeout only once per EH run
by Hannes Reinecke
· 8 years ago
64c7f1d
block, scsi: move the retries field to struct scsi_request
by Christoph Hellwig
· 8 years ago
cdc1947
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 8 years ago
b6a05c8
scsi: remove eh_timed_out methods in the transport template
by Christoph Hellwig
· 8 years ago
aebf526
block: fold cmd_type into the REQ_OP_ space
by Christoph Hellwig
· 8 years ago
57292b5
block: introduce blk_rq_is_passthrough
by Christoph Hellwig
· 8 years ago
82ed4db
block: split scsi_request out of struct request
by Christoph Hellwig
· 8 years ago
e9c787e
scsi: allocate scsi_cmnd structures as part of struct request
by Christoph Hellwig
· 8 years ago
e806402
block: split out request-only flags into a new namespace
by Christoph Hellwig
· 8 years ago
951d77f
Merge remote-tracking branch 'mkp-scsi/4.7/scsi-fixes' into fixes
by James Bottomley
· 9 years ago
72d8c36
scsi: fix race between simultaneous decrements of ->host_failed
by Wei Fang
· 9 years ago
3852e37
libata: evaluate SCSI sense code
by Hannes Reinecke
· 9 years ago
71baba4
mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM
by Mel Gorman
· 9 years ago
05c7808
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 9 years ago
8e78b7d
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 9 years ago
537b604
scsi: fix scsi_error_handler vs. scsi_host_dev_release race
by Michal Hocko
· 9 years ago
df91039
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 9 years ago
ee14c67
scsi_dh: kill struct scsi_dh_data
by Christoph Hellwig
· 9 years ago
709c75b
scsi_error: should not get sense for timeout IO in scsi error handler
by jiang.biao2@zte.com.cn
· 9 years ago
14c3e67
scsi: Add ALUA state change UA handling
by Hannes Reinecke
· 10 years ago
4e7fca0
Merge branch 'for-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata
by Linus Torvalds
· 9 years ago
fe16d4f
Revert "libata-eh: Set 'information' field for autosense"
by Tejun Heo
· 9 years ago
0c958ec
scsi: fix memory leak with scsi-mq
by Tony Battersby
· 10 years ago
7708c16
scsi: Move sense handling routines to scsi_common
by Sagi Grimberg
· 10 years ago
07e3842
Move code that is used both by initiator and target drivers
by Bart Van Assche
· 10 years ago
a1524f2
libata-eh: Set 'information' field for autosense
by Hannes Reinecke
· 10 years ago
470613b
scsi: do not display kernel pointer in message logs
by Hannes Reinecke
· 10 years ago
6583f6f
scsi: fix scsi_error.c kernel-doc warning
by Randy Dunlap
· 10 years ago
511833a
SCSI: fix regression in scsi_send_eh_cmnd()
by Alan Stern
· 10 years ago
096cbc3
Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linus
by James Bottomley
· 10 years ago
0f121dd
scsi: don't use scsi_next_command in scsi_reset_provider
by Christoph Hellwig
· 10 years ago
db5ed4d
scsi: drop reason argument from ->change_queue_depth
by Christoph Hellwig
· 10 years ago
c40ecc1
scsi: avoid ->change_queue_depth indirection for queue full tracking
by Christoph Hellwig
· 10 years ago
176aa9d
scsi: refactor scsi_reset_provider handling
by Christoph Hellwig
· 10 years ago
883a030
scsi: document scsi_try_to_abort_cmd
by Hannes Reinecke
· 10 years ago
a3a790d
scsi: use shost argument in scsi_eh_prt_fail_stats
by Hannes Reinecke
· 10 years ago
a222b1e
scsi: fixup logging messages in scsi_error.c
by Hannes Reinecke
· 10 years ago
4753cbc
scsi: use 'bool' as return value for scsi_normalize_sense()
by Hannes Reinecke
· 10 years ago
d811b84
scsi: use sdev as argument for sense code printing
by Hannes Reinecke
· 10 years ago
26cf591
scsi: add SG_SCSI_RESET_NO_ESCALATE flag to SG_SCSI_RESET ioctl
by Douglas Gilbert
· 10 years ago
e925cc4
scsi: call device handler for failed TUR command
by Christoph Hellwig
· 10 years ago
4837927
scsi: only re-lock door after EH on devices that were reset
by Christoph Hellwig
· 10 years ago
d3dc366
Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
74cf298
scsi: fix various kernel-doc problems in scsi_error.c
by Randy Dunlap
· 10 years ago
a492f07
block,scsi: fixup blk_get_request dead queue scenarios
by Joe Lawrence
· 10 years ago
eb571ee
block,scsi: verify return pointer from blk_get_request
by Joe Lawrence
· 11 years ago
7466501
scsi: convert host_busy to atomic_t
by Christoph Hellwig
· 11 years ago
91921e0
scsi: use dev_printk variants where possible
by Hannes Reinecke
· 11 years ago
fcc95a7
scsi: remove two cancel_delayed_work() calls from the mid-layer
by Bart Van Assche
· 11 years ago
a33c070
scsi_error: set DID_TIME_OUT correctly
by Hannes Reinecke
· 11 years ago
8922a90
scsi_error: fix invalid setting of host byte
by Ulrich Obergfell
· 11 years ago
23d4ed5
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
f27b087
block: add blk_rq_set_block_pc()
by Jens Axboe
· 11 years ago
ac61d19
scsi: set correct completion code in scsi_send_eh_cmnd()
by Hannes Reinecke
· 11 years ago
95eeb5f
scsi: handle command allocation failure in scsi_reset_provider
by Christoph Hellwig
· 11 years ago
c69e6f8
[SCSI] More USB deadlock fixes
by James Bottomley
· 11 years ago
7daf480
[SCSI] Fix USB deadlock caused by SCSI error handling
by Hannes Reinecke
· 11 years ago
Next »