aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* Use _Noreturn (C11; GNU89) properlyAlejandro Colomar2022-03-0413-28/+28
* log xattr=sa create/remove/update to ZILJitendra Patidar2022-02-224-2/+218
* Correct compilation errors reported by GCC 10/11Damian Szuberski2022-02-201-7/+5
* module: zfs: zcp_get: fix uninitialised warningнаб2022-02-181-1/+1
* module: mark arguments usedнаб2022-02-1812-94/+58
* Enable encrypted raw sending to pools with greater ashiftGeorge Amanakis2022-02-161-1/+7
* module: icp: rip out insane crypto_req_handle_t mechanism, inline KM_SLEEPнаб2022-02-151-2/+2
* module: icp: fold away all key formats except CRYPTO_KEY_RAWнаб2022-02-152-3/+0
* module: icp: remove unused CRYPTO_ALWAYS_QUEUEнаб2022-02-151-4/+4
* Add spa _os() hooksJorgen Lundman2022-02-151-0/+11
* Avoid dirtying the final TXGs when exporting a poolGeorge Amanakis2022-02-151-17/+43
* Rename fallthrough to zfs_fallthroughJorgen Lundman2022-02-156-12/+12
* Silence uninitialized warnings in dsl_dataset.cRich Ercolani2022-02-141-6/+6
* Receive checks should allow unencrypted child datasetsAttila Fülöp2022-02-091-1/+9
* Remove unneeded "extern inline" function declarationsTomohiro Kusumi2022-02-086-15/+0
* zvol: make calls to platform ops staticChristian Schwarz2022-02-071-28/+21
* 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-032-4/+5
* 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-261-1/+2
* Clean up CSTYLEDsнаб2022-01-2636-146/+102
* 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-212-10/+8
* Avoid memory allocations in the ARC eviction threadMark Johnston2022-01-212-53/+91
* module/*.ko: prune .data, global .rodataнаб2022-01-1449-384/+373
* Remove VERIFY() in vdev_props_set_sync()Mark Maybee2022-01-121-1/+4
* lz4: Cherrypick fix for CVE-2021-3520Rich Ercolani2022-01-121-1/+1
* Updated the lz4 decompressorRich Ercolani2022-01-073-882/+1721
* l2arc_write_buffers: remove redundant assertsChristian Schwarz2022-01-061-12/+0
* zvol: remove unused variableнаб2022-01-061-2/+1
* fm: remove unused variablesнаб2022-01-061-6/+0
* Revert "zfs list: Allow more fields in ZFS_ITER_SIMPLE mode"Paul Dagnelie2022-01-061-2/+1
* Verify dRAID empty sectorsBrian Behlendorf2022-01-042-5/+58
* module: zfs: fix unused, remove argsusedнаб2021-12-2349-170/+215
* module: zfs: vdev: shim out vdev_indirect_mapping_verify()наб2021-12-231-0/+2
* module: zfs: vdev: shim out vdev_indirect_births_verify()наб2021-12-231-0/+2
* module: zfs: spa: shim out vdev_count_verify_zaps()наб2021-12-231-0/+2
* module: zfs: multilist: shim out multilist_d2l()наб2021-12-231-0/+2
* module: zfs: dsl: pool: shim out dsl_early_sync_task_verify()наб2021-12-231-0/+3
* module: zfs: dnode: use debug-only in debug mode onlyнаб2021-12-231-0/+2
* Reduce number of arc_prune threadsAlexander Motin2021-12-221-3/+10
* zfs list: Allow more fields in ZFS_ITER_SIMPLE modeAllan Jude2021-12-161-1/+2
* ZFS send/recv with ashift 9->12 leads to data corruptionPaul Dagnelie2021-12-072-7/+17
* Add `const` to nvlist functions to properly expose their real behaviorPaul Dagnelie2021-12-066-30/+42
* Corrected a case where we could read uninited ABD memoryRich Ercolani2021-12-031-11/+14
* Linux 5.13 compat: retry zvol_open() when contendedBrian Behlendorf2021-12-011-33/+5