aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update utsname to use proper compatible interface to avoid API issues.behlendo2008-06-032-1/+10
* Fix missing return resulting in a double unlock of &files->file_lockbehlendo2008-06-032-2/+3
* Add the minimal set of kernel patches need to for the SPL. Hopefullybehlendo2008-06-022-0/+25
* This should have been part of the previous autoconf commit.behlendo2008-06-021-0/+1
* Breaking the world for a little bit. If anyone is going to continuebehlendo2008-06-0225-247/+809
* Make a tag just for release to CEA, this has the URCLbehlendo2008-05-262-1/+7
* Go through and add a header with the proper UCRL number.behlendo2008-05-2662-34/+2071
* Prep for for 0.3.0 tag, this is the tag which was used for allbehlendo2008-05-213-30/+8
* - Properly fix the debug support for all the ASSERT's, VERIFIES, etc can bebehlendo2008-05-198-88/+217
* SPL additions to increase support for updated ZFS buildbehlendo2008-05-155-8/+24
* Disable adaptive mutexs by default (always sleep), and whilebehlendo2008-05-151-1/+3
* Rework condition variable implementation to be consistent withbehlendo2008-05-154-153/+210
* Enhanse the thread interface to do something quasi inteligentbehlendo2008-05-122-3/+24
* Add a comment so I remember to fix this.behlendo2008-05-121-0/+5
* By default disable extra KMEM and MUTEX debugging to aid performance.behlendo2008-05-095-17/+31
* Stability hack. Under Solaris when KM_SLEEP is set kmem_cache_alloc()behlendo2008-05-093-6/+43
* Add an almost feature complete implemenation of kstat. I chosebehlendo2008-05-086-110/+664
* Same deal as ZFS, we're quite stable now so tag it.behlendo2008-05-072-2/+2
* Decrease of kmem warnign threshold back to 2 pages, no worse than a stack.behlendo2008-05-071-2/+3
* Add vmem memory accountingbehlendo2008-05-072-33/+103