netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [v4 PATCH 00/13] crypto: acomp - Add virtual address and folio support
@ 2025-03-14 12:22 Herbert Xu
  2025-03-14 12:22 ` [v4 PATCH 01/13] crypto: qat - Remove dst_null support Herbert Xu
                   ` (12 more replies)
  0 siblings, 13 replies; 28+ messages in thread
From: Herbert Xu @ 2025-03-14 12:22 UTC (permalink / raw)
  To: Linux Crypto Mailing List
  Cc: Richard Weinberger, Zhihao Cheng, linux-mtd, Rafael J. Wysocki,
	Pavel Machek, linux-pm, Steffen Klassert, netdev

v4 adds acomp software fallback path, folio support and converts
existing legacy crypto_comp users.

This patch series adds virtual address and folio support to acomp.
This finally brings it to feature parity with the legacy crypto_comp,
which enables us to convert the existing users to acomp.

The three users are converted according to their characteristics:
ubifs uses folio+linear, hibernate uses linear only while ipcomp
uses SG only.

Only ipcomp is fully asynchronous, ubifs supports asynchronous
but will wait on it and hibernate is synchronous only.

Herbert Xu (13):
  crypto: qat - Remove dst_null support
  crypto: iaa - Remove dst_null support
  crypto: scomp - Remove support for some non-trivial SG lists
  crypto: acomp - Remove dst_free
  crypto: scomp - Add chaining and virtual address support
  crypto: acomp - Add ACOMP_REQUEST_ALLOC and acomp_request_alloc_extra
  crypto: iaa - Use acomp stack fallback
  crypto: acomp - Add async nondma fallback
  crypto: acomp - Add support for folios
  ubifs: Use crypto_acomp interface
  ubifs: Pass folios to acomp
  PM: hibernate: Use crypto_acomp interface
  xfrm: ipcomp: Use crypto_acomp interface

 crypto/acompress.c                            | 148 ++++--
 crypto/scompress.c                            | 189 ++++---
 drivers/crypto/intel/iaa/iaa_crypto_main.c    | 164 +-----
 .../intel/qat/qat_common/qat_comp_algs.c      |  83 ---
 fs/ubifs/compress.c                           | 217 ++++++--
 fs/ubifs/file.c                               |  74 +--
 fs/ubifs/journal.c                            |  11 +-
 fs/ubifs/ubifs.h                              |  26 +-
 include/crypto/acompress.h                    | 184 ++++++-
 include/crypto/internal/acompress.h           |  26 +-
 include/crypto/internal/scompress.h           |   2 -
 include/linux/crypto.h                        |   1 +
 include/net/ipcomp.h                          |  13 +-
 kernel/power/swap.c                           |  58 ++-
 net/xfrm/xfrm_ipcomp.c                        | 477 +++++++++---------
 15 files changed, 932 insertions(+), 741 deletions(-)

-- 
2.39.5


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

end of thread, other threads:[~2025-03-15  9:34 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-14 12:22 [v4 PATCH 00/13] crypto: acomp - Add virtual address and folio support Herbert Xu
2025-03-14 12:22 ` [v4 PATCH 01/13] crypto: qat - Remove dst_null support Herbert Xu
2025-03-14 12:22 ` [v4 PATCH 02/13] crypto: iaa " Herbert Xu
2025-03-14 12:22 ` [v4 PATCH 03/13] crypto: scomp - Remove support for some non-trivial SG lists Herbert Xu
2025-03-14 12:22 ` [v4 PATCH 04/13] crypto: acomp - Remove dst_free Herbert Xu
2025-03-14 12:22 ` [v4 PATCH 05/13] crypto: scomp - Add chaining and virtual address support Herbert Xu
2025-03-14 12:22 ` [v4 PATCH 06/13] crypto: acomp - Add ACOMP_REQUEST_ALLOC and acomp_request_alloc_extra Herbert Xu
2025-03-14 12:22 ` [v4 PATCH 07/13] crypto: iaa - Use acomp stack fallback Herbert Xu
2025-03-14 12:22 ` [v4 PATCH 08/13] crypto: acomp - Add async nondma fallback Herbert Xu
2025-03-14 12:22 ` [v4 PATCH 09/13] crypto: acomp - Add support for folios Herbert Xu
2025-03-14 12:22 ` [v4 PATCH 10/13] ubifs: Use crypto_acomp interface Herbert Xu
2025-03-15  3:54   ` Zhihao Cheng
2025-03-15  4:03     ` Herbert Xu
2025-03-15  5:08       ` Zhihao Cheng
2025-03-15  5:40         ` Herbert Xu
2025-03-15  5:15   ` Zhihao Cheng
2025-03-15  5:44     ` Herbert Xu
2025-03-15  8:58   ` Zhihao Cheng
2025-03-15  9:02     ` Herbert Xu
2025-03-15  9:08       ` Zhihao Cheng
2025-03-15  9:12         ` Herbert Xu
2025-03-15  9:27           ` Zhihao Cheng
2025-03-15  9:32             ` Herbert Xu
2025-03-15  9:34               ` Herbert Xu
2025-03-14 12:22 ` [v4 PATCH 11/13] ubifs: Pass folios to acomp Herbert Xu
2025-03-14 12:22 ` [v4 PATCH 12/13] PM: hibernate: Use crypto_acomp interface Herbert Xu
2025-03-14 14:40   ` Rafael J. Wysocki
2025-03-14 12:22 ` [v4 PATCH 13/13] xfrm: ipcomp: " Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).