aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove old or redundant SHA2 filesTino Reichardt2023-03-0218-7312/+3
* zdb: add decryption supportRob N2023-03-027-15/+262
* System-wide speculative prefetch limit.Alexander Motin2023-03-012-5/+25
* Accommodate debug-kernel stack frame sizeBrian Behlendorf2023-03-011-2/+2
* Fix data race between zil_commit() and zil_suspend()Richard Yao2023-03-012-0/+28
* Remove bad kmem_free() oversight from previous zfsdev_state_list patchRichard Yao2023-03-011-1/+0
* Linux: zfs_fillpage() should handle partial pages from end of fileRichard Yao2023-03-011-1/+5
* Update reclaim disk space scriptTino Reichardt2023-03-011-1/+4
* Handle unexpected errors in zil_lwb_commit() without ASSERT()Richard Yao2023-03-011-6/+32
* mancheck: exclude dotfiles in man dirRob N2023-03-011-1/+1
* man: note that zdb operates directly on pool storageRob N2023-02-281-0/+6
* Makefile.bsd: cleanup and sync with FreeBSDAllan Jude2023-02-281-64/+112
* 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
* icp: Prevent compilers from optimizing away memset() in gcm_clear_ctx()Richard Yao2023-02-282-31/+41
* Linux: Assert mutex is held in mutex_exit()Richard Yao2023-02-281-0/+1
* Revert zfeature_active() to staticGeorge Amanakis2023-02-282-2/+1
* Fix github build failures because of vdevprops.7Tino Reichardt2023-02-281-0/+1
* Prevent incorrect datasets being mountedJohn Poduska2023-02-271-2/+20
* Add vdevprops.7 to the MakefileD. Ebdrup2023-02-271-0/+1
* Skip memory allocation when compressing holesRichard Yao2023-02-275-16/+23
* ICP: AES-GCM: Refactor gcm_clear_ctx()Attila Fülöp2023-02-274-55/+36
* Move zap_attribute_t to the heap in dsl_deadlist_mergeMariusz Zaborski2023-02-271-10/+16
* Workaround GitHub Action failureBrian Behlendorf2023-02-274-8/+16
* Use .section .rodata instead of .rodata on FreeBSDDimitry Andric2023-02-242-2/+2
* Move dmu_buf_rele() after dsl_dataset_sync_done()George Amanakis2023-02-234-10/+4
* ZTS: Minor fixesBrian Behlendorf2023-02-232-3/+3
* Fix buffered/direct/mmap I/O raceBrian Behlendorf2023-02-237-105/+175
* 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
* Improve error message of zfs redactPaul Dagnelie2023-02-211-3/+18
* FreeBSD: don't verify recycled vnode for zfs control directoryrob-wing2023-02-211-1/+3
* Fix per-jail zfs.mount_snapshot settingAllan Jude2023-02-211-2/+14
* 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
* zdb: zero-pad checksum output follow upBrian Behlendorf2023-02-151-1/+1
* Suppress Clang static analyzer complaint in zfs_replay_create()Richard Yao2023-02-141-3/+3
* Linux: use filemap_range_has_page()Brian Behlendorf2023-02-1411-17/+65
* Give strlcat() full buffer lengths rather than smaller buffer lengthsRichard Yao2023-02-143-5/+4
* quick fix for lingering snapdir unmount problemsRich Ercolani2023-02-131-1/+14
* Fix a race condition in dsl_dataset_sync() when activating featuresGeorge Amanakis2023-02-134-11/+34
* Reduce need for contiguous memory for ioctlsPrakash Surya2023-02-132-7/+7
* Improve arc_read() error reportingAlexander Motin2023-02-131-8/+16
* rpm: Use libtirpc-devel and /usr/lib on SUSEAndreas Vögele2023-02-091-4/+4
* zdb: zero-pad checksum outputRob N ★2023-02-071-2/+5
* initramfs: Make mountpoint=none workRyan Moeller2023-02-061-1/+3