aboutsummaryrefslogtreecommitdiffstats
path: root/module/os
Commit message (Expand)AuthorAgeFilesLines
* Linux 5.6 compat: timestamp_truncate()Brian Behlendorf2020-02-072-8/+6
* Linux 5.6 compat: struct proc_opsBrian Behlendorf2020-02-073-11/+47
* Replace static per-cpu with dynamic per-cpu dataRomain Dolbeau2020-02-061-4/+14
* Prepare ks_data before calling kstat_install()Alexander Motin2020-02-041-3/+2
* async zvol minor node creation interferes with receiveMatthew Ahrens2020-02-031-3/+3
* Re-consolidate zio_delay_interruptMatthew Macy2020-01-212-104/+0
* Unify target_cpu handlingBrian Behlendorf2020-01-171-3/+1
* KMC_KVMEM disrupts kv_alloc() memory alignment expectationsloli10K2020-01-141-20/+2
* Change http://zfsonlinux.org links to https://zfsonlinux.orgBrian Behlendorf2020-01-131-1/+1
* Fix QAT allocation failure return valueBrian Behlendorf2020-01-061-15/+18
* cppcheck: (error) Shifting signed 64-bit value by 63 bitsUbuntu2019-12-181-0/+2
* cppcheck: (error) Uninitialized variableUbuntu2019-12-188-22/+23
* Don't fail to apply umask for O_TMPFILE filesTomohiro Kusumi2019-12-131-0/+6
* Make zfs_replay.c work on FreeBSDMatthew Macy2019-12-132-0/+42
* Relocate common quota functions to shared codeRyan Moeller2019-12-113-455/+5
* Eliminate Linux specific inode usage from common code Matthew Macy2019-12-1111-263/+272
* Abstract away platform specific superblock referencesMatthew Macy2019-12-101-0/+12
* ZTS: Fix zpool_reopen_001_posBrian Behlendorf2019-12-091-10/+25
* Refactor deadman set failmode to be cross platformMatthew Macy2019-12-051-0/+13
* Replace ASSERTV macro with compiler annotationMatthew Macy2019-12-051-3/+3
* Move zfs_cmd_t copyin/copyout to platform codeMatthew Macy2019-12-021-1/+17
* 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
* Check for unlinked znodes after igrab()Mauricio Faria de Oliveira2019-11-211-5/+7
* Add zfs_file_* interface, remove vnodesMatthew Macy2019-11-2118-876/+575
* 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
* Move platform specific parts of zfs_znode.h to platform codeMatthew Macy2019-11-061-2/+2
* Add tracepoints for taskq entry lifetime eventsPrakash Surya2019-11-012-4/+18
* Enable use of DTRACE_PROBE* macros in "spl" modulePrakash Surya2019-11-016-2/+35
* Wrap Linux module macrosMatthew Macy2019-11-012-9/+10
* Prefix struct rangelockMatthew Macy2019-11-013-8/+8
* Return an error code from zfs_acl_chmod_setattrMatthew Macy2019-11-012-2/+5
* Factor Linux specific code out of spa_misc.cMatthew Macy2019-10-312-0/+106
* Fix for ARC sysctls ignored at runtimeloli10K2019-10-261-0/+28
* Move final zvol_remove_minors to common codeMatthew Macy2019-10-251-10/+0
* Remove sdt.hMatthew Macy2019-10-251-1/+0
* Linux 4.14, 4.19, 5.0+ compat: SIMD save/restoreBrian Behlendorf2019-10-243-117/+32
* 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-182-0/+446
* Make zfsdev_getminor signature cross platformMatthew Macy2019-10-162-9/+8
* Move linux specific mmp module_param_call handler to platform codeMatthew Macy2019-10-162-0/+47