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
/
fs
/
hpfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
rwatson
2006-11-06
1
-5
/
+6
*
Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.
tegge
2006-09-26
1
-0
/
+4
*
Commit the results of the typo hunt by Darren Pilgrim.
yar
2006-08-04
1
-1
/
+1
*
I ran into an nfs client panic a couple of times in a row over the
alfred
2006-01-17
1
-1
/
+5
*
Fix -Wundef from compiling the amd64 LINT.
ru
2005-12-04
1
-2
/
+2
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
1
-2
/
+2
*
Unbreak hpfs/ntfs/udf/ext2fs/reiserfs mounting.
ssouhlal
2005-09-03
1
-1
/
+0
*
Unbreak the build.
ssouhlal
2005-09-03
1
-2
/
+4
*
*_mountfs() (if the filesystem mounts from a device) needs devvp to be
ssouhlal
2005-09-02
1
-9
/
+5
*
- Change all filesystems and vfs_cache to relock the dvp once the child is
jeff
2005-04-13
1
-4
/
+2
*
- Correct the dprintf format int the _lookup routine.
jeff
2005-03-28
1
-1
/
+1
*
- Garbage collect an unused variable.
jeff
2005-03-28
1
-5
/
+1
*
- hpfs_lookup() is no longer responsible for unlocking the dvp, this is
jeff
2005-03-28
1
-11
/
+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
*
Remove unused file
phk
2005-03-16
1
-183
/
+0
*
XXX: unnecessary pointer in inode.
phk
2005-03-16
1
-1
/
+1
*
Don't hold a reference on the disk vnode for each inode.
phk
2005-03-15
3
-9
/
+1
*
Improve the vfs_hash() API: vput() the unneeded vnode centrally to
phk
2005-03-15
1
-3
/
+1
*
Fix typo: pointers are not boolean in style(9).
phk
2005-03-15
1
-1
/
+1
*
Simplify the vfs_hash calling convention.
phk
2005-03-15
1
-24
/
+3
*
Use vfs_hash instead of home-rolled.
phk
2005-03-14
4
-66
/
+33
*
- The VI_DOOMED flag now signals the end of a vnode's relationship with
jeff
2005-03-13
1
-2
/
+0
*
Make a bunch of malloc types static.
phk
2005-02-10
1
-1
/
+1
*
Make filesystems get rid of their own vnodes vnode_pager object in
phk
2005-01-28
1
-0
/
+1
*
Remove unused argument to vrecycle()
phk
2005-01-28
1
-1
/
+1
*
Introduce and use g_vfs_close().
phk
2005-01-25
1
-2
/
+2
*
Eliminate unused and unnecessary "cred" argument from vinvalbuf()
phk
2005-01-14
1
-1
/
+1
*
Whitespace in vop_vector{} initializations.
phk
2005-01-13
1
-22
/
+22
*
Wrap the bufobj operations in macros: BO_STRATEGY() and BO_WRITE()
phk
2005-01-11
1
-1
/
+1
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
1
-1
/
+1
*
Convert to nmount. Add backwards compat cmount method.
phk
2004-12-06
3
-47
/
+81
*
VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases
phk
2004-12-05
1
-6
/
+0
*
Back when VOP_* was introduced, we did not have new-style struct
phk
2004-12-01
3
-33
/
+25
*
hpfs_lookup() should have a vop_cachedlookup_t prototype an corresponding
phk
2004-12-01
1
-2
/
+2
*
Mechanically change prototypes for vnode operations to use the new typedefs.
phk
2004-12-01
1
-19
/
+19
*
Make VOP_BMAP return a struct bufobj for the underlying storage device
phk
2004-11-15
1
-3
/
+3
*
Refuse attemps to mount root filesystem
phk
2004-11-09
1
-0
/
+2
*
Move HPFS to GEOM backing instead of DEVFS.
phk
2004-10-29
3
-33
/
+26
*
Eliminate unnecessary KASSERTs.
phk
2004-10-27
1
-2
/
+0
*
Use bufdone(), not biodone().
phk
2004-08-08
1
-2
/
+2
*
Put a version element in the VFS filesystem configuration structure
phk
2004-07-30
1
-11
/
+12
*
Remove global variable rootdevs and rootvp, they are unused as such.
phk
2004-07-28
1
-1
/
+1
*
Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is
cperciva
2004-07-26
1
-1
/
+1
*
Make VFS_ROOT() and vflush() take a thread argument.
alfred
2004-07-12
1
-3
/
+4
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
3
-9
/
+9
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
DuH!
phk
2003-10-18
1
-1
/
+1
*
Initialize b_offset before calling VOP_STRATEGY/VOP_SPECSTRATEGY.
phk
2003-10-18
1
-0
/
+1
*
- Don't cache_purge() in *_reclaim routines. vclean() does it for us so
jeff
2003-10-05
1
-1
/
+0
[next]