| Commit message (Expand) | Author | Age | Files | Lines |
* | Prefix all META_* #defines with SPL to prevent colisions which include our sp... | Brian Behlendorf | 2008-11-26 | 2 | -16/+16 |
* | Add missing autogen products | behlendo | 2008-11-26 | 2 | -0/+828 |
* | * include/sys/sunddi.h, modules/spl/spl-module.c : Removed default | behlendo | 2008-11-13 | 1 | -6/+57 |
* | Slightly increase SPLAT_NAME_SIZE to ensure string is always | behlendo | 2008-11-05 | 1 | -1/+1 |
* | Removed useless check | behlendo | 2008-11-04 | 1 | -3/+0 |
* | * spl-09-fix-kmem-track-oops.patch | behlendo | 2008-11-03 | 1 | -10/+26 |
* | Under Solaris KM_SLEEP ensures success (or at least you hang forever). | behlendo | 2008-11-03 | 1 | -1/+1 |
* | Add a SPL_AC_TYPE_ATOMIC64_T test to configure for systems which do | behlendo | 2008-11-03 | 3 | -341/+76 |
* | Apply two nice improvements caught by Ricardo, | behlendo | 2008-11-03 | 3 | -44/+60 |
* | Apply a nice fix caught by Ricardo, | behlendo | 2008-11-03 | 1 | -0/+1 |
* | Reviewed and applied spl-01-rm-gpl-symbol-set_cpus_allowed.patch | behlendo | 2008-11-03 | 1 | -2/+11 |
* | Sigh more compat fixes, this is almost right for 2.6.9 - 2.6.26 kernels. | behlendo | 2008-08-11 | 2 | -7/+14 |
* | Pull in initial 32-bit support patches. | behlendo | 2008-08-11 | 2 | -1/+69 |
* | Commit bulk of remaining 2.6.9 and 2.6.26 compat changes. | behlendo | 2008-08-11 | 2 | -21/+27 |
* | Include linux/uaccess.h compat changes. | behlendo | 2008-08-11 | 4 | -2/+17 |
* | More 2.6.26 compat changes | behlendo | 2008-08-11 | 2 | -0/+9 |
* | Pull in timespec, list, and type compat changes to support | behlendo | 2008-08-11 | 3 | -0/+56 |
* | Add class / device portability code. Two autoconf tests | behlendo | 2008-08-10 | 3 | -2/+56 |
* | Pull in fls64 compat changes from spl-00-rhel4-compat.patch, | behlendo | 2008-08-06 | 1 | -0/+19 |
* | Start bringing in Ricardo's spl-00-rhel4-compat.patch, a few chunks | behlendo | 2008-08-05 | 2 | -5/+1 |
* | - Remove hash functionality from slab in favor of direct lookups | behlendo | 2008-07-01 | 1 | -20/+12 |
* | Remove stray call to spl_cache_free() and remove all the | behlendo | 2008-06-28 | 1 | -5/+0 |
* | Victory! I've reworked caches with large objects which are | behlendo | 2008-06-28 | 1 | -1/+0 |
* | Further slab improvements, I'm getting close to something which works | behlendo | 2008-06-27 | 1 | -9/+111 |
* | Fix for memory corruption caused by overruning the magazine | behlendo | 2008-06-26 | 1 | -1/+1 |
* | Implement per-cpu local caches. This seems to have bough me another | behlendo | 2008-06-25 | 1 | -3/+16 |
* | The first locking issue was due to the semaphore I used. I was trying | behlendo | 2008-06-24 | 1 | -8/+8 |
* | Fix minor chaos/fc9 kernel discrepencies in build | behlendo | 2008-06-13 | 1 | -0/+8 |
* | * : modules/sys/kmem-slab.c : Re-implemented the slab to no | behlendo | 2008-06-13 | 2 | -26/+94 |
* | Add missing () to quiet warnings in NDEBUG case | behlendo | 2008-06-04 | 1 | -1/+1 |
* | Just use CONFIG_SLUB to detect SLUB use | behlendo | 2008-06-04 | 1 | -0/+2 |
* | Fixes: | behlendo | 2008-06-04 | 3 | -5/+6 |
* | Update utsname to use proper compatible interface to avoid API issues. | behlendo | 2008-06-03 | 1 | -1/+3 |
* | Breaking the world for a little bit. If anyone is going to continue | behlendo | 2008-06-02 | 5 | -11/+42 |
* | Go through and add a header with the proper UCRL number. | behlendo | 2008-05-26 | 23 | -2/+600 |
* | - Properly fix the debug support for all the ASSERT's, VERIFIES, etc can be | behlendo | 2008-05-19 | 5 | -16/+46 |
* | SPL additions to increase support for updated ZFS build | behlendo | 2008-05-15 | 5 | -8/+24 |
* | Rework condition variable implementation to be consistent with | behlendo | 2008-05-15 | 1 | -153/+23 |
* | 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 | 2 | -16/+13 |
* | Stability hack. Under Solaris when KM_SLEEP is set kmem_cache_alloc() | behlendo | 2008-05-09 | 1 | -6/+6 |
* | Add an almost feature complete implemenation of kstat. I chose | behlendo | 2008-05-08 | 2 | -96/+134 |
* | 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 | 1 | -26/+69 |
* | - Relocate 'stats_per' in to proper /proc/sys/spl/mutex/ directory | behlendo | 2008-05-07 | 1 | -1/+1 |
* | Remaining issues fixed after reenabled mutex debugging. | behlendo | 2008-05-06 | 1 | -3/+2 |
* | - Updated rwlock's to reside in a .c file instead of a static inline | behlendo | 2008-05-06 | 2 | -283/+34 |
* | Lots of fixes here: | behlendo | 2008-05-06 | 1 | -24/+102 |
* | Commit adaptive mutexes. This seems to have introduced some new | behlendo | 2008-05-05 | 3 | -164/+78 |
* | New an improved taskq implementation for the SPL. It allows a | behlendo | 2008-04-25 | 3 | -64/+83 |