summaryrefslogtreecommitdiffstats
path: root/module/spl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switch KM_SLEEP to KM_PUSHPAGEBrian Behlendorf2012-09-121-2/+2
* Remove TQ_SLEEP -> KM_SLEEP mappingBrian Behlendorf2012-09-121-14/+16
* Revert "Switch KM_SLEEP to KM_PUSHPAGE"Brian Behlendorf2012-09-122-5/+7
* Debug cv_destroy() with mutex heldBrian Behlendorf2012-09-101-4/+5
* Set KMC_NOEMERGENCY for zlib workspacesBrian Behlendorf2012-09-071-2/+4
* Add KMC_NOEMERGENCY slab flagBrian Behlendorf2012-09-071-2/+7
* Suppress task_hash_table_init() large allocation warningBrian Behlendorf2012-08-301-1/+2
* Switch KM_SLEEP to KM_PUSHPAGEBrian Behlendorf2012-08-272-7/+5
* Revert "Disable vmalloc() direct reclaim"Brian Behlendorf2012-08-271-22/+2
* Revert "Fix NULL deref in balance_pgdat()"Brian Behlendorf2012-08-271-8/+5
* Revert "Detect kernels that honor gfp flags passed to vmalloc()"Brian Behlendorf2012-08-271-4/+0
* Revert "Add TASKQ_NORECLAIM flag"Brian Behlendorf2012-08-271-4/+0
* Emergency slab objectsBrian Behlendorf2012-08-272-44/+199
* Avoid calling smp_processor_id in spl_magazine_agePrakash Surya2012-08-241-6/+6