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
Commit message (
Expand
)
Author
Age
Files
Lines
*
On our final pass through ffs_fsync, do all I/O synchronously so that
mckusick
1999-06-18
1
-7
/
+8
*
Add a vnode argument to VOP_BWRITE to get rid of the last vnode
mckusick
1999-06-16
3
-18
/
+20
*
Get rid of the global variable rushjob and replace it with a function in
mckusick
1999-06-15
1
-41
/
+45
*
Simplify cdevsw registration.
phk
1999-05-31
1
-3
/
+2
*
- Back out Luoqi's cdevsw stuff. It panics on my system and is not required.
jb
1999-05-24
1
-7
/
+10
*
Cosmetic changes to make it compile without errors in gcc -Wall
julian
1999-05-22
1
-10
/
+17
*
Legally acquire a major number for mfs.
luoqi
1999-05-14
1
-2
/
+7
*
Add a hook to ffs_fsync to allow soft updates to get first chance at doing
mckusick
1999-05-14
4
-30
/
+113
*
Try and fix a dev_t/major/minor etc nit.
peter
1999-05-12
1
-3
/
+3
*
Divorce "dev_t" from the "major|minor" bitmap, which is now called
phk
1999-05-11
3
-7
/
+7
*
Fixed disordering in previous 2 commits.
bde
1999-05-11
1
-3
/
+3
*
Move the mfs_getimage() prototype to mfs_extern.h duplicating it
peter
1999-05-10
2
-4
/
+3
*
Put back changes that might be causing trouble on Alpha.
mckusick
1999-05-09
1
-3
/
+5
*
I got tired of seeing all the cdevsw[major(foo)] all over the place.
phk
1999-05-08
2
-12
/
+12
*
Continue where Julian left off in July 1998:
phk
1999-05-07
2
-12
/
+12
*
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
*
Add sufficient braces to keep egcs happy about potentially ambiguous
peter
1999-05-06
1
-2
/
+3
*
The VFS/BIO subsystem contained a number of hacks in order to optimize
alc
1999-05-02
3
-3
/
+8
*
This Implements the mumbled about "Jail" feature.
phk
1999-04-28
2
-8
/
+8
*
Simplify the tunefs example, since tunefs uses getfsfile(). Lots of
msmith
1999-04-27
1
-3
/
+3
*
Suser() simplification:
phk
1999-04-27
2
-8
/
+8
*
Change type of a variable from u_int to size_t, so that pointer to it may be
dt
1999-04-21
1
-2
/
+2
*
Correct typo in panic message
eivind
1999-04-11
1
-2
/
+2
*
Hold the mfs process's upages in-core with PHOLD rather than P_NOSWAP.
peter
1999-04-06
1
-3
/
+3
*
Catch a case spotted by Tor where files mmapped could leave garbage in the
julian
1999-04-05
1
-6
/
+17
*
There's not much point in the EXPORTMFS #ifdef. I've had this sitting
peter
1999-04-05
1
-3
/
+1
*
Stop the mfs from trying to swap out crucial bits of the mfs
julian
1999-03-12
1
-7
/
+7
*
Don't depend on <ufs/ufs/quota.h> or another (old) prerequisite including
bde
1999-03-06
1
-1
/
+2
*
Moved kernel declarations inside the KERNEL ifdef, and removed
bde
1999-03-05
1
-7
/
+7
*
Changed the type of quotactl()'s 4th arg from `char *' to `void *'
bde
1999-03-05
1
-2
/
+2
*
Reorganize locking to avoid holding the lock during calls to bdwrite
mckusick
1999-03-02
1
-3
/
+9
*
Merge patch to ufs_vnops.c's ufs_rename to the copy of ufs_rename that
imp
1999-03-02
1
-2
/
+2
*
When fsync'ing a file on a filesystem using soft updates, we first try
mckusick
1999-03-02
1
-10
/
+18
*
Ensure that softdep_sync_metadata can handle bmsafemap and mkdir entries
mckusick
1999-03-02
2
-5
/
+48
*
Fix last commit based on feedback from Guido, Bruce and Terry.
imp
1999-02-26
1
-5
/
+6
*
Add missing check for LINK_MAX in ufs_rename. Since ip->i_effnlink and
imp
1999-02-25
1
-1
/
+5
*
Update ufs_vnops code to use new specinfo fields rather then guess.
dillon
1999-02-25
1
-7
/
+14
*
fix double LIST_REMOVE; other cosmetic changes to match version 9.32.
mckusick
1999-02-17
1
-12
/
+13
*
Remove XXX comment in regarsd to why NFS doesn't use VOP_ABORT(). NFS
dillon
1999-02-13
1
-3
/
+3
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
10
-54
/
+54
*
Remove unintended trigraph sequences in comments for -Wall
dillon
1999-01-27
1
-2
/
+2
*
Gutted softdep_deallocate_dependencies and replaced it with a panic. It
dg
1999-01-22
1
-41
/
+3
*
Added support for VOP_FREEBLKS(), reducing MFS's impact on swap and
dillon
1999-01-21
1
-1
/
+1
*
Access to mfsp->buf_queue must be protected at splbio(). Other minor
dillon
1999-01-21
1
-1
/
+1
*
This is a rather large commit that encompasses the new swapper,
dillon
1999-01-21
5
-23
/
+141
*
Silence warning about unused debug function. (I'll turn this function
eivind
1999-01-12
1
-3
/
+3
*
Add a warning about the copyright restraints.
eivind
1999-01-08
1
-0
/
+4
*
Don't pass unused unused timestamp args to UFS_UPDATE() or waste
bde
1999-01-07
11
-84
/
+60
[next]