aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* cppcheck: (warning) Possible null pointer dereference: dnpBrian Behlendorf2019-12-181-0/+1
* Minor performance fix for NEON RAID-ZRomain Dolbeau2019-12-171-4/+2
* Fix zfs_xattr_owner_unlinked on FreeBSD and commentMatthew Macy2019-12-162-0/+18
* Allow empty ds_props_obj to be destroyedTom Caputi2019-12-131-2/+19
* Make zfs_replay.c work on FreeBSDMatthew Macy2019-12-131-11/+23
* Fix use-after-free of vd_path in spa_vdev_remove()Matthew Ahrens2019-12-111-11/+11
* Relocate common quota functions to shared codeRyan Moeller2019-12-115-0/+498
* Add FreeBSD jail support hooksMatthew Macy2019-12-111-1/+3
* Eliminate Linux specific inode usage from common code Matthew Macy2019-12-113-48/+49
* zio_decompress_data always ASSERTs successful decompressionPaul Zuchowski2019-12-101-1/+0
* Abstract away platform specific superblock referencesMatthew Macy2019-12-101-5/+5
* Exclude data from cores unconditionally and metadata conditionallyMatthew Macy2019-12-091-2/+11
* Mark dsl_dataset_deactivate_feature_impl staticMatthew Macy2019-12-091-1/+1
* Disable EDONR on FreeBSDMatthew Macy2019-12-051-0/+4
* Refactor deadman set failmode to be cross platformMatthew Macy2019-12-051-11/+9
* Replace ASSERTV macro with compiler annotationMatthew Macy2019-12-0522-52/+53
* Fix use-after-free in case of L2ARC prefetch failureAlexander Motin2019-12-031-3/+16
* Wrap module_param_call() routines under __linux__Matthew Macy2019-12-031-1/+1
* Mark write_record staticMatthew Macy2019-12-031-1/+1
* Move zfs_cmd_t copyin/copyout to platform codeMatthew Macy2019-12-021-20/+7
* Prevent unnecessary resilver restartsjwpoduska2019-11-273-83/+107
* Add zfs_file_* interface, remove vnodesMatthew Macy2019-11-2112-151/+126
* 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