summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify the time compatibility wrappersBrian Behlendorf2014-10-172-95/+0
* Map highbit64() to fls64()Brian Behlendorf2014-10-172-63/+1
* Remove CTL_UNNUMBERED sysctl interfaceBrian Behlendorf2014-10-171-167/+4
* Remove register_sysctl() compatibility codeBrian Behlendorf2014-10-171-3/+3
* Remove utsname() wrapperBrian Behlendorf2014-10-171-12/+0
* Remove sysctl_vfs_cache_pressure assumptionBrian Behlendorf2014-10-171-1/+1
* Remove adaptive mutex implementationBrian Behlendorf2014-10-171-41/+0
* Update code to use misc_register()/misc_deregister()Brian Behlendorf2014-10-172-70/+21
* Update SPLAT to use kmutex_t for portabilityBrian Behlendorf2014-10-173-21/+26
* Make license compatibility checks consistentBrian Behlendorf2014-10-172-4/+4
* Fix bug in SPLAT taskq:frontBrian Behlendorf2014-10-031-1/+2
* Linux 3.16 compat: smp_mb__after_clear_bit()Turbo Fredriksson2014-09-221-1/+1
* Cleanup vn_rename() and vn_remove()Richard Yao2014-08-132-210/+101
* Linux 3.17 compat: remove wait_on_bit action functionNed Bass2014-08-111-9/+2
* Set spl_kmem_cache_slab_limit=16384 to defaultBrian Behlendorf2014-08-081-0/+10
* Set spl_kmem_cache_reclaim=0 to defaultBrian Behlendorf2014-08-081-5/+6
* Add functions and macros as used upstream.Tim Chase2014-07-221-0/+30
* Rate limit debugging stack tracesBrian Behlendorf2014-07-222-8/+16
* Safer debugging and assertion macros.Tim Chase2014-07-011-0/+21
* Add spl_kmem_cache_reclaim module optionBrian Behlendorf2014-05-221-9/+20
* Add KMC_SLAB cache typeBrian Behlendorf2014-05-223-35/+178
* Linux 3.15: vfs_rename() added a flags argumentChunwei Chen2014-05-071-6/+12
* Evenly distribute the taskq threads across available CPUsAndrey Vesnovaty2014-04-251-0/+9
* Fix crash when using ZFS on Ceph rbdChunwei Chen2014-04-251-1/+2
* Change spl_kmem_cache_expire default setting to 2Richard Yao2014-04-141-3/+4
* Expose max/min objs per slab and max slab sizeAndrey Vesnovaty2014-04-141-6/+19
* Add ddi_time_after and friendsChunwei Chen2014-04-141-5/+5
* Simplify hostid logicRichard Yao2014-04-142-62/+6
* Call kthread_create() correctly with fixed arguments.Tim Chase2014-04-111-1/+4
* De-inline spl_kthread_create().Tim Chase2014-04-091-0/+28
* Support post-3.13 kthread_create() semantics.Tim Chase2014-04-085-9/+10
* splat cred:groupmember: Fix false positivesBrian Behlendorf2014-04-082-28/+79
* splat kmem:slab_reclaim: Test cleanupBrian Behlendorf2014-04-081-4/+5
* Remove default taskq thread to CPU bindingsBrian Behlendorf2014-01-071-1/+0
* Add module versioningBrian Behlendorf2013-12-062-0/+2
* Linux 3.13 compat: Pass NULL for new delegated inode argumentRichard Yao2013-12-021-9/+13
* Linux 3.13 compat: Remove unused flags variable from __cv_init()Richard Yao2013-12-021-8/+0
* Emulate illumos interface cv_timedwait_hires()Ned Bass2013-11-041-0/+81
* 3537 add kstat_waitq_enter and friendsNed Bass2013-10-251-1/+67
* Kstat to use private lock by defaultCyril Plisko2013-10-251-8/+10
* Revert "Add KSTAT_TYPE_TXG type"Brian Behlendorf2013-10-161-39/+0
* Add callbacks for displaying KSTAT_TYPE_RAW kstatsPrakash Surya2013-10-161-14/+105
* Consistently use local_irq_disable/local_irq_enableBrian Behlendorf2013-10-091-3/+2
* Replace current_kernel_time() with getnstimeofday()Richard Yao2013-10-092-6/+9
* Linux 3.8 compat: Use kuid_t/kgid_t when requiredRichard Yao2013-08-092-14/+19
* PaX/GrSecurity Linux 3.8.y compat: Use __no_const on struct ctl_tableRichard Yao2013-08-081-5/+12
* Fix race in spl_kmem_cache_reap_now()Richard Yao2013-08-081-5/+5
* Linux 3.11 compat: Replace num_physpages with totalram_pagesRichard Yao2013-08-081-2/+3
* Fix KMC_OFFSLAB type cachesBrian Behlendorf2013-07-302-3/+45
* Return -1 for generic kmem cache shrinkerBrian Behlendorf2013-07-301-1/+9