aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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