aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* 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
* splat taskq:front: Reduce stack frameBrian Behlendorf2012-12-121-1/+6
* splat taskq:order: Reduce stack frameBrian Behlendorf2012-12-121-1/+6
* splat taskq:cancel: Add test caseBrian Behlendorf2012-12-121-0/+183
* splat taskq:delay: Add test caseBrian Behlendorf2012-12-121-11/+113
* taskq delay/cancel functionalityBrian Behlendorf2012-12-122-105/+365
* taskq style, remove #define wrappersBrian Behlendorf2012-12-121-21/+21
* taskq style, convert spaces to soft tabsBrian Behlendorf2012-12-121-158/+157
* splat linux:shrinker: Fix fail-safeSteven Johnson2012-12-121-4/+21
* splat linux:shrinker: Fix race conditionSteven Johnson2012-12-121-1/+27
* splat taskq:front: Fix raceSteven Johnson2012-12-051-30/+32
* Handle errors from spl_kern_path_locked()Brian Behlendorf2012-12-031-0/+2
* Linux compat 3.7, kernel_thread()Brian Behlendorf2012-12-032-66/+61
* 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
* splat kmem:slab_overcommit: DisabledBrian Behlendorf2012-11-061-8/+8
* splat atomic:64-bit: Create thread outside spin lockBrian Behlendorf2012-11-061-7/+7
* splat: Fix log buffer lockingBrian Behlendorf2012-11-062-14/+15
* splat: Cleanup headersBrian Behlendorf2012-11-0618-42/+35
* 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.7 compat, __clear_close_on_exec() removedBrian Behlendorf2012-10-181-136/+0
* 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
* Enhance SPLAT kmem:slab_overcommit testBrian Behlendorf2012-08-301-193/+208
* 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
* Remove Makefile from non-toplevel .gitignore filesRichard Yao2012-08-233-3/+0
* Wrap trace_set_debug_header in trace_[get|put]_tcdPrakash Surya2012-08-231-2/+1
* Fix incorrect type in spl_kmem_cache_set_move() parameterRichard Yao2012-08-011-1/+1
* Determine the hostid on demand.Etienne Dechamps2012-07-261-13/+20
* Add script for builtin module building.Etienne Dechamps2012-07-263-9/+9