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