summaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add "compatibility" property for zpool feature setsColm2021-02-172-0/+34
* Rename zfs_inode_update to zfs_znode_update_vfskhng3002021-02-091-1/+1
* Set file mode during zfs_writeAntonio Russo2021-02-081-0/+1
* Document monotonicity of dmu_tx_assign() and txg_hold_open()Christian Schwarz2021-02-022-1/+39
* The abd child/parent relationship does not need to be trackedMatthew Ahrens2021-01-301-1/+17
* Fixing gang ABD when adding another gangBrian Atkinson2021-01-281-8/+6
* Avoid updating the L2ARC device header unnecessarilyGeorge Amanakis2021-01-281-1/+3
* Removing ABD Parent Child Reference Before Freeing ABDBrian Atkinson2021-01-281-12/+10
* Revert special case code from pre-hashtable nvlist eraMark Maybee2021-01-272-22/+6
* Parallelize vdev_validateAlan Somers2021-01-262-3/+39
* Read all disk labels concurrently in vdev_label_read_configAlan Somers2021-01-261-14/+21
* Parallelize vdev_loadAlan Somers2021-01-262-3/+45
* RAIDZ2/3 fails to heal silently corrupted parity w/2+ bad disksMatthew Ahrens2021-01-261-10/+0
* spa_export_common: refactor common exit pointsWill Andrews2021-01-251-11/+12
* Fix two minor lint errors (cppcheck)Colm2021-01-232-4/+5
* Relax special_small_blocks assertion.Alexander Motin2021-01-231-1/+1