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
/
ext2_vnops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Finish cleanup of vprint() which was begun with changing v_tag to a string.
njl
2003-03-03
1
-1
/
+1
*
- Use the new vop_stdfsync instead of recreating our own.
jeff
2003-02-09
1
-49
/
+3
*
Use VOP_SPECSTRATEGY() instead of VOP_STRATEGY().
phk
2003-01-28
1
-1
/
+1
*
Since Jeffr made the std* functions the default in rev 1.63 of
phk
2003-01-04
1
-9
/
+0
*
Be consistent about functions being static.
phk
2002-10-16
1
-16
/
+16
*
- Lock access to the buf lists.
jeff
2002-09-25
1
-10
/
+13
*
VOP_FSYNC() requires that it's vnode argument be locked, which nfs_link()
truckman
2002-09-19
1
-11
/
+4
*
Remove any VOP_PRINT that redundantly prints the tag.
njl
2002-09-18
1
-4
/
+2
*
Remove all use of vnode->v_tag, replacing with appropriate substitutes.
njl
2002-09-14
1
-3
/
+3
*
vfs_syscalls.c:
bde
2002-09-10
1
-51
/
+6
*
In order to better support flexible and extensible access control,
rwatson
2002-08-15
1
-5
/
+7
*
Pass IO_NOMACCHECK to vn_rdwr() in the following checks to prevent
rwatson
2002-08-12
1
-7
/
+8
*
- Replace v_flag with v_iflag and v_vflag
jeff
2002-08-04
1
-3
/
+6
*
Use explicitly-sized types where necessary to make ext2fs work again
iedowse
2002-05-18
1
-1
/
+1
*
Remove register keyword.
iedowse
2002-05-16
1
-10
/
+10
*
Complete the separation of ext2fs from ufs by copying the remaining
iedowse
2002-05-16
1
-118
/
+996
*
Fixed syntax errors (garbage after #endif; just editing errors in this
bde
2002-05-13
1
-4
/
+4
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-1
/
+1
*
Repaired CSRG id. This file was not in Lite1; it was just cloned from a
bde
2002-03-23
1
-1
/
+1
*
Remove __P.
alfred
2002-03-19
1
-12
/
+12
*
Add a flags parameter to VFS_VGET to pass through the desired
mckusick
2002-03-17
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-22
/
+22
*
Implement vop_std{get|put}pages() and add them to the default vop[].
phk
2001-05-01
1
-32
/
+0
*
Fixed breakage of mknod() in rev.1.48 of ext2_vnops.c and rev.1.126 of
bde
2000-11-04
1
-1
/
+3
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-0
/
+1
*
Remove unneeded #include <vm/vm_zone.h>
phk
2000-04-30
1
-1
/
+0
*
ext2fs relies on UFS support code, and as a result also requires
rwatson
2000-04-15
1
-0
/
+1
*
MFS (ext2_lookup.c 1.17.2.2, ext2_vnops.c 1.42.2.2: fix "filetype" support).
bde
2000-03-03
1
-11
/
+23
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
1
-23
/
+0
*
Remove WILLRELE from VOP_SYMLINK
eivind
1999-11-13
1
-1
/
+2
*
Remove WILLRELE from VOP_RENAME
eivind
1999-11-12
1
-2
/
+7
*
Convert buffer locking from using the B_BUSY and B_WANTED flags to using
mckusick
1999-06-26
1
-2
/
+1
*
This Implements the mumbled about "Jail" feature.
phk
1999-04-28
1
-1
/
+1
*
Suser() simplification:
phk
1999-04-27
1
-1
/
+1
*
Merge patch to ufs_vnops.c's ufs_rename to the copy of ufs_rename that
imp
1999-03-02
1
-0
/
+5
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-2
/
+2
*
Don't pass unused unused timestamp args to UFS_UPDATE() or waste
bde
1999-01-07
1
-18
/
+8
*
Use TAILQ macros for clean/dirty block list processing. Set b_xflags
peter
1998-10-31
1
-3
/
+3
*
"The releaseing of the reference and lock is not temporary and belongs
msmith
1998-08-12
1
-1
/
+0
*
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
*
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
des
1998-04-17
1
-1
/
+1
*
Eradicate the variable "time" from the kernel, using various measures.
phk
1998-03-30
1
-5
/
+5
*
Style nits and staticism with the previous commit.
msmith
1998-03-01
1
-6
/
+6
*
Add local stup putpages/getpages routines.
msmith
1998-03-01
1
-0
/
+33
*
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
*
Make LINT at least compile. This faithfully duplicate the changes
eivind
1998-02-04
1
-8
/
+8
*
Unspammed nested include of <vm/vm_zone.h>.
bde
1997-12-27
1
-1
/
+1
*
Convert SUIDDIR fully to a new-style option.
eivind
1997-12-15
1
-0
/
+1
[next]