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
/
fs
/
ext2fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
The VFS/BIO subsystem contained a number of hacks in order to optimize
alc
1999-05-02
1
-1
/
+2
*
This Implements the mumbled about "Jail" feature.
phk
1999-04-28
1
-1
/
+1
*
Suser() simplification:
phk
1999-04-27
1
-1
/
+1
*
Don't depend on <ufs/ufs/quota.h> or another (old) prerequisite including
bde
1999-03-06
1
-1
/
+2
*
Merge patch to ufs_vnops.c's ufs_rename to the copy of ufs_rename that
imp
1999-03-02
1
-0
/
+5
*
Added a used #include (don't depend on "vnode_if.h" including <sys/buf.h>).
bde
1999-02-25
1
-0
/
+1
*
Fixed parenthesization botch in previous commit. Async update of inodes
bde
1999-01-29
1
-1
/
+1
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
1
-2
/
+2
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-2
/
+2
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
9
-62
/
+62
*
Avoid warning for unused variable.
eivind
1999-01-11
1
-2
/
+2
*
Don't pass unused unused timestamp args to UFS_UPDATE() or waste
bde
1999-01-07
6
-41
/
+21
*
UFS_UPDATE() takes a boolean `waitfor' arg, so don't pass it the value
bde
1999-01-06
1
-1
/
+1
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
2
-3
/
+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
3
-7
/
+6
*
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
*
Oops, the redundant tests for major numbers weren't redundant here.
bde
1998-10-27
1
-2
/
+3
*
Removed redundant bitrotted checks for major numbers instead of updating
bde
1998-10-26
1
-4
/
+2
*
Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rotted
bde
1998-10-25
1
-1
/
+2
*
Fixed bloatage of `struct inode'. We used 5 "spare" fields for ext2fs,
bde
1998-10-13
4
-8
/
+8
*
Quick fix for not being able to sync all the buffers in boot() if
bde
1998-10-03
2
-8
/
+10
*
Fixed initialization of new inodes. ext2fs doesn't clear inodes when
bde
1998-09-29
1
-1
/
+3
*
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
2
-10
/
+36
*
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
*
Support compiling with `gcc -pedantic' (don't use hard newlines in
bde
1998-09-09
1
-19
/
+20
*
Removed statically configured mount type numbers (MOUNT_*) and all
bde
1998-09-07
1
-3
/
+3
*
Quick fix for breakage of read clustering on non-IDE drives. Read
bde
1998-08-18
1
-2
/
+2
*
"The releaseing of the reference and lock is not temporary and belongs
msmith
1998-08-12
1
-1
/
+0
*
Fixed printf format errors.
bde
1998-07-30
1
-2
/
+2
*
add anti-panic workaround from chris radek (cradek@in221.inetnebr.com)
julian
1998-07-30
1
-0
/
+2
*
Fixed printf format errors.
bde
1998-07-11
3
-4
/
+6
*
Catch a few corner cases where FreeBSD differs enough from BSD 4.4 to
julian
1998-07-08
1
-1
/
+2
*
VOP_STRATEGY grows an (struct vnode *) argument
julian
1998-07-04
2
-3
/
+3
*
Sync timestamp changes for inodes of special files to disk as late
bde
1998-07-03
2
-8
/
+9
*
Centralized in-core inode update. Update the in-core inode directly
bde
1998-07-03
1
-16
/
+4
*
Fixed (?) races in mark_buffer_dirty(). We abuse the buffer cache
bde
1998-06-21
1
-3
/
+6
*
Removed unused function ll_w_block(). It has always had races due
bde
1998-06-21
2
-19
/
+0
*
Removed unused includes.
bde
1998-06-21
1
-2
/
+0
*
Removed unused includes.
bde
1998-06-21
1
-1
/
+0
*
Added a missing options include.
bde
1998-06-21
1
-0
/
+1
*
Don't use "ffs" in an ext2fs sleep message string.
bde
1998-05-16
1
-3
/
+14
*
Abbreviate "ext2fs_fsync" as "e2fsyn" instead of as "extfsn" in a sleep
bde
1998-05-16
1
-1
/
+1
*
In the words of the submitter:
msmith
1998-05-07
1
-22
/
+13
*
As described by the submitter:
msmith
1998-05-06
1
-1
/
+0
*
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
des
1998-04-17
3
-3
/
+3
[next]