Searched hist:"1 cee2975bbabd89df1097c354867192106b058ea" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/s390/include/uapi/asm/ |
H A D | dasd.h | diff 1cee2975bbabd89df1097c354867192106b058ea Wed Apr 05 09:20:12 CDT 2023 Stefan Haberland <sth@linux.ibm.com> s390/dasd: add autoquiesce feature
Add the internal logic to check for autoquiesce triggers and handle them.
Quiesce and resume are functions that tell Linux to stop/resume issuing I/Os to a specific DASD. The DASD driver allows a manual quiesce/resume via ioctl.
Autoquiesce will define an amount of triggers that will lead to an automatic quiesce if a certain event occurs. There is no automatic resume.
All events will be reported via DASD Extended Error Reporting (EER) if configured.
Signed-off-by: Stefan Haberland <sth@linux.ibm.com> Reviewed-by: Jan Hoeppner <hoeppner@linux.ibm.com> Reviewed-by: Halil Pasic <pasic@linux.ibm.com> Link: https://lore.kernel.org/r/20230405142017.2446986-3-sth@linux.ibm.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
/openbmc/linux/drivers/s390/block/ |
H A D | dasd_eer.c | diff 1cee2975bbabd89df1097c354867192106b058ea Wed Apr 05 09:20:12 CDT 2023 Stefan Haberland <sth@linux.ibm.com> s390/dasd: add autoquiesce feature
Add the internal logic to check for autoquiesce triggers and handle them.
Quiesce and resume are functions that tell Linux to stop/resume issuing I/Os to a specific DASD. The DASD driver allows a manual quiesce/resume via ioctl.
Autoquiesce will define an amount of triggers that will lead to an automatic quiesce if a certain event occurs. There is no automatic resume.
All events will be reported via DASD Extended Error Reporting (EER) if configured.
Signed-off-by: Stefan Haberland <sth@linux.ibm.com> Reviewed-by: Jan Hoeppner <hoeppner@linux.ibm.com> Reviewed-by: Halil Pasic <pasic@linux.ibm.com> Link: https://lore.kernel.org/r/20230405142017.2446986-3-sth@linux.ibm.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
H A D | dasd_int.h | diff 1cee2975bbabd89df1097c354867192106b058ea Wed Apr 05 09:20:12 CDT 2023 Stefan Haberland <sth@linux.ibm.com> s390/dasd: add autoquiesce feature
Add the internal logic to check for autoquiesce triggers and handle them.
Quiesce and resume are functions that tell Linux to stop/resume issuing I/Os to a specific DASD. The DASD driver allows a manual quiesce/resume via ioctl.
Autoquiesce will define an amount of triggers that will lead to an automatic quiesce if a certain event occurs. There is no automatic resume.
All events will be reported via DASD Extended Error Reporting (EER) if configured.
Signed-off-by: Stefan Haberland <sth@linux.ibm.com> Reviewed-by: Jan Hoeppner <hoeppner@linux.ibm.com> Reviewed-by: Halil Pasic <pasic@linux.ibm.com> Link: https://lore.kernel.org/r/20230405142017.2446986-3-sth@linux.ibm.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
H A D | dasd.c | diff 1cee2975bbabd89df1097c354867192106b058ea Wed Apr 05 09:20:12 CDT 2023 Stefan Haberland <sth@linux.ibm.com> s390/dasd: add autoquiesce feature
Add the internal logic to check for autoquiesce triggers and handle them.
Quiesce and resume are functions that tell Linux to stop/resume issuing I/Os to a specific DASD. The DASD driver allows a manual quiesce/resume via ioctl.
Autoquiesce will define an amount of triggers that will lead to an automatic quiesce if a certain event occurs. There is no automatic resume.
All events will be reported via DASD Extended Error Reporting (EER) if configured.
Signed-off-by: Stefan Haberland <sth@linux.ibm.com> Reviewed-by: Jan Hoeppner <hoeppner@linux.ibm.com> Reviewed-by: Halil Pasic <pasic@linux.ibm.com> Link: https://lore.kernel.org/r/20230405142017.2446986-3-sth@linux.ibm.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
|