public inbox for dm-crypt@saout.de
 help / color / mirror / Atom feed
* [dm-crypt] [PATCH v3 0/2] dm crypt: some fixes to support dm-crypt running in softirq context
@ 2021-01-04 14:59 Ignat Korchagin
  2021-01-04 14:59 ` [dm-crypt] [PATCH v3 1/2] dm crypt: do not wait for backlogged crypto request completion in softirq Ignat Korchagin
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ignat Korchagin @ 2021-01-04 14:59 UTC (permalink / raw)
  To: agk, snitzer, dm-devel, dm-crypt, linux-kernel
  Cc: Damien.LeMoal, herbert, kernel-team, nobuto.murata, josef,
	ebiggers, clm, mpatocka, Ignat Korchagin, dsterba, mail,
	linux-btrfs

Changes from v1:
  * 0001: handle memory allocation failure for GFP_ATOMIC

Changes from v2:
  * reordered patches
  * 0002: crypt_convert will be retried from a workqueue, when a crypto request
    allocation fails with GFP_ATOMIC instead of just returning an IO error to
    the user

Ignat Korchagin (2):
  dm crypt: do not wait for backlogged crypto request completion in
    softirq
  dm crypt: use GFP_ATOMIC when allocating crypto requests from softirq

 drivers/md/dm-crypt.c | 138 +++++++++++++++++++++++++++++++++++++-----
 1 file changed, 123 insertions(+), 15 deletions(-)

-- 
2.20.1

_______________________________________________
dm-crypt mailing list
dm-crypt@saout.de
https://www.saout.de/mailman/listinfo/dm-crypt

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

end of thread, other threads:[~2021-01-05  1:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-04 14:59 [dm-crypt] [PATCH v3 0/2] dm crypt: some fixes to support dm-crypt running in softirq context Ignat Korchagin
2021-01-04 14:59 ` [dm-crypt] [PATCH v3 1/2] dm crypt: do not wait for backlogged crypto request completion in softirq Ignat Korchagin
2021-01-04 14:59 ` [dm-crypt] [PATCH v3 2/2] dm crypt: use GFP_ATOMIC when allocating crypto requests from softirq Ignat Korchagin
2021-01-04 17:04 ` [dm-crypt] [PATCH v3 0/2] dm crypt: some fixes to support dm-crypt running in softirq context Mikulas Patocka

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