summaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix stalled txg with repeated noop scansTom Caputi2019-09-111-3/+12
* Fix /etc/hostid on root pool deadlockBrian Behlendorf2019-09-103-21/+15
* Enable SIMD for encryptionBrian Behlendorf2019-09-102-11/+11
* OpenZFS restructuring - move platform specific sourcesMatthew Macy2019-09-0628-28767/+14
* Make module tunables cross platformMatthew Macy2019-09-0540-641/+443
* metaslab_verify_weight_and_frag() shouldn't cause side-effectsSerapheim Dimitropoulos2019-09-051-15/+24
* OpenZFS restructuring - move platform specific headersMatthew Macy2019-09-057-7/+7
* Fix panic on DilOS with kstat per dataset statisticsIgor K2019-09-031-0/+1
* Always refuse receving non-resume stream when resume state existsAndriy Gapon2019-09-031-3/+7
* Fix Intel QAT / ZFS compatibility on v4.7.1+ kernelsloli10K2019-09-032-3/+3
* maxinflight can overflow in spa_load_verify_cb()George Wilson2019-09-021-1/+2
* Fix typos in module/zfs/Andrea Gelmini2019-09-0252-114/+114
* Prevent metaslab_sync panic due to spa_final_dirty_txgPaul Dagnelie2019-08-301-2/+9
* Keep more metaslabs loadedPaul Dagnelie2019-08-291-30/+39