public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCHv4 0/4] block: make long running operations killable
@ 2024-02-23 15:59 Keith Busch
  2024-02-23 15:59 ` [PATCHv4 1/4] block: blkdev_issue_secure_erase loop style Keith Busch
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Keith Busch @ 2024-02-23 15:59 UTC (permalink / raw)
  To: linux-block; +Cc: axboe, ming.lei, nilay, chaitanyak, Keith Busch

From: Keith Busch <kbusch@kernel.org>

Changes from v3:

 Added reviewed and tested by tags

 More formatting cleanups in patch 2 (Christoph)

 A more descriptive name for the bio chain wait helper (Christoph)

 Don't fallback to the zero page on fatal signal error (Nilay)

Keith Busch (4):
  block: blkdev_issue_secure_erase loop style
  block: cleanup __blkdev_issue_write_zeroes
  block: io wait hang check helper
  blk-lib: check for kill signal

 block/bio.c     | 12 +--------
 block/blk-lib.c | 70 ++++++++++++++++++++++++++++++++++++-------------
 block/blk-mq.c  | 19 +++-----------
 block/blk.h     | 13 +++++++++
 4 files changed, 69 insertions(+), 45 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2024-02-25  7:53 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-23 15:59 [PATCHv4 0/4] block: make long running operations killable Keith Busch
2024-02-23 15:59 ` [PATCHv4 1/4] block: blkdev_issue_secure_erase loop style Keith Busch
2024-02-23 15:59 ` [PATCHv4 2/4] block: cleanup __blkdev_issue_write_zeroes Keith Busch
2024-02-23 16:19   ` Christoph Hellwig
2024-02-23 15:59 ` [PATCHv4 3/4] block: io wait hang check helper Keith Busch
2024-02-23 15:59 ` [PATCHv4 4/4] blk-lib: check for kill signal Keith Busch
2024-02-23 16:19   ` Christoph Hellwig
2024-02-24  7:05   ` Nilay Shroff
2024-02-23 19:16 ` [PATCHv4 0/4] block: make long running operations killable Chaitanya Kulkarni
2024-02-23 19:31   ` Keith Busch
2024-02-25  7:40     ` Chaitanya Kulkarni
2024-02-25  7:53       ` Chaitanya Kulkarni
2024-02-24 19:48 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox