aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix cloning into already dirty dbufs.Pawel Jakub Dawidek2023-03-242-13/+25
* Fix possible bad bit shift in dnode_next_offset_level()Richard Yao2023-03-161-2/+3
* Remove unused Edon-R variantsTino Reichardt2023-03-141-5/+3
* nvpair: Constify string functionsRichard Yao2023-03-1421-95/+96
* Fix possible NULL pointer dereference in dbuf_verify()Richard Yao2023-03-141-1/+1
* Replace dead opensolaris.org license linksTino Reichardt2023-03-141-1/+1
* Zero zio_prop_t in flush_write_batch_impl()Richard Yao2023-03-141-1/+1
* Fix uninitialized scalar value read regression in dmu_recv_begin()Richard Yao2023-03-141-1/+1
* ZFS_IOC_COUNT_FILLED does unnecessary txg_wait_synced()Matthew Ahrens2023-03-141-5/+16
* Implementation of block cloning for ZFSPawel Jakub Dawidek2023-03-1016-79/+3028
* Fix incremental receive silently failing for recursive sends Paul Dagnelie2023-03-101-9/+26
* txg_sync should handle write errors in ZILRichard Yao2023-03-101-1/+0
* Suppress clang static analyzer warning in vdev_stat_update()Richard Yao2023-03-081-0/+6
* Suppress static analyzer warning in dmu_objset_create_impl_dnstats()Richard Yao2023-03-081-0/+1
* Suppress Clang Static Analyzer warning in bpobj_enqueue()Richard Yao2023-03-081-0/+1
* Suppress Clang Static Analyzer warning in dsl_dir_rename_sync()Richard Yao2023-03-081-0/+2
* Cleanup: Remove constant comparisons reported by CodeQLRichard Yao2023-03-083-6/+4
* Suppress Clang Static Analyzer warning in dbuf_dnode_findbp()Richard Yao2023-03-081-0/+1
* Suppress Clang Static Analyzer warning in vdev_split()Richard Yao2023-03-081-0/+4
* Suppress Clang Static Analyzer defect report in abd_get_size()Richard Yao2023-03-081-0/+2
* More adaptive ARC evictionAlexander Motin2023-03-081-638/+325
* Do not hold spa_config in ZIL while blocked on IORichard Yao2023-03-071-6/+2
* Better handling for future crypto parametersRob N2023-03-071-2/+14
* Optimize the is_l2cacheable functionsGeorge Amanakis2023-03-062-44/+44
* Add missing increment to dsl_deadlist_move_bpobj()Richard Yao2023-03-061-1/+1
* Add generic implementation handling and SHA2 implTino Reichardt2023-03-024-63/+144
* System-wide speculative prefetch limit.Alexander Motin2023-03-011-5/+24
* Fix data race between zil_commit() and zil_suspend()Richard Yao2023-03-011-0/+27