All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Selectable checksum implementation
@ 2022-07-29 14:59 David Sterba
  2022-07-29 14:59 ` [PATCH 1/4] btrfs: prepare more slots for checksum shash David Sterba
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: David Sterba @ 2022-07-29 14:59 UTC (permalink / raw)
  To: linux-btrfs; +Cc: David Sterba

Add a possibility to load accelerated checksum implementation after a
filesystem has been mounted. Detailed description in patch 3.

David Sterba (4):
  btrfs: prepare more slots for checksum shash
  btrfs: assign checksum shash slots on init
  btrfs: add checksum implementation selection after mount
  btrfs: sysfs: print all loaded csums implementations

 fs/btrfs/check-integrity.c |   4 +-
 fs/btrfs/compression.c     |   4 +-
 fs/btrfs/ctree.h           |  13 ++++-
 fs/btrfs/disk-io.c         |  30 +++++++----
 fs/btrfs/file-item.c       |   4 +-
 fs/btrfs/inode.c           |   4 +-
 fs/btrfs/scrub.c           |  12 ++---
 fs/btrfs/super.c           |   2 -
 fs/btrfs/sysfs.c           | 101 +++++++++++++++++++++++++++++++++++--
 9 files changed, 144 insertions(+), 30 deletions(-)

-- 
2.36.1


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

end of thread, other threads:[~2022-07-29 17:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-29 14:59 [PATCH 0/4] Selectable checksum implementation David Sterba
2022-07-29 14:59 ` [PATCH 1/4] btrfs: prepare more slots for checksum shash David Sterba
2022-07-29 14:59 ` [PATCH 2/4] btrfs: assign checksum shash slots on init David Sterba
2022-07-29 14:59 ` [PATCH 3/4] btrfs: add checksum implementation selection after mount David Sterba
2022-07-29 14:59 ` [PATCH 4/4] btrfs: sysfs: print all loaded csums implementations David Sterba
2022-07-29 17:00 ` [PATCH 0/4] Selectable checksum implementation Boris Burkov
2022-07-29 17:23   ` David Sterba

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.