]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
mtree should use getcwd() instead of getwd(). getcwd() is safer,
[FreeBSD/FreeBSD.git] / sys / fs /
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...
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
2007-08-10 delphijMFp4:
2007-08-10 delphijMFp4:
2007-08-07 bdeIn msdosfs_read() and msdosfs_write(), don't check...
2007-08-07 bdeFix and update the comments about the effect of the...
2007-08-07 bdeFix some style bugs (don't assume that off_t == int64_t...
2007-08-07 bdeFix some style bugs (don't assume that off_t == int64_t...
2007-08-07 bdeFix some style bugs (mainly some whitespace errors).
2007-08-07 bdeFix some style bugs (some whitespace errors only).
2007-08-07 bdeSort includes.
2007-08-07 bdeSort includes.
2007-08-07 bdeSort includes.
2007-08-07 bdeRemove unused include(s).
2007-08-07 bdeRemove unused include(s).
2007-08-07 bdeInclude <sys/mutex.h> and its prerequisite <sys/lock...
2007-08-07 bdeInclude <sys/mutex.h>'s prerequisite <sys/lock.h> inste...
2007-08-07 bdeRemove unused include(s).
2007-08-05 bdeSilently fix up the estimated next free cluster number...
2007-08-03 bdeOops, fix the fix for the i/o size of the fsinfo block...
2007-08-03 delphijMFp4 - Refine locking to eliminate some potential race...
2007-08-01 simonThis commit was generated by cvs2svn to compensate...
2007-07-26 pjdWhen we do open, we should lock the vnode exclusively...
2007-07-25 dougbThis commit was generated by cvs2svn to compensate...
2007-07-24 delphijMFp4: Force 64-bit arithmatic when caculating the maxim...
2007-07-23 bdeMake using msdosfs as the root file system sort of...
2007-07-23 delphijMFp4: When swapping is not enabled, allow creating...
2007-07-22 rwatsonThis commit was generated by cvs2svn to compensate...
2007-07-20 bdeImplement vfs clustering for msdosfs.
2007-07-20 bdeClean up before implementing vfs clustering for msdosfs:
2007-07-20 rwatsonMake sure we release the control vnode in Coda:
2007-07-19 delphijMFp4: Rework on tmpfs's mapped read/write procedures...
2007-07-12 rwatsonComplete repo-copy and move of Coda from src/sys/coda...
2007-07-12 rwatsonForced commit to recognize repo-copy of Coda files...
2007-07-12 bdeRound up the FAT block size to a multiple of the sector...
2007-07-12 bdeFix some bugs involving the fsinfo block (many remain...
2007-07-11 rwatsonFix ioctls on the control vnode: ioctls on a character...
2007-07-11 rwatsonAvoid a panic in insmntque when we pass a NULL mount...
2007-07-11 rwatsonReplace CODA_OPEN with CODA_OPEN_BY_FD: coda_open was...
2007-07-11 rwatsonResolve Coda mount failing because Coda failed to match...
2007-07-11 rwatsonAvoid crash when opening Coda device: when allocating...
2007-07-11 samThis commit was generated by cvs2svn to compensate...
2007-07-11 hartiThis commit was generated by cvs2svn to compensate...
2007-07-11 delphijMFp4: Make use of the kernel unit number allocation...
2007-07-10 bdeDon't use almost perfectly pessimal cluster allocation...
2007-07-09 samThis commit was generated by cvs2svn to compensate...
2007-07-08 delphijMFp4:
2007-07-03 kibSince rev. 1.199 of sys/kern/kern_conf.c, the thread...
2007-07-03 mlaierThis commit was generated by cvs2svn to compensate...
2007-07-03 mlaierThis commit was generated by cvs2svn to compensate...
2007-06-29 delphijMFp4:
2007-06-28 delphijSpace/style cleanups after last set of commits.
2007-06-28 delphijStaticify most of fifo/vn operations, they should not
2007-06-28 delphijUse vfs_timestamp instead of nanotime when obtaining
2007-06-28 delphijReorder tf_gen and tf_id in struct tmpfs_fid. This
2007-06-26 delphijRemove two function prototypes that are no longer used.
2007-06-26 delphij - Sync with NetBSD's RCSID (HEAD preferred).
next