aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add proper error handling for the case where a thread can not bebehlendo2008-11-051-5/+12
* Slightly increase SPLAT_NAME_SIZE to ensure string is alwaysbehlendo2008-11-051-1/+1
* Fix a small corner case in the test infrastructure wherebehlendo2008-11-041-2/+2
* 3 minor fixups where sprintf() was used instead of snprintf() withbehlendo2008-11-043-6/+7
* Removed useless checkbehlendo2008-11-042-17/+8
* Add missing error handling to this case where a memory allocation fails.behlendo2008-11-041-2/+7
* Simple ignore the return type which was never used here and cast it to void.behlendo2008-11-041-2/+2
* Add proper error handling to one of the atomic test cases in the event behlendo2008-11-041-5/+15
* Add missing initializer which is needed in an unlikely error case.behlendo2008-11-041-1/+1
* Ensure GPL-only symbols are re-exported as GPL-onlybehlendo2008-11-042-11/+7
* * spl-09-fix-kmem-track-oops.patchbehlendo2008-11-032-12/+56
* Under Solaris KM_SLEEP ensures success (or at least you hang forever). behlendo2008-11-031-1/+1
* Add a SPL_AC_TYPE_ATOMIC64_T test to configure for systems which dobehlendo2008-11-036-359/+485
* Apply two nice improvements caught by Ricardo,behlendo2008-11-037-54/+85
* Apply a nice fix caught by Ricardo,behlendo2008-11-032-21/+21
* Reviewed and applied spl-01-rm-gpl-symbol-set_cpus_allowed.patchbehlendo2008-11-032-73/+76
* Reviewed and applied spl-00-rm-gpl-symbol-notifier_chain.patch behlendo2008-11-033-103/+35
* Minor tweak to handle systems with restrictive udev rulesbehlendo2008-08-121-1/+15
* Sigh more compat fixes, this is almost right for 2.6.9 - 2.6.26 kernels.behlendo2008-08-116-19/+32
* Pull in initial 32-bit support patches.behlendo2008-08-115-1/+112
* Commit bulk of remaining 2.6.9 and 2.6.26 compat changes.behlendo2008-08-1112-93/+222
* Include linux/uaccess.h compat changes.behlendo2008-08-117-8/+27
* More 2.6.26 compat changesbehlendo2008-08-116-6/+46
* Pull in timespec, list, and type compat changes to supportbehlendo2008-08-116-15/+145
* Resolve incomplete type when building against 2.6.26behlendo2008-08-111-0/+1
* Add class / device portability code. Two autoconf testsbehlendo2008-08-108-44/+103
* Pull in fls64 compat changes from spl-00-rhel4-compat.patch,behlendo2008-08-063-0/+38
* Start bringing in Ricardo's spl-00-rhel4-compat.patch, a few chunksbehlendo2008-08-055-121/+3
* Apply Ricardo's spl-02-condvar-poison.patchbehlendo2008-08-041-1/+1
* Trivial commit to remove whitespacebehlendo2008-07-091-1/+0
* Fix race in kmem_locking testbehlendo2008-07-071-4/+6
* Two easy fixes I caught with debug enabledbehlendo2008-07-011-3/+2
* Update info to prep for a tag. If all goes well I'll havebehlendo2008-07-012-1/+10
* - Remove hash functionality from slab in favor of direct lookupsbehlendo2008-07-014-349/+232
* Remove stray call to spl_cache_free() and remove all thebehlendo2008-06-283-53/+2
* Victory! I've reworked caches with large objects which arebehlendo2008-06-283-87/+198
* Further slab improvements, I'm getting close to something which works behlendo2008-06-275-95/+357
* Fix for memory corruption caused by overruning the magazinebehlendo2008-06-263-63/+95
* Implement per-cpu local caches. This seems to have bough me another behlendo2008-06-255-146/+404
* The first locking issue was due to the semaphore I used. I was tryingbehlendo2008-06-243-35/+41
* Add another kmem test to check for lock contention in the slabbehlendo2008-06-231-0/+158
* Fix minor chaos/fc9 kernel discrepencies in buildbehlendo2008-06-132-7/+21
* * : modules/sys/kmem-slab.c : Re-implemented the slab to nobehlendo2008-06-137-569/+875
* Minor tweak to ensure kstat values are printed correctly on x86_64 at leastbehlendo2008-06-061-3/+3
* Prep for 0.3.2 tagbehlendo2008-06-042-1/+11
* Add missing () to quiet warnings in NDEBUG casebehlendo2008-06-041-1/+1
* Fix some bad grammerbehlendo2008-06-041-1/+1
* Just use CONFIG_SLUB to detect SLUB usebehlendo2008-06-044-36/+35
* Whoops, fix a minor proc issue which slipped through withbehlendo2008-06-041-0/+2
* Fixes:behlendo2008-06-0410-114/+163