aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid unnecessary metaslab_check_free callingFinix19792022-10-041-1/+1
* Fix potential NULL pointer dereference in dsl_dataset_promote_check()Richard Yao2022-09-301-5/+3
* Fix double const qualifier declarationsTino Reichardt2022-09-305-6/+6
* Fix panic in dsl_process_sub_livelist for EINTRSerapheim Dimitropoulos2022-09-291-1/+6
* Fix unchecked return valuesRichard Yao2022-09-291-1/+1
* zed: mark disks as REMOVED when they are removedAmeer Hamza2022-09-286-10/+94
* Bring per_txg_dirty_frees_percent back to 30Mateusz Guzik2022-09-271-1/+1
* Fix unsafe string operationsRichard Yao2022-09-272-1/+5
* Cleanup spa_export_common()Richard Yao2022-09-271-8/+6
* Cleanup: Specify unsignedness on things that should not be signedRichard Yao2022-09-2727-271/+292
* Cleanup: Switch to strlcpy from strncpyRichard Yao2022-09-276-12/+9
* Enforce "-F" flag on resuming recv of full/newfs on existing datasetJitendra Patidar2022-09-271-0/+11
* Fix userspace memory leaks found by Clang Static AnalzyerRichard Yao2022-09-261-0/+1
* Cleanup: Remove ineffective unsigned comparisons against 0Richard Yao2022-09-264-5/+2
* Fix unchecked return values and unused return valuesRichard Yao2022-09-235-10/+15
* Dynamically size dbuf hash mutex arrayBrian Behlendorf2022-09-221-30/+53
* Revert "Reduce dbuf_find() lock contention"Brian Behlendorf2022-09-222-15/+15
* Cleanup: Change 1 used in bitshifts to 1ULLRichard Yao2022-09-222-4/+4
* Delay ZFS_PROP_SHARESMB property to handle it for encrypted raw receiveAmeer Hamza2022-09-201-0/+15
* Fix usage of zed_log_msg() and zfs_panic_recover()Richard Yao2022-09-191-1/+1
* Fix BLAKE3 tuneable and module loading on Linux and FreeBSDTino Reichardt2022-09-161-9/+11
* zfs recv hangs if max recordsize is less than received recordsizeAmeer Hamza2022-09-161-10/+13
* zfs_enter reworkChunwei Chen2022-09-161-33/+35
* Add zfs_btree_verify_intensity kernel module parameterRichard Yao2022-09-151-1/+7
* Fix incorrect size given to bqueue_enqueue() call in dmu_redact.c Richard Yao2022-09-151-2/+2
* Add assertion to dsl_dataset_set_compression_syncRichard Yao2022-09-141-0/+1
* Fix theoretical "use-after-free" in dbuf_prefetch_indirect_done()Richard Yao2022-09-131-2/+6
* Cleanup: Make memory barrier definitions consistent across kernelsRichard Yao2022-09-131-1/+1
* Cleanup dead spa_boot codeRichard Yao2022-09-132-51/+0
* vdev_draid_lookup_map() should not iterate outside draid_mapsRichard Yao2022-09-121-1/+1
* Fix use-after-free in btree codeRichard Yao2022-09-121-2/+2
* Cleanup: Use OpenSolaris functions to call schedulerRichard Yao2022-09-124-7/+7
* Improve too large physical ashift handlingAlexander Motin2022-09-084-9/+57
* Cleanup Raid-Z Typo fixesRichard Yao2022-09-061-3/+3
* Add DD_FIELD string for snapshots_changed propertyUmer Saleem2022-09-021-2/+2
* Add zfs.sync.snapshot_renameAndriy Gapon2022-09-022-10/+39
* Apply arc_shrink_shift to ARC above arc_c_minAlexander Motin2022-09-021-4/+5
* Revert "Avoid panic with recordsize > 128k, raw sending and no large_blocks"Brian Behlendorf2022-08-254-55/+20
* Updates for snapshots_changed propertyUmer Saleem2022-08-241-13/+22
* Fix zpool status in case of unloaded keysGeorge Amanakis2022-08-222-33/+104
* Prevent zevent list from consuming all of kernel memoryPaul Dagnelie2022-08-222-4/+17
* Add comment on acb_zio_dummyChristian Schwarz2022-08-081-0/+17
* Don't double-zero buffers in fault management nvlistsPaul Dagnelie2022-08-041-1/+1
* Add snapshots_changed as propertyUmer Saleem2022-08-023-5/+22
* Skip checksum benchmarks on systems with slow cpuTino Reichardt2022-08-011-13/+34
* Implement a new type of zfs receive: corrective receive (-c)Alek P2022-07-286-47/+492
* Add createtxg sort support for simple snapshot iteratorAmeer Hamza2022-07-251-0/+2
* Add support for per dataset zil stats and use wmsum countersixhamza2022-07-202-37/+153
* Fix scrub resume from newly created holeAlexander Motin2022-07-202-7/+21
* Fix memory allocation for the checksum benchmarkTino Reichardt2022-07-201-6/+17