]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
Style fix.
[FreeBSD/FreeBSD.git] / sys / fs /
2008-06-16 Konstantin BelousovStruct cdev is always the member of the struct cdev_pri...
2008-06-15 Konstantin BelousovDo not redo the vnode tear-down work already done by...
2008-06-11 Ed SchoutenDon't enforce unique device minor number policy anymore.
2008-06-11 Konstantin BelousovIn cd9660_readdir vop, always initialize the idp->uio_o...
2008-06-05 Konstantin BelousovWhen devfs_allocv() committed to create new vnode,...
2008-06-01 Ed SchoutenRevert the changes I made to devfs_setattr() in r179457.
2008-05-31 Ed SchoutenMerge back devfs changes from the mpsafetty branch.
2008-05-29 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-05-24 Ulf Lilleengen- Add locking to all filesystem operations in fdescfs...
2008-05-23 Konstantin BelousovWhen vget() fails (because the vnode has been reclaimed...
2008-05-22 John BirrellThis commit was generated by cvs2svn to compensate...
2008-05-22 John BirrellThis commit was generated by cvs2svn to compensate...
2008-05-21 Konstantin BelousovImplement the per-open file data for the cdev.
2008-05-16 Markus BruefferFix and speedup timestamp calculations which is roughly...
2008-05-15 Attilio Raolockinit() can't accept LK_EXCLUSIVE as an initializait...
2008-05-09 Rong-En FanThis commit was generated by cvs2svn to compensate...
2008-05-08 Coleman KaneThis commit was generated by cvs2svn to compensate...
2008-05-08 Doug RabsonThis commit was generated by cvs2svn to compensate...
2008-05-07 John BaldwinDon't explicitly drop Giant around d_open/d_fdopen...
2008-05-07 Doug RabsonThis commit was generated by cvs2svn to compensate...
2008-05-07 Daichi GOTO- change function name from *_vdir to *_vnode because
2008-04-26 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 Daichi GOTOo Fixed multi thread access issue reported by Alexander...
2008-04-25 Daichi GOTOo Improved unix socket connection issue
2008-04-25 Daichi GOTOo Fixed rename panic issue
2008-04-25 Daichi GOTO o Fixed inaccessible issue especially including devfs...
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 Daichi GOTOo Added system hang-up process when VOP_READDIR of...
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-21 Marius StroblThis commit was generated by cvs2svn to compensate...
2008-04-21 Xin LIThis commit was generated by cvs2svn to compensate...
2008-04-16 Konstantin BelousovMove the head of byte-level advisory lock list from the
2008-04-14 Doug RabsonWhen calling lf_advlock to unlock a record, make sure...
2008-04-06 Attilio RaoOptimize lockmgr in order to get rid of the pool mutex...
2008-04-04 Konstantin BelousovThe temporary workaround for the call to the vget(...
2008-03-31 Konstantin BelousovAdd the support for the AT_FDCWD and fd-relative name...
2008-03-29 Jeff Roberson - Simplify null_hashget() and null_hashins() by using...
2008-03-26 Doug RabsonAdd the new kernel-mode NFS Lock Manager. To use it...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-22 Jeff Roberson - Complete part of the unfinished bufobj work by consi...
2008-03-20 Konstantin BelousovDo not dereference cdev->si_cdevsw, use the dev_refthre...
2008-03-20 Xin LIThis commit was generated by cvs2svn to compensate...
2008-03-19 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-03-12 Xin LIThis commit was generated by cvs2svn to compensate...
2008-03-12 Jeff RobersonRemove kernel support for M:N threading.
2008-03-07 Shteryana ShopovaThis commit was generated by cvs2svn to compensate...
2008-03-02 Robert WatsonReplace lockmgr lock protecting nwfs vnode hash table...
2008-03-02 Robert WatsonReplace lockmgr lock protecting smbfs node hash table...
2008-03-01 Attilio Rao- Handle buffer lock waiters count directly in the...
2008-02-26 Konstantin BelousovRename fdescfs vnode from "fdesc" to "fdescfs" to avoid...
2008-02-26 Robert WatsonAdd "Make MPSAFE" to the Coda todo list.
2008-02-25 Attilio RaoAxe the 'thread' argument from VOP_ISLOCKED() and locks...
2008-02-24 Attilio RaoIntroduce some functions in the vnode locks namespace...
2008-02-21 Marcel MoolenaarDon't check the bpbSecPerTrack and bpbHeads fields...
2008-02-17 Robert WatsonRemove custom queue macros in Coda, replacing them...
2008-02-17 Robert WatsonRemove namecache performance-tuning todo for Coda:...
2008-02-15 Robert WatsonThe possibly interruptible msleep in coda_call() means...
2008-02-15 Robert WatsonSpell replys as replies.
2008-02-15 Robert WatsonReorder and clean up make_coda_node(), annotate weaknes...
2008-02-14 Robert WatsonRemove debugging code under OLD_DIAGNOSTIC; this is...
2008-02-14 Robert WatsonIn Coda, flush the attribute cache for a cnode when...
2008-02-13 Robert WatsonUpdate cache flushing behavior in light of recent namec...
2008-02-13 Robert WatsonImplement a rudimentary access cache for the Coda kerne...
2008-02-13 Robert WatsonRemove now-unused Coda namecache.
2008-02-13 Robert WatsonRather than having the Coda module use its own namecach...
2008-02-13 Attilio RaoFix a lock leak in the ntfs locking scheme:
2008-02-11 Rong-En FanThis commit was generated by cvs2svn to compensate...
2008-02-11 Robert WatsonClean up coda_pathconf() slightly while debugging a...
2008-02-10 Robert WatsonSince we're now actively maintaining the Coda module...
2008-02-09 Robert WatsonVarious further non-functional cleanups to coda:
2008-02-09 Robert WatsonNo reason not to maintain stats on statfs in Coda,...
2008-02-09 Robert WatsonRemove unused devtomp(), which exploited UFS-specific...
2008-02-09 Robert WatsonSince Coda is effectively a stacked file system, use...
2008-02-09 Robert WatsonLock cache vnode when VOP_FSYNC() is called on a Coda...
2008-02-09 Robert WatsonMake all calls to vn_lock() in Coda, including recently...
2008-02-08 Robert WatsonThe Coda module was originally ported to NetBSD from...
2008-02-08 Robert WatsonBefore invoking vnode operations on cache vnodes, acqui...
2008-02-08 Robert WatsonRemove undefined coda excluded by #if 1 #else, which...
2008-02-08 Attilio RaoConver all explicit instances to VOP_ISLOCKED(arg,...
2008-02-02 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-29 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2008-01-29 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-26 Robert WatsonRemove Giant acquisition around soreceive() and sosend...
2008-01-24 Attilio RaoCleanup lockmgr interface and exported KPI:
2008-01-21 Robert WatsonPut "coda_rdwr: Internally Opening" printf generated...
2008-01-21 Robert WatsonReplace references to VOP_LOCK() w/o LK_RETRY to vn_loc...
2008-01-19 Robert WatsonRemove unused oldhash definition from Coda namecache.
2008-01-19 Robert WatsonImprove default vnode operation handling for Coda:
2008-01-19 Robert WatsonRework coda_statfs(): no longer need to zero the statfs...
2008-01-19 Robert WatsonZero mi_rotovp and coda_ctlvp immediately after calling...
2008-01-19 Robert WatsonDon't acquire an additional vnode reference to a vnode...
2008-01-19 Robert WatsonDon't declare functions as extern.
2008-01-19 Robert WatsonUse VOP_NULL rather than VOP_PANIC for Coda's vop_print...
2008-01-19 Robert WatsonLock the new directory vnode returned by coda_mkdir...
2008-01-19 Robert WatsonBorrow the VM object associated with an underlying...
next