aboutsummaryrefslogtreecommitdiffstats
path: root/module/os/linux/spl
Commit message (Expand)AuthorAgeFilesLines
* Fix functions without a prototypeAidan Harris2022-05-201-1/+1
* Fix ACL checks for NFS kernel serverBrian Behlendorf2022-03-201-41/+1
* Fix cpu hotplug atomic sleep issuePaul Dagnelie2022-02-151-5/+6
* Linux 5.17 compat: PDE_DATA() renamed to pde_data()наб2022-02-042-2/+2
* Linux 5.17 compat: dequeue_signal() takes a 4th argumentнаб2022-02-041-0/+5
* Linux 5.17 compat: detect complete_and_exit() renameнаб2022-02-041-1/+1
* Update `checkstyle` workflow env to ubuntu-20.04Damian Szuberski2021-12-081-0/+1
* Remove pool io kstatsAlexander Motin2021-06-101-66/+0
* Linux: Set spl_kmem_cache_slab_limit when page size !4KBrian Behlendorf2021-06-091-5/+2
* spl-module-parameters.5: remove spl_kmem_cache_{expire,obj_per_slab_min}наб2021-06-091-3/+1
* linux: don't fall through to 3-arg vfs_getattrнаб2021-05-271-1/+3
* linux/spl: proc: use global table_{min,max} values instead of local onesнаб2021-04-191-6/+6
* linux/spl: base proc_dohostid() on proc_dostring()наб2021-04-191-76/+17
* Add SIGSTOP and SIGTSTP handling to issigPaul Dagnelie2021-04-191-0/+51
* cppcheck: integrete cppcheckBrian Behlendorf2021-01-261-2/+0
* cppcheck: return value always 0Brian Behlendorf2021-01-261-1/+1
* cppcheck: remove redundant ASSERTsBrian Behlendorf2021-01-261-2/+0
* spl-taskq: Make sure thread tsd hash entry is clearedMatthew Macy2021-01-251-0/+1
* Implement memory and CPU hotplugPaul Dagnelie2020-12-101-5/+127
* Replace ZFS on Linux references with OpenZFSBrian Behlendorf2020-10-0816-17/+2
* Fix buggy procfs_list_seq_next warningBrian Behlendorf2020-09-301-0/+12
* FreeBSD: Add support for procfs_listMatthew Macy2020-09-231-1/+9
* Replace cv_{timed}wait_sig with cv_{timed}wait_idle where appropriateMatthew Macy2020-09-031-0/+44
* Links in Source FilesSpencer Kinny2020-09-021-0/+4
* Remove KMC_KMEM and KMC_VMEMMatthew Ahrens2020-08-172-114/+10
* Remove KMC_NOMAGAZINEMatthew Ahrens2020-08-051-8/+2
* Remove KMC_QCACHEMatthew Ahrens2020-08-051-2/+0
* Remove KMC_NOHASHMatthew Ahrens2020-08-051-2/+0
* Remove KMC_NOTOUCHMatthew Ahrens2020-08-051-1/+0
* Remove KMC_OFFSLABMatthew Ahrens2020-08-051-94/+39
* remove kmem_cache module parameter KMC_EXPIRE_AGEMatthew Ahrens2020-07-241-120/+9
* Remove skc_reclaim, hdr_recl, kmem_cache shrinkerMatthew Ahrens2020-07-191-124/+16
* Fix early include of <linux/percpu_compat.h>Romain Dolbeau2020-07-153-1/+3
* Clean up OS-specific ARC and kmem codeMatthew Ahrens2020-06-292-49/+2
* Revise SPL wrapper for shrinker callbacksMatthew Ahrens2020-06-271-40/+31
* Use percpu_counter for obj_alloc counter of Linux-backed cachesSerapheim Dimitropoulos2020-06-262-8/+18
* Switch off -Wmissing-prototypes for libgcc math functionsArvind Sankar2020-06-181-0/+32
* Add include files for prototypesArvind Sankar2020-06-181-0/+1
* Mark functions as staticArvind Sankar2020-06-181-1/+1
* Disambiguate condvar API contractMatthew Macy2020-06-181-14/+19
* Move GFP flags kernel compatibility codeMichael Niewöhner2020-06-081-9/+0
* Linux 5.8 compat: __vmalloc()Michael Niewöhner2020-06-082-11/+9
* Improve performance of zio_taskq_memberMatthew Ahrens2020-03-031-0/+7
* Missed wakeup when growing kmem cacheMatthew Ahrens2020-02-131-3/+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
* 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
* cppcheck: (error) Shifting signed 64-bit value by 63 bitsUbuntu2019-12-181-0/+2
* cppcheck: (error) Uninitialized variableUbuntu2019-12-188-22/+23