aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Unify Assembler files between Linux and WindowsJorgen Lundman2023-01-1732-488/+815
* Use setproctitle to report progress of zfs sendAmeer Hamza2023-01-179-48/+413
* Cleanup of dead code suggested by Clang Static Analyzer (#14380)Richard Yao2023-01-1716-51/+22
* ZTS: Annotate additonal flaky test casesBrian Behlendorf2023-01-171-3/+7
* CI: Reclaim space after package operationsBrian Behlendorf2023-01-173-13/+10
* zpool-set: print error message when pool or vdev is not validRob Wing2023-01-171-19/+17
* zpool-set: update usage textRob Wing2023-01-171-1/+2
* Linux ppc64le ieee128 compat: Do not redefine __asm on external headersRichard Yao2023-01-131-24/+20
* Cleanup: Use NULL when doing NULL pointer comparisonsRichard Yao2023-01-124-6/+6
* Cleanup: Remove unneeded semicolonsRichard Yao2023-01-125-5/+5
* Cleanup: Use MIN() macroRichard Yao2023-01-122-3/+2
* Cleanup: !A || A && B is equivalent to !A || BRichard Yao2023-01-122-4/+2
* Cleanup: Replace oldstyle struct hack with C99 flexible array membersRichard Yao2023-01-125-9/+9
* Cleanup: Fix indentation in zfs_dbgmsg_tRichard Yao2023-01-121-1/+1
* Cleanup: Use C99 flexible array members instead of zero length arraysRichard Yao2023-01-123-3/+3
* Cleanup: Use kmem_zalloc() instead of memset() to zero memoryRichard Yao2023-01-121-2/+1
* Cleanup: Remove unnecessary explicit casts of pointers from allocatorsRichard Yao2023-01-129-11/+11
* change how d_alias is replaced by du.d_aliasGian-Carlo DeFazio2023-01-121-4/+4
* Activate filesystem features only in syncing contextGeorge Amanakis2023-01-116-17/+109
* CI: remove unused packages/snapsBrian Behlendorf2023-01-111-6/+5
* zpool: do guid-based comparison in is_vdev_cb()rob-wing2023-01-111-11/+4
* Turn default_bs and default_ibs into ZFS_MODULE_PARAMsMateusz Piotrowski2023-01-113-15/+12
* Update META to 6.1 kernelTony Hutter2023-01-101-1/+1
* Add tunable to allow changing micro ZAP's max sizeMateusz Piotrowski2023-01-103-3/+14
* etc/systemd/zfs-mount-generator: avoid strndupaAlyssa Ross2023-01-101-4/+5
* Batch enqueue/dequeue for bqueueMatthew Ahrens2023-01-102-52/+72
* ztest: update ztest_dmu_snapshot_create_destroy()Brian Behlendorf2023-01-102-9/+16
* ztest: ztest_dsl_prop_set_uint64() ENOSPC consistencyBrian Behlendorf2023-01-101-7/+11
* ztest: reduce `zpool split` frequencyBrian Behlendorf2023-01-101-1/+1
* ztest: update expectation for sparing a special deviceBrian Behlendorf2023-01-101-1/+6
* ztest fails assertion in zio_write_gang_member_ready()Matthew Ahrens2023-01-091-1/+1
* libzpool: fix ddi_strtoull to update nptrCharles Suh2023-01-091-4/+2
* zed: add hotplug support for spare vdevsAmeer Hamza2023-01-096-17/+103
* Remove some dead ARC code. (#14340)Alexander Motin2023-01-092-75/+26
* linux 6.2 compat: bio->bi_rw was renamed bio->bi_opfColeman Kane2023-01-061-0/+4
* linux 6.2 compat: get_acl() got moved to get_inode_acl() in 6.2Coleman Kane2023-01-064-3/+32
* Introduce ZFS_LINUX_REQUIRE_API autoconf macroAntonio Russo2023-01-062-1/+33
* Linux 6.1 compat: open inside tmpfile()Antonio Russo2023-01-062-5/+42
* ZTS: close in mmapwrite.cAntonio Russo2023-01-061-0/+4
* ZTS: limit mmapwrite file sizeAntonio Russo2023-01-051-2/+6
* contrib: dracut: Do not timeout waiting for pwClemens Lang2023-01-051-1/+1
* Illumos #15286: do_composition() needs sign awarenessRichard Yao2023-01-051-6/+15
* removal of LegacyVersion broke ax_python_dev.m4Matthew Ahrens2023-01-051-36/+35
* FreeBSD: catch up to 1400077Mateusz Guzik2023-01-051-0/+3
* Fix shebang for helper script of deb-utilsMartin Rüegg2023-01-051-1/+1
* Add quotation marks around `$PATH` for deb-utilsMartin Rüegg2023-01-051-1/+1
* Pack zrlock_t by 8 bytesAlexander Motin2023-01-051-2/+1
* Update arc_summary and arcstat outputsAlexander Motin2023-01-053-80/+294
* Hide b_freeze_* under ZFS_DEBUGAlexander Motin2023-01-053-10/+33
* Implement uncached prefetchAlexander Motin2023-01-0411-139/+243