summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Replace ASSERTV macro with compiler annotationMatthew Macy2019-12-0523-55/+56
* ICP: Fix null pointer dereference and use after freeAttila Fülöp2019-12-032-4/+9
* Fix use-after-free in case of L2ARC prefetch failureAlexander Motin2019-12-031-3/+16
* Increase allowed 'special_small_blocks' maximum valueBrian Behlendorf2019-12-031-1/+1
* Wrap module_param_call() routines under __linux__Matthew Macy2019-12-032-2/+2
* Mark write_record staticMatthew Macy2019-12-031-1/+1
* Move linux qsort def to platform headerMatthew Macy2019-12-032-7/+3
* Adapt gitignore for modulesMichael Niewöhner2019-12-021-0/+1
* Move zfs_cmd_t copyin/copyout to platform codeMatthew Macy2019-12-022-21/+24
* Restructure nvlist_nv_alloc to work on FreeBSDMatthew Macy2019-11-301-3/+3
* Mark Linux fallocate extensions as specific to LinuxMatthew Macy2019-11-301-3/+5
* Resolve ZoF differences in zfs_ioctl.hMatthew Macy2019-11-301-1/+0
* Remove zfs_vdev_elevator module optionBrian Behlendorf2019-11-271-111/+19
* Prevent unnecessary resilver restartsjwpoduska2019-11-273-83/+107
* Check for unlinked znodes after igrab()Mauricio Faria de Oliveira2019-11-211-5/+7
* Add zfs_file_* interface, remove vnodesMatthew Macy2019-11-2130-1027/+701
* Partially revert 5a6ac4cBrian Behlendorf2019-11-182-0/+45
* Break out of zfs_zget early if unlinked znodeHeitor Alves de Siqueira2019-11-151-9/+17
* Prevent NULL pointer dereference in blkg_tryget() on EL8 kernelsloli10K2019-11-131-1/+1
* Check for __GFP_RECLAIM instead of GFP_KERNELMichael Niewöhner2019-11-131-3/+8
* Add kmem_cache flag for forcing kvmallocMichael Niewöhner2019-11-133-9/+38
* Make use of kvmalloc if available and fix vmem_alloc implementationMichael Niewöhner2019-11-132-11/+95
* Add missing documentation for some KMC flagsMichael Niewöhner2019-11-131-5/+5
* Linux compat: Minimum kernel version 3.10Brian Behlendorf2019-11-1217-541/+47
* Remove zpl_revalidatePavel Snajdr2019-11-112-63/+30
* Improve logging of 128KB writesAlexander Motin2019-11-111-7/+13
* Preliminary support for RV64GRomain Dolbeau2019-11-063-0/+95
* Move platform specific parts of zfs_znode.h to platform codeMatthew Macy2019-11-062-2/+17
* Add tracepoints for taskq entry lifetime eventsPrakash Surya2019-11-012-4/+18
* Enable use of DTRACE_PROBE* macros in "spl" modulePrakash Surya2019-11-0119-15/+48
* Wrap Linux module macrosMatthew Macy2019-11-017-40/+41
* Prefix struct rangelockMatthew Macy2019-11-014-53/+59
* Fix icp build on FreeBSDMatthew Macy2019-11-012-23/+22
* Return an error code from zfs_acl_chmod_setattrMatthew Macy2019-11-012-2/+5
* Include prototypes for vdev_initializeMatthew Macy2019-10-311-1/+2
* Factor Linux specific code out of spa_misc.cMatthew Macy2019-10-313-76/+117
* Add AVX512BW variant of fletcherRomain Dolbeau2019-10-302-0/+52
* 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-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