aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Stability hack. Under Solaris when KM_SLEEP is set kmem_cache_alloc()behlendo2008-05-091-6/+6
* Add an almost feature complete implemenation of kstat. I chosebehlendo2008-05-082-96/+134
* Decrease of kmem warnign threshold back to 2 pages, no worse than a stack.behlendo2008-05-071-2/+3
* Add vmem memory accountingbehlendo2008-05-071-26/+69
* - Relocate 'stats_per' in to proper /proc/sys/spl/mutex/ directorybehlendo2008-05-071-1/+1
* Remaining issues fixed after reenabled mutex debugging.behlendo2008-05-061-3/+2
* - Updated rwlock's to reside in a .c file instead of a static inlinebehlendo2008-05-062-283/+34
* Lots of fixes here:behlendo2008-05-061-24/+102
* Commit adaptive mutexes. This seems to have introduced some newbehlendo2008-05-053-164/+78
* New an improved taskq implementation for the SPL. It allows abehlendo2008-04-253-64/+83
* Update kmem.h to properly use new debug subsystem.behlendo2008-04-241-10/+23
* Prep for 0.2.1 tagbehlendo2008-04-244-22/+31
* Make sure that when calling __vmem_alloc that wewartens22008-04-241-2/+5
* Minor improvement to taskq handling. This is a small step towardsbehlendo2008-04-231-1/+1
* Stack usage is my enemy. Trade cpu cycles in the debug code tobehlendo2008-04-223-62/+55
* More fixes to ensure we get good debug logs even if we're in thebehlendo2008-04-211-24/+28
* Handful of minor stack checking fixesbehlendo2008-04-211-3/+3
* Update SPL to use new debug infrastructure. This means:behlendo2008-04-2110-94/+130
* Frist minor batch of fixes. Catch a dropped ;, and use SBUG instead of BUG.behlendo2008-04-191-3/+4
* Whoops need this!behlendo2008-04-181-0/+21
* First commit of lustre style internal debug support. Thesebehlendo2008-04-183-25/+323
* - Add some spinlocks to cover all the private data in the mutex. I don'tbehlendo2008-04-151-12/+46
* Just cleanup up an error case to avoid overspamming the console.behlendo2008-04-141-4/+2
* Adjust the condition variables to simply sleep uninteruptibly.behlendo2008-04-111-69/+32
* - Add more strict in_atomic() checking to the mutex entrybehlendo2008-04-111-0/+17
* Fix race in rwlock implementation which can occur whenbehlendo2008-04-071-0/+4
* Update the thread shim to use the current kernel threading API.behlendo2008-04-041-4/+5
* Correctly implement atomic_cas_ptr() function. Ideally all of thesebehlendo2008-04-031-12/+10
* - Remapped ldi_handle_t to struct block_device * which is much more usefulbehlendo2008-04-031-4/+7
* Apparently it's OK for done to be NULL, which was not clear in thebehlendo2008-04-011-1/+5
* Double large kmalloc warning size to 4 pages. It was 2 pages, and ideallybehlendo2008-04-012-1/+65
* Add vmem_zalloc support.behlendo2008-03-311-11/+18
* Add some crude debugging support. It leaves alot to bebehlendo2008-03-314-5/+12
* Correctly functioning 64-bit atomic shim layer. It's notbehlendo2008-03-281-11/+64
* Remove minor lingering CDDL tait of copied headers. Requiredbehlendo2008-03-277-1650/+93
* - Thinko fix to the SPL module interfacebehlendo2008-03-272-12/+15
* Relocated to zfs repobehlendo2008-03-271-0/+0
* Two fixes to the module interface. Could be worse!behlendo2008-03-211-2/+1
* OK, a first reasonable attempt at a solaris module/chdev shim layer.behlendo2008-03-205-6/+207
* OK, some pretty substantial rework here. I've merged the spl-filebehlendo2008-03-183-36/+17
* Initial pass at a file API getf/releasef hooksbehlendo2008-03-184-0/+44
* Minimal signal handling interface.behlendo2008-03-172-0/+25
* Missing headers, more minor fixesbehlendo2008-03-156-3/+50
* Fix kmem memory accountingbehlendo2008-03-141-19/+24
* Fix KMEM_DEBUG support (enable by default)behlendo2008-03-143-25/+67
* Add missing headersbehlendo2008-03-1412-8/+68
* Add missing headersbehlendo2008-03-132-0/+17
* Add two more missing headersbehlendo2008-03-132-0/+12
* Drop unicode support, provided in ZFS tree libportbehlendo2008-03-137-35506/+48
* - Add some more missing headersbehlendo2008-03-128-241/+55