aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
...
* Remove bad kmem_free() oversight from previous zfsdev_state_list patchRichard Yao2023-03-011-1/+0
* Handle unexpected errors in zil_lwb_commit() without ASSERT()Richard Yao2023-03-011-6/+32
* Suppress static analyzer warning in dmu_objset_create_impl_dnstats()Richard Yao2023-02-281-0/+1
* Suppress static analyzer warning in dbuf_hold_copy()Richard Yao2023-02-281-1/+3
* Statically allocate first node of zfsdev_state_listRichard Yao2023-02-281-7/+6
* Suppress static analyzer warning in sa_attr_iter()Richard Yao2023-02-281-0/+1
* Suppress static analyzer warnings in zio_checksum_error_impl()Richard Yao2023-02-281-0/+3
* Revert zfeature_active() to staticGeorge Amanakis2023-02-281-1/+1
* Skip memory allocation when compressing holesRichard Yao2023-02-274-15/+22
* Move zap_attribute_t to the heap in dsl_deadlist_mergeMariusz Zaborski2023-02-271-10/+16
* Move dmu_buf_rele() after dsl_dataset_sync_done()George Amanakis2023-02-234-10/+4
* Fix NULL pointer dereference in zio_ready()Richard Yao2023-02-231-1/+1
* Use rw_tryupgrade() in dmu_bonus_hold_by_dnode()Richard Yao2023-02-221-2/+4
* Partially revert eee9362a7George Amanakis2023-02-213-24/+7
* Sync thread should avoid holding the spa config write lock when possibleRichard Yao2023-02-161-1/+7
* zfs redact fails when dnodesize=autoPaul Dagnelie2023-02-161-0/+2
* Suppress Clang static analyzer complaint in zfs_replay_create()Richard Yao2023-02-141-3/+3
* Linux: use filemap_range_has_page()Brian Behlendorf2023-02-141-3/+5
* Give strlcat() full buffer lengths rather than smaller buffer lengthsRichard Yao2023-02-141-2/+1
* Fix a race condition in dsl_dataset_sync() when activating featuresGeorge Amanakis2023-02-133-11/+33
* Improve arc_read() error reportingAlexander Motin2023-02-131-8/+16
* Cleanup: spa vdev processing should check NULL pointersRichard Yao2023-02-061-28/+30
* EIO caused by encryption + recursive gangMatthew Ahrens2023-02-061-7/+9
* Increase default zfs_rebuild_vdev_limit to 64MBBrian Behlendorf2023-01-271-9/+18
* Increase default zfs_scan_vdev_limit to 16MBBrian Behlendorf2023-01-271-12/+16
* Prefetch on deadlists mergeAlexander Motin2023-01-252-6/+130
* Improve resilver ETAsBrian Behlendorf2023-01-252-1/+28
* Introduce minimal ZIL block commit delayAlexander Motin2023-01-241-2/+34
* Wait for txg sync if the last DRR_FREEOBJECTS might result in a holeDavid Hedberg2023-01-231-0/+26
* Reject streams that set ->drr_payloadlen to unreasonably large valuesRichard Yao2023-01-231-3/+14
* Configure zed's diagnosis engine with vdev propertiesrob-wing2023-01-232-15/+201
* free_blocks(): Fix reports from 2016 PVS Studio FreeBSD reportRichard Yao2023-01-231-10/+17
* Fix reading uninitialized variable in receive_readChunwei Chen2023-01-201-2/+2
* Cleanup ->dd_space_towrite should be unsignedRichard Yao2023-01-201-3/+2
* Micro-optimize dsl_prop_get_dd()Mark Johnston2023-01-201-1/+1
* Avoid passing an uninitialized index to dsl_prop_known_indexMark Johnston2023-01-201-1/+1
* Cleanup of dead code suggested by Clang Static Analyzer (#14380)Richard Yao2023-01-173-10/+7
* 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-123-5/+5
* Cleanup: Remove unneeded semicolonsRichard Yao2023-01-121-1/+1
* Cleanup: Use MIN() macroRichard Yao2023-01-121-2/+1
* Cleanup: Replace oldstyle struct hack with C99 flexible array membersRichard Yao2023-01-121-1/+1
* Cleanup: Use C99 flexible array members instead of zero length arraysRichard Yao2023-01-121-1/+1
* Cleanup: Remove unnecessary explicit casts of pointers from allocatorsRichard Yao2023-01-123-3/+3
* Activate filesystem features only in syncing contextGeorge Amanakis2023-01-112-16/+13
* Turn default_bs and default_ibs into ZFS_MODULE_PARAMsMateusz Piotrowski2023-01-111-0/+5
* Add tunable to allow changing micro ZAP's max sizeMateusz Piotrowski2023-01-102-2/+9
* Batch enqueue/dequeue for bqueueMatthew Ahrens2023-01-101-50/+67
* ztest: update ztest_dmu_snapshot_create_destroy()Brian Behlendorf2023-01-101-5/+5
* ztest fails assertion in zio_write_gang_member_ready()Matthew Ahrens2023-01-091-1/+1