summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Expose dmu_buf_hold_array_by_dnode to platform codeMatthew Macy2019-10-112-2/+4
* Implement ZPOOL_IMPORT_UDEV_TIMEOUT_MSRichard Yao2019-10-112-1/+16
* Clarify loop variable name in zfs copies testRyan Moeller2019-10-111-2/+2
* Fix some style nits in testsRyan Moeller2019-10-117-17/+15
* Fix pool creation with feature@allocation_classes disabledloli10K2019-10-104-1/+44
* Move get_temporary_prop to platform codeMatthew Macy2019-10-103-81/+84
* Add kmem cache accessorsMatthew Macy2019-10-103-4/+21
* Make `zil_async_to_sync` visible to platform codeMatthew Macy2019-10-102-3/+2
* Update `zfs program` command usageBrian Behlendorf2019-10-101-2/+4
* Fix strdup conflict on other platformsMatthew Macy2019-10-1021-75/+76
* Make clang happy with vdev_raidz_ codeMatthew Macy2019-10-102-0/+13
* Sort list of generated files in configure.acRyan Moeller2019-10-091-91/+91
* Move platform independent tests to a shared runfileRyan Moeller2019-10-096-949/+1036
* Reduce loaded range tree memory usagePaul Dagnelie2019-10-0950-638/+3722
* ZTS: Fix mmp_hostid testIgor K2019-10-081-1/+5
* module/Makefile.in: don't run xargs if emptyGeorge Melikov2019-10-081-1/+1
* ZTS: Fix trim/trim_config and trim/autotrim_configBrian Behlendorf2019-10-042-2/+2
* Fix automount for root filesystemsBrian Behlendorf2019-10-041-1/+2
* Rename rangelock_ functions to zfs_rangelock_Matthew Macy2019-10-036-82/+84
* dbuf_hold_impl() cleanup to improve cached read performanceTony Nguyen2019-10-031-154/+69
* OpenZFS restructuring - libzfsMatthew Macy2019-10-0311-797/+1026
* OpenZFS restructuring - libzutilMatthew Macy2019-10-038-1337/+1508
* ZTS: Fix upgrade_readonly_poolBrian Behlendorf2019-10-031-4/+4
* Workaround to avoid a race when /var/lib is a persistent datasetDidier Roche2019-10-021-0/+1
* OpenZFS restructuring - libsplMatthew Macy2019-10-0265-443/+127
* Add inode accessors to common codeMatthew Macy2019-10-025-15/+23
* OpenZFS restructuring - arc_statsMatthew Macy2019-10-012-281/+282
* Enable clang to use intrinsics for lz4Matthew Macy2019-10-011-3/+3
* Fix for zfs-dracut regressiondacianstremtan2019-10-011-6/+7
* Perform KABI checks in parallelBrian Behlendorf2019-10-01118-2127/+3245
* Timeout waiting for ZVOL device to be createdPrakash Surya2019-10-012-6/+14
* OpenZFS restructuring - zpoolMatthew Macy2019-09-308-352/+445
* OpenZFS restructuring - zfs_ioctlMatthew Macy2019-09-279-335/+509
* Adding slack notifierBen McGough2019-09-262-0/+86
* Fix encryption hierarchy issues with zfs recv -dTom Caputi2019-09-255-45/+107
* ZTS: Fix typos in zfs_destroy tests cleanupRyan Moeller2019-09-252-2/+2
* ZTS: harden xattr/cleanup.kshBrian Behlendorf2019-09-252-5/+7
* Add warning for zfs_vdev_elevator option removalBrian Behlendorf2019-09-252-3/+12
* OpenZFS restructuring - zvolMatthew Macy2019-09-259-1112/+1297
* diff_cb() does not handle large dnodesloli10K2019-09-242-4/+15
* Use signed types to prevent subtraction overflowRyan Moeller2019-09-221-4/+4
* Disabled resilver_defer feature leads to looping resilversKody A Kantor2019-09-221-9/+11
* Refactor libzfs_error_init newlinesRyan Moeller2019-09-185-9/+9
* Fix dsl_scan_ds_clone_swapped logicAndriy Gapon2019-09-181-31/+69
* Device removal of indirect vdev panics the kernelloli10K2019-09-164-2/+65
* Prevent gcc -Werror=maybe-uninitialized warnings in spa_wait_common()loli10K2019-09-161-1/+1
* ZTS: Fix /usr/bin/env: 'python2': No such file or directoryloli10K2019-09-161-0/+1
* Fix clone handling with encryption rootsTom Caputi2019-09-165-24/+149
* Scrubbing root pools may deadlock on kernels without elevator_change() (#9321)loli10K2019-09-131-1/+1
* Add subcommand to wait for background zfs activity to completeJohn Gallagher2019-09-1361-144/+2662