| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup: Address Clang's static analyzer's unused code complaints | Richard Yao | 2022-10-14 | 4 | -6/+1 |
* | Cleanup: Remove ineffective unsigned comparisons against 0 | Richard Yao | 2022-09-26 | 1 | -1/+0 |
* | Fix BLAKE3 tuneable and module loading on Linux and FreeBSD | Tino Reichardt | 2022-09-16 | 5 | -157/+235 |
* | Fix build on FreeBSD/powerpc64* | pkubaj | 2022-09-08 | 1 | -2/+2 |
* | Replace dead opensolaris.org license link | Tino Reichardt | 2022-07-11 | 18 | -18/+18 |
* | Enable -Wwrite-strings | наб | 2022-06-29 | 2 | -2/+2 |
* | Fix -Wattribute-warning in edonr | Brian Behlendorf | 2022-06-27 | 1 | -1/+1 |
* | Fix memory allocation issue for BLAKE3 context | Tino Reichardt | 2022-06-21 | 1 | -0/+28 |
* | Introduce BLAKE3 checksums as an OpenZFS feature | Tino Reichardt | 2022-06-08 | 5 | -0/+1651 |
* | libzfs: pool: fix false-positives -Wmaybe-uninitialised | наб | 2022-05-10 | 1 | -4/+1 |
* | Fix functions without a prototype | Aidan Harris | 2022-05-06 | 1 | -1/+1 |
* | Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h> | наб | 2022-03-15 | 2 | -2/+2 |
* | Remove bcopy(), bzero(), bcmp() | наб | 2022-03-15 | 11 | -234/+231 |
* | module: icp: rip out insane crypto_req_handle_t mechanism, inline KM_SLEEP | наб | 2022-02-15 | 1 | -10/+4 |
* | module: icp: remove set-but-unused cd_miscdata | наб | 2022-02-15 | 1 | -12/+5 |
* | Add `--enable-asan` and `--enable-ubsan` switches | Damian Szuberski | 2022-02-03 | 1 | -4/+17 |
* | module/*.ko: prune .data, global .rodata | наб | 2022-01-14 | 6 | -33/+7 |
* | Remove sha1 hashing from OpenZFS, it's not used anywhere. | Tino Reichardt | 2022-01-06 | 1 | -835/+0 |
* | module: icp: rip out the Solaris loadable module architecture | наб | 2022-01-06 | 1 | -0/+6 |
* | module: icp: fix unused, remove argsused | наб | 2021-12-23 | 6 | -9/+4 |
* | Remove NOTE(CONSTCOND) and note.h | наб | 2021-07-26 | 1 | -8/+0 |
* | Replace ZoL with OpenZFS where applicable | наб | 2021-05-07 | 1 | -1/+1 |
* | Fix various typos | Andrea Gelmini | 2021-04-02 | 1 | -2/+2 |
* | Extending FreeBSD UIO Struct | Brian Atkinson | 2021-01-20 | 1 | -6/+6 |
* | ICP: gcm: Allocate hash subkey table separately | Attila Fülöp | 2020-10-30 | 2 | -5/+57 |
* | Prefix zfs internal endian checks with _ZFS | Matthew Macy | 2020-07-28 | 6 | -15/+13 |
* | Make Skein_{Get,Put}64_LSB_First inline functions | Arvind Sankar | 2020-06-18 | 2 | -15/+2 |
* | Add prototypes | Arvind Sankar | 2020-06-18 | 3 | -20/+8 |
* | Mark functions as static | Arvind Sankar | 2020-06-18 | 2 | -12/+11 |
* | Add convenience wrappers for common uio usage | Jorgen Lundman | 2020-06-14 | 1 | -16/+14 |
* | Replace sprintf()->snprintf() and strcpy()->strlcpy() | Jorgen Lundman | 2020-06-07 | 2 | -4/+4 |
* | Remove checks for null out value in encryption paths | Dirkjan Bussink | 2020-03-26 | 5 | -194/+96 |
* | ICP: gcm-avx: Support architectures lacking the MOVBE instruction | Attila Fülöp | 2020-03-17 | 1 | -15/+32 |
* | ICP: Improve AES-GCM performance | Attila Fülöp | 2020-02-10 | 1 | -18/+728 |
* | cppcheck: (error) Uninitialized variable | Ubuntu | 2019-12-18 | 2 | -11/+6 |
* | ICP: Fix out of bounds write | Attila Fülöp | 2019-12-06 | 1 | -1/+3 |
* | ICP: Fix null pointer dereference and use after free | Attila Fülöp | 2019-12-03 | 1 | -3/+5 |
* | Fix icp build on FreeBSD | Matthew Macy | 2019-11-01 | 1 | -22/+21 |
* | Linux 4.14, 4.19, 5.0+ compat: SIMD save/restore | Brian Behlendorf | 2019-10-24 | 2 | -4/+2 |
* | Remove linux/mod_compat.h from common code | Matthew Macy | 2019-10-11 | 2 | -2/+0 |
* | OpenZFS restructuring - move platform specific headers | Matthew Macy | 2019-09-05 | 5 | -6/+7 |
* | Fix typos in modules/icp/ | Andrea Gelmini | 2019-08-30 | 1 | -3/+3 |
* | Minor style cleanup | Brian Behlendorf | 2019-07-16 | 2 | -7/+14 |
* | Linux 5.0 compat: SIMD compatibility | Brian Behlendorf | 2019-07-12 | 4 | -30/+49 |
* | Add support for selecting encryption backend | Nathan Lewis | 2018-08-02 | 7 | -1572/+2060 |
* | Fix kernel unaligned access on sparc64 | Brian Behlendorf | 2018-07-11 | 1 | -1/+1 |
* | Update build system and packaging | Brian Behlendorf | 2018-05-29 | 5 | -16/+5 |
* | Post-Encryption Followup | Brian Behlendorf | 2017-10-13 | 1 | -6/+7 |
|\ |
|
| * | Encryption patch follow-up | Tom Caputi | 2017-10-11 | 1 | -6/+7 |
* | | SPARC optimizations for Encode() | KireinaHoro | 2017-10-12 | 1 | -5/+17 |