]> git.proxmox.com Git - mirror_spl.git/history - include/sys/mutex.h
Clear owner after dropping mutex
[mirror_spl.git] / include / sys / mutex.h
2010-11-05 Brian BehlendorfClear owner after dropping mutex
2010-08-27 Brian BehlendorfAdd MUTEX_NOT_HELD() function
2010-07-20 Ricardo M. CorreiaFix compilation error due to undefined ACCESS_ONCE...
2010-06-28 Brian BehlendorfTreat mutex->owner as volatile
2010-05-17 Brian BehlendorfPublic Release Prep
2009-11-15 Brian BehlendorfAlways use the generic mutex_destroy().
2009-11-15 Brian BehlendorfAdd mutex_enter_nested() as wrapper for mutex_lock_nest...
2009-09-25 Brian BehlendorfReimplement mutexs for Linux lock profiling/analysis
2008-06-04 behlendoFixes:
2008-05-26 behlendoGo through and add a header with the proper UCRL number.
2008-05-19 behlendo- Properly fix the debug support for all the ASSERT...
2008-05-09 behlendoBy default disable extra KMEM and MUTEX debugging to...
2008-05-07 behlendo- Relocate 'stats_per' in to proper /proc/sys/spl/mutex...
2008-05-06 behlendoRemaining issues fixed after reenabled mutex debugging.
2008-05-06 behlendo- Updated rwlock's to reside in a .c file instead of...
2008-05-05 behlendoCommit adaptive mutexes. This seems to have introduced...
2008-04-25 behlendoNew an improved taskq implementation for the SPL. ...
2008-04-24 behlendoPrep for 0.2.1 tag
2008-04-21 behlendoUpdate SPL to use new debug infrastructure. This means:
2008-04-15 behlendo- Add some spinlocks to cover all the private data...
2008-04-14 behlendoJust cleanup up an error case to avoid overspamming...
2008-04-11 behlendo- Add more strict in_atomic() checking to the mutex...
2008-03-01 behlendoReorganize /include/ to add a /sys/, this way we don...