]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
In udp_append() and udp_input(), make use of read locking on incpbs
[FreeBSD/FreeBSD.git] / sys / fs /
2008-06-22 gonzoGet pointer to devfs_ruleset struct after garbage colle...
2008-06-16 kibStruct cdev is always the member of the struct cdev_pri...
2008-06-15 kibDo not redo the vnode tear-down work already done by...
2008-06-11 edDon't enforce unique device minor number policy anymore.
2008-06-11 kibIn cd9660_readdir vop, always initialize the idp->uio_o...
2008-06-05 kibWhen devfs_allocv() committed to create new vnode,...
2008-06-01 edRevert the changes I made to devfs_setattr() in r179457.
2008-05-31 edMerge back devfs changes from the mpsafetty branch.
2008-05-29 obrienThis commit was generated by cvs2svn to compensate...
2008-05-24 lulf- Add locking to all filesystem operations in fdescfs...
2008-05-23 kibWhen vget() fails (because the vnode has been reclaimed...
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-21 kibImplement the per-open file data for the cdev.
2008-05-16 markusFix and speedup timestamp calculations which is roughly...
2008-05-15 attiliolockinit() can't accept LK_EXCLUSIVE as an initializait...
2008-05-09 rafanThis commit was generated by cvs2svn to compensate...
2008-05-08 cokaneThis commit was generated by cvs2svn to compensate...
2008-05-08 dfrThis commit was generated by cvs2svn to compensate...
2008-05-07 jhbDon't explicitly drop Giant around d_open/d_fdopen...
2008-05-07 dfrThis commit was generated by cvs2svn to compensate...
2008-05-07 daichi- change function name from *_vdir to *_vnode because
2008-04-26 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 daichio Fixed multi thread access issue reported by Alexander...
2008-04-25 daichio Improved unix socket connection issue
2008-04-25 daichio Fixed rename panic issue
2008-04-25 daichi o Fixed inaccessible issue especially including devfs...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 daichio Added system hang-up process when VOP_READDIR of...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-21 mariusThis commit was generated by cvs2svn to compensate...
2008-04-21 delphijThis commit was generated by cvs2svn to compensate...
2008-04-16 kibMove the head of byte-level advisory lock list from the
2008-04-14 dfrWhen calling lf_advlock to unlock a record, make sure...
2008-04-06 attilioOptimize lockmgr in order to get rid of the pool mutex...
2008-04-04 kibThe temporary workaround for the call to the vget(...
2008-03-31 kibAdd the support for the AT_FDCWD and fd-relative name...
2008-03-29 jeff - Simplify null_hashget() and null_hashins() by using...
2008-03-26 dfrAdd the new kernel-mode NFS Lock Manager. To use it...
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-22 jeff - Complete part of the unfinished bufobj work by consi...
2008-03-20 kibDo not dereference cdev->si_cdevsw, use the dev_refthre...
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-12 jeffRemove kernel support for M:N threading.
2008-03-07 syrinxThis commit was generated by cvs2svn to compensate...
2008-03-02 rwatsonReplace lockmgr lock protecting nwfs vnode hash table...
2008-03-02 rwatsonReplace lockmgr lock protecting smbfs node hash table...
2008-03-01 attilio- Handle buffer lock waiters count directly in the...
2008-02-26 kibRename fdescfs vnode from "fdesc" to "fdescfs" to avoid...
2008-02-26 rwatsonAdd "Make MPSAFE" to the Coda todo list.
2008-02-25 attilioAxe the 'thread' argument from VOP_ISLOCKED() and locks...
2008-02-24 attilioIntroduce some functions in the vnode locks namespace...
2008-02-21 marcelDon't check the bpbSecPerTrack and bpbHeads fields...
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-13 attilioFix a lock leak in the ntfs locking scheme:
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-08 attilioConver all explicit instances to VOP_ISLOCKED(arg,...
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-26 rwatsonRemove Giant acquisition around soreceive() and sosend...
2008-01-24 attilioCleanup lockmgr interface and exported KPI:
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...
next