summaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* Re-embed multilist_t storageAlexander Motin2021-06-108-94/+88
* Remove pool io kstatsAlexander Motin2021-06-102-97/+0
* libzfs: On FreeBSD, use MNT_NOWAIT with getfsstatAlan Somers2021-06-091-0/+27
* Livelist logic should handle dedup blkptrsSerapheim Dimitropoulos2021-06-091-17/+48
* More aggsum optimizationsAlexander Motin2021-06-091-60/+65
* Introduce write-mostly sumsAlexander Motin2021-06-092-62/+63
* Improve scrub maxinflight_bytes math. Alexander Motin2021-06-081-25/+15
* Propagate vdev state due to invalid label corruptionvermavipinkumar2021-05-271-1/+2
* Fix dRAID sequential resilver silent damage handlingBrian Behlendorf2021-05-272-6/+44
* Scale worker threads and taskqs with number of CPUsAlexander Motin2021-05-271-22/+66
* Fix dmu_recv_stream test for resumablePaul Zuchowski2021-05-271-2/+2
* Revert "Fix raw sends on encrypted datasets when copying back snapshots"Brian Behlendorf2021-05-271-3/+8
* module/zfs: remove zfs_zevent_console and zfs_zevent_colsнаб2021-05-271-313/+0
* Fix dRAID self-healing short columnsBrian Behlendorf2021-05-101-1/+7
* Simplify/fix dnode_move() for dn_zfetchAlexander Motin2021-05-101-7/+1
* vdev_mirror: don't scrub/resilver devices that can't be readNathaniel Wesley Filardo2021-05-101-0/+9
* Combine zio caches if possibleMateusz Guzik2021-04-191-24/+50
* Fix crash in zio_done error reportingPaul Zuchowski2021-04-191-2/+3
* ZFS traverse_visitbp optimization to limit prefetchJitendra Patidar2021-04-191-14/+53
* ZTS: fix removal_condense_export test caseBrian Behlendorf2021-04-141-2/+5
* Balance parentheses in parameter descriptionspstef2021-04-142-2/+2
* Use dsl_scan_setup_check() to setup a scrubBrian Behlendorf2021-04-142-3/+3
* Ratelimit deadman zevents as with delay zeventsRyan Moeller2021-04-142-3/+8
* Fix various typosAndrea Gelmini2021-04-078-13/+13
* Don't scale zfs_zevent_len_max by CPU countRyan Moeller2021-04-071-4/+1
* Atomically check and set dropped zevent countRyan Moeller2021-04-071-2/+1
* Use a helper function to clarify gang block sizeMatthew Ahrens2021-03-262-11/+15
* Removed duplicated includesAndrea Gelmini2021-03-223-3/+0
* Split dmu_zfetch() speculation and execution partsAlexander Motin2021-03-193-112/+178
* Fix zfs_get_data access to files with wrong generationChunwei Chen2021-03-194-3/+22
* Fix regression in POSIX mode behaviorAndrew2021-03-191-4/+0
* Allow setting bootfs property on pools with indirect vdevsMartin Matuška2021-03-191-3/+1
* Initialize metaslab range trees in metaslab_init Serapheim Dimitropoulos2021-03-191-94/+55
* Clean up RAIDZ/DRAID ereport codeMatthew Ahrens2021-03-196-434/+21
* Remove unused rr_codeMatthew Ahrens2021-03-171-46/+23
* Reference_tracking_enable should be a module paramDon Brady2021-03-161-1/+9
* Macroify teardown lock handlingMateusz Guzik2021-03-121-4/+6
* FreeBSD: Fix scope of deadman tunablesRyan Moeller2021-03-111-2/+2
* zvol: call zil_replaying() during replayChristian Schwarz2021-03-071-1/+14
* Intentionally allow ZFS_READONLY in zfs_writeRyan Moeller2021-03-071-2/+4
* Fix abd_get_offset_struct() may allocate new abdJorgen Lundman2021-03-051-1/+5
* Cancel TRIM / initialize on FAULTED non-writeable vdevsnssrikanth2021-03-022-6/+19
* Fix vdev_rebuild_thread deadlockBrian Behlendorf2021-02-241-1/+1
* Fix overly broad locking in spa_vdev_config_exit()Brian Behlendorf2021-02-241-2/+2
* Add upper bound for slop space calculationPrakash Surya2021-02-241-10/+17
* Wrap bare EINVAL returns with SET_ERRORRyan Moeller2021-02-241-2/+2
* vdev_ops: don't try to call vdev_op_hold or vdev_op_rele when NULLfbynite2021-02-201-2/+2
* Cleaning up uio headersBrian Atkinson2021-02-203-3/+3
* Restore FreeBSD resource usage accountingRyan Moeller2021-02-192-0/+7
* Checksum errors may not be countedDon Brady2021-02-197-28/+73