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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Submitted by: Archie and me.
julian
1996-11-13
1
-1
/
+3
*
Eliminate an unnecessary synchronous write (and an 8K bcopy+bzero) when
dg
1996-11-05
1
-17
/
+22
*
Fixed lblktosize(). It overflowed at 2G. This bug only affected
bde
1996-10-12
1
-4
/
+7
*
In sys/time.h, struct timespec is defined as:
nate
1996-09-19
1
-4
/
+4
*
Argh, I have had one "uid 0 on /: file system full" too many. The problem
peter
1996-09-17
1
-2
/
+4
*
Fix a VOP_UNLOCK panic when using options DIAGNOSTIC during dismount.
dyson
1996-09-07
1
-1
/
+3
*
Even though this looks like it, this is not a complex code change.
dyson
1996-08-21
1
-4
/
+16
*
Don't use NULL in non-pointer contexts.
bde
1996-07-12
1
-16
/
+16
*
Moved the fsnode MALLOC to before the call to getnewvnode() so that the
dg
1996-06-12
1
-3
/
+12
*
Clean up various compiler warnings. Most (if not all) were benign
gpalmer
1996-05-08
1
-2
/
+2
*
Removed bogus _BEGIN_DECLS/_END_DECLS.
bde
1996-05-01
1
-10
/
+7
*
Handle the bogus device that MFS uses as its VBLK device. We now don't
dyson
1996-03-02
1
-2
/
+8
*
Enable VMIO for non-VDIR metadata and block device.
dyson
1996-03-02
1
-4
/
+2
*
Removed vestigial support for the obsolete FIFO option. In ext2fs
bde
1996-02-25
2
-4
/
+3
*
Fix a bunch of spelling errors in the comment fields of
mpp
1996-01-30
1
-3
/
+3
*
Eliminated many redundant vm_map_lookup operations for vm_mmap.
dyson
1996-01-19
3
-8
/
+8
*
Partially fixed negative and truncated "Avail" counts in df output.
bde
1996-01-14
1
-3
/
+2
*
Convert QUOTA to new-style option.
wollman
1996-01-05
3
-3
/
+9
*
Convert DDB to new-style option.
wollman
1996-01-04
1
-1
/
+3
*
Staticize.
phk
1995-12-17
6
-38
/
+41
*
Silence a harmless warning...
peter
1995-12-15
1
-2
/
+3
*
Changes to support 1Tb filesizes. Pages are now named by an
dyson
1995-12-11
2
-28
/
+21
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
3
-3
/
+10
*
Completed function declarations and/or added prototypes and/or #includes
bde
1995-12-03
1
-11
/
+12
*
Fix compiler warnings.
phk
1995-11-20
1
-3
/
+3
*
General fixes to the vfs clustring code:
dyson
1995-11-19
1
-1
/
+5
*
Get rid of the last debug sysctl variables of the old style.
phk
1995-11-14
2
-5
/
+5
*
Introduced a type `vop_t' for vnode operation functions and used
bde
1995-11-09
2
-139
/
+139
*
Make MNT_ASYNC more effective for UFS. It should not be too much more
dyson
1995-11-05
1
-1
/
+5
*
Finalize GETPAGES layering scheme. Move the device GETPAGES
dyson
1995-10-23
1
-1
/
+2
*
Re-enable read clustering.
dyson
1995-09-25
1
-3
/
+3
*
Shit! I changed the wrong doclusterread! ...Thanks to Steven Wallace and
dg
1995-09-22
1
-2
/
+2
*
Disable file read clustering until the bug(s) in vfs_cluster.c are fixed.
dg
1995-09-22
1
-2
/
+2
*
Slight optimization for the standard case of rotdelay=0.
dg
1995-09-08
1
-11
/
+11
*
Added indirect pointer for ffs_getpages, and added external declaration.
dyson
1995-09-06
2
-2
/
+4
*
Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block count
dyson
1995-09-04
1
-2
/
+2
*
Reviewed by: julian with quick glances by bruce and others
julian
1995-08-28
1
-111
/
+213
*
Don't call VOP_UPDATE() with volatile timestamps.
bde
1995-08-25
1
-3
/
+6
*
Honor -async mount option when doing the inode update.
dg
1995-08-16
1
-2
/
+2
*
Converted mountlist to a CIRCLEQ.
dg
1995-08-11
1
-2
/
+2
*
Use bdwrite() rather than brelse(). The cylinder group bitmap modification
dg
1995-08-07
1
-2
/
+2
*
Removed redundant call to vm_object_page_clean - this is already done
dg
1995-08-06
1
-6
/
+1
*
Use the correct flags (IO_SYNC -> B_SYNC) when deciding to do a sync or
dg
1995-08-04
1
-3
/
+3
*
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
7
-36
/
+36
*
Kill bogus vnode_pager_setsize(). It was being called at the wrong time
dg
1995-05-28
1
-2
/
+1
*
Changes to fix the following bugs:
dg
1995-05-21
1
-9
/
+1
[next]