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_vfsops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-2
/
+1
*
Use TAILQ macros for clean/dirty block list processing. Set b_xflags
peter
1998-10-31
1
-2
/
+1
*
Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rotted
bde
1998-10-25
1
-1
/
+2
*
Updated ext2_reload() and ext2_sync(). Locking was broken, and MNT_LAZY
bde
1998-09-26
1
-42
/
+63
*
Fixed missing newlines in messages in ext2_check_descriptors().
bde
1998-09-26
1
-8
/
+12
*
Fixed clean flag handling:
bde
1998-09-26
1
-10
/
+35
*
Fixed the usual missing permissions checks in mount(). As for cd9660,
bde
1998-09-09
1
-1
/
+35
*
Don't forget to initialize the inode lock. This bug caused
bde
1998-09-09
1
-0
/
+1
*
Removed statically configured mount type numbers (MOUNT_*) and all
bde
1998-09-07
1
-3
/
+3
*
add anti-panic workaround from chris radek (cradek@in221.inetnebr.com)
julian
1998-07-30
1
-0
/
+2
*
Don't use "ffs" in an ext2fs sleep message string.
bde
1998-05-16
1
-3
/
+14
*
As described by the submitter:
msmith
1998-05-06
1
-1
/
+0
*
Eradicate the variable "time" from the kernel, using various measures.
phk
1998-03-30
1
-1
/
+1
*
Make this compile after soft updates integration.
eivind
1998-03-09
1
-4
/
+4
*
The intent is to get rid of WILLRELE in vnode_if.src by making
msmith
1998-03-01
1
-0
/
+1
*
Use the same algorithm as ffs for generation numbers.
bde
1997-12-02
1
-4
/
+1
*
Removed __FreeBSD__ ifdefs.
bde
1997-12-02
1
-40
/
+0
*
Use consistent description strings for M_EXT2NODE. This also fixes a
bde
1997-11-20
1
-1
/
+1
*
Reviewed by: various.
julian
1997-11-12
1
-1
/
+1
*
Another VFS cleanup "kilo commit"
phk
1997-10-16
1
-0
/
+1
*
VFS mega cleanup commit (x/N)
phk
1997-10-16
1
-0
/
+4
*
Two more places where root filesystems were mounted, put them at the head of
julian
1997-10-16
1
-1
/
+1
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
1
-1
/
+1
*
Distribute and statizice a lot of the malloc M_* types.
phk
1997-10-11
1
-1
/
+1
*
Mega commit to cleanup the "remaining nits" after my malloc change.
phk
1997-10-10
1
-7
/
+5
*
Oops, include <sys/conf.h>.
kato
1997-09-28
1
-0
/
+1
*
Clustered read and write are switched at mount-option level.
kato
1997-09-27
1
-2
/
+16
*
Removed yet more vestiges of config-time swap configuration and/or
bde
1997-09-07
1
-6
/
+4
*
Fix all areas of the system (or at least all those in LINT) to avoid storing
wollman
1997-08-16
1
-2
/
+2
*
Fix a problem with ext2fs so that filesystems mounted at reboot don't
dyson
1997-08-04
1
-17
/
+13
*
Removed unused #includes.
bde
1997-06-14
1
-3
/
+0
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
1
-1
/
+0
*
Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
bde
1997-03-23
1
-1
/
+1
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-9
/
+4
*
Clean up -Wunused warnings.
gpalmer
1996-06-12
1
-6
/
+9
*
Removed vestigial support for the obsolete FIFO option. In ext2fs
bde
1996-02-25
1
-1
/
+1
*
Convert QUOTA to new-style option.
wollman
1996-01-05
1
-0
/
+2
*
Staticize.
phk
1995-12-17
1
-15
/
+29
*
Restored variables that are used iff QUOTA is defined.
bde
1995-12-10
1
-0
/
+3
*
Correct some serious porting errors. The worst one was that the
dyson
1995-11-19
1
-0
/
+29
*
ext2_inode_cnv.c:
bde
1995-11-09
1
-0
/
+4
*
Cleaned up some lint and some obvious prototyping errors.
dyson
1995-11-08
1
-6
/
+3
*
Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFO
dyson
1995-11-05
1
-0
/
+1082