aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* FreeBSD: fix up EXDEV handling for clone_rangeMateusz Guzik2023-04-241-30/+33
* FreeBSD: make zfs_vfs_held() definition consistent with declarationDimitry Andric2023-04-211-1/+1
* Add support for zpool user propertiesAllan Jude2023-04-2112-109/+688
* Linux: Suppress -Wordered-compare-function-pointers in tracepoint codeRichard Yao2023-04-201-0/+4
* Linux: zfs_zaccess_trivial() should always call generic_permission()Richard Yao2023-04-201-2/+1
* ZTS: zvol_misc_trim retry busy exportBrian Behlendorf2023-04-201-2/+2
* Create zap for root vdevrob-wing2023-04-2027-37/+338
* Allow MMP to bypass waiting for other threadsHerb Wartens2023-04-193-4/+29
* ZTS: send-c_volume is flakyPaul Dagnelie2023-04-191-2/+7
* Fix "Detach spare vdev in case if resilvering does not happen"Ameer Hamza2023-04-193-3/+15
* zfsprops.7: update mandlockнаб2023-04-191-4/+8
* Silence clang warning of flexible array not at endyouzhongyang2023-04-181-0/+7
* Values printed by zpool-iostat(8) should be right-alignedLow-power2023-04-181-4/+6
* Revert "ZFS_IOC_COUNT_FILLED does unnecessary txg_wait_synced()"Tony Hutter2023-04-181-16/+5
* Work around Raspberry Pi kernel packaging odditiesRich Ercolani2023-04-171-2/+2
* Fix VERIFY(!zil_replaying(zilog, tx)) panicPawel Jakub Dawidek2023-04-171-3/+1
* Minor improvements to zpoolconcepts.7dodexahedron2023-04-131-31/+33
* Linux 6.3 compat: Fix memcpy "detected field-spanning write" erroryouzhongyang2023-04-131-1/+9
* Fix data corruption when cloning embedded blocksPawel Jakub Dawidek2023-04-121-2/+4
* initramfs: source user scripts from /e/z/initramfs-tools-load-key{,.d/*}наб2023-04-123-1/+37
* 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-1040-294/+821
* module: freebsd: fix aarch64 fpu handlingKyle Evans2023-04-101-2/+12
* module: resync part of Makefile.bsdKyle Evans2023-04-101-0/+10
* libzfs: add v2 iterator interfacesRob N2023-04-1012-89/+208
* vdev: expose zfs_vdev_max_ms_shift as a module parameterRob N2023-04-062-3/+9
* Fix typo in check_clones()George Amanakis2023-04-061-1/+1
* ZTS: add existing tests to runfilesDamian Szuberski2023-04-063-8/+14
* ZTS: Use inbuilt monotonic timeAndrew Innes2023-04-061-17/+17
* Miscellaneous FreBSD compilation bugfixesMartin Matuška2023-04-0613-14/+29
* vdev: expose zfs_vdev_def_queue_depth as a module parameterRob N2023-04-063-8/+8
* Storage device expansion "silently" fails on degraded vdevPaul Dagnelie2023-04-061-0/+22
* Fix some signedness issues in arc_evict()Alexander Motin2023-04-051-4/+4
* Linux 6.3 compat: writepage_t first arg struct folio*youzhongyang2023-04-053-3/+53
* Fix "Add colored output to zfs list"Tino Reichardt2023-04-054-3/+21
* contrib: dracut: fix race with root=zfs:dset when necessities requiredнаб2023-03-319-76/+54
* linux 6.3 compat: needs REQ_PREFLUSH | REQ_OP_WRITEyouzhongyang2023-03-311-1/+1
* Use vmem_zalloc to silence allocation warningBrian Behlendorf2023-03-311-2/+2
* Linux 6.2 compat: METATony Hutter2023-03-291-1/+1
* Fixes in persistent error logGeorge Amanakis2023-03-2816-172/+422
* Fix short-lived txg caused by autotrimKevin Jin2023-03-285-14/+65
* Additional limits on hole reportingBrian Behlendorf2023-03-283-15/+22
* Revert "Do not hold spa_config in ZIL while blocked on IO"George Wilson2023-03-281-2/+6
* config: don't link libudev on FreeBSDRob N2023-03-271-1/+1
* linux 6.3 compat: add another bdev_io_acct caseRich Ercolani2023-03-272-39/+69
* Update vdev state for spare vdevAmeer Hamza2023-03-241-3/+5
* Drop lying to the compiler in the fletcher4 code Rich Ercolani2023-03-248-40/+4
* panic loop when removing slog deviceGeorge Wilson2023-03-242-23/+14
* Add colored output to zfs listTino Reichardt2023-03-242-0/+32