index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
ufs
/
ffs
/
ffs_vfsops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix compiler warnings.
phk
1995-11-20
1
-3
/
+3
*
Reviewed by: julian with quick glances by bruce and others
julian
1995-08-28
1
-111
/
+213
*
Converted mountlist to a CIRCLEQ.
dg
1995-08-11
1
-2
/
+2
*
Removed redundant call to vm_object_page_clean - this is already done
dg
1995-08-06
1
-6
/
+1
*
Since ufs_ihashget can block, the lock must be checked for each time
dg
1995-07-21
1
-14
/
+8
*
Implement a lock in ffs_vget to prevent a race condition where two processes
dg
1995-07-21
1
-4
/
+34
*
NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct
dg
1995-07-13
1
-6
/
+2
*
1) Converted v_vmdata to v_object.
dg
1995-06-28
1
-4
/
+4
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-4
/
+4
*
NFS diskless operation was broken because swapdev_vp wasn't initialized.
dg
1995-05-19
1
-4
/
+4
*
Fixed incompleteness that would allow dirty filesystems to get mounted
dg
1995-05-15
1
-5
/
+21
*
Limit filesize to the amount that the VM system can currently handle
dyson
1995-05-01
1
-1
/
+16
*
Handle the "syncing VCHR vnode hang" problem a little differently; just
dg
1995-04-11
1
-8
/
+14
*
Changes from John Dyson and myself:
dg
1995-04-09
1
-1
/
+14
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-28
1
-2
/
+1
*
Don't sync the inode date changes of character special devices
dg
1995-03-18
1
-3
/
+3
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
1
-4
/
+1
*
Undo a previous change. <sys/disklabel.h> was broken, not these files.
bde
1994-11-14
1
-2
/
+1
*
From: fredriks@mcs.com (Lars Fredriksen)
jkh
1994-10-28
1
-1
/
+2
*
Restrict fs_maxfilesize to 2^40, and check against this in ffs_truncate().
dg
1994-10-22
1
-1
/
+4
*
Cosmetics. make gcc less noisy. Still some way to go here.
phk
1994-10-10
1
-2
/
+7
*
Cosmetics for gcc -Wall. A couple of unused "int i"'s removed and a couple of
phk
1994-10-08
1
-24
/
+46
*
Call ffs ``ufs'' for the benefit of poor, confused user-land programs.
wollman
1994-09-22
1
-2
/
+2
*
Implemented loadable VFS modules, and made most existing filesystems
wollman
1994-09-21
1
-1
/
+3
*
Implemented filesystem clean bit via:
dg
1994-08-20
1
-5
/
+18
*
Fix up some sloppy coding practices:
wollman
1994-08-18
1
-3
/
+1
*
Added $Id$
dg
1994-08-02
1
-0
/
+1
*
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
rgrimes
1994-05-25
1
-1
/
+6
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+843