aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Fix raw sends on encrypted datasets when copying back snapshots"Brian Behlendorf2021-05-131-3/+8
* module/zfs: remove zfs_zevent_console and zfs_zevent_colsнаб2021-05-101-313/+0
* Fix dRAID self-healing short columnsBrian Behlendorf2021-05-081-1/+7
* Simplify/fix dnode_move() for dn_zfetchAlexander Motin2021-05-071-7/+1
* vdev_mirror: don't scrub/resilver devices that can't be readNathaniel Wesley Filardo2021-04-271-0/+9
* Combine zio caches if possibleMateusz Guzik2021-04-171-24/+50
* Fix crash in zio_done error reportingPaul Zuchowski2021-04-161-2/+3
* module/zfs/zvol.c: purge unused zvol_volmode_cb_argнаб2021-04-151-4/+0
* ZFS traverse_visitbp optimization to limit prefetchJitendra Patidar2021-04-151-14/+53
* ZTS: fix removal_condense_export test caseBrian Behlendorf2021-04-111-2/+5
* Balance parentheses in parameter descriptionspstef2021-04-112-2/+2
* Move zfsdev_state_{init,destroy} to common codeRyan Moeller2021-04-081-1/+74
* Eliminate zfsdev_get_state_implRyan Moeller2021-04-081-13/+3
* Use dsl_scan_setup_check() to setup a scrubBrian Behlendorf2021-04-082-3/+3
* Ratelimit deadman zevents as with delay zeventsRyan Moeller2021-04-072-3/+8
* Fix various typosAndrea Gelmini2021-04-028-13/+13
* Don't scale zfs_zevent_len_max by CPU countRyan Moeller2021-04-011-4/+1
* Atomically check and set dropped zevent countRyan Moeller2021-04-011-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