summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-vdo/murmurhash3.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
* dm vdo murmurhash: remove unneeded semicolonMatthew Sakai2024-04-101-1/+1
* dm vdo murmurhash3: use kernel byteswapping routines instead of GCC onesKen Raeburn2024-03-291-25/+8
* dm vdo: add the MurmurHash3 fast hashing algorithmMatthew Sakai2024-02-201-0/+175