aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Extend zpool-iostat to account for ZIO_PRIORITY_REBUILD (#12319)Trevor Bautista2021-08-262-6/+21
* Initialize parity blocks before RAID-Z reconstruction benchmarkingMark Johnston2021-08-231-0/+7
* Remove b_pabd/b_rabd allocation from arc_hdr_alloc()Alexander Motin2021-08-171-48/+65
* Optimize arc_l2c_only lists assertionsAlexander Motin2021-08-171-9/+12
* Fix/improve dbuf hits accountingAlexander Motin2021-08-171-20/+10
* Avoid vq_lock drop in vdev_queue_aggregate()Alexander Motin2021-08-171-29/+34
* Use more atomics in refcountsAlexander Motin2021-08-171-29/+22
* Restore FreeBSD sysctl processing for arc.min and arc.maxAllan Jude2021-08-161-4/+20
* Run arc_evict thread at higher priorityTony Nguyen2021-08-104-13/+19
* Avoid small buffer copying on writeAlexander Motin2021-07-272-2/+3
* Fix format specifier warningsBrian Behlendorf2021-07-271-2/+2
* macOS can also set va_typeJorgen Lundman2021-07-261-1/+1
* Add comment on metaslab_class_throttle_reserve() lockingAlexander Motin2021-07-261-0/+7
* Fixes in persistent L2ARCGeorge Amanakis2021-07-261-75/+102
* Remove NOTE(CONSTCOND) and note.hнаб2021-07-262-3/+0