aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* Receive checks should allow unencrypted child datasetsAttila Fülöp2022-02-161-1/+9
* dsl_dir_tempreserve_impl: remove unused `deferred` variableChristian Schwarz2022-02-161-2/+1
* Fix clearing set-uid and set-gid bits on a file when replying a writePawel Jakub Dawidek2022-02-161-24/+81
* Report dnodes with faulty bonuslenGeorge Amanakis2022-02-163-0/+17
* Upstream: Add snapshot and zvol eventsJorgen Lundman2022-02-101-0/+52
* Introduce a flag to skip comparing the local mac when raw sendingGeorge Amanakis2022-02-042-10/+8
* Fix handling of errors from dmu_write_uio_dbuf() on FreeBSDMark Johnston2022-02-031-4/+11
* Avoid memory allocations in the ARC eviction threadMark Johnston2022-02-032-53/+91
* Verify dRAID empty sectorsBrian Behlendorf2022-02-032-5/+58
* Reduce number of arc_prune threadsAlexander Motin2022-02-031-3/+10
* ZFS send/recv with ashift 9->12 leads to data corruptionPaul Dagnelie2021-12-072-7/+17
* Linux 5.13 compat: retry zvol_open() when contendedBrian Behlendorf2021-12-061-33/+5
* Iterate encrypted clones at zvol_create_minorJorgen Lundman2021-12-061-0/+64
* Restore dirty dnode detection logicBrian Behlendorf2021-11-051-1/+1
* Fix lseek(SEEK_DATA/SEEK_HOLE) mmap consistencyBrian Behlendorf2021-11-053-28/+54
* Rescan enclosure sysfs path on importTony Hutter2021-11-021-0/+24
* Use fallthrough macroBrian Behlendorf2021-11-027-15/+13
* Fixed data integrity issue when underlying disk returns errorArun KV2021-09-141-3/+31
* Verify embedded blkptr's in arc_read()Brian Behlendorf2021-09-142-7/+14
* Allow sending corrupt snapshots even if metadata is corruptedAllan Jude2021-09-141-0/+2
* arc: Drop an incorrect assertRich Ercolani2021-09-141-1/+0
* Compressed receive with different ashift can result in incorrect PSIZE on diskPaul Dagnelie2021-09-141-0/+12
* Initialize parity blocks before RAID-Z reconstruction benchmarkingMark Johnston2021-09-141-0/+7
* Remove b_pabd/b_rabd allocation from arc_hdr_alloc()Alexander Motin2021-09-141-48/+65
* Optimize arc_l2c_only lists assertionsAlexander Motin2021-09-141-9/+12
* Fix/improve dbuf hits accountingAlexander Motin2021-09-141-20/+10
* Avoid vq_lock drop in vdev_queue_aggregate()Alexander Motin2021-09-141-29/+34
* Use more atomics in refcountsAlexander Motin2021-09-141-29/+22
* Restore FreeBSD sysctl processing for arc.min and arc.maxAllan Jude2021-09-141-4/+20
* Run arc_evict thread at higher priorityTony Nguyen2021-09-144-13/+19
* Add comment on metaslab_class_throttle_reserve() lockingAlexander Motin2021-09-141-0/+7
* Fixes in persistent L2ARCGeorge Amanakis2021-09-141-75/+102
* Initialize dn_next_type[] in the dnode constructorMark Johnston2021-09-141-0/+1
* Zero pad bytes following TX_WRITE log dataMark Johnston2021-09-141-2/+6
* Zero pad bytes when allocating a ZIL recordMark Johnston2021-09-141-3/+4
* Initialize all fields in zfs_log_xvattr()Mark Johnston2021-09-141-1/+3
* Initialize "autoreplace" in spa_ld_get_props()Mark Johnston2021-09-141-1/+1
* Fix unfortunate NULL in spa_update_dspaceRich Ercolani2021-09-141-1/+8
* Optimize allocation throttlingAlexander Motin2021-09-144-51/+35
* Minor ARC optimizationsAlexander Motin2021-09-141-31/+9
* dmu_redact.c does not call bqueue_destroyJorgen Lundman2021-09-141-0/+2
* A few fixes of callback typecasting (for the upcoming ClangCFI)Alexander2021-09-144-18/+30
* Remove unused fields from zvol_task_tRyan Moeller2021-09-141-5/+0
* Introduce dsl_dir_diduse_transfer_space()Alexander Motin2021-09-142-39/+83
* Tinker with slop space accounting with dedupRich Ercolani2021-09-142-3/+17
* Fix ARC ghost states eviction accountingAlexander Motin2021-09-141-61/+94
* file reference counts can get corruptedGeorge Wilson2021-09-143-55/+59
* Move gethrtime() calls out of vdev queue lockAlexander Motin2021-09-141-6/+5
* Compact dbuf/buf hashes and lock arraysAlexander Motin2021-09-142-22/+9
* Fix abd leak, kmem_free correct size of abd_tJorgen Lundman2021-09-141-1/+1