mbox series

[PATCHv3,0/4] block: make long runnint operations killable

Message ID 20240222191922.2130580-1-kbusch@meta.com (mailing list archive)
Headers show
Series block: make long runnint operations killable | expand

Message

Keith Busch Feb. 22, 2024, 7:19 p.m. UTC
From: Keith Busch <kbusch@kernel.org>

Changes from v2:

  Wait for chained bio's to complete before returning from kill signal.

  Miscellaneous cleanup patches for style and consistency.

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 | 57 ++++++++++++++++++++++++++++++++++++++-----------
 block/blk-mq.c  | 19 +++--------------
 block/blk.h     | 13 +++++++++++
 4 files changed, 61 insertions(+), 40 deletions(-)

Comments

Keith Busch Feb. 23, 2024, 3:57 p.m. UTC | #1
On Fri, Feb 23, 2024 at 04:55:51PM +0530, Nilay Shroff wrote:
> I tried applying patchset using "git am" but it failed to apply. Was the patchset 
> created against the latest v6.8-rc5? Latter I applied the patchet manually. 

Patchset was created from linux-block tree's for-6.9/block branch:

  https://git.kernel.dk/cgit/linux-block/log/?h=for-6.9/block