]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/ufs
Fix abuses of cpu_critical_{enter,exit} by converting to
[FreeBSD/FreeBSD.git] / sys / ufs /
2002-03-20 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-03-20 David MaloneTwo minor changes to dirhash, which result in some...
2002-03-20 Jeff RobersonRemove references to vm_zone.h and switch over to the...
2002-03-19 Alfred PerlsteinRemove __P.
2002-03-19 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-03-19 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-03-19 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-03-19 Bruce EvansFixed some printf format errors (hopefully all of the...
2002-03-18 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-03-17 Kirk McKusickAdd a flags parameter to VFS_VGET to pass through the...
2002-03-16 Mark MurrayThis commit was generated by cvs2svn to compensate...
2002-03-16 Mark MurrayThis commit was generated by cvs2svn to compensate...
2002-03-16 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-03-16 Mike SmithThis commit was generated by cvs2svn to compensate...
2002-03-16 Mike SmithThis commit was generated by cvs2svn to compensate...
2002-03-15 Kirk McKusickIntroduce the new 64-bit size disk block, daddr64_t...
2002-03-15 David E. O'BrienQuiet a warning on the Alpha.
2002-03-14 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-03-14 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-03-14 Kirk McKusickThis corrects the first of two known deadlock condition...
2002-03-11 Brian FeldmanThis commit was generated by cvs2svn to compensate...
2002-03-11 Brian FeldmanThis commit was generated by cvs2svn to compensate...
2002-03-11 Ian DowseFix a bug in ufsdirhash_adjfree() that caused it to...
2002-03-11 Poul-Henning KampI missed one VOP_CLOSE in the previous commit.
2002-03-11 Poul-Henning KampAs a XXX bandaid open the mounted device READ/WRITE...
2002-03-07 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-03-07 Robert WatsonUpdate DBA for NAI. We have several. We used the...
2002-03-07 Brian FeldmanAdd new errno ``ENOATTR''.
2002-03-07 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-03-07 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-03-06 Matthew Dilloncleanup readability syntax prior to ongoing b_resid...
2002-03-05 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-03-03 Mark MurrayThis commit was generated by cvs2svn to compensate...
2002-02-27 John BaldwinUse thread0.td_ucred instead of proc0.p_ucred. This...
2002-02-27 John BaldwinSimple p_ucred -> td_ucred changes to start using the...
2002-02-23 Mike SmithThis commit was generated by cvs2svn to compensate...
2002-02-23 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-02-23 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-02-23 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-02-22 Poul-Henning KampReplace bowrite() with BUF_WRITE in ufs.
2002-02-22 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-02-20 Robert Watsono Minor style fix on #endif, missing '_' in comment.
2002-02-19 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-02-19 Murray StokelyThis commit was generated by cvs2svn to compensate...
2002-02-19 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-02-18 Poul-Henning KampMake v_addpollinfo() visible and non-inline.
2002-02-17 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2002-02-17 Poul-Henning KampMove the stuff related to select and poll out of struct...
2002-02-17 Poul-Henning KampCollect the VN_KNOTE() macro definitions on vnode.h
2002-02-16 Juli MallettThis commit was generated by cvs2svn to compensate...
2002-02-11 Julian ElischerIn a threaded world, differnt priorirites become prope...
2002-02-10 Robert WatsonMinor style tweaks.
2002-02-10 Robert WatsonCopyright + license update.
2002-02-10 Robert WatsonPart I: Update extended attribute API and ABI:
2002-02-10 Mark PeekThis commit was generated by cvs2svn to compensate...
2002-02-10 Poul-Henning KampRemove di_inumber since LFS is long gone.
2002-02-07 Kirk McKusickOccationally background fsck would cause a spurious...
2002-02-07 Kirk McKusickOccationally deleted files would hang around for hours...
2002-02-05 Sheldon HearnThis commit was generated by cvs2svn to compensate...
2002-02-04 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-02-02 Kirk McKusickWhen taking a snapshot, we must check for active files...
2002-02-01 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-02-01 Maxim SobolevThis commit was generated by cvs2svn to compensate...
2002-01-31 Sheldon HearnThis commit was generated by cvs2svn to compensate...
2002-01-27 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-01-27 Kris KennawayThis commit was generated by cvs2svn to compensate...
2002-01-24 David MaloneThis commit was generated by cvs2svn to compensate...
2002-01-23 Kirk McKusickAdd a stub for softdep_request_cleanup() so that compil...
2002-01-22 Kirk McKusickThis patch fixes a long standing complaint with soft...
2002-01-18 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2002-01-17 Kirk McKusickFix a bug introduced in ffs_snapshot.c -r1.25 and fs...
2002-01-16 Kirk McKusickPut write on read-only filesystem panic after we have...
2002-01-15 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-01-15 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2002-01-15 Kirk McKusickWhen downgrading a filesystem from read-write to read...
2002-01-14 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
2002-01-13 Alfred PerlsteinSMP Lock struct file, filedesc and the global file...
2002-01-12 Kirk McKusickWhen going to sleep, we must save our SPL so that it...
2002-01-11 Kirk McKusickMust call drain_output() before checking the dirty...
2002-01-10 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2002-01-10 Poul-Henning KampDo not pull quota entries of the cache-list if they...
2002-01-08 Mike SmithInitialise the bioops vector hack at runtime rather...
2002-01-07 Paul SaabThis commit was generated by cvs2svn to compensate...
2002-01-07 Sheldon HearnThis commit was generated by cvs2svn to compensate...
2001-12-26 Sheldon HearnThis commit was generated by cvs2svn to compensate...
2001-12-21 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2001-12-20 Matthew DillonFix a BUF_TIMELOCK race against BUF_LOCK and fix a...
2001-12-20 Sheldon HearnThis commit was generated by cvs2svn to compensate...
2001-12-20 Mark MurrayFix merge conflicts, and because this still has a zilli...
2001-12-20 Peter WemmThis commit was generated by cvs2svn to compensate...
2001-12-18 Kirk McKusickChange the atomic_set_char to atomic_set_int and atomic...
2001-12-18 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2001-12-16 Ian DowseMake sure we ignore the value of `fs_active' when reloa...
2001-12-16 Ian DowseMove the new superblock field `fs_active' into the...
2001-12-14 Sheldon HearnThis commit was generated by cvs2svn to compensate...
2001-12-14 Kirk McKusickMinimize the time necessary to suspend operations on...
2001-12-13 Kirk McKusickWhen a file is partially truncated, we first check...
2001-11-30 Robert WatsonUse 'mkdir -p /.attribute/system' instead of breaking...
2001-11-30 Robert WatsonUse 'mkdir -p /.attribute/system' instead of breaking...
2001-11-30 Robert WatsonREADME.extattr incorrectly specified sample command...
next