aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Switch from _Noreturn to __attribute__((noreturn))Brian Behlendorf2022-03-233-8/+14
* Linux 5.16 compat: restore FSR and FSAVEBrian Behlendorf2022-03-191-2/+2
* Fix ACL checks for NFS kernel serverRyan Moeller2022-03-185-199/+9
* Integrate carcass of libspl/i/s/vtoc.h into i/s/efi_partition.hнаб2022-03-151-0/+10
* Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h>наб2022-03-157-36/+4
* Remove bcopy(), bzero(), bcmp()наб2022-03-152-2/+2
* libspl: include: sys/vtoc.h: reduce to absolute barest minimumнаб2022-03-151-9/+1
* Add physical device size to SIZE column in 'zpool list -v'Akash B2022-03-081-0/+1
* Linux x86 SIMD: factor out unneeded kernel dependenciesAttila Fülöp2022-03-081-137/+108
* libzfs, libzfs_core: send: always write to pipeнаб2022-03-081-0/+1
* Fix ENOSPC when unlinking multiple files from full poolBrian Behlendorf2022-03-081-0/+1
* Expose additional file level attributesUmer Saleem2022-03-072-1/+36
* Handle aarch64 defines seperate from armWindel Bouwman2022-03-071-8/+15
* Use _Noreturn (C11; GNU89) properlyAlejandro Colomar2022-03-043-11/+11
* Flex non-pretty-printed properties and raw-/pretty-print remaining onesнаб2022-03-041-6/+8
* Default to ON for compressionRich Ercolani2022-03-031-1/+1
* log xattr=sa create/remove/update to ZILJitendra Patidar2022-02-224-3/+15
* Correct compilation errors reported by GCC 10/11Damian Szuberski2022-02-201-0/+1
* Cross-platform xattr user namespace compatibilityRyan Moeller2022-02-151-2/+28
* module: icp: remove vestigia of crypto sessionsнаб2022-02-151-2/+0
* module: icp: remove unused (and mostly faked) cm_{{min,max}_key_length,mech_f...наб2022-02-153-13/+0
* module: icp: rip out insane crypto_req_handle_t mechanism, inline KM_SLEEPнаб2022-02-151-10/+5
* include: crypto: clean out api.hнаб2022-02-152-84/+2
* include: crypto: clean out unused SYSCALL32 and flagsнаб2022-02-151-68/+0
* module: icp: remove algorithm name defines used only in the default mechtabнаб2022-02-151-13/+0
* include: crypto: remove unused algorithm name definesнаб2022-02-151-13/+0
* module: icp: remove set-but-unused cd_miscdataнаб2022-02-151-22/+3
* module: icp: fold away all key formats except CRYPTO_KEY_RAWнаб2022-02-152-159/+5
* module: icp: remove unused CRYPTO_* error codesнаб2022-02-151-70/+0
* module: icp: remove unused CRYPTO_{NOTIFY_OPDONE,SKIP_REQID,RESTRICTED}наб2022-02-151-8/+0
* module: icp: remove unused CRYPTO_ALWAYS_QUEUEнаб2022-02-151-11/+2
* module: icp: remove unused kcf_digest.cнаб2022-02-151-17/+0
* module: icp: remove unused kcf_mac operationsнаб2022-02-151-6/+0
* module: icp: remove unused kcf_cipher operationsнаб2022-02-151-27/+0
* module: icp: remove other provider typesнаб2022-02-154-10/+0
* module: icp: spi: crypto_ops_t: remove unused op typesнаб2022-02-152-243/+0
* Add spa _os() hooksJorgen Lundman2022-02-151-0/+5
* Rename fallthrough to zfs_fallthroughJorgen Lundman2022-02-152-4/+4
* Fix gcc warning in kfpu_begin()Brian Behlendorf2022-02-111-3/+2
* Rename EMPTY_TASKQ into taskq_emptyJorgen Lundman2022-02-092-0/+3
* Linux 5.16 compat: don't use XSTATE_XSAVE to save FPU stateAttila Fülöp2022-02-091-2/+123
* zvol: make calls to platform ops staticChristian Schwarz2022-02-071-12/+8
* Add more control/visibility to spa_load_verify().Alexander Motin2022-02-041-0/+1
* Add `--enable-asan` and `--enable-ubsan` switchesDamian Szuberski2022-02-031-0/+16
* Simplify resume token generationRyan Moeller2022-02-011-2/+1
* libzfs: const correctnessнаб2022-02-011-2/+2
* spl: Don't check FreeBSD rwlocks for double initialization (#13019)Mark Johnston2022-01-311-5/+2
* Replace *CTASSERT() with _Static_assert()наб2022-01-265-21/+19
* Clean up CSTYLEDsнаб2022-01-2630-240/+167
* libspl: cast to uintptr_t instead of !!ingнаб2022-01-242-16/+28