summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Fix for ARC sysctls ignored at runtimeloli10K2019-10-263-32/+65
* 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
* Remove sdt.hMatthew Macy2019-10-252-2/+0
* Linux 4.14, 4.19, 5.0+ compat: SIMD save/restoreBrian Behlendorf2019-10-2413-195/+72
* Don't call arc_buf_destroy on unallocated arc_bufchrisrd2019-10-231-4/+5
* 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-183-438/+468
* Make zfsdev_getminor signature cross platformMatthew Macy2019-10-163-15/+9
* 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-131-1/+1
* Move zfs_onexit_fd_hold to platform codeMatthew Macy2019-10-133-33/+70
* Move zio_delay_interrupt to platform codeMatthew Macy2019-10-133-71/+104
* Typo fix in comment: dso_dryrunchrisrd2019-10-111-1/+1
* Function name and comment updatesPaul Dagnelie2019-10-113-8/+27
* 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-111-1/+1
* Fix pool creation with feature@allocation_classes disabledloli10K2019-10-102-0/+38
* Move get_temporary_prop to platform codeMatthew Macy2019-10-102-81/+82
* Add kmem cache accessorsMatthew Macy2019-10-102-4/+19
* Make `zil_async_to_sync` visible to platform codeMatthew Macy2019-10-101-3/+1
* Fix strdup conflict on other platformsMatthew Macy2019-10-1018-71/+71
* Make clang happy with vdev_raidz_ codeMatthew Macy2019-10-102-0/+13
* Reduce loaded range tree memory usagePaul Dagnelie2019-10-0933-546/+3138
* module/Makefile.in: don't run xargs if emptyGeorge Melikov2019-10-081-1/+1
* Fix automount for root filesystemsBrian Behlendorf2019-10-041-1/+2
* Rename rangelock_ functions to zfs_rangelock_Matthew Macy2019-10-035-77/+79
* 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-012-6/+14
* OpenZFS restructuring - zfs_ioctlMatthew Macy2019-09-273-329/+406
* Add warning for zfs_vdev_elevator option removalBrian Behlendorf2019-09-251-1/+8
* OpenZFS restructuring - zvolMatthew Macy2019-09-255-1106/+1180
* 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
* 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-139-4/+395
* QAT related bug fixesChengfei ZHu2019-09-123-27/+18
* Move objnode handling to common codeMatthew Macy2019-09-122-66/+69
* Enable compiler to typecheck loggingMatthew Macy2019-09-129-24/+30
* OpenZFS restructuring - move linux tracing code to platform directoriesMatthew Macy2019-09-1116-16/+16