]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs/coda
Optimize lockmgr in order to get rid of the pool mutex interlock, of the
[FreeBSD/FreeBSD.git] / sys / fs / coda /
2008-03-31 kibAdd the support for the AT_FDCWD and fd-relative name...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-20 delphijThis commit was generated by cvs2svn to compensate...
2008-03-19 obrienThis commit was generated by cvs2svn to compensate...
2008-03-12 delphijThis commit was generated by cvs2svn to compensate...
2008-03-07 syrinxThis commit was generated by cvs2svn to compensate...
2008-02-26 rwatsonAdd "Make MPSAFE" to the Coda todo list.
2008-02-17 rwatsonRemove custom queue macros in Coda, replacing them...
2008-02-17 rwatsonRemove namecache performance-tuning todo for Coda:...
2008-02-15 rwatsonThe possibly interruptible msleep in coda_call() means...
2008-02-15 rwatsonSpell replys as replies.
2008-02-15 rwatsonReorder and clean up make_coda_node(), annotate weaknes...
2008-02-14 rwatsonRemove debugging code under OLD_DIAGNOSTIC; this is...
2008-02-14 rwatsonIn Coda, flush the attribute cache for a cnode when...
2008-02-13 rwatsonUpdate cache flushing behavior in light of recent namec...
2008-02-13 rwatsonImplement a rudimentary access cache for the Coda kerne...
2008-02-13 rwatsonRemove now-unused Coda namecache.
2008-02-13 rwatsonRather than having the Coda module use its own namecach...
2008-02-11 rafanThis commit was generated by cvs2svn to compensate...
2008-02-11 rwatsonClean up coda_pathconf() slightly while debugging a...
2008-02-10 rwatsonSince we're now actively maintaining the Coda module...
2008-02-09 rwatsonVarious further non-functional cleanups to coda:
2008-02-09 rwatsonNo reason not to maintain stats on statfs in Coda,...
2008-02-09 rwatsonRemove unused devtomp(), which exploited UFS-specific...
2008-02-09 rwatsonSince Coda is effectively a stacked file system, use...
2008-02-09 rwatsonLock cache vnode when VOP_FSYNC() is called on a Coda...
2008-02-09 rwatsonMake all calls to vn_lock() in Coda, including recently...
2008-02-08 rwatsonThe Coda module was originally ported to NetBSD from...
2008-02-08 rwatsonBefore invoking vnode operations on cache vnodes, acqui...
2008-02-08 rwatsonRemove undefined coda excluded by #if 1 #else, which...
2008-02-02 obrienThis commit was generated by cvs2svn to compensate...
2008-01-29 desThis commit was generated by cvs2svn to compensate...
2008-01-29 obrienThis commit was generated by cvs2svn to compensate...
2008-01-21 rwatsonPut "coda_rdwr: Internally Opening" printf generated...
2008-01-21 rwatsonReplace references to VOP_LOCK() w/o LK_RETRY to vn_loc...
2008-01-19 rwatsonRemove unused oldhash definition from Coda namecache.
2008-01-19 rwatsonImprove default vnode operation handling for Coda:
2008-01-19 rwatsonRework coda_statfs(): no longer need to zero the statfs...
2008-01-19 rwatsonZero mi_rotovp and coda_ctlvp immediately after calling...
2008-01-19 rwatsonDon't acquire an additional vnode reference to a vnode...
2008-01-19 rwatsonDon't declare functions as extern.
2008-01-19 rwatsonUse VOP_NULL rather than VOP_PANIC for Coda's vop_print...
2008-01-19 rwatsonLock the new directory vnode returned by coda_mkdir...
2008-01-19 rwatsonBorrow the VM object associated with an underlying...
2008-01-13 obrienThis commit was generated by cvs2svn to compensate...
2008-01-13 attilioVOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are...
2008-01-13 obrienThis commit was generated by cvs2svn to compensate...
2008-01-12 njlThis commit was generated by cvs2svn to compensate...
2008-01-10 attiliovn_lock() is currently only used with the 'curthread...
2008-01-09 obrienThis commit was generated by cvs2svn to compensate...
2007-12-30 rafanThis commit was generated by cvs2svn to compensate...
2007-12-21 desThis commit was generated by cvs2svn to compensate...
2007-12-11 obrienThis commit was generated by cvs2svn to compensate...
2007-12-05 obrienThis commit was generated by cvs2svn to compensate...
2007-12-03 umeThis commit was generated by cvs2svn to compensate...
2007-12-03 dougbThis commit was generated by cvs2svn to compensate...
2007-12-02 dougbThis commit was generated by cvs2svn to compensate...
2007-11-26 delphijThis commit was generated by cvs2svn to compensate...
2007-11-16 delphijThis commit was generated by cvs2svn to compensate...
2007-11-14 obrienThis commit was generated by cvs2svn to compensate...
2007-11-07 acheThis commit was generated by cvs2svn to compensate...
2007-11-05 gshapiroThis commit was generated by cvs2svn to compensate...
2007-10-29 rwatsonThis commit was generated by cvs2svn to compensate...
2007-10-25 obrienThis commit was generated by cvs2svn to compensate...
2007-10-18 darrenrThis commit was generated by cvs2svn to compensate...
2007-10-18 simonThis commit was generated by cvs2svn to compensate...
2007-10-16 alfredGet rid of qaddr_t.
2007-10-16 mlaierThis commit was generated by cvs2svn to compensate...
2007-10-16 mlaierThis commit was generated by cvs2svn to compensate...
2007-10-15 mpThis commit was generated by cvs2svn to compensate...
2007-10-15 mpThis commit was generated by cvs2svn to compensate...
2007-10-12 delphijThis commit was generated by cvs2svn to compensate...
2007-10-08 delphijThis commit was generated by cvs2svn to compensate...
2007-10-03 ruThis commit was generated by cvs2svn to compensate...
2007-09-24 jkimThis commit was generated by cvs2svn to compensate...
2007-08-24 edwinThis commit was generated by cvs2svn to compensate...
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
2007-08-01 simonThis commit was generated by cvs2svn to compensate...
2007-07-25 dougbThis commit was generated by cvs2svn to compensate...
2007-07-22 rwatsonThis commit was generated by cvs2svn to compensate...
2007-07-20 rwatsonMake sure we release the control vnode in Coda:
2007-07-12 rwatsonComplete repo-copy and move of Coda from src/sys/coda...
2007-07-12 rwatsonForced commit to recognize repo-copy of Coda files...
2007-07-11 rwatsonFix ioctls on the control vnode: ioctls on a character...
2007-07-11 rwatsonAvoid a panic in insmntque when we pass a NULL mount...
2007-07-11 rwatsonReplace CODA_OPEN with CODA_OPEN_BY_FD: coda_open was...
2007-07-11 rwatsonResolve Coda mount failing because Coda failed to match...
2007-07-11 rwatsonAvoid crash when opening Coda device: when allocating...
2007-07-11 samThis commit was generated by cvs2svn to compensate...
2007-07-11 hartiThis commit was generated by cvs2svn to compensate...
2007-07-09 samThis commit was generated by cvs2svn to compensate...
2007-07-03 mlaierThis commit was generated by cvs2svn to compensate...
2007-07-03 mlaierThis commit was generated by cvs2svn to compensate...
2007-06-21 delphijThis commit was generated by cvs2svn to compensate...
next