aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* arc_read()/arc_access() refactoring and cleanupAlexander Motin2022-12-2211-292/+310
* FreeBSD: Fix potential boot panic with bad labelRyan Moeller2022-12-221-0/+2
* deadlock between spa_errlog_lock and dp_config_rwlockMatthew Ahrens2022-12-229-230/+138
* Documentation correctionsBrian Behlendorf2022-12-222-2/+2
* Revert "zdb: zdb_ddt_leak_init() reads uninitialized memory..."Brian Behlendorf2022-12-211-3/+2
* systemd: set restart=always for zfs-zed.serviceGeorge Melikov2022-12-191-1/+1
* Add color output to zfs diff.Ethan Coe-Renner2022-12-154-2/+53
* FreeBSD: Remove stray debug printfDoug Rabson2022-12-131-5/+2
* Add native-deb* targets to build native Debian packagesUmer Saleem2022-12-1315-92/+50
* Zero end of embedded block buffer in dump_write_embedded()Richard Yao2022-12-131-1/+7
* Allow receiver to override encryption properties in case of replicationAmeer Hamza2022-12-132-1/+25
* Cache dbuf_hash() calculationRichard Yao2022-12-133-18/+27
* zfs list: Allow more fields in ZFS_ITER_SIMPLE modeAllan Jude2022-12-1314-108/+205
* Change ZEVENT_POOL_GUID to ZEVENT_POOL to display pool namesMarcel Menzel2022-12-131-2/+2
* Address theoretical uninitialized variable usage in zstreamRichard Yao2022-12-123-0/+51
* initramfs: Fix legacy mountpoint rootfsRyan Moeller2022-12-121-12/+8
* Skip permission checks for extended attributesAmeer Hamza2022-12-124-6/+6
* Restrict visibility of per-dataset kstats inside FreeBSD jailsAllan Jude2022-12-091-10/+79
* Linux PPC: Fix build failures on kernels built without CONFIG_SPERichard Yao2022-12-091-0/+15
* Bypass metaslab throttle for removal allocationsSerapheim Dimitropoulos2022-12-092-5/+14
* Do not pass -1 to strerror() from zfs_send_cb_impl()Richard Yao2022-12-082-2/+5
* Fix dereference after null check in enqueue_rangeRichard Yao2022-12-081-1/+3
* zdb: Handle theoretical buffer overflow when printing floatRichard Yao2022-12-081-3/+3
* zdb: zdb_ddt_leak_init() reads uninitialized memory when birth == 0Richard Yao2022-12-081-2/+3
* ztest: comparisons against errno should not assign to itRichard Yao2022-12-081-2/+2
* Fix potential buffer overflow in zpool commandRichard Yao2022-12-081-1/+7
* zdb: Fix big parameter passed by valueRichard Yao2022-12-081-19/+19
* Linux: Cleanup unnecessary NULL check in __vdev_disk_physio()Richard Yao2022-12-081-1/+1
* Remove duplicate statically allocated variableRichard Yao2022-12-081-1/+0
* Cleanup: zhack should not declare function prototypes in main()Richard Yao2022-12-081-2/+1
* ZTS: Add missing tests to Makefile.amBrian Behlendorf2022-12-073-8/+9
* Micro-optimize fletcher4 calculationsRichard Yao2022-12-056-68/+36
* FreeBSD: zfs_register_callbacks() must implement error check correctlyRichard Yao2022-12-051-1/+1
* zio can deadlock during device removalGeorge Wilson2022-12-021-2/+5
* nopwrites on dmu_sync-ed blocks can result in a panicGeorge Wilson2022-12-023-16/+55
* ZTS: test reported checksum errors for ZEDRob Wing2022-12-023-1/+127
* Bump checksum error counter before reporting to ZEDRob Wing2022-12-023-12/+12
* autoconf: add support for openEulerXinliang Liu2022-12-021-19/+6
* Fix Clang 15 compilation errorsszubersk2022-11-308-3/+54
* Fix GCC 12 compilation errorsszubersk2022-11-309-4/+125
* Retire Ubuntu 18.04 CI builderBrian Behlendorf2022-11-301-4/+1
* zstd: Refactor prefetching for the decoding loopYann Collet2022-11-291-22/+28
* zstd: [superblock] Add defensive assert and bounds checkNick Terrell2022-11-291-6/+10
* Coverity Model UpdateRichard Yao2022-11-291-4/+6
* Fix NULL pointer dereference in dbuf_prefetch_indirect_done()Richard Yao2022-11-291-2/+2
* zdb: Silence Coverity complaint about verify_livelist_allocs()Richard Yao2022-11-291-1/+1
* Cleanup: Delete dead code from send_merge_thread()Richard Yao2022-11-291-2/+0