aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add copyin/copyout mappingbehlendo2008-03-123-4/+11
* - Implemented vnode interfaces and 6 test cases to the test suite.behlendo2008-03-124-88/+105
* Apply fix from bug239 for rwlock deadlock.behlendo2008-03-118-3/+120
* Two more GPL only symbols moved to helper functions in the spl module.behlendo2008-03-111-2/+4
* Remap gethrestime() with #define to new symbol and export that newbehlendo2008-03-101-16/+17
* Add some typedefs to make it clearer when we passing a function,behlendo2008-03-104-3/+16
* Fix systemic naming mistakebehlendo2008-03-102-1/+5
* Add missing headersbehlendo2008-03-104-1/+264
* Just filling in more of the env.behlendo2008-03-084-2/+12