All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/4] btrfs: support xxhash64 checksums
@ 2019-08-30 11:36 Johannes Thumshirn
  2019-08-30 11:36 ` [PATCH v5 1/4] btrfs: turn checksum type define into a enum Johannes Thumshirn
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Johannes Thumshirn @ 2019-08-30 11:36 UTC (permalink / raw)
  To: David Sterba; +Cc: Linux BTRFS Mailinglist, Johannes Thumshirn

Now that Nikolay's XXHASH64 support for the Crypto API has landed and BTRFS is
prepared for an easy addition of new checksums, this patchset implements
XXHASH64 as a second, fast but not cryptographically secure checksum hash.

For changelogs, please see the individual patches.

David Sterba (1):
  btrfs: sysfs: export supported checksums

Johannes Thumshirn (3):
  btrfs: turn checksum type define into a enum
  btrfs: create structure to encode checksum type and length
  btrfs: add xxhash64 to checksumming algorithms

 fs/btrfs/Kconfig                |  1 +
 fs/btrfs/ctree.c                | 23 +++++++++++++++++++++++
 fs/btrfs/ctree.h                | 20 ++------------------
 fs/btrfs/disk-io.c              |  1 +
 fs/btrfs/super.c                |  1 +
 fs/btrfs/sysfs.c                | 29 +++++++++++++++++++++++++++++
 include/uapi/linux/btrfs_tree.h |  5 ++++-
 7 files changed, 61 insertions(+), 19 deletions(-)

-- 
2.16.4


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

end of thread, other threads:[~2019-09-03  7:49 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-30 11:36 [PATCH v5 0/4] btrfs: support xxhash64 checksums Johannes Thumshirn
2019-08-30 11:36 ` [PATCH v5 1/4] btrfs: turn checksum type define into a enum Johannes Thumshirn
2019-08-30 11:36 ` [PATCH v5 2/4] btrfs: create structure to encode checksum type and length Johannes Thumshirn
2019-08-30 11:36 ` [PATCH v5 3/4] btrfs: add xxhash64 to checksumming algorithms Johannes Thumshirn
2019-08-30 11:36 ` [PATCH v5 4/4] btrfs: sysfs: export supported checksums Johannes Thumshirn
2019-08-30 15:03   ` David Sterba
2019-08-31  4:15   ` kbuild test robot
2019-08-31  4:50   ` kbuild test robot
2019-08-30 15:06 ` [PATCH v5 0/4] btrfs: support xxhash64 checksums David Sterba
2019-09-03  7:49   ` Johannes Thumshirn

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.