aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove ARCH packagingBrian Behlendorf2013-03-047-140/+1
* Remove custom install-data-local for headersBrian Behlendorf2013-03-0113-28/+278
* Add KMODDIR to install targetBrian Behlendorf2013-03-011-10/+13
* Fix spl_config.h install permissionsBrian Behlendorf2013-03-012-2/+2
* Remove INSTALLBrian Behlendorf2013-03-012-292/+1
* Disable automatic log dumpingBrian Behlendorf2013-02-052-3/+5
* Fix HAVE_MUTEX_OWNER_TASK_STRUCT autotools check on PPC64Richard Yao2013-02-051-0/+1
* Fix atomic64_* autoconf checksBrian Behlendorf2013-02-051-4/+3
* SPL 0.6.0-rc14Brian Behlendorf2013-02-011-1/+1
* Fix tsd_get/set() race with tsd_exit/destroy()Brian Behlendorf2013-01-311-1/+32
* Check for KALLSYMSBrian Behlendorf2013-01-291-0/+21
* Define BE_IN16 & BE_IN32 for lz4 compressionEric Dillmann2013-01-291-0/+9
* Add spl_kmem_cache_expire module optionBrian Behlendorf2013-01-283-6/+52
* Remove spl_invalidate_inodes()Brian Behlendorf2013-01-173-116/+0
* kmem-cache: Fix slab ageing soft lockupBrian Behlendorf2013-01-141-43/+51
* call_usermodehelper() should wait for processNed Bass2013-01-093-4/+4
* Check for ZLIB_INFLATE and ZLIB_DEFLATEBrian Behlendorf2013-01-091-0/+44
* Linux compat 3.7.1, on_each_cpu()Brian Behlendorf2013-01-091-1/+4
* RHEL 6.4 compat, fallocate()Brian Behlendorf2013-01-083-9/+101
* Add cv_wait_io() to account I/O timeMatt Johnston2013-01-072-4/+16
* SPL 0.6.0-rc13Brian Behlendorf2012-12-201-1/+1
* Refresh AUTHORSBrian Behlendorf2012-12-191-8/+23
* Remove the ChangeLogBrian Behlendorf2012-12-192-556/+1
* Fix spl_kmem_init_kallsyms_lookup() panicBrian Behlendorf2012-12-193-0/+22
* Do not use KERNEL_DIR env var in Makefile.amRichard Yao2012-12-171-3/+3
* Merge branch 'taskq'Brian Behlendorf2012-12-128-495/+986
|\
| * Removed SPL_AC_3ARGS_INIT_WORK checkBrian Behlendorf2012-12-123-71/+0
| * kmem-cache: Use a taskq for async allocationsBrian Behlendorf2012-12-122-5/+5
| * 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