Age | Commit message (Expand) | Author | Files | Lines |
2015-03-27 | libata-eh: Set 'information' field for autosense | Hannes Reinecke | 1 | -0/+31 |
2015-01-09 | scsi: do not display kernel pointer in message logs | Hannes Reinecke | 1 | -29/+20 |
2015-01-09 | scsi: fix scsi_error.c kernel-doc warning | Randy Dunlap | 1 | -0/+1 |
2014-12-30 | SCSI: fix regression in scsi_send_eh_cmnd() | Alan Stern | 1 | -2/+2 |
2014-12-08 | Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linus | James Bottomley | 1 | -10/+5 |
2014-11-24 | scsi: don't use scsi_next_command in scsi_reset_provider | Christoph Hellwig | 1 | -8/+3 |
2014-11-24 | scsi: drop reason argument from ->change_queue_depth | Christoph Hellwig | 1 | -1/+1 |
2014-11-24 | scsi: avoid ->change_queue_depth indirection for queue full tracking | Christoph Hellwig | 1 | -10/+5 |
2014-11-12 | scsi: refactor scsi_reset_provider handling | Christoph Hellwig | 1 | -40/+36 |
2014-11-12 | scsi: document scsi_try_to_abort_cmd | Hannes Reinecke | 1 | -3/+21 |
2014-11-12 | scsi: use shost argument in scsi_eh_prt_fail_stats | Hannes Reinecke | 1 | -1/+1 |
2014-11-12 | scsi: fixup logging messages in scsi_error.c | Hannes Reinecke | 1 | -40/+37 |
2014-11-12 | scsi: use 'bool' as return value for scsi_normalize_sense() | Hannes Reinecke | 1 | -8/+8 |
2014-11-12 | scsi: use sdev as argument for sense code printing | Hannes Reinecke | 1 | -1/+1 |
2014-11-12 | scsi: add SG_SCSI_RESET_NO_ESCALATE flag to SG_SCSI_RESET ioctl | Douglas Gilbert | 1 | -0/+10 |
2014-11-10 | scsi: call device handler for failed TUR command | Christoph Hellwig | 1 | -8/+8 |
2014-11-10 | scsi: only re-lock door after EH on devices that were reset | Christoph Hellwig | 1 | -1/+3 |
2014-10-18 | Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+2 |
2014-09-16 | scsi: fix various kernel-doc problems in scsi_error.c | Randy Dunlap | 1 | -13/+14 |
2014-08-28 | block,scsi: fixup blk_get_request dead queue scenarios | Joe Lawrence | 1 | -1/+1 |
2014-08-27 | block,scsi: verify return pointer from blk_get_request | Joe Lawrence | 1 | -0/+2 |
2014-07-25 | scsi: convert host_busy to atomic_t | Christoph Hellwig | 1 | -3/+4 |
2014-07-18 | scsi: use dev_printk variants where possible | Hannes Reinecke | 1 | -83/+96 |
2014-07-18 | scsi: remove two cancel_delayed_work() calls from the mid-layer | Bart Van Assche | 1 | -1/+1 |
2014-06-24 | scsi_error: set DID_TIME_OUT correctly | Hannes Reinecke | 1 | -7/+7 |
2014-06-24 | scsi_error: fix invalid setting of host byte | Ulrich Obergfell | 1 | -4/+4 |
2014-06-11 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+2 |
2014-06-06 | block: add blk_rq_set_block_pc() | Jens Axboe | 1 | -1/+2 |
2014-05-19 | scsi: set correct completion code in scsi_send_eh_cmnd() | Hannes Reinecke | 1 | -0/+1 |
2014-05-19 | scsi: handle command allocation failure in scsi_reset_provider | Christoph Hellwig | 1 | -0/+6 |
2014-04-22 | [SCSI] More USB deadlock fixes | James Bottomley | 1 | -0/+1 |
2014-04-22 | [SCSI] Fix USB deadlock caused by SCSI error handling | Hannes Reinecke | 1 | -0/+1 |
2014-04-22 | [SCSI] Fix command result state propagation | Alan Stern | 1 | -0/+1 |
2014-04-22 | [SCSI] Fix spurious request sense in error handling | James Bottomley | 1 | -0/+9 |
2014-03-15 | [SCSI] do not manipulate device reference counts in scsi_get/put_command | Christoph Hellwig | 1 | -0/+6 |
2013-12-19 | [SCSI] Set the minimum valid value of 'eh_deadline' as 0 | Ren Mingxin | 1 | -13/+21 |
2013-12-19 | [SCSI] Unlock accesses to eh_deadline | Hannes Reinecke | 1 | -35/+9 |
2013-12-19 | [SCSI] improved eh timeout handler | Hannes Reinecke | 1 | -13/+138 |
2013-12-19 | [SCSI] Fix erratic device offline during EH | James Bottomley | 1 | -9/+17 |
2013-10-25 | [SCSI] scsi_error: Escalate to LUN reset if abort fails | Hannes Reinecke | 1 | -7/+9 |
2013-10-25 | [SCSI] Add 'eh_deadline' to limit SCSI EH runtime | Hannes Reinecke | 1 | -6/+124 |
2013-08-26 | [SCSI] Generate uevents on certain unit attention codes | Ewan D. Milne | 1 | -20/+80 |
2013-08-23 | [SCSI] Return ENODATA on medium error | Hannes Reinecke | 1 | -1/+1 |
2013-08-23 | [SCSI] return ENOSPC on thin provisioning failure | Hannes Reinecke | 1 | -1/+6 |
2013-08-23 | [SCSI] Set hostbyte status in scsi_check_sense() | Hannes Reinecke | 1 | -14/+7 |
2013-07-04 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -4/+3 |
2013-06-04 | [SCSI] Allow error handling timeout to be specified | Martin K. Petersen | 1 | -4/+3 |
2013-05-28 | scsi: Spelling hsot -> host | Geert Uytterhoeven | 1 | -1/+1 |
2013-05-10 | [SCSI] Handle MLQUEUE busy response in scsi_send_eh_cmnd | Hannes Reinecke | 1 | -10/+27 |
2012-10-09 | [SCSI] Shorten the path length of scsi_cmd_to_driver() | Li Zhong | 1 | -3/+5 |