summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warnings.phk1995-11-201-3/+3
* Reviewed by: julian with quick glances by bruce and othersjulian1995-08-281-111/+213
* Converted mountlist to a CIRCLEQ.dg1995-08-111-2/+2
* Removed redundant call to vm_object_page_clean - this is already donedg1995-08-061-6/+1
* Since ufs_ihashget can block, the lock must be checked for each timedg1995-07-211-14/+8
* Implement a lock in ffs_vget to prevent a race condition where two processesdg1995-07-211-4/+34
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structdg1995-07-131-6/+2
* 1) Converted v_vmdata to v_object.dg1995-06-281-4/+4
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
* 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
* 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-091-1/+14
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-281-2/+1
* 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
* 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-221-1/+4
* Cosmetics. make gcc less noisy. Still some way to go here.phk1994-10-101-2/+7
* Cosmetics for gcc -Wall. A couple of unused "int i"'s removed and a couple ofphk1994-10-081-24/+46
* 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-211-1/+3
* Implemented filesystem clean bit via:dg1994-08-201-5/+18
* Fix up some sloppy coding practices:wollman1994-08-181-3/+1
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-1/+6
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+843
OpenPOWER on IntegriCloud