summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Update SPL to use new debug infrastructure. This means:behlendo2008-04-2113-177/+280
* Frist minor batch of fixes. Catch a dropped ;, and use SBUG instead of BUG.behlendo2008-04-191-2/+2
* First commit of lustre style internal debug support. Thesebehlendo2008-04-185-310/+1919
* * modules/spl/spl-kmem.c : Make sure to disable interruptswartens22008-04-161-14/+21
* - Add some spinlocks to cover all the private data in the mutex. I don'tbehlendo2008-04-152-19/+30
* Add hw_serial support based on a usermodehelper which runsbehlendo2008-04-121-17/+116
* - Add more strict in_atomic() checking to the mutex entrybehlendo2008-04-112-72/+105
* Fix race in rwlock implementation which can occur whenbehlendo2008-04-071-2/+7
* - Fix write-only behavior in vn-open()behlendo2008-04-043-23/+23
* Update the thread shim to use the current kernel threading API.behlendo2008-04-041-13/+12
* Correctly implement atomic_cas_ptr() function. Ideally all of thesebehlendo2008-04-031-2/+0
* - Remapped ldi_handle_t to struct block_device * which is much more usefulbehlendo2008-04-033-7/+16
* Ensure all file ops pointer are NULL or we may end upbehlendo2008-04-011-1/+1
* Add some crude debugging support. It leaves alot to bebehlendo2008-03-315-33/+236
* Correctly functioning 64-bit atomic shim layer. It's notbehlendo2008-03-286-0/+208
* Two fixes to the module interface. Could be worse!behlendo2008-03-211-10/+25
* OK, a first reasonable attempt at a solaris module/chdev shim layer.behlendo2008-03-204-2/+301
* OK, some pretty substantial rework here. I've merged the spl-filebehlendo2008-03-1811-261/+332
* Initial pass at a file API getf/releasef hooksbehlendo2008-03-1810-23/+273
* Fix kmem memory accountingbehlendo2008-03-143-5/+50
* Fix KMEM_DEBUG support (enable by default)behlendo2008-03-143-3/+77
* Add missing headersbehlendo2008-03-142-6/+77
* - Add some more missing headersbehlendo2008-03-121-2/+7
* Add copyin/copyout mappingbehlendo2008-03-123-7/+22
* - Implemented vnode interfaces and 6 test cases to the test suite.behlendo2008-03-127-172/+719
* Apply fix from bug239 for rwlock deadlock.behlendo2008-03-116-0/+220
* Two more GPL only symbols moved to helper functions in the spl module.behlendo2008-03-111-0/+14
* Remap gethrestime() with #define to new symbol and export that newbehlendo2008-03-102-0/+12
* Add some typedefs to make it clearer when we passing a function,behlendo2008-03-101-2/+2
* Fix systemic naming mistakebehlendo2008-03-101-3/+3
* Add somre debugging supportbehlendo2008-03-082-0/+46
* Add the initial vestigates of vnode supportbehlendo2008-03-072-0/+169
* Add some missing rw_lock symbolsbehlendo2008-03-061-10/+13
* Add highbit func,behlendo2008-03-063-2/+33
* Remove spl.h, just include the headers you need.behlendo2008-03-041-1/+15
* More stub headers, behlendo2008-03-041-1/+1
* Reorganize /include/ to add a /sys/, this way we don't need tobehlendo2008-03-016-6/+6
* OK, I think this is the last of major cleanup and restructuring.behlendo2008-02-287-30/+15
* Add top level make check target which runs the validationbehlendo2008-02-281-3/+1
* More cleanup.behlendo2008-02-2711-812/+1001
* OK, it builds... and the modules load... now for some morebehlendo2008-02-271-0/+19
* OK, everything builds now. My initial intent was to place all ofbehlendo2008-02-2717-0/+3715