]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
The Coda module was originally ported to NetBSD from Mach by rvb, and
[FreeBSD/FreeBSD.git] / sys / fs /
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...
2008-01-19 rwatsonBorrow the VM object associated with an underlying...
2008-01-18 kibudf_vget() shall vgone() the vnode when the file_entry...
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...
2008-01-08 attilioRemove explicit calling of lockmgr() with the NULL...
2008-01-08 jhbLock the vnode interlock while reading v_usecount to...
2008-01-07 jhbMake ftruncate a 'struct file' operation rather than...
2008-01-07 attiliog_vfs_close() wants the sx topology lock held while...
2007-12-30 rafanThis commit was generated by cvs2svn to compensate...
2007-12-30 jeffRemove explicit locking of struct file.
2007-12-28 attilioTrimm out now unused option LK_EXCLUPGRADE from the...
2007-12-25 rwatsonAdd a new 'why' argument to kdb_enter(), and a set...
2007-12-21 desThis commit was generated by cvs2svn to compensate...
2007-12-11 markusFix calculation of descriptor tag checksums. According...
2007-12-11 obrienThis commit was generated by cvs2svn to compensate...
2007-12-07 delphijTurn MPASS(0) into panic with more obvious reason why...
2007-12-06 delphijsize_max should be unsigned, as such, use size_t here.
2007-12-05 obrienThis commit was generated by cvs2svn to compensate...
2007-12-04 wkoszekExplicitly initialize 'error' to 0 (two places). It...
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-18 maximo English lesson from bde@: "iff" is not a typo, it...
2007-11-18 delphijMFp4: Several fixes to tmpfs which makes it to survive...
2007-11-18 delphijMFp4: Fix several style(9) bugs.
2007-11-17 maximo Mask maximum file permissions we get from mount_ntfs -m
2007-11-17 maximo Fix a typo in the comment.
2007-11-16 delphijThis commit was generated by cvs2svn to compensate...
2007-11-14 obrienThis commit was generated by cvs2svn to compensate...
2007-11-13 maximo Do not leak inodes hash table at module unload.
2007-11-12 delphijCorrect a stack overflow which will trigger panics...
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-25 trhodesRemove some debugging code that, while useful, doesn...
2007-10-24 rwatsonMerge first in a series of TrustedBSD MAC Framework...
2007-10-22 delphijFixes to msdosfs dirtyflag related stuff:
2007-10-19 bdeImplement the async (really, delayed-write) mount optio...
2007-10-18 darrenrThis commit was generated by cvs2svn to compensate...
2007-10-18 simonThis commit was generated by cvs2svn to compensate...
2007-10-18 bdeAdd noclusterr and noclusterw options to the options...
2007-10-18 bdeFix some style bugs in the mount options list. Mainly...
2007-10-18 bdeIn msdosfs_settattr(), don't do synchronous updates...
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-14 daichiThis changes give nullfs correctly work with latest...
2007-10-14 daichiAdded whiteout behavior option. ``-o whiteout=always...
2007-10-14 daichiDefault copy mode has been changed from traditional...
2007-10-14 daichiFixed un-vrele issue of upper layer root vnode of ...
2007-10-14 daichiAdded NULL check code pointed out by Coverity. (via...
2007-10-14 daichi- It has been become MPSAFE.
2007-10-14 daichiFixed vnode unlock/vrele untreated issues whenever...
2007-10-14 daichi- Added support for vfs_cache on unionfs. As a result...
2007-10-14 daichiAdded treatments to prevent readdir infinity loop using...
2007-10-14 daichiChanged it frees unneeded memory ASAP.
2007-10-14 daichiLog:
2007-10-12 delphijThis commit was generated by cvs2svn to compensate...
2007-10-08 delphijThis commit was generated by cvs2svn to compensate...
2007-10-05 jhbUse the correct pid when checking to see whether or...
2007-10-04 delphijMFp4: Provide a dummy verb "export" to shut up the...
2007-10-04 delphijAdditional work is still needed before we can claim...
2007-10-03 ruThis commit was generated by cvs2svn to compensate...
2007-09-24 jkimThis commit was generated by cvs2svn to compensate...
2007-09-23 bdeRemove some of the pessimizations involving writing...
2007-09-21 rodrigcDisable multiple ntfs mounts to the same mountpoint.
2007-09-17 jeff - Move all of the PS_ flags into either p_flag or...
2007-08-31 bdeFix races in msdosfs_lookup() and msdosfs_readdir(...
2007-08-24 edwinThis commit was generated by cvs2svn to compensate...
2007-08-16 delphijMFp4: rework tmpfs_readdir() logic in terms of correctness.
2007-08-15 jhbOn 6.x this works:
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
next