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
/
contrib
/
softupdates
Commit message (
Expand
)
Author
Age
Files
Lines
*
$Id$ -> $FreeBSD$
peter
1999-08-28
2
-2
/
+2
*
Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,
phk
1999-08-08
1
-2
/
+2
*
No longer need to set B_ASYNC flag since BUF_KERNPROC now
mckusick
1999-06-29
1
-2
/
+1
*
Keep the inlines for <sys/buf.h> happy..
peter
1999-06-27
1
-3
/
+3
*
Convert buffer locking from using the B_BUSY and B_WANTED flags to using
mckusick
1999-06-26
1
-9
/
+13
*
Add a vnode argument to VOP_BWRITE to get rid of the last vnode
mckusick
1999-06-16
1
-12
/
+14
*
Get rid of the global variable rushjob and replace it with a function in
mckusick
1999-06-15
1
-41
/
+45
*
Cosmetic changes to make it compile without errors in gcc -Wall
julian
1999-05-22
1
-10
/
+17
*
Add a hook to ffs_fsync to allow soft updates to get first chance at doing
mckusick
1999-05-14
1
-28
/
+97
*
Put back changes that might be causing trouble on Alpha.
mckusick
1999-05-09
1
-3
/
+5
*
Whitespace cleanup.
mckusick
1999-05-07
1
-2
/
+2
*
Get rid of random debugging cruft; sync up with latest version.
mckusick
1999-05-07
1
-38
/
+10
*
Severe slowdowns have been reported when creating or removing many
mckusick
1999-05-07
1
-108
/
+290
*
Reorganize locking to avoid holding the lock during calls to bdwrite
mckusick
1999-03-02
1
-3
/
+9
*
Ensure that softdep_sync_metadata can handle bmsafemap and mkdir entries
mckusick
1999-03-02
2
-5
/
+48
*
fix double LIST_REMOVE; other cosmetic changes to match version 9.32.
mckusick
1999-02-17
1
-12
/
+13
*
Gutted softdep_deallocate_dependencies and replaced it with a panic. It
dg
1999-01-22
1
-41
/
+3
*
Don't pass unused unused timestamp args to UFS_UPDATE() or waste
bde
1999-01-07
1
-16
/
+22
*
UFS_UPDATE() takes a boolean `waitfor' arg, so don't pass it the value
bde
1999-01-06
1
-5
/
+5
*
Remove some compiler warnings.
julian
1998-12-10
1
-9
/
+6
*
Change dirty block list handling to use TAILQ macros.
peter
1998-10-31
1
-8
/
+8
*
Clarify a rather ambiguous debugging message.
jkh
1998-10-28
1
-2
/
+2
*
Fix 'noatime' bug that was unrelated to use of noatime.
nate
1998-10-03
1
-1
/
+10
*
Eliminate a race in VOP_FSYNC() when softupdates is enabled.
luoqi
1998-09-24
1
-1
/
+2
*
Handle the case of moving a directory onto the top of a sibling's
julian
1998-08-12
1
-2
/
+27
*
Note which version of Kirk's sources this corresponds to.
julian
1998-06-12
1
-2
/
+2
*
Fix the case when renaming to a file that you've just created and deleted,
julian
1998-06-12
1
-22
/
+43
*
Add B_NOCACHE to several cases where BSD4.4 only required a B_INVAL.
julian
1998-06-11
1
-4
/
+4
*
Fix for "live inode" panic.
julian
1998-06-10
1
-20
/
+27
*
Remove buggy debugging code.
julian
1998-06-10
1
-43
/
+1
*
Add a reference to the Ganger/Patt paper
julian
1998-06-02
1
-0
/
+3
*
A fix to a debug test from Kirk.
julian
1998-05-27
1
-1
/
+4
*
Bring up-to-date with Whistle's current version
julian
1998-05-19
2
-6
/
+85
*
Merge with Kirk's version as of Feb 20
julian
1998-05-19
1
-88
/
+86
*
Merge in Kirk's changes to stop softupdates from hogging all of memory.
julian
1998-05-19
3
-67
/
+294
*
Change to stop a silly panic. This should be understood better.
julian
1998-05-19
1
-7
/
+4
*
First published FreeBSD version of soft updates Feb 5.
julian
1998-05-19
2
-125
/
+168
*
Import the next version received from kirk after some
julian
1998-05-19
2
-121
/
+225
*
Import the earliest version of the soft update code that I have.
julian
1998-05-19
3
-0
/
+4622