aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Default to zfs_dmu_offset_next_sync=1Brian Behlendorf2021-11-301-4/+8
* Code cleanupsPawel Jakub Dawidek2021-11-303-7/+8
* Vdev Properties FeatureAllan Jude2021-11-307-77/+971
* Enable edonr in FreeBSDRich Ercolani2021-11-161-4/+0
* Introduce a tunable to exclude special class buffers from L2ARCGeorge Amanakis2021-11-114-7/+112
* Check l2cache vdevs pending list inside the vdev_inuse()Fedor Uporov2021-11-112-9/+35
* Restore dirty dnode detection logicBrian Behlendorf2021-11-101-1/+1
* Skip spacemaps reading in case of pool readonly importFedor Uporov2021-11-093-2/+17
* Single IO issue for raidz writes with skip sectorBrian Atkinson2021-11-091-37/+135
* Fix lseek(SEEK_DATA/SEEK_HOLE) mmap consistencyBrian Behlendorf2021-11-073-28/+54
* Revert behavior of 59eab109 on not-LinuxRich Ercolani2021-11-041-1/+8
* Remove unused function zvol_set_volblocksize()Fedor Uporov2021-10-261-45/+0
* Make dsl_scan print the pool name in dbgmsgRich Ercolani2021-10-261-37/+64
* spa.c: Replace VERIFY(nvlist_*(...) == 0) with fnvlist_* (#12678)Allan Jude2021-10-261-156/+129
* Remove code duplicationPawel Jakub Dawidek2021-10-181-42/+33
* Remove FreeBSD's local copy of the dmu_buf_hold_array() functionPawel Jakub Dawidek2021-10-131-1/+1
* Export minimal zfs_refcount interfacesBrian Behlendorf2021-10-111-0/+8