| Commit message (Expand) | Author | Age | Files | Lines |
* | Commit bulk of remaining 2.6.9 and 2.6.26 compat changes. | behlendo | 2008-08-11 | 12 | -93/+222 |
* | Include linux/uaccess.h compat changes. | behlendo | 2008-08-11 | 7 | -8/+27 |
* | More 2.6.26 compat changes | behlendo | 2008-08-11 | 6 | -6/+46 |
* | Pull in timespec, list, and type compat changes to support | behlendo | 2008-08-11 | 6 | -15/+145 |
* | Resolve incomplete type when building against 2.6.26 | behlendo | 2008-08-11 | 1 | -0/+1 |
* | Add class / device portability code. Two autoconf tests | behlendo | 2008-08-10 | 8 | -44/+103 |
* | Pull in fls64 compat changes from spl-00-rhel4-compat.patch, | behlendo | 2008-08-06 | 3 | -0/+38 |
* | Start bringing in Ricardo's spl-00-rhel4-compat.patch, a few chunks | behlendo | 2008-08-05 | 5 | -121/+3 |
* | Apply Ricardo's spl-02-condvar-poison.patch | behlendo | 2008-08-04 | 1 | -1/+1 |
* | Trivial commit to remove whitespace | behlendo | 2008-07-09 | 1 | -1/+0 |
* | Fix race in kmem_locking test | behlendo | 2008-07-07 | 1 | -4/+6 |
* | Two easy fixes I caught with debug enabled | behlendo | 2008-07-01 | 1 | -3/+2 |
* | Update info to prep for a tag. If all goes well I'll have | behlendo | 2008-07-01 | 2 | -1/+10 |
* | - Remove hash functionality from slab in favor of direct lookups | behlendo | 2008-07-01 | 4 | -349/+232 |
* | Remove stray call to spl_cache_free() and remove all the | behlendo | 2008-06-28 | 3 | -53/+2 |
* | Victory! I've reworked caches with large objects which are | behlendo | 2008-06-28 | 3 | -87/+198 |
* | Further slab improvements, I'm getting close to something which works | behlendo | 2008-06-27 | 5 | -95/+357 |
* | Fix for memory corruption caused by overruning the magazine | behlendo | 2008-06-26 | 3 | -63/+95 |
* | Implement per-cpu local caches. This seems to have bough me another | behlendo | 2008-06-25 | 5 | -146/+404 |
* | The first locking issue was due to the semaphore I used. I was trying | behlendo | 2008-06-24 | 3 | -35/+41 |
* | Add another kmem test to check for lock contention in the slab | behlendo | 2008-06-23 | 1 | -0/+158 |
* | Fix minor chaos/fc9 kernel discrepencies in build | behlendo | 2008-06-13 | 2 | -7/+21 |
* | * : modules/sys/kmem-slab.c : Re-implemented the slab to no | behlendo | 2008-06-13 | 7 | -569/+875 |
* | Minor tweak to ensure kstat values are printed correctly on x86_64 at least | behlendo | 2008-06-06 | 1 | -3/+3 |
* | Prep for 0.3.2 tag | behlendo | 2008-06-04 | 2 | -1/+11 |
* | Add missing () to quiet warnings in NDEBUG case | behlendo | 2008-06-04 | 1 | -1/+1 |
* | Fix some bad grammer | behlendo | 2008-06-04 | 1 | -1/+1 |
* | Just use CONFIG_SLUB to detect SLUB use | behlendo | 2008-06-04 | 4 | -36/+35 |
* | Whoops, fix a minor proc issue which slipped through with | behlendo | 2008-06-04 | 1 | -0/+2 |
* | Fixes: | behlendo | 2008-06-04 | 10 | -114/+163 |
* | Update utsname to use proper compatible interface to avoid API issues. | behlendo | 2008-06-03 | 2 | -1/+10 |
* | Fix missing return resulting in a double unlock of &files->file_lock | behlendo | 2008-06-03 | 2 | -2/+3 |
* | Add the minimal set of kernel patches need to for the SPL. Hopefully | behlendo | 2008-06-02 | 2 | -0/+25 |
* | This should have been part of the previous autoconf commit. | behlendo | 2008-06-02 | 1 | -0/+1 |
* | Breaking the world for a little bit. If anyone is going to continue | behlendo | 2008-06-02 | 25 | -247/+809 |
* | Make a tag just for release to CEA, this has the URCL | behlendo | 2008-05-26 | 2 | -1/+7 |
* | Go through and add a header with the proper UCRL number. | behlendo | 2008-05-26 | 62 | -34/+2071 |
* | Prep for for 0.3.0 tag, this is the tag which was used for all | behlendo | 2008-05-21 | 3 | -30/+8 |
* | - Properly fix the debug support for all the ASSERT's, VERIFIES, etc can be | behlendo | 2008-05-19 | 8 | -88/+217 |
* | SPL additions to increase support for updated ZFS build | behlendo | 2008-05-15 | 5 | -8/+24 |
* | Disable adaptive mutexs by default (always sleep), and while | behlendo | 2008-05-15 | 1 | -1/+3 |
* | Rework condition variable implementation to be consistent with | behlendo | 2008-05-15 | 4 | -153/+210 |
* | Enhanse the thread interface to do something quasi inteligent | behlendo | 2008-05-12 | 2 | -3/+24 |
* | Add a comment so I remember to fix this. | behlendo | 2008-05-12 | 1 | -0/+5 |
* | By default disable extra KMEM and MUTEX debugging to aid performance. | behlendo | 2008-05-09 | 5 | -17/+31 |
* | Stability hack. Under Solaris when KM_SLEEP is set kmem_cache_alloc() | behlendo | 2008-05-09 | 3 | -6/+43 |
* | Add an almost feature complete implemenation of kstat. I chose | behlendo | 2008-05-08 | 6 | -110/+664 |
* | Same deal as ZFS, we're quite stable now so tag it. | behlendo | 2008-05-07 | 2 | -2/+2 |
* | Decrease of kmem warnign threshold back to 2 pages, no worse than a stack. | behlendo | 2008-05-07 | 1 | -2/+3 |
* | Add vmem memory accounting | behlendo | 2008-05-07 | 2 | -33/+103 |