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
*
Remove the thread argument from the FSD (File-System Dependent) parts of
attilio
2009-05-11
1
-13
/
+9
*
Remove unused local variables.
bz
2009-01-31
1
-6
/
+1
*
According to phk@, VOP_STRATEGY should never, _ever_, return
trasz
2008-12-16
1
-1
/
+1
*
Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary
trasz
2008-10-28
1
-4
/
+4
*
Fix a number of style issues in the MALLOC / FREE commit. I've tried to
des
2008-10-23
1
-1
/
+2
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
3
-16
/
+15
*
Remove the struct thread unuseful argument from bufobj interface.
attilio
2008-10-10
1
-3
/
+3
*
Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR().
kib
2008-09-20
1
-1
/
+1
*
Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread
attilio
2008-08-28
1
-3
/
+1
*
Cleanup lockmgr interface and exported KPI:
attilio
2008-01-24
2
-6
/
+4
*
VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in
attilio
2008-01-13
2
-2
/
+2
*
vn_lock() is currently only used with the 'curthread' passed as argument.
attilio
2008-01-10
1
-1
/
+1
*
Remove explicit calling of lockmgr() with the NULL argument.
attilio
2008-01-08
1
-2
/
+4
*
g_vfs_close() wants the sx topology lock held while executing, so just
attilio
2008-01-07
1
-0
/
+8
*
Get rid of qaddr_t.
alfred
2007-10-16
1
-3
/
+3
*
Make insmntque() externally visibile and allow it to fail (e.g. during
tegge
2007-03-13
1
-2
/
+10
*
Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.
pjd
2007-02-15
2
-18
/
+20
*
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
[next]