aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Linux 5.16 compat: Added mapping for iov_iter_fault_in_readableRich Ercolani2022-01-241-0/+4
* Avoid memory allocations in the ARC eviction threadMark Johnston2022-01-211-0/+1
* libspl: ASSERT*: !! for sizeofнаб2022-01-212-16/+16
* libefi: remove efi_type()наб2022-01-181-1/+0
* module/*.ko: prune .data, global .rodataнаб2022-01-1434-52/+45
* Remove sha1 hashing from OpenZFS, it's not used anywhere.Tino Reichardt2022-01-061-3/+0
* module: icp: rip out the Solaris loadable module architectureнаб2022-01-061-3/+0
* Revert "zfs list: Allow more fields in ZFS_ITER_SIMPLE mode"Paul Dagnelie2022-01-061-15/+7
* Verify dRAID empty sectorsBrian Behlendorf2022-01-042-0/+3
* include: dmu.h: fix unused, remove argsusedнаб2021-12-231-1/+0
* include: sys/arc.h: shim out arc_referenced()наб2021-12-231-0/+2
* include: qat.h: mark unused macro arguments as usedнаб2021-12-231-9/+17
* libspl: ASSERT*: mark arguments as usedнаб2021-12-232-16/+16
* zcommon: pre-iterate over sysfs instead of statting every featureнаб2021-12-162-6/+16
* FreeBSD: Provide correct file generation numberRyan Moeller2021-12-161-1/+0
* zfs list: Allow more fields in ZFS_ITER_SIMPLE modeAllan Jude2021-12-161-7/+15
* zfs, libzfs: diff: accept -h/ZFS_DIFF_NO_MANGLE, disabling path escapingнаб2021-12-131-3/+4
* Add `const` to nvlist functions to properly expose their real behaviorPaul Dagnelie2021-12-062-95/+104