Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove ARCH packaging | Brian Behlendorf | 2013-03-04 | 7 | -140/+1 |
* | Remove custom install-data-local for headers | Brian Behlendorf | 2013-03-01 | 13 | -28/+278 |
* | Add KMODDIR to install target | Brian Behlendorf | 2013-03-01 | 1 | -10/+13 |
* | Fix spl_config.h install permissions | Brian Behlendorf | 2013-03-01 | 2 | -2/+2 |
* | Remove INSTALL | Brian Behlendorf | 2013-03-01 | 2 | -292/+1 |
* | Disable automatic log dumping | Brian Behlendorf | 2013-02-05 | 2 | -3/+5 |
* | Fix HAVE_MUTEX_OWNER_TASK_STRUCT autotools check on PPC64 | Richard Yao | 2013-02-05 | 1 | -0/+1 |
* | Fix atomic64_* autoconf checks | Brian Behlendorf | 2013-02-05 | 1 | -4/+3 |
* | SPL 0.6.0-rc14 | Brian Behlendorf | 2013-02-01 | 1 | -1/+1 |
* | Fix tsd_get/set() race with tsd_exit/destroy() | Brian Behlendorf | 2013-01-31 | 1 | -1/+32 |
* | Check for KALLSYMS | Brian Behlendorf | 2013-01-29 | 1 | -0/+21 |
* | Define BE_IN16 & BE_IN32 for lz4 compression | Eric Dillmann | 2013-01-29 | 1 | -0/+9 |
* | Add spl_kmem_cache_expire module option | Brian Behlendorf | 2013-01-28 | 3 | -6/+52 |
* | Remove spl_invalidate_inodes() | Brian Behlendorf | 2013-01-17 | 3 | -116/+0 |
* | kmem-cache: Fix slab ageing soft lockup | Brian Behlendorf | 2013-01-14 | 1 | -43/+51 |
* | call_usermodehelper() should wait for process | Ned Bass | 2013-01-09 | 3 | -4/+4 |
* | Check for ZLIB_INFLATE and ZLIB_DEFLATE | Brian Behlendorf | 2013-01-09 | 1 | -0/+44 |
* | Linux compat 3.7.1, on_each_cpu() | Brian Behlendorf | 2013-01-09 | 1 | -1/+4 |
* | RHEL 6.4 compat, fallocate() | Brian Behlendorf | 2013-01-08 | 3 | -9/+101 |
* | Add cv_wait_io() to account I/O time | Matt Johnston | 2013-01-07 | 2 | -4/+16 |
* | SPL 0.6.0-rc13 | Brian Behlendorf | 2012-12-20 | 1 | -1/+1 |
* | Refresh AUTHORS | Brian Behlendorf | 2012-12-19 | 1 | -8/+23 |
* | Remove the ChangeLog | Brian Behlendorf | 2012-12-19 | 2 | -556/+1 |
* | Fix spl_kmem_init_kallsyms_lookup() panic | Brian Behlendorf | 2012-12-19 | 3 | -0/+22 |
* | Do not use KERNEL_DIR env var in Makefile.am | Richard Yao | 2012-12-17 | 1 | -3/+3 |
* | Merge branch 'taskq' | Brian Behlendorf | 2012-12-12 | 8 | -495/+986 |
|\ | |||||
| * | Removed SPL_AC_3ARGS_INIT_WORK check | Brian Behlendorf | 2012-12-12 | 3 | -71/+0 |
| * | kmem-cache: Use a taskq for async allocations | Brian Behlendorf | 2012-12-12 | 2 | -5/+5 |
| * | 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 |