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
/
gnu
/
ext2fs
/
ext2_inode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo (accessable --> accessible).
alex
2000-06-14
1
-1
/
+1
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-0
/
+1
*
s/biowait/bufwait/g
phk
2000-04-29
1
-1
/
+1
*
ext2fs relies on UFS support code, and as a result also requires
rwatson
2000-04-15
1
-0
/
+1
*
Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new
phk
2000-03-20
1
-1
/
+3
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-11
/
+11
*
Don't pass unused unused timestamp args to UFS_UPDATE() or waste
bde
1999-01-07
1
-9
/
+5
*
Fixed a misspelling of boolean true as MNT_WAIT.
bde
1998-11-15
1
-1
/
+1
*
Use TAILQ macros for clean/dirty block list processing. Set b_xflags
peter
1998-10-31
1
-2
/
+2
*
error return assignment was less than ideal. Fix the part that caused
peter
1998-10-29
1
-2
/
+2
*
Use vtruncbuf() to clean out cached blocks on a file shorten rather than
peter
1998-10-29
1
-3
/
+4
*
VOP_STRATEGY grows an (struct vnode *) argument
julian
1998-07-04
1
-1
/
+1
*
Sync timestamp changes for inodes of special files to disk as late
bde
1998-07-03
1
-7
/
+7
*
Centralized in-core inode update. Update the in-core inode directly
bde
1998-07-03
1
-16
/
+4
*
Removed unused includes.
bde
1998-06-21
1
-2
/
+0
*
Eradicate the variable "time" from the kernel, using various measures.
phk
1998-03-30
1
-2
/
+2
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-1
/
+0
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-0
/
+1
*
Removed __FreeBSD__ ifdefs.
bde
1997-12-02
1
-30
/
+0
*
Another VFS cleanup "kilo commit"
phk
1997-10-16
1
-16
/
+15
*
VFS mega cleanup commit (x/N)
phk
1997-10-16
1
-16
/
+13
*
Removed unused #includes.
bde
1997-06-14
1
-4
/
+1
*
Fixed some invalid (non-atomic) accesses to `time', mostly ones of the
bde
1997-03-22
1
-6
/
+2
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-5
/
+5
*
Whoops, I should've used the LINT config file. More ts -> tv changes
nate
1996-09-20
1
-3
/
+3
*
Eliminated many redundant vm_map_lookup operations for vm_mmap.
dyson
1996-01-19
1
-1
/
+2
*
Convert QUOTA to new-style option.
wollman
1996-01-05
1
-0
/
+2
*
Restored used includes of <vm/vm_extern.h>.
bde
1995-12-10
1
-0
/
+1
*
Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFO
dyson
1995-11-05
1
-0
/
+547