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_vfsops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add standard GPL boilerplate to these files. They are the only ones
imp
2005-06-16
1
-0
/
+18
*
Move ext2fs from src/gnu to src/gnu/fs.
rodrigc
2005-06-15
1
-6
/
+6
*
- Update vfs_root implementations to match the new prototype. None of
jeff
2005-03-24
1
-1
/
+2
*
Add two arguments to the vfs_hash() KPI so that filesystems which do
phk
2005-03-16
1
-2
/
+2
*
Don't hold a reference to the disk vnode for each inode.
phk
2005-03-16
1
-2
/
+0
*
Improve the vfs_hash() API: vput() the unneeded vnode centrally to
phk
2005-03-15
1
-3
/
+1
*
Simplify the vfs_hash calling convention.
phk
2005-03-15
1
-23
/
+3
*
Use vfs_hash() instead of home-rolled
phk
2005-03-14
1
-53
/
+27
*
- Catch up with ufs_inode 1.59, ffs_vfsops.c 1.280, and ufs_vnops.c 1.267.
jeff
2005-03-13
1
-11
/
+4
*
Introduce and use g_vfs_close().
phk
2005-01-25
1
-2
/
+2
*
Create a vp->v_object in VFS_FHTOVP() if we want to be exportable
phk
2005-01-24
1
-0
/
+1
*
Remove unused cred argument to ext2_reload()
phk
2005-01-24
1
-6
/
+3
*
Eliminate unused and unnecessary "cred" argument from vinvalbuf()
phk
2005-01-14
1
-2
/
+2
*
Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().
phk
2005-01-11
1
-5
/
+4
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
1
-2
/
+2
*
Convert to nmount. Add omount compat code.
phk
2004-12-06
1
-10
/
+13
*
VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases
phk
2004-12-05
1
-7
/
+0
*
Remove #if 0'ed rootfs mounting code.
phk
2004-12-04
1
-58
/
+0
*
Back when VOP_* was introduced, we did not have new-style struct
phk
2004-12-01
1
-2
/
+2
*
Get even closer to not crashing ext2fs
phk
2004-11-06
1
-1
/
+1
*
Get closer to unbreaking ext2fs
phk
2004-11-06
1
-0
/
+2
*
Move EXT2FS to GEOM backing instead of DEVFS.
phk
2004-10-29
1
-43
/
+42
*
Reduce the locking activity by epsilon by checking VNON condition before
phk
2004-10-28
1
-4
/
+3
*
Loose the v_dirty* and v_clean* alias macros.
phk
2004-10-25
1
-1
/
+2
*
Desupport device nodes on EXT2 filesystems.
phk
2004-09-27
1
-1
/
+1
*
Put a version element in the VFS filesystem configuration structure
phk
2004-07-30
1
-5
/
+5
*
Remove global variable rootdevs and rootvp, they are unused as such.
phk
2004-07-28
1
-1
/
+2
*
Make VFS_ROOT() and vflush() take a thread argument.
alfred
2004-07-12
1
-2
/
+3
*
When we traverse the vnodes on a mountpoint we need to look out for
phk
2004-07-04
1
-14
/
+2
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-4
/
+4
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
Remove unused mnt_reservedvnlist field.
phk
2004-03-11
1
-1
/
+0
*
Enforce the file size limit in VOP_WRITE() as well as VOP_TRUNCATE();
tjr
2004-02-19
1
-0
/
+5
*
Removed support for the unsupported option READONLY. It just forced
bde
2004-02-15
1
-4
/
+0
*
MFffs (ffs_vfsops.c 1.76 (part of the big soft updates commit): lock
bde
2004-02-13
1
-4
/
+10
*
MFffs (ffs_vfsops.c 1.227: clean up open mode bandaid). This reduces
bde
2004-02-12
1
-12
/
+13
*
Copy workaround from FFS: open device for write access even if
tjr
2004-01-24
1
-0
/
+19
*
Fixed a reference to a nonexistent variable in previous commit. Renaming
bde
2003-11-05
1
-9
/
+8
*
Remove mntvnode_mtx and replace it with per-mountpoint mutex.
kan
2003-11-05
1
-11
/
+11
*
Use VOP_UNLOCK/vrele instead of vput. td was erecived as a parameter
kan
2003-11-03
1
-2
/
+4
*
Take care not to call vput if thread used in corresponding vget
kan
2003-11-02
1
-1
/
+2
*
Temporarily undo parts of the stuct mount locking commit by jeff.
kan
2003-11-01
1
-2
/
+1
*
- File systems that wish to inspect the vnode contents or their private
jeff
2003-10-05
1
-0
/
+8
*
- Don't use vrecycle() call vgonel() directly after grabing the vnode
jeff
2003-10-04
1
-4
/
+6
*
- Clean-up comments that refer to the use of B_LOCKED.
jeff
2003-08-28
1
-1
/
+0
*
Add a "int fd" argument to VOP_OPEN() which in the future will
phk
2003-07-26
1
-1
/
+1
*
Initialize struct vfsops C99-sparsely.
phk
2003-06-12
1
-25
/
+21
*
- Add a new 'flags' parameter to getblk().
jeff
2003-03-04
1
-1
/
+1
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-6
/
+6
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-6
/
+6
[next]