Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kmem-cache: Use taskqs for ageing | Brian Behlendorf | 2012-12-12 | 2 | -43/+52 |
* | kmem-cache: spl_kmem_cache_create() may always sleep | Brian Behlendorf | 2012-12-12 | 1 | -11/+8 |
* | splat taskq:front: Reduce stack frame | Brian Behlendorf | 2012-12-12 | 1 | -1/+6 |
* | splat taskq:order: Reduce stack frame | Brian Behlendorf | 2012-12-12 | 1 | -1/+6 |
* | splat taskq:cancel: Add test case | Brian Behlendorf | 2012-12-12 | 1 | -0/+183 |
* | splat taskq:delay: Add test case | Brian Behlendorf | 2012-12-12 | 1 | -11/+113 |
* | taskq delay/cancel functionality | Brian Behlendorf | 2012-12-12 | 3 | -119/+389 |
* | taskq style, remove #define wrappers | Brian Behlendorf | 2012-12-12 | 2 | -46/+36 |
* | taskq style, convert spaces to soft tabs | Brian Behlendorf | 2012-12-12 | 2 | -217/+218 |
* | splat linux:shrinker: Fix fail-safe | Steven Johnson | 2012-12-12 | 1 | -4/+21 |
* | splat linux:shrinker: Fix race condition | Steven Johnson | 2012-12-12 | 1 | -1/+27 |
* | splat command verbose behavior | Brian Behlendorf | 2012-12-11 | 1 | -1/+2 |
* | splat taskq:front: Fix race | Steven Johnson | 2012-12-05 | 1 | -30/+32 |
* | Handle errors from spl_kern_path_locked() | Brian Behlendorf | 2012-12-03 | 1 | -0/+2 |
* | Linux compat 3.7, kernel_thread() | Brian Behlendorf | 2012-12-03 | 2 | -66/+61 |
* | Verify --with-linux source directory exists | Brian Behlendorf | 2012-11-29 | 1 | -5/+8 |
* | Disable FS reclaim when allocating new slabs | Brian Behlendorf | 2012-11-27 | 1 | -1/+1 |
* | SPL 0.6.0-rc12 | Brian Behlendorf | 2012-11-13 | 1 | -1/+1 |
* | Merge branch 'kmem-cache-optimization' | Brian Behlendorf | 2012-11-08 | 3 | -50/+131 |
|\ | |||||
| * | Never spin in kmem_cache_alloc() | Brian Behlendorf | 2012-11-06 | 1 | -5/+17 |
| * | Optimize spl_kmem_cache_free() | Brian Behlendorf | 2012-11-06 | 1 | -4/+5 |
| * | Track emergency object in rbtree | Brian Behlendorf | 2012-11-06 | 2 | -28/+75 |
| * | Improved vmem cached deadlock detection | Brian Behlendorf | 2012-11-06 | 3 | -13/+34 |
|/ | |||||
* | Merge branch 'splat' | Brian Behlendorf | 2012-11-06 | 22 | -81/+93 |
|\ | |||||
| * | splat kmem:slab_overcommit: Disabled | Brian Behlendorf | 2012-11-06 | 1 | -8/+8 |
| * | splat atomic:64-bit: Create thread outside spin lock | Brian Behlendorf | 2012-11-06 | 1 | -7/+7 |
| * | splat: Fix log buffer locking | Brian Behlendorf | 2012-11-06 | 2 | -14/+15 |
| * | splat: Cleanup headers | Brian Behlendorf | 2012-11-06 | 20 | -43/+37 |
| * | Condition variable reference counts | Brian Behlendorf | 2012-11-06 | 2 | -9/+26 |
|/ | |||||
* | Merge remote branch 'eris/stats' | Brian Behlendorf | 2012-11-06 | 2 | -7/+70 |
|\ | |||||
| * | Add KSTAT_TYPE_TXG type | Brian Behlendorf | 2012-11-02 | 2 | -1/+61 |
| * | Make kstat.ks_update() callback atomic | Brian Behlendorf | 2012-10-23 | 2 | -6/+9 |
|/ | |||||
* | Linux 3.7 compat, __clear_close_on_exec() removed | Brian Behlendorf | 2012-10-18 | 3 | -197/+0 |
* | Linux 3.6 compat, kern_path_locked() added | Yuxuan Shui | 2012-10-14 | 3 | -0/+158 |
* | Switch KM_SLEEP to KM_PUSHPAGE | Massimo Maggi | 2012-10-11 | 1 | -3/+3 |
* | Add interface for file hole punching. | Etienne Dechamps | 2012-10-04 | 3 | -0/+81 |
* | SPL 0.6.0-rc11 | Brian Behlendorf | 2012-09-18 | 1 | -1/+1 |
* | Switch KM_SLEEP to KM_PUSHPAGE | Brian Behlendorf | 2012-09-12 | 1 | -2/+2 |
* | Remove TQ_SLEEP -> KM_SLEEP mapping | Brian Behlendorf | 2012-09-12 | 2 | -16/+19 |
* | Revert "Switch KM_SLEEP to KM_PUSHPAGE" | Brian Behlendorf | 2012-09-12 | 3 | -6/+7 |
* | Remove autotools products | Chris Dunlop | 2012-09-11 | 2 | -314/+1 |
* | Debug cv_destroy() with mutex held | Brian Behlendorf | 2012-09-10 | 1 | -4/+5 |
* | Set KMC_NOEMERGENCY for zlib workspaces | Brian Behlendorf | 2012-09-07 | 1 | -2/+4 |
* | Add KMC_NOEMERGENCY slab flag | Brian Behlendorf | 2012-09-07 | 2 | -2/+9 |
* | Add DKIOCTRIM for TRIM support. | Etienne Dechamps | 2012-09-02 | 1 | -0/+1 |
* | Suppress task_hash_table_init() large allocation warning | Brian Behlendorf | 2012-08-30 | 1 | -1/+2 |
* | Enhance SPLAT kmem:slab_overcommit test | Brian Behlendorf | 2012-08-30 | 1 | -193/+208 |
* | Switch KM_SLEEP to KM_PUSHPAGE | Brian Behlendorf | 2012-08-27 | 3 | -7/+6 |
* | Mutex ASSERT on self deadlock | Brian Behlendorf | 2012-08-27 | 1 | -2/+7 |
* | Add PF_NOFS debugging flag | Brian Behlendorf | 2012-08-27 | 1 | -0/+49 |