aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* module: icp: remove unused CRYPTO_{NOTIFY_OPDONE,SKIP_REQID,RESTRICTED}наб2022-02-155-21/+9
* module: icp: remove unused CRYPTO_ALWAYS_QUEUEнаб2022-02-156-346/+40
* module: icp: remove unused kcf_digest.cнаб2022-02-152-366/+0
* module: icp: drop software provider generation numbersнаб2022-02-155-84/+10
* module: icp: remove unused kcf_mac operationsнаб2022-02-151-46/+2
* module: icp: remove unused kcf_cipher operationsнаб2022-02-151-517/+3
* module: icp: remove other provider typesнаб2022-02-1516-1407/+237
* module: icp: use original mechanismsнаб2022-02-155-20/+11
* module: icp: use original descriptionнаб2022-02-154-37/+3
* module: icp: guarantee the ops vector is persistentнаб2022-02-152-80/+4
* module: icp: have a static 8 providersнаб2022-02-151-14/+3
* module: icp: spi: crypto_ops_t: remove unused op typesнаб2022-02-1515-3619/+74
* module: icp: spi: flatten struct crypto_ops, crypto_provider_infoнаб2022-02-156-108/+19
* module: icp: spi: remove crypto_control_ops_tнаб2022-02-157-93/+0
* module: icp: spi: remove crypto_{provider,op}_notification()наб2022-02-153-139/+0
* Add spa _os() hooksJorgen Lundman2022-02-153-0/+59
* Avoid dirtying the final TXGs when exporting a poolGeorge Amanakis2022-02-151-17/+43
* Rename fallthrough to zfs_fallthroughJorgen Lundman2022-02-1516-24/+24
* Silence uninitialized warnings in dsl_dataset.cRich Ercolani2022-02-141-6/+6
* Add dataset_kstats_update.. to mmap read/write pathsdrowfx2022-02-092-0/+10
* Receive checks should allow unencrypted child datasetsAttila Fülöp2022-02-091-1/+9
* Rename EMPTY_TASKQ into taskq_emptyJorgen Lundman2022-02-092-11/+9
* Add support for $KERNEL_{CC,LD,LLVM} variablesPeter Levine2022-02-091-1/+3
* Linux 5.16 compat: don't use XSTATE_XSAVE to save FPU stateAttila Fülöp2022-02-091-2/+2
* Remove unneeded "extern inline" function declarationsTomohiro Kusumi2022-02-086-15/+0
* zvol: make calls to platform ops staticChristian Schwarz2022-02-073-85/+54
* Add more control/visibility to spa_load_verify().Alexander Motin2022-02-041-3/+17
* zfs_set_prop_nvlist: make it easier to spot the call to dsl_props_setChristian Schwarz2022-02-041-37/+44
* dsl_dir_tempreserve_impl: remove unused `deferred` variableChristian Schwarz2022-02-041-2/+1
* Fix clearing set-uid and set-gid bits on a file when replying a writePawel Jakub Dawidek2022-02-031-24/+81
* Add `--enable-asan` and `--enable-ubsan` switchesDamian Szuberski2022-02-0313-20/+52
* Report dnodes with faulty bonuslenGeorge Amanakis2022-02-033-0/+17
* Simplify resume token generationRyan Moeller2022-02-012-178/+141
* Replace *CTASSERT() with _Static_assert()наб2022-01-264-6/+12
* Clean up CSTYLEDsнаб2022-01-2695-438/+257
* icp: asm_linkage.h: clean out unused bits, CSTYLEDнаб2022-01-261-143/+3
* module: Makefile: simplify clean and install jobsнаб2022-01-261-5/+3
* FreeBSD: Fix zvol_cdev_open lockingRyan Moeller2022-01-261-2/+2
* Linux <4.8 compat: submit_bio() rw argFinix19792022-01-251-1/+1
* Linux 5.17 compat: PDE_DATA() renamed to pde_data()наб2022-01-252-2/+2
* Linux 5.17 compat: dequeue_signal() takes a 4th argumentнаб2022-01-251-0/+5
* Linux 5.17 compat: detect complete_and_exit() renameнаб2022-01-251-1/+1
* Add support for FALLOC_FL_ZERO_RANGERich Ercolani2022-01-241-2/+7
* Linux 5.16 compat: Added add_disk check for returnRich Ercolani2022-01-241-0/+4
* Fix handling of errors from dmu_write_uio_dbuf() on FreeBSDMark Johnston2022-01-211-4/+11
* Introduce a flag to skip comparing the local mac when raw sendingGeorge Amanakis2022-01-214-12/+40
* Avoid memory allocations in the ARC eviction threadMark Johnston2022-01-212-53/+91
* module/*.ko: prune .data, global .rodataнаб2022-01-14107-677/+591
* FreeBSD: Touch up comments in zvol_osRyan Moeller2022-01-141-20/+20
* FreeBSD: Fix zvol_*_open() lockingRyan Moeller2022-01-141-31/+59