aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kmem-cache: Use taskqs for ageingBrian Behlendorf2012-12-122-43/+52
* 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-123-119/+389
* taskq style, remove #define wrappersBrian Behlendorf2012-12-122-46/+36
* taskq style, convert spaces to soft tabsBrian Behlendorf2012-12-122-217/+218
* splat linux:shrinker: Fix fail-safeSteven Johnson2012-12-121-4/+21
* splat linux:shrinker: Fix race conditionSteven Johnson2012-12-121-1/+27
* splat command verbose behaviorBrian Behlendorf2012-12-111-1/+2
* 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
* Verify --with-linux source directory existsBrian Behlendorf2012-11-291-5/+8
* Disable FS reclaim when allocating new slabsBrian Behlendorf2012-11-271-1/+1
* SPL 0.6.0-rc12Brian Behlendorf2012-11-131-1/+1
* Merge branch 'kmem-cache-optimization'Brian Behlendorf2012-11-083-50/+131
|\
| * 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-062-28/+75
| * Improved vmem cached deadlock detectionBrian Behlendorf2012-11-063-13/+34
|/
* Merge branch 'splat'Brian Behlendorf2012-11-0622-81/+93
|\
| * 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-0620-43/+37
| * Condition variable reference countsBrian Behlendorf2012-11-062-9/+26
|/
* Merge remote branch 'eris/stats'Brian Behlendorf2012-11-062-7/+70
|\
| * Add KSTAT_TYPE_TXG typeBrian Behlendorf2012-11-022-1/+61
| * Make kstat.ks_update() callback atomicBrian Behlendorf2012-10-232-6/+9
|/
* Linux 3.7 compat, __clear_close_on_exec() removedBrian Behlendorf2012-10-183-197/+0
* Linux 3.6 compat, kern_path_locked() addedYuxuan Shui2012-10-143-0/+158
* Switch KM_SLEEP to KM_PUSHPAGEMassimo Maggi2012-10-111-3/+3
* Add interface for file hole punching.Etienne Dechamps2012-10-043-0/+81
* SPL 0.6.0-rc11Brian Behlendorf2012-09-181-1/+1
* Switch KM_SLEEP to KM_PUSHPAGEBrian Behlendorf2012-09-121-2/+2
* Remove TQ_SLEEP -> KM_SLEEP mappingBrian Behlendorf2012-09-122-16/+19
* Revert "Switch KM_SLEEP to KM_PUSHPAGE"Brian Behlendorf2012-09-123-6/+7
* Remove autotools productsChris Dunlop2012-09-112-314/+1
* 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-072-2/+9
* Add DKIOCTRIM for TRIM support.Etienne Dechamps2012-09-021-0/+1
* 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-273-7/+6
* Mutex ASSERT on self deadlockBrian Behlendorf2012-08-271-2/+7
* Add PF_NOFS debugging flagBrian Behlendorf2012-08-271-0/+49