index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
fs
/
puffs
/
puffs_msgif.c
Age
Commit message (
Expand
)
Author
2020-05-15
hardclock_ticks -> getticks()
maxv
2020-02-23
UVM locking changes, proposed on tech-kern:
ad
2019-03-01
Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly
pgoyette
2019-01-29
Normalize all the compat hooks' names to the form
pgoyette
2019-01-27
Merge the [pgoyette-compat] branch
pgoyette
2017-04-17
Add vfs_ref(mp) and vfs_rele(mp) to add or remove a reference to
hannken
2016-12-26
Hold the interlock when calling cv_broadcast as per condvar(9)
skrll
2016-07-07
KNF. Remove extra spaces. No functional change.
msaitoh
2015-05-06
Remove miscfs/syncfs and
hannken
2014-11-10
Do not uselessly include <sys/malloc.h>.
maxv
2014-09-05
Don't use C++ class and this keywords as variables.
matt
2014-08-28
Change puffs from hashlist to vcache.
hannken
2013-10-17
- remove unused variables
christos
2012-11-05
Excise struct componentname from the namecache.
dholland
2012-07-27
Rename slow sopreq queue into node sopreq queue, to refet the fact that
manu
2012-07-22
Fix hang unmount bug introduced by last commit.
manu
2012-07-21
- Improve PUFFS_KFLAG_CACHE_FS_TTL by reclaiming older inactive nodes.
manu
2011-10-19
Remove #ifdef DIAGNOSTIC guards around KASSERT, as the macro contains them
manu
2011-10-18
Make sure pagedaemon does not sleep for memory in puffs_vnop_sleep.
manu
2011-07-03
avoid some uninitialised variable warnings from GCC.
mrg
2011-06-12
Welcome to 5.99.53! Merge rmind-uvmplock branch:
rmind
2011-02-11
puffs_msg_wait: check PARKFLAG_HASERROR before PARKFLAG_CALL. PR/44240.
yamt
2010-11-15
Apply patch from PR kern/44093 by yamt:
pooka
2010-11-12
Allow clients to reuse a "park".
pooka
2010-07-06
Remove groolingly spooky variable which has been haunting us for
pooka
2010-07-06
Add compat to enable running puffs in a 64bit time_t kernel against
pooka
2010-01-14
In case the operations thread has exited, do not queue any more
pooka
2010-01-07
Rename PUFFS_SOPREQ_EXIT to PUFFS_SOPREQSYS_EXIT to better signal
pooka
2010-01-07
Fix variable name in my commit tree too.
pooka
2010-01-07
Add a PUFFS_UNMOUNT server->kernel request, which causes the kernel
pooka
2009-12-07
Process flush requests from the file server in a separate thread
pooka
2009-12-07
Need to send protocol layer response instead of transport layer
pooka
2009-11-05
Kill suspend support. It was never implemented correctly:
pooka
2009-03-18
Ansify function definitions w/o arguments. Generated with sed.
cegger
2008-09-25
PR kern/39307 (mfs will sometimes panic at umount time)
ad
2008-05-06
PR kern/38141 lookup/vfs_busy acquire rwlock recursively
ad
2008-04-30
PR kern/38135 vfs_busy/vfs_trybusy confusion
ad
2008-04-29
kern/38135 vfs_busy/vfs_trybusy confusion
ad
2008-01-31
- Needs sys/atomic.h for atomic_inc_uint()
tnn
2008-01-30
Expunge references to lockmgr.
ad
2008-01-30
Make it compile. I'll leave it to pooka to figure out what is the correct
ad
2008-01-30
PR kern/37706 (forced unmount of file systems is unsafe):
ad
2008-01-28
For code clarity typedef void *puffs_cookie_t.
pooka
2008-01-02
silence gcc about break type-punning
pooka
2008-01-02
Merge vmlocking2 to head.
ad
2007-12-05
Send a response message for flush operations from the kernel instead
pooka
2007-11-26
In case the userspace wait is interrupted, don't use ERESTART as
pooka
2007-11-20
Retire M_PUFFS, use kmem(9) instead.
pooka
2007-11-17
fix some debug prints
pooka
2007-11-16
Restructure the messaging interface a bit more: make all interfacing
pooka
[next]