aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* zio: dprintf_bp() if errors > 0 in zfs_blkptr_verify()Brian Behlendorf2020-03-041-0/+3
* Add trim support to zpool waitBrian Behlendorf2020-03-042-18/+32
* Improve performance of zio_taskq_memberMatthew Ahrens2020-03-031-2/+3
* Make spa_history_zone platform-dependent in kernelRyan Moeller2020-03-021-10/+8
* Don't call zrele on passed zp in zfs_xattr_owner_unlinked on FreeBSDMatthew Macy2020-02-281-3/+22
* Re-share zfsdev_getminor and zfs_onexit_fd_holdMatthew Macy2020-02-282-0/+67
* Improve zfs destroy performance with zio_t-free zio_free()Matthew Ahrens2020-02-285-29/+52
* Consolidate arc_buf allocation checksMatthew Macy2020-02-271-72/+42
* Linux 5.6 compat: time_tBrian Behlendorf2020-02-272-2/+2
* Refactor dnode dirty context from dbuf_dirtyMatthew Macy2020-02-2617-81/+89
* Remove dead code error handling from dsl_crypt.cMatthew Macy2020-02-251-29/+3
* Remove zfs_getattr and convoff dead codeDirkjan Bussink2020-02-241-1/+0
* Remove unused structs and members in dmu_send.cMatthew Ahrens2020-02-241-32/+0
* Enable zpool events tunables and tests on FreeBSDRyan Moeller2020-02-181-10/+7
* Factor out some dbuf subroutines and add state change tracingMatthew Macy2020-02-181-93/+143
* Support setting user properties in a channel programJason King2020-02-143-0/+141
* Remove limit on number of async zio_frees of non-dedup blocksMatthew Ahrens2020-02-141-1/+15
* Remove duplicate dbufs accountingAlexander Motin2020-02-132-4/+2
* zcp: add zfs.sync.bookmarkChristian Schwarz2020-02-112-15/+46
* Implement bookmark copyingChristian Schwarz2020-02-112-68/+276
* Address Coverity warnings in #9902Matthew Macy2020-02-111-4/+5
* Add missing dmu_buf_unlock_parent() calls to dbuf_read_impl()Brian Behlendorf2020-02-101-1/+3
* Fix zdb -R with 'b' flagPaul Zuchowski2020-02-101-20/+71
* Share some code for spa deadman tunablesRyan Moeller2020-02-101-3/+29
* Factor out dbuf_sync_bonusMatthew Macy2020-02-071-31/+52
* Reduce number of atomic_add() calls in aggsumAlexander Motin2020-02-061-32/+33
* Few microoptimizations to dbuf layerAlexander Motin2020-02-051-22/+9
* Convert dbuf dirty record record list to a list_tMatthew Macy2020-02-055-87/+76
* Prepare ks_data before calling kstat_install()Alexander Motin2020-02-041-4/+3
* Fix const-correctness in raidz mathRyan Moeller2020-02-031-8/+8
* async zvol minor node creation interferes with receiveMatthew Ahrens2020-02-039-56/+107
* dsl_bookmark_create_check: fix NULL pointer deref if dbca_errors == NULLChristian Schwarz2020-01-231-2/+6
* Add AltiVec RAID-ZRomain Dolbeau2020-01-234-0/+5035
* dmu_send: redacted: fix memory leak on invalid redaction/from bookmarkChristian Schwarz2020-01-231-6/+6
* Simplify FreeBSD's locking requirements in zfs_replay.cMatthew Macy2020-01-221-24/+12
* Support inheriting properties in channel programsJason King2020-01-222-9/+89
* Update tunable macro usage for disable_ivset_guid_checkMatthew Macy2020-01-211-4/+1
* Re-consolidate zio_delay_interruptMatthew Macy2020-01-211-0/+71
* Unify target_cpu handlingBrian Behlendorf2020-01-171-5/+3
* Fix errata #4 handling for resuming streamsTom Caputi2020-01-141-1/+13
* Add 'zfs send --saved' flagTom Caputi2020-01-103-40/+159
* Fix "zpool add -n" for dedup, special and log devicesloli10K2020-01-061-1/+1
* Avoid some crashes when importing a pool with corrupt metadataSteve Mokris2019-12-261-3/+11
* Cancel initialize and TRIM before vdev_metaslab_fini()Brian Behlendorf2019-12-261-6/+7
* cppcheck: (warning) Possible null pointer dereference: dnpBrian Behlendorf2019-12-181-0/+1
* Minor performance fix for NEON RAID-ZRomain Dolbeau2019-12-171-4/+2
* Fix zfs_xattr_owner_unlinked on FreeBSD and commentMatthew Macy2019-12-162-0/+18
* Allow empty ds_props_obj to be destroyedTom Caputi2019-12-131-2/+19
* Make zfs_replay.c work on FreeBSDMatthew Macy2019-12-131-11/+23
* Fix use-after-free of vd_path in spa_vdev_remove()Matthew Ahrens2019-12-111-11/+11