summaryrefslogtreecommitdiff
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-09-0542-42/+42
* Get in the fsirand stuff.Guido van Rooij1997-03-263-16/+12
* As requested by bde:Jordan K. Hubbard1996-11-041-6/+30
* Brought in fix from rev 1.21: fix end condition for clustered reads.David Greenman1996-06-251-2/+2
* Brought in fix from rev 1.10: fix off-by-one in structure allocation soDavid Greenman1996-06-151-2/+2
* Brought in changes from main branch: move MALLOC of fsnode to avoid aDavid Greenman1996-06-123-8/+32
* Brought in the fix from rev.1.33 - use the freespace() macroBruce Evans1996-06-111-3/+2
* Brought in fix from rev 1.38: reference count fix for relookup().David Greenman1996-06-081-3/+11
* Brought in changes from main branch: move FS readonly checks into theDavid Greenman1995-10-262-43/+66
* Brought in changes from rev 1.30: fix panic with rename("foo/","../../").David Greenman1995-10-091-2/+2
* Brought in changes from rev 1.29: fix for rename bug.David Greenman1995-09-261-10/+14
* Brought in chages from revs 1.16-1.18: fix use of buffer flags.David Greenman1995-09-181-12/+16
* Brought in changes from rev 1.11: fix mfs reboot panic.David Greenman1995-08-241-6/+5
* Brought in changes from revs 1.14-1.15: implement -async mount option andDavid Greenman1995-08-241-4/+4
* Brought in changes from revs 1.24 and 1.25: fix race condition.David Greenman1995-07-221-4/+28
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1995-06-132-788/+0
* Remove trailing whitespace.Rodney W. Grimes1995-05-3021-98/+98
* Mount MFS as root RW. Remounting doesn't make sense.Poul-Henning Kamp1995-05-291-2/+1
* Kill bogus vnode_pager_setsize(). It was being called at the wrong timeDavid Greenman1995-05-281-2/+1
* Changes to fix the following bugs:David Greenman1995-05-211-9/+1
* NFS diskless operation was broken because swapdev_vp wasn't initialized.David Greenman1995-05-192-8/+8
* Fixed incompleteness that would allow dirty filesystems to get mountedDavid Greenman1995-05-151-5/+21
* From Bruce Evans:David Greenman1995-05-151-2/+3
* Fix -Wformat warnings from LINT kernel.Rodney W. Grimes1995-05-114-10/+12
* Limit filesize to the amount that the VM system can currently handleJohn Dyson1995-05-011-1/+16
* Add a printf so we can see where we get our rootfs from.Poul-Henning Kamp1995-04-251-1/+2
* Fixed the mmap hang fix previously committed so that it worksJohn Dyson1995-04-251-5/+9
* Changes to get rid of ufslk2 hangs when doing read/write to/fromJohn Dyson1995-04-245-28/+60
* Make vegetarian and animal rights people happy and use 0xdeadc0de insteadDavid Greenman1995-04-161-3/+3
* Handle the "syncing VCHR vnode hang" problem a little differently; justDavid Greenman1995-04-111-8/+14
* Changes from John Dyson and myself:David Greenman1995-04-097-24/+68
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-2810-18/+27
* Removed third arg (vmio) to allocbuf() that was added with the originalDavid Greenman1995-03-263-7/+7
* Removed redundant newlines that were in some panic strings.David Greenman1995-03-197-17/+17
* Backed out change to panic call: As Chris just pointed out to me, panic()David Greenman1995-03-191-5/+3
* Fix a call to panic: panic doesn't do token substitution on the panicDavid Greenman1995-03-191-3/+5
* Don't sync the inode date changes of character special devicesDavid Greenman1995-03-181-3/+3
* Woops, add back that #define...it's used later in the file.David Greenman1995-03-181-1/+8
* Fixed comments and removed b_cylinder #define.David Greenman1995-03-181-13/+5
* Integrated change from 1.1.5: Fixed broken disksort to sort by pblknoDavid Greenman1995-03-181-13/+6
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-164-14/+4
* Finish the previous change. The device name got lost in diskerr().Bruce Evans1995-03-121-2/+2
* Removed gratuitous and *extremely* evil setting of OBJ_INTERNAL. ThisDavid Greenman1995-03-111-3/+1
* Increased default minfree to 8%.David Greenman1995-03-101-2/+2
* The threshold for switching from time-space and space-time is too smallDavid Greenman1995-03-101-2/+2
* Patch to fix quota panic from Mike Karels:David Greenman1995-03-101-3/+4
* Removed obsolete vtrace() remnants.David Greenman1995-03-043-19/+7
* Fixes from John Dyson to work around vnode lock hang. Basically, removeDavid Greenman1995-03-032-3/+11
* Don't try to make use of useless rotational position optimisation,Stefan Eßer1995-02-271-8/+8
* Use dsname() to get consistent names.Bruce Evans1995-02-221-13/+6