aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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