]> git.proxmox.com Git - mirror_zfs.git/history - module/os/freebsd/zfs/zio_crypt.c
ZIL: Assert record sizes in different places
[mirror_zfs.git] / module / os / freebsd / zfs / zio_crypt.c
2023-11-28 Alexander MotinZIL: Assert record sizes in different places
2023-11-27 Alexander MotinZIL: Refactor TX_WRITE encryption similar to TX_CLONE_RANGE
2023-11-27 Alexander MotinZIL: Do not encrypt block pointers in lr_clone_range_t
2023-01-12 Richard YaoCleanup: Use kmem_zalloc() instead of memset() to zero...
2022-10-14 Richard YaoCleanup: Address Clang's static analyzer's unused code...
2022-03-15 набRemove bcopy(), bzero(), bcmp()
2022-02-16 набmodule: icp: fold away all key formats except CRYPTO_KE...
2022-01-26 набClean up CSTYLEDs
2022-01-21 George AmanakisIntroduce a flag to skip comparing the local mac when...
2022-01-14 набmodule/*.ko: prune .data, global .rodata
2021-12-23 набmodule: zfs: fix unused, remove argsused
2021-07-26 набRemove NOTE(CONSTCOND) and note.h
2021-05-13 Brian BehlendorfRevert "Fix raw sends on encrypted datasets when copyin...
2021-04-30 Ryan MoellerFreeBSD: Clean up ASSERT/VERIFY use in module
2021-04-03 Andrea GelminiFix various typos
2021-01-21 Brian AtkinsonExtending FreeBSD UIO Struct
2020-12-04 George AmanakisFix raw sends on encrypted datasets when copying back...
2020-09-25 Ryan MoellerFreeBSD: Code cleanup in zio_crypt
2020-06-10 Andrea GelminiFix typos
2020-04-14 Matthew MacyAdd FreeBSD support to OpenZFS