summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* 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
* Modify gethrestime to use current_kernel_time()James H2013-07-151-4/+3
* Fix bogus kmem leak warningBrian Behlendorf2013-07-101-4/+5
* Fix --enable-debug-kmem-tracking optionBrian Behlendorf2013-07-091-9/+9
* Linux 3.10 compat: Do not rely on struct proc_dir_entry definitionRichard Yao2013-07-082-85/+87
* Linux 3.10 compat: add missing include of linux/slab.hYuxuan Shui2013-07-083-0/+3
* Linux 3.10 compat: replace PDE()->data with PDE_DATA()Yuxuan Shui2013-07-081-1/+4
* Fix --enable-debug-kmem-tracking optionTim Chase2013-06-181-7/+8
* Fix taskq_wait_id()Brian Behlendorf2013-05-031-26/+14
* gitignore: anchor entries at their respective directoryJan Engelhardt2013-04-021-0/+8
* Do not call cond_resched() in spl_slab_reclaim()Richard Yao2013-03-211-3/+0
* Linux 3.9 compat: Switch to hlist_for_each{,_rcu}Richard Yao2013-03-142-2/+4