Go to file
behlendo fece7c99bf Victory! I've reworked caches with large objects which are
based by vmalloc()'ed memory.  I now alloc a slab which is
roughly 32*spl_obj_size and in this block of memory I place
the slab descriptor, slab object descriptors, and objects
themselves.  This greatly reduces vmalloc lock contention.

Still some minor cleanup remains and fine tuning but
it's working pretty well.



git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@139 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
2008-06-28 05:04:46 +00:00
autoconf Just use CONFIG_SLUB to detect SLUB use 2008-06-04 21:09:25 +00:00
build This should have been part of the previous autoconf commit. 2008-06-02 18:41:30 +00:00
cmd Go through and add a header with the proper UCRL number. 2008-05-26 04:38:26 +00:00
include Victory! I've reworked caches with large objects which are 2008-06-28 05:04:46 +00:00
lib Breaking the world for a little bit. If anyone is going to continue 2008-06-02 17:28:49 +00:00
modules Victory! I've reworked caches with large objects which are 2008-06-28 05:04:46 +00:00
patches Add the minimal set of kernel patches need to for the SPL. Hopefully 2008-06-02 19:45:04 +00:00
scripts Fixes: 2008-06-04 06:00:46 +00:00
AUTHORS Go through and add a header with the proper UCRL number. 2008-05-26 04:38:26 +00:00
autogen.sh Breaking the world for a little bit. If anyone is going to continue 2008-06-02 17:28:49 +00:00
ChangeLog * : modules/sys/kmem-slab.c : Re-implemented the slab to no 2008-06-13 23:41:06 +00:00
configure.ac Prep for 0.3.2 tag 2008-06-04 23:28:29 +00:00
COPYING Go through and add a header with the proper UCRL number. 2008-05-26 04:38:26 +00:00
DISCLAIMER Go through and add a header with the proper UCRL number. 2008-05-26 04:38:26 +00:00
INSTALL Go through and add a header with the proper UCRL number. 2008-05-26 04:38:26 +00:00
Makefile.am OK, everything builds now. My initial intent was to place all of 2008-02-27 20:52:44 +00:00