aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct refcount_add in dmu_zfetchRich Ercolani2021-10-081-1/+2
* Rescan enclosure sysfs path on importTony Hutter2021-10-041-0/+24
* ZFS: Remove a redundant if condition (#12598)Attila Fülöp2021-10-021-3/+1
* Handle partial reads in zfs_readRich Ercolani2021-09-201-0/+8
* Avoid panic in case of pool errors and missing L2ARCGeorge Amanakis2021-09-161-1/+6
* Use fallthrough macroBrian Behlendorf2021-09-147-13/+13
* Iterate encrypted clones at zvol_create_minorJorgen Lundman2021-09-131-0/+64
* Fixed data integrity issue when underlying disk returns errorArun KV2021-09-131-3/+31
* Verify embedded blkptr's in arc_read()Brian Behlendorf2021-09-092-7/+14
* Upstream: Add snapshot and zvol eventsJorgen Lundman2021-09-091-0/+52
* Allow sending corrupt snapshots even if metadata is corruptedAllan Jude2021-09-091-0/+2
* arc: Drop an incorrect assertRich Ercolani2021-09-081-1/+0
* Compressed receive with different ashift can result in incorrect PSIZE on diskPaul Dagnelie2021-09-081-0/+12