aboutsummaryrefslogtreecommitdiffstats
path: root/module/spl
Commit message (Expand)AuthorAgeFilesLines
* 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-222-22/+158
* 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
* 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-083-3/+4
* splat cred:groupmember: Fix false positivesBrian Behlendorf2014-04-081-5/+8
* Remove default taskq thread to CPU bindingsBrian Behlendorf2014-01-071-1/+0
* Add module versioningBrian Behlendorf2013-12-061-0/+1
* 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-091-1/+3
* 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-301-1/+2
* 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: 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
* 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
* Drop support for 3 argument version of set_fs_pwdRichard Yao2013-03-141-41/+2
* Linux 3.9 compat: set_fs_root takes const struct path *Richard Yao2013-03-141-0/+4
* Linux 3.9 compat: vfs_getattr takes two argumentsRichard Yao2013-03-141-2/+15
* Linux 3.9 compat: Do not depend on f_vfsmntRichard Yao2013-03-141-3/+3
* Refresh links to web siteNed Bass2013-03-0419-19/+19
* Disable automatic log dumpingBrian Behlendorf2013-02-051-2/+3
* Fix tsd_get/set() race with tsd_exit/destroy()Brian Behlendorf2013-01-311-1/+32
* Add spl_kmem_cache_expire module optionBrian Behlendorf2013-01-281-4/+32
* Remove spl_invalidate_inodes()Brian Behlendorf2013-01-171-14/+0