]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
- Use NULL instead of 0 for pointers.
[FreeBSD/FreeBSD.git] / sys / fs /
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...
2008-01-18 Konstantin Belousovudf_vget() shall vgone() the vnode when the file_entry...
2008-01-13 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-13 Attilio RaoVOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are...
2008-01-13 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-12 Nate LawsonThis commit was generated by cvs2svn to compensate...
2008-01-10 Attilio Raovn_lock() is currently only used with the 'curthread...
2008-01-08 Attilio RaoRemove explicit calling of lockmgr() with the NULL...
2008-01-08 John BaldwinLock the vnode interlock while reading v_usecount to...
2008-01-07 John BaldwinMake ftruncate a 'struct file' operation rather than...
2008-01-07 Attilio Raog_vfs_close() wants the sx topology lock held while...
2007-12-30 Rong-En FanThis commit was generated by cvs2svn to compensate...
2007-12-30 Jeff RobersonRemove explicit locking of struct file.
2007-12-28 Attilio RaoTrimm out now unused option LK_EXCLUPGRADE from the...
2007-12-25 Robert WatsonAdd a new 'why' argument to kdb_enter(), and a set...
2007-12-21 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2007-12-11 Markus BruefferFix calculation of descriptor tag checksums. According...
2007-12-11 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-12-07 Xin LITurn MPASS(0) into panic with more obvious reason why...
2007-12-06 Xin LIsize_max should be unsigned, as such, use size_t here.
2007-12-05 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-12-04 Wojciech A. KoszekExplicitly initialize 'error' to 0 (two places). It...
2007-12-03 Hajimu UMEMOTOThis commit was generated by cvs2svn to compensate...
2007-12-03 Doug BartonThis commit was generated by cvs2svn to compensate...
2007-12-02 Doug BartonThis commit was generated by cvs2svn to compensate...
2007-11-26 Xin LIThis commit was generated by cvs2svn to compensate...
2007-11-18 Maxim Konovalovo English lesson from bde@: "iff" is not a typo, it...
2007-11-18 Xin LIMFp4: Several fixes to tmpfs which makes it to survive...
2007-11-18 Xin LIMFp4: Fix several style(9) bugs.
2007-11-17 Maxim Konovalovo Mask maximum file permissions we get from mount_ntfs -m
2007-11-17 Maxim Konovalovo Fix a typo in the comment.
2007-11-16 Xin LIThis commit was generated by cvs2svn to compensate...
next