summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs
Commit message (Expand)AuthorAgeFilesLines
* 1) Converted v_vmdata to v_object.dg1995-06-281-4/+4
* Remove trailing whitespace.rgrimes1995-05-307-36/+36
* Kill bogus vnode_pager_setsize(). It was being called at the wrong timedg1995-05-281-2/+1
* Changes to fix the following bugs:dg1995-05-211-9/+1
* NFS diskless operation was broken because swapdev_vp wasn't initialized.dg1995-05-191-4/+4
* Fixed incompleteness that would allow dirty filesystems to get mounteddg1995-05-151-5/+21
* Fix -Wformat warnings from LINT kernel.rgrimes1995-05-111-3/+5
* Limit filesize to the amount that the VM system can currently handledyson1995-05-011-1/+16
* Handle the "syncing VCHR vnode hang" problem a little differently; justdg1995-04-111-8/+14
* Changes from John Dyson and myself:dg1995-04-093-15/+47
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-282-3/+3
* Removed third arg (vmio) to allocbuf() that was added with the originaldg1995-03-262-5/+5
* Removed redundant newlines that were in some panic strings.dg1995-03-192-6/+6
* Don't sync the inode date changes of character special devicesdg1995-03-181-3/+3
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-4/+1
* Increased default minfree to 8%.dg1995-03-101-2/+2
* The threshold for switching from time-space and space-time is too smalldg1995-03-101-2/+2
* Removed obsolete vtrace() remnants.dg1995-03-041-8/+2
* Fixes from John Dyson to work around vnode lock hang. Basically, removedg1995-03-032-3/+11
* Don't try to make use of useless rotational position optimisation,se1995-02-271-8/+8
* YF fix.phk1995-02-141-11/+16
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-093-16/+28
* Use the same current time throughout ffs_update().bde1994-12-271-11/+27
* Undo a previous change. <sys/disklabel.h> was broken, not these files.bde1994-11-141-2/+1
* From: fredriks@mcs.com (Lars Fredriksen)jkh1994-10-281-1/+2
* Restrict fs_maxfilesize to 2^40, and check against this in ffs_truncate().dg1994-10-222-5/+8
* Cosmetics. make gcc less noisy. Still some way to go here.phk1994-10-106-51/+73
* Cosmetics for gcc -Wall. A couple of unused "int i"'s removed and a couple ofphk1994-10-081-24/+46
* Use tsleep() rather than sleep so that 'ps' is more informative aboutdg1994-10-061-2/+2
* More loadable VFS changes:wollman1994-09-222-10/+2
* Call ffs ``ufs'' for the benefit of poor, confused user-land programs.wollman1994-09-221-2/+2
* Implemented loadable VFS modules, and made most existing filesystemswollman1994-09-212-2/+10
* Use `1' for a boolean value instead of something irrelevant (MNT_WAIT)bde1994-09-201-2/+2
* panic if length is < 0 in ffs_truncate().dg1994-09-021-1/+3
* "bogus" fixes from 1.1.5 to work around some cache coherency problems.dg1994-08-291-4/+2
* Made idempotentpaul1994-08-211-1/+6
* Implemented filesystem clean bit via:dg1994-08-201-5/+18
* Fix up some sloppy coding practices:wollman1994-08-182-6/+2
* Made lockf advisory locking code generic (rather than ufs specific), anddg1994-08-081-2/+2
* Changed occurrances of "itrunc" to "ffs_truncate" to make Bruce happy.dg1994-08-031-5/+5
* Completed (hopefully) the kernel support for old style "fastlinks".dg1994-08-021-2/+2
* Added $Id$dg1994-08-029-0/+9
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-255-3/+19
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-249-0/+4339
OpenPOWER on IntegriCloud