+163
−11
drivers/scsi/cxlflash/sislite.h
100755 → 100644
+0
−0
Loading
Gitlab 现已全面支持 git over ssh 与 git over https。通过 HTTPS 访问请配置带有 read_repository / write_repository 权限的 Personal access token。通过 SSH 端口访问请使用 22 端口或 13389 端口。如果使用CAS注册了账户但不知道密码,可以自行至设置中更改;如有其他问题,请发邮件至 service@cra.moe 寻求协助。
Introduce support for enhanced I/O error handling.
A device state is added to track 3 possible states of the device:
Normal - the device is operating normally and is fully operational
Limbo - the device is in a reset/recovery scenario and its operational
status is paused
Failed/terminating - the device has either failed to be reset/recovered
or is being terminated (removed); it is no longer
operational
All operations are allowed when the device is operating normally. When the
device transitions to limbo state, I/O must be paused. To help accomplish
this, a wait queue is introduced where existing and new threads can wait
until the device is no longer in limbo. When coming out of limbo, threads
need to check the state and error out gracefully when encountering the
failed state. When the device transitions to the failed/terminating state,
normal operations are no longer allowed. Only specially designated
operations related to graceful cleanup are permitted.
Signed-off-by:
Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
Signed-off-by:
Manoj N. Kumar <manoj@linux.vnet.ibm.com>
Reviewed-by:
Daniel Axtens <dja@axtens.net>
Reviewed-by:
Michael Neuling <mikey@neuling.org>
Reviewed-by:
Wen Xiong <wenxiong@linux.vnet.ibm.com>
Reviewed-by:
Brian King <brking@linux.vnet.ibm.com>
Signed-off-by:
James Bottomley <JBottomley@Odin.com>
File mode changed from 100755 to 100644.
CRA Git | Maintained and supported by SUSTech CRA and CCSE