]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
Rework coda_statfs(): no longer need to zero the statfs structure or
[FreeBSD/FreeBSD.git] / sys / fs /
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...
2007-11-14 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-11-13 Maxim Konovalovo Do not leak inodes hash table at module unload.
2007-11-12 Xin LICorrect a stack overflow which will trigger panics...
2007-11-07 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
2007-11-05 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2007-10-29 Robert WatsonThis commit was generated by cvs2svn to compensate...
2007-10-25 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-10-25 Tom RhodesRemove some debugging code that, while useful, doesn...
2007-10-24 Robert WatsonMerge first in a series of TrustedBSD MAC Framework...
2007-10-22 Xin LIFixes to msdosfs dirtyflag related stuff:
2007-10-19 Bruce EvansImplement the async (really, delayed-write) mount optio...
2007-10-18 Darren ReedThis commit was generated by cvs2svn to compensate...
2007-10-18 Simon L. B. NielsenThis commit was generated by cvs2svn to compensate...
2007-10-18 Bruce EvansAdd noclusterr and noclusterw options to the options...
2007-10-18 Bruce EvansFix some style bugs in the mount options list. Mainly...
2007-10-18 Bruce EvansIn msdosfs_settattr(), don't do synchronous updates...
2007-10-16 Alfred PerlsteinGet rid of qaddr_t.
2007-10-16 Max LaierThis commit was generated by cvs2svn to compensate...
2007-10-16 Max LaierThis commit was generated by cvs2svn to compensate...
2007-10-15 Mark PeekThis commit was generated by cvs2svn to compensate...
2007-10-15 Mark PeekThis commit was generated by cvs2svn to compensate...
2007-10-14 Daichi GOTOThis changes give nullfs correctly work with latest...
2007-10-14 Daichi GOTOAdded whiteout behavior option. ``-o whiteout=always...
2007-10-14 Daichi GOTODefault copy mode has been changed from traditional...
2007-10-14 Daichi GOTOFixed un-vrele issue of upper layer root vnode of ...
2007-10-14 Daichi GOTOAdded NULL check code pointed out by Coverity. (via...
2007-10-14 Daichi GOTO- It has been become MPSAFE.
2007-10-14 Daichi GOTOFixed vnode unlock/vrele untreated issues whenever...
2007-10-14 Daichi GOTO- Added support for vfs_cache on unionfs. As a result...
2007-10-14 Daichi GOTOAdded treatments to prevent readdir infinity loop using...
2007-10-14 Daichi GOTOChanged it frees unneeded memory ASAP.
2007-10-14 Daichi GOTOLog:
2007-10-12 Xin LIThis commit was generated by cvs2svn to compensate...
2007-10-08 Xin LIThis commit was generated by cvs2svn to compensate...
2007-10-05 John BaldwinUse the correct pid when checking to see whether or...
2007-10-04 Xin LIMFp4: Provide a dummy verb "export" to shut up the...
2007-10-04 Xin LIAdditional work is still needed before we can claim...
2007-10-03 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2007-09-24 Jung-uk KimThis commit was generated by cvs2svn to compensate...
2007-09-23 Bruce EvansRemove some of the pessimizations involving writing...
2007-09-21 Craig RodriguesDisable multiple ntfs mounts to the same mountpoint.
2007-09-17 Jeff Roberson - Move all of the PS_ flags into either p_flag or...
2007-08-31 Bruce EvansFix races in msdosfs_lookup() and msdosfs_readdir(...
2007-08-24 Edwin GroothuisThis commit was generated by cvs2svn to compensate...
2007-08-16 Xin LIMFp4: rework tmpfs_readdir() logic in terms of correctness.
2007-08-15 John BaldwinOn 6.x this works:
2007-08-14 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2007-08-14 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2007-08-14 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2007-08-14 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2007-08-10 Xin LIMFp4:
2007-08-10 Xin LIMFp4:
2007-08-07 Bruce EvansIn msdosfs_read() and msdosfs_write(), don't check...
2007-08-07 Bruce EvansFix and update the comments about the effect of the...
2007-08-07 Bruce EvansFix some style bugs (don't assume that off_t == int64_t...
2007-08-07 Bruce EvansFix some style bugs (don't assume that off_t == int64_t...
2007-08-07 Bruce EvansFix some style bugs (mainly some whitespace errors).
2007-08-07 Bruce EvansFix some style bugs (some whitespace errors only).
2007-08-07 Bruce EvansSort includes.
2007-08-07 Bruce EvansSort includes.
2007-08-07 Bruce EvansSort includes.
2007-08-07 Bruce EvansRemove unused include(s).
next