aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* Fix undefined behavior in spa_sync_props()Richard Yao2023-05-151-4/+4
* Fix use after free regression in spa_remove_healed_errors()Richard Yao2023-05-151-1/+1
* zil: Free lwb_buf after write completion.Alexander Motin2023-05-121-12/+6
* zil: Some micro-optimizations.Alexander Motin2023-05-121-52/+23
* Make sure we are not trying to clone a spill block.Pawel Jakub Dawidek2023-05-111-0/+2
* Correct comment.Pawel Jakub Dawidek2023-05-111-1/+1
* Remove badly placed comment.Pawel Jakub Dawidek2023-05-111-4/+0
* Don't call zfs_exit_two() before zfs_enter_two().Pawel Jakub Dawidek2023-05-111-8/+9
* Don't use dmu_buf_is_dirty() for unassigned transaction.Pawel Jakub Dawidek2023-05-112-13/+6
* Deny block cloning is dbuf size doesn't match BP size.Pawel Jakub Dawidek2023-05-112-6/+31
* Additional block cloning fixes.Pawel Jakub Dawidek2023-05-112-35/+82
* zil: Don't expect zio_shrink() to succeed.Alexander Motin2023-05-111-0/+1
* Add dmu_tx_hold_append() interfaceBrian Behlendorf2023-05-091-0/+105
* Remove duplicate code in l2arc_evict()George Amanakis2023-05-091-14/+8
* Remove single parent assertion from zio_nowait().Alexander Motin2023-05-091-1/+1
* Enable the head_errlog feature to remove errorsGeorge Amanakis2023-05-092-36/+141
* Fixes in head_errlog feature with encryptionGeorge Amanakis2023-05-081-44/+32
* Verify block pointers before writing them outMatthew Ahrens2023-05-085-30/+87
* Fix two abd_gang_add_gang() issues.Alexander Motin2023-05-051-1/+13
* Plug memory leak in zfsdev_state.Pawel Jakub Dawidek2023-05-051-0/+2
* zpool import -m also removing spare and cache when log device is missingAmeer Hamza2023-05-031-0/+10
* Optimize check_filesystem() and process_error_log()George Amanakis2023-05-031-54/+84
* Use correct block pointer in block cloning case.Pawel Jakub Dawidek2023-05-021-2/+1
* blake3: fix up bogus checksums in face of cpu migrationMateusz Guzik2023-05-011-2/+5
* Correct ABD size for split block ZIOsSerapheim Dimitropoulos2023-05-011-3/+4
* Mark TX_COMMIT transaction with TXG_NOTHROTTLE.Alexander Motin2023-04-271-1/+8
* Fix positive ABD size assertion in abd_verify().Alexander Motin2023-04-261-1/+2
* Revert "Fix data race between zil_commit() and zil_suspend()"Brian Behlendorf2023-04-251-27/+0
* Add support for zpool user propertiesAllan Jude2023-04-211-41/+87
* Create zap for root vdevrob-wing2023-04-203-4/+44
* Allow MMP to bypass waiting for other threadsHerb Wartens2023-04-192-4/+27
* Fix "Detach spare vdev in case if resilvering does not happen"Ameer Hamza2023-04-192-3/+14
* Revert "ZFS_IOC_COUNT_FILLED does unnecessary txg_wait_synced()"Tony Hutter2023-04-181-16/+5
* Fix VERIFY(!zil_replaying(zilog, tx)) panicPawel Jakub Dawidek2023-04-171-3/+1
* Fix data corruption when cloning embedded blocksPawel Jakub Dawidek2023-04-121-2/+4
* Fix in check_filesystem()George Amanakis2023-04-121-5/+5
* Trim needless zeroes from checksum eventsAlan Somers2023-04-101-5/+5
* Linux 6.3 compat: idmapped mount API changesyouzhongyang2023-04-102-9/+9
* vdev: expose zfs_vdev_max_ms_shift as a module parameterRob N2023-04-061-2/+5
* Fix typo in check_clones()George Amanakis2023-04-061-1/+1
* Miscellaneous FreBSD compilation bugfixesMartin Matuška2023-04-061-1/+1
* vdev: expose zfs_vdev_def_queue_depth as a module parameterRob N2023-04-061-0/+3
* Fix some signedness issues in arc_evict()Alexander Motin2023-04-051-4/+4
* Fixes in persistent error logGeorge Amanakis2023-03-286-164/+198
* Fix short-lived txg caused by autotrimKevin Jin2023-03-283-14/+63
* Additional limits on hole reportingBrian Behlendorf2023-03-282-15/+19
* Revert "Do not hold spa_config in ZIL while blocked on IO"George Wilson2023-03-281-2/+6
* Update vdev state for spare vdevAmeer Hamza2023-03-241-3/+5
* panic loop when removing slog deviceGeorge Wilson2023-03-241-20/+12
* Fix prefetching of indirect blocks while destroying Matthew Ahrens2023-03-241-15/+9