| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch from _Noreturn to __attribute__((noreturn)) | Brian Behlendorf | 2022-03-23 | 3 | -8/+14 |
* | Linux 5.16 compat: restore FSR and FSAVE | Brian Behlendorf | 2022-03-19 | 1 | -2/+2 |
* | Fix ACL checks for NFS kernel server | Ryan Moeller | 2022-03-18 | 5 | -199/+9 |
* | Integrate carcass of libspl/i/s/vtoc.h into i/s/efi_partition.h | наб | 2022-03-15 | 1 | -0/+10 |
* | Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h> | наб | 2022-03-15 | 7 | -36/+4 |
* | Remove bcopy(), bzero(), bcmp() | наб | 2022-03-15 | 2 | -2/+2 |
* | libspl: include: sys/vtoc.h: reduce to absolute barest minimum | наб | 2022-03-15 | 1 | -9/+1 |
* | Add physical device size to SIZE column in 'zpool list -v' | Akash B | 2022-03-08 | 1 | -0/+1 |
* | Linux x86 SIMD: factor out unneeded kernel dependencies | Attila Fülöp | 2022-03-08 | 1 | -137/+108 |
* | libzfs, libzfs_core: send: always write to pipe | наб | 2022-03-08 | 1 | -0/+1 |
* | Fix ENOSPC when unlinking multiple files from full pool | Brian Behlendorf | 2022-03-08 | 1 | -0/+1 |
* | Expose additional file level attributes | Umer Saleem | 2022-03-07 | 2 | -1/+36 |
* | Handle aarch64 defines seperate from arm | Windel Bouwman | 2022-03-07 | 1 | -8/+15 |
* | Use _Noreturn (C11; GNU89) properly | Alejandro Colomar | 2022-03-04 | 3 | -11/+11 |
* | Flex non-pretty-printed properties and raw-/pretty-print remaining ones | наб | 2022-03-04 | 1 | -6/+8 |
* | Default to ON for compression | Rich Ercolani | 2022-03-03 | 1 | -1/+1 |
* | log xattr=sa create/remove/update to ZIL | Jitendra Patidar | 2022-02-22 | 4 | -3/+15 |
* | Correct compilation errors reported by GCC 10/11 | Damian Szuberski | 2022-02-20 | 1 | -0/+1 |
* | Cross-platform xattr user namespace compatibility | Ryan Moeller | 2022-02-15 | 1 | -2/+28 |
* | module: icp: remove vestigia of crypto sessions | наб | 2022-02-15 | 1 | -2/+0 |
* | module: icp: remove unused (and mostly faked) cm_{{min,max}_key_length,mech_f... | наб | 2022-02-15 | 3 | -13/+0 |
* | module: icp: rip out insane crypto_req_handle_t mechanism, inline KM_SLEEP | наб | 2022-02-15 | 1 | -10/+5 |
* | include: crypto: clean out api.h | наб | 2022-02-15 | 2 | -84/+2 |
* | include: crypto: clean out unused SYSCALL32 and flags | наб | 2022-02-15 | 1 | -68/+0 |
* | module: icp: remove algorithm name defines used only in the default mechtab | наб | 2022-02-15 | 1 | -13/+0 |
* | include: crypto: remove unused algorithm name defines | наб | 2022-02-15 | 1 | -13/+0 |
* | module: icp: remove set-but-unused cd_miscdata | наб | 2022-02-15 | 1 | -22/+3 |
* | module: icp: fold away all key formats except CRYPTO_KEY_RAW | наб | 2022-02-15 | 2 | -159/+5 |
* | module: icp: remove unused CRYPTO_* error codes | наб | 2022-02-15 | 1 | -70/+0 |
* | module: icp: remove unused CRYPTO_{NOTIFY_OPDONE,SKIP_REQID,RESTRICTED} | наб | 2022-02-15 | 1 | -8/+0 |
* | module: icp: remove unused CRYPTO_ALWAYS_QUEUE | наб | 2022-02-15 | 1 | -11/+2 |
* | module: icp: remove unused kcf_digest.c | наб | 2022-02-15 | 1 | -17/+0 |
* | module: icp: remove unused kcf_mac operations | наб | 2022-02-15 | 1 | -6/+0 |
* | module: icp: remove unused kcf_cipher operations | наб | 2022-02-15 | 1 | -27/+0 |
* | module: icp: remove other provider types | наб | 2022-02-15 | 4 | -10/+0 |
* | module: icp: spi: crypto_ops_t: remove unused op types | наб | 2022-02-15 | 2 | -243/+0 |
* | Add spa _os() hooks | Jorgen Lundman | 2022-02-15 | 1 | -0/+5 |
* | Rename fallthrough to zfs_fallthrough | Jorgen Lundman | 2022-02-15 | 2 | -4/+4 |
* | Fix gcc warning in kfpu_begin() | Brian Behlendorf | 2022-02-11 | 1 | -3/+2 |
* | Rename EMPTY_TASKQ into taskq_empty | Jorgen Lundman | 2022-02-09 | 2 | -0/+3 |
* | Linux 5.16 compat: don't use XSTATE_XSAVE to save FPU state | Attila Fülöp | 2022-02-09 | 1 | -2/+123 |
* | zvol: make calls to platform ops static | Christian Schwarz | 2022-02-07 | 1 | -12/+8 |
* | Add more control/visibility to spa_load_verify(). | Alexander Motin | 2022-02-04 | 1 | -0/+1 |
* | Add `--enable-asan` and `--enable-ubsan` switches | Damian Szuberski | 2022-02-03 | 1 | -0/+16 |
* | Simplify resume token generation | Ryan Moeller | 2022-02-01 | 1 | -2/+1 |
* | libzfs: const correctness | наб | 2022-02-01 | 1 | -2/+2 |
* | spl: Don't check FreeBSD rwlocks for double initialization (#13019) | Mark Johnston | 2022-01-31 | 1 | -5/+2 |
* | Replace *CTASSERT() with _Static_assert() | наб | 2022-01-26 | 5 | -21/+19 |
* | Clean up CSTYLEDs | наб | 2022-01-26 | 30 | -240/+167 |
* | libspl: cast to uintptr_t instead of !!ing | наб | 2022-01-24 | 2 | -16/+28 |