aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Relocate common quota functions to shared codeRyan Moeller2019-12-115-0/+498
* Add FreeBSD jail support hooksMatthew Macy2019-12-111-1/+3
* Eliminate Linux specific inode usage from common code Matthew Macy2019-12-113-48/+49
* zio_decompress_data always ASSERTs successful decompressionPaul Zuchowski2019-12-101-1/+0
* Abstract away platform specific superblock referencesMatthew Macy2019-12-101-5/+5
* Exclude data from cores unconditionally and metadata conditionallyMatthew Macy2019-12-091-2/+11
* Mark dsl_dataset_deactivate_feature_impl staticMatthew Macy2019-12-091-1/+1
* Disable EDONR on FreeBSDMatthew Macy2019-12-051-0/+4
* Refactor deadman set failmode to be cross platformMatthew Macy2019-12-051-11/+9
* Replace ASSERTV macro with compiler annotationMatthew Macy2019-12-0522-52/+53
* Fix use-after-free in case of L2ARC prefetch failureAlexander Motin2019-12-031-3/+16
* Wrap module_param_call() routines under __linux__Matthew Macy2019-12-031-1/+1
* Mark write_record staticMatthew Macy2019-12-031-1/+1
* Move zfs_cmd_t copyin/copyout to platform codeMatthew Macy2019-12-021-20/+7
* Prevent unnecessary resilver restartsjwpoduska2019-11-273-83/+107
* Add zfs_file_* interface, remove vnodesMatthew Macy2019-11-2112-151/+126
* Improve logging of 128KB writesAlexander Motin2019-11-111-7/+13
* Move platform specific parts of zfs_znode.h to platform codeMatthew Macy2019-11-061-0/+15
* Enable use of DTRACE_PROBE* macros in "spl" modulePrakash Surya2019-11-0113-13/+13
* Prefix struct rangelockMatthew Macy2019-11-011-45/+51
* Include prototypes for vdev_initializeMatthew Macy2019-10-311-1/+2
* Factor Linux specific code out of spa_misc.cMatthew Macy2019-10-311-76/+11
* Fix 'zfs change-key' with unencrypted childTom Caputi2019-10-301-2/+6
* Minor spa portability fixesMatthew Macy2019-10-281-3/+3
* Fix for ARC sysctls ignored at runtimeloli10K2019-10-262-32/+37
* Remove non-portable pointer is valid assertMatthew Macy2019-10-251-1/+0