summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ZTS: Move more tests to linux.runRyan Moeller2019-10-252-11/+11
* Remove unused headers from uu_string.cMatthew Macy2019-10-251-2/+0
* Use zfs_ioctl() in zinject.cMatthew Macy2019-10-251-5/+5
* Remove non-portable pointer is valid assertMatthew Macy2019-10-251-1/+0
* Move final zvol_remove_minors to common codeMatthew Macy2019-10-252-10/+10
* Move platform dependent errno aliasesMatthew Macy2019-10-255-11/+22
* Remove sdt.hMatthew Macy2019-10-258-74/+34
* Fix incremental recursive encrypted receiveTom Caputi2019-10-242-6/+34
* ZTS: Move tmpfile tests to linux.runRyan Moeller2019-10-243-5/+9
* ZTS: Consistency pass for .ksh extensionsRyan Moeller2019-10-243-4/+4
* Linux 4.14, 4.19, 5.0+ compat: SIMD save/restoreBrian Behlendorf2019-10-2419-294/+276
* Use zfs_ioctl with zfs_cmd_t in libzfsMatthew Macy2019-10-237-27/+27
* Don't call arc_buf_destroy on unallocated arc_bufchrisrd2019-10-231-4/+5
* Use platform independent error code for libzfs_run_process_implMatthew Macy2019-10-231-1/+1
* Use correct format string when printing int8Matthew Macy2019-10-201-1/+1
* Remove gratuitous Linux only include in ztest & zdbMatthew Macy2019-10-192-2/+0
* ZTS: Written props test fails with 4k disksJohn Wren Kennedy2019-10-181-5/+5
* Name anonymous enum of KMC_BIT constantsSerapheim Dimitropoulos2019-10-181-2/+2
* Update skc_obj_alloc for spl kmem caches that are backed by LinuxSerapheim Dimitropoulos2019-10-182-6/+36
* OpenZFS restructuring - ARC memory pressureMatthew Macy2019-10-185-438/+527
* Detect if sed supports --in-placeRyan Moeller2019-10-165-3/+20
* Make zfsdev_getminor signature cross platformMatthew Macy2019-10-164-16/+10
* Move linux specific mmp module_param_call handler to platform codeMatthew Macy2019-10-163-28/+47
* Add default case to lua kernel codeMatthew Macy2019-10-161-0/+6
* Fix signature for private functions without header declarationsMatthew Macy2019-10-162-2/+2
* Remove dead code and cleanup scoping in dmu_send.cMatthew Macy2019-10-131-16/+5
* Don't call sizeof on voidPaul Dagnelie2019-10-132-7/+7
* Move zfs_onexit_fd_hold to platform codeMatthew Macy2019-10-133-33/+70
* Move zio_delay_interrupt to platform codeMatthew Macy2019-10-134-71/+105
* Modify sharenfs=on default behaviorBrian Behlendorf2019-10-132-3/+4
* Typo fix in comment: dso_dryrunchrisrd2019-10-111-1/+1
* ZTS: Fix zpool_status_-sBrian Behlendorf2019-10-112-2/+3
* Function name and comment updatesPaul Dagnelie2019-10-114-16/+40
* Remove linux/mod_compat.h from common codeMatthew Macy2019-10-113-3/+0
* 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