aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move final zvol_remove_minors to common codeMatthew Macy2019-10-251-0/+10
* Remove sdt.hMatthew Macy2019-10-251-1/+0
* Linux 4.14, 4.19, 5.0+ compat: SIMD save/restoreBrian Behlendorf2019-10-243-27/+15
* Don't call arc_buf_destroy on unallocated arc_bufchrisrd2019-10-231-4/+5
* OpenZFS restructuring - ARC memory pressureMatthew Macy2019-10-181-438/+22
* Make zfsdev_getminor signature cross platformMatthew Macy2019-10-161-6/+1
* Move linux specific mmp module_param_call handler to platform codeMatthew Macy2019-10-161-28/+0
* 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-131-1/+1
* Move zfs_onexit_fd_hold to platform codeMatthew Macy2019-10-131-33/+0
* Move zio_delay_interrupt to platform codeMatthew Macy2019-10-131-71/+0
* Typo fix in comment: dso_dryrunchrisrd2019-10-111-1/+1
* Function name and comment updatesPaul Dagnelie2019-10-113-8/+27
* Expose dmu_buf_hold_array_by_dnode to platform codeMatthew Macy2019-10-111-1/+1
* Fix pool creation with feature@allocation_classes disabledloli10K2019-10-101-0/+10
* Move get_temporary_prop to platform codeMatthew Macy2019-10-101-81/+7
* Add kmem cache accessorsMatthew Macy2019-10-101-4/+5
* Make `zil_async_to_sync` visible to platform codeMatthew Macy2019-10-101-3/+1
* Fix strdup conflict on other platformsMatthew Macy2019-10-109-35/+35
* Make clang happy with vdev_raidz_ codeMatthew Macy2019-10-102-0/+13
* Reduce loaded range tree memory usagePaul Dagnelie2019-10-0932-545/+3137
* Rename rangelock_ functions to zfs_rangelock_Matthew Macy2019-10-032-39/+41
* dbuf_hold_impl() cleanup to improve cached read performanceTony Nguyen2019-10-031-154/+69
* Add inode accessors to common codeMatthew Macy2019-10-024-14/+14
* OpenZFS restructuring - arc_statsMatthew Macy2019-10-011-281/+6
* Enable clang to use intrinsics for lz4Matthew Macy2019-10-011-3/+3
* Timeout waiting for ZVOL device to be createdPrakash Surya2019-10-011-6/+1
* OpenZFS restructuring - zfs_ioctlMatthew Macy2019-09-271-329/+83
* OpenZFS restructuring - zvolMatthew Macy2019-09-253-1106/+59
* diff_cb() does not handle large dnodesloli10K2019-09-241-2/+3
* Disabled resilver_defer feature leads to looping resilversKody A Kantor2019-09-221-9/+11
* Fix dsl_scan_ds_clone_swapped logicAndriy Gapon2019-09-181-31/+69
* Device removal of indirect vdev panics the kernelloli10K2019-09-161-0/+4
* Prevent gcc -Werror=maybe-uninitialized warnings in spa_wait_common()loli10K2019-09-161-1/+1
* Fix clone handling with encryption rootsTom Caputi2019-09-161-19/+50
* Add subcommand to wait for background zfs activity to completeJohn Gallagher2019-09-139-4/+395
* Move objnode handling to common codeMatthew Macy2019-09-121-1/+69
* Enable compiler to typecheck loggingMatthew Macy2019-09-129-24/+30
* OpenZFS restructuring - move linux tracing code to platform directoriesMatthew Macy2019-09-1115-68/+13