summaryrefslogtreecommitdiffstats
path: root/module/spl
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* kmem-cache: Fix slab ageing soft lockupBrian Behlendorf2013-01-141-43/+51
* call_usermodehelper() should wait for processNed Bass2013-01-091-2/+2
* RHEL 6.4 compat, fallocate()Brian Behlendorf2013-01-081-7/+9
* Add cv_wait_io() to account I/O timeMatt Johnston2013-01-071-4/+14
* Fix spl_kmem_init_kallsyms_lookup() panicBrian Behlendorf2012-12-192-0/+21
* kmem-cache: Use a taskq for async allocationsBrian Behlendorf2012-12-121-4/+4
* kmem-cache: Use taskqs for ageingBrian Behlendorf2012-12-121-41/+50
* kmem-cache: spl_kmem_cache_create() may always sleepBrian Behlendorf2012-12-121-11/+8
* taskq delay/cancel functionalityBrian Behlendorf2012-12-121-96/+356
* taskq style, remove #define wrappersBrian Behlendorf2012-12-121-21/+21
* taskq style, convert spaces to soft tabsBrian Behlendorf2012-12-121-158/+157
* Handle errors from spl_kern_path_locked()Brian Behlendorf2012-12-031-0/+2
* Disable FS reclaim when allocating new slabsBrian Behlendorf2012-11-271-1/+1
* Never spin in kmem_cache_alloc()Brian Behlendorf2012-11-061-5/+17
* Optimize spl_kmem_cache_free()Brian Behlendorf2012-11-061-4/+5
* Track emergency object in rbtreeBrian Behlendorf2012-11-061-26/+72
* Improved vmem cached deadlock detectionBrian Behlendorf2012-11-062-13/+31
* Condition variable reference countsBrian Behlendorf2012-11-061-8/+24
* Add KSTAT_TYPE_TXG typeBrian Behlendorf2012-11-021-0/+39
* Make kstat.ks_update() callback atomicBrian Behlendorf2012-10-231-5/+7
* Linux 3.6 compat, kern_path_locked() addedYuxuan Shui2012-10-141-0/+136
* Switch KM_SLEEP to KM_PUSHPAGEMassimo Maggi2012-10-111-3/+3
* Add interface for file hole punching.Etienne Dechamps2012-10-041-0/+53