]> git.proxmox.com Git - mirror_spl-debian.git/history - include/sys/mutex.h
New upstream version 0.7.2
[mirror_spl-debian.git] / include / sys / mutex.h
2017-10-06 Aron XuNew upstream version 0.7.2
2016-09-17 Aron XuImported Upstream version 0.6.5.8
2015-05-16 Aron XuImported Upstream version 0.6.4.1
2013-03-06 Brian BehlendorfMerge branch 'build-system'
2013-03-05 Ned BassRefresh links to web site
2012-08-27 Brian BehlendorfMutex ASSERT on self deadlock
2011-12-13 Prakash SuryaFix usage of MUTEX macro in mutex_enter_nested
2011-10-19 Gunnar BeutnerCleaned up MUTEX() #define
2011-10-19 Gunnar BeutnerRemove the spinlocks for mutex_enter()/mutex_exit()
2011-10-19 Gunnar BeutnerFix race condition in mutex_exit()
2011-06-24 Brian BehlendorfLinux 2.6.39 compat, mutex owner
2010-11-29 Ricardo M. CorreiaMake kmutex_t typesafe in all cases.
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...