aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag zfs-2.1.12Tony Hutter2023-06-061-1/+1
* Fix Clang 15 compilation errorsszubersk2023-06-069-3/+54
* Linux 6.3 compat: META (#14930)Brian Behlendorf2023-06-051-1/+1
* Silence clang warning of flexible array not at endyouzhongyang2023-06-051-0/+7
* Linux 6.4 compat: reclaimed_slab renamed to reclaimedyouzhongyang2023-06-054-1/+36
* Linux 6.3 compat: Fix memcpy "detected field-spanning write" erroryouzhongyang2023-06-051-1/+9
* Linux 6.3 compat: idmapped mount API changesyouzhongyang2023-06-0528-164/+706
* Linux 6.3 compat: writepage_t first arg struct folio*youzhongyang2023-06-053-3/+53
* Workaround for Linux PowerPC GPL-only cpu_has_feature()Low-power2023-06-055-0/+93
* Linux: use filemap_range_has_page()Brian Behlendorf2023-06-0511-17/+65
* Speed up WB_SYNC_NONE when a WB_SYNC_ALL occurs simultaneouslyShaan Nobee2023-06-0519-23/+208
* ZIL: Allow to replay blocks of any size.Alexander Motin2023-06-031-23/+19
* zil: Don't expect zio_shrink() to succeed.Alexander Motin2023-06-021-0/+1
* Remove single parent assertion from zio_nowait().Alexander Motin2023-06-021-1/+1
* Fix two abd_gang_add_gang() issues.Alexander Motin2023-06-021-1/+13
* Mark TX_COMMIT transaction with TXG_NOTHROTTLE.Alexander Motin2023-06-021-1/+8
* Fix positive ABD size assertion in abd_verify().Alexander Motin2023-06-021-1/+2
* Move zap_attribute_t to the heap in dsl_deadlist_mergeMariusz Zaborski2023-06-011-10/+16
* Revert "initramfs: use `mount.zfs` instead of `mount`"Rich Ercolani2023-06-011-3/+3
* Fix NULL pointer dereference when doing concurrent 'send' operationsLuís Henriques2023-06-011-2/+6
* ZTS: threadsappend_001_posBrian Behlendorf2023-05-301-1/+1
* Fix test-runner on FreeBSDнаб2023-05-301-2/+2
* FreeBSD: add missing vop_fplookup assignmentsMateusz Guzik2023-05-301-0/+9
* FreeBSD: don't verify recycled vnode for zfs control directoryrob-wing2023-05-301-1/+3
* Fix checkstyle warningBrian Behlendorf2023-05-301-1/+1
* FreeBSD: add missing vn state transition for .zfsMateusz Guzik2023-05-301-0/+4
* FreeBSD: fix up EINVAL from getdirentries on .zfsMateusz Guzik2023-05-301-0/+11
* FreeBSD: make zfs_vfs_held() definition consistent with declarationDimitry Andric2023-05-301-1/+1
* Refine special_small_blocks property validationDon Brady2023-05-285-3/+94
* ZTS: Add zpool_resilver_concurrent exceptionBrian Behlendorf2023-05-281-0/+2
* ZTS: Add auto_replace_001_pos to exceptionsBrian Behlendorf2023-05-281-0/+1
* ZTS: Annotate additonal flaky test casesBrian Behlendorf2023-05-281-4/+8
* ZTS: add snapshot/snapshot_002_pos exceptionBrian Behlendorf2023-05-281-0/+1
* ZTS: send-c_volume is flakyPaul Dagnelie2023-05-281-2/+7
* Storage device expansion "silently" fails on degraded vdevPaul Dagnelie2023-05-261-0/+22
* Use vmem_zalloc to silence allocation warningBrian Behlendorf2023-05-261-2/+2
* Add the ability to uninitializeBrian Behlendorf2023-05-2613-16/+258
* Probe vdevs before marking removedBrian Behlendorf2023-05-262-5/+14
* Fix concurrent resilvers initiated at same timeAkash B2023-05-265-4/+121
* zdb: consistent xattr outputBrian Behlendorf2023-05-111-1/+10
* Add dmu_tx_hold_append() interfaceBrian Behlendorf2023-05-113-0/+109
* pam: Fix "buffer overflow" in pam ZTS tests on F38Tony Hutter2023-05-111-9/+4
* ZTS: Minor fixesBrian Behlendorf2023-05-102-2/+3
* Wait for txg sync if the last DRR_FREEOBJECTS might result in a holeDavid Hedberg2023-05-095-3/+118
* zpool import -m also removing spare and cache when log device is missingAmeer Hamza2023-05-054-1/+87
* Allow MMP to bypass waiting for other threadsHerb Wartens2023-04-243-4/+29
* Increase default zfs_rebuild_vdev_limit to 64MBBrian Behlendorf2023-04-242-10/+19
* Increase default zfs_scan_vdev_limit to 16MBBrian Behlendorf2023-04-242-13/+17
* Improve resilver ETAsBrian Behlendorf2023-04-244-12/+57
* Fix "Detach spare vdev in case if resilvering does not happen"Ameer Hamza2023-04-243-3/+15