]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
This commit was generated by cvs2svn to compensate for changes in r172314,
[FreeBSD/FreeBSD.git] / sys / fs /
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).
2007-06-25 delphijMFp4: Several clean-ups and improvements over tmpfs:
2007-06-25 rafan- Remove UMAP filesystem. It was disconnected from...
2007-06-21 delphijThis commit was generated by cvs2svn to compensate...
2007-06-18 delphijUse vfs_timestamp() instead of nanotime() - make it...
2007-06-18 delphijMFp4: fix two locking problems:
2007-06-16 delphijMFp4: Add tmpfs, an efficient memory file system.
2007-06-15 delphijThis commit was generated by cvs2svn to compensate...
2007-06-15 delphijThis commit was generated by cvs2svn to compensate...
2007-06-12 rwatsonEliminate now-unused SUSER_ALLOWJAIL arguments to priv_...
2007-06-11 remkoCorrect corrupt read when the read starts at a non...
2007-06-09 attiliorufetch and calcru sometimes should be called atomicall...
2007-06-07 bmahFix off-by-one error (introduced in r1.60) that had...
2007-06-05 dougbThis commit was generated by cvs2svn to compensate...
2007-06-05 rafanThis commit was generated by cvs2svn to compensate...
2007-06-05 jeffCommit 14/14 of sched_lock decomposition.
2007-06-04 attilioDo proper "locking" for missing vmmeters part.
2007-06-04 darrenrThis commit was generated by cvs2svn to compensate...
2007-06-04 delphijThis commit was generated by cvs2svn to compensate...
2007-06-03 umeThis commit was generated by cvs2svn to compensate...
2007-06-02 dougbThis commit was generated by cvs2svn to compensate...
2007-06-01 trhodesRevert previous, part of NFS that I didn't know about.
2007-06-01 trhodesGarbage collect msdosfs_fhtovp; it appears unused and...
2007-06-01 kibChange the VOP_OPEN(), vn_open() vnode operation and...
2007-05-31 attilioRevert VMCNT_* operations introduction.
2007-05-31 kibRevert UF_OPENING workaround for CURRENT.
2007-05-29 rwatsonWhere I previously removed calls to kdb_enter(), now...
2007-05-27 rwatsonRather than entering the debugger via kdb_enter() when...
2007-05-27 rwatsonRather than entering the debugger via kdb_enter() in...
2007-05-24 obrienThis commit was generated by cvs2svn to compensate...
2007-05-24 obrienThis commit was generated by cvs2svn to compensate...
2007-05-21 wollmanThis commit was generated by cvs2svn to compensate...
2007-05-19 muxThis commit was generated by cvs2svn to compensate...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
next