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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make smbfs capable to use 16bit char set in filenames.
takawata
2005-05-04
3
-11
/
+31
*
- Set the v_object pointer after a successful VOP_OPEN(). This isn't a
jeff
2005-05-03
1
-1
/
+2
*
- In devfs_open() and devfs_close() grab Giant if the driver sets NEEDGIANT.
jeff
2005-05-01
1
-5
/
+12
*
Fix an old pasto.
des
2005-04-30
1
-1
/
+1
*
- Mark devfs as MNTK_MPSAFE as I belive it does not require Giant.
jeff
2005-04-30
1
-0
/
+1
*
- Fix several locking problems in unionfs_mount so that it will come
jeff
2005-04-27
1
-23
/
+7
*
- Pass the ISOPEN flag down to our lower filesystems.
jeff
2005-04-27
1
-2
/
+1
*
- As this is presently the one and only place where duplicate acquires of
jeff
2005-04-22
1
-1
/
+1
*
Disable negative name caching for msdosfs to work around a bug.
das
2005-04-16
1
-0
/
+7
*
Fix mbnambuf support for multi-byte characters. If a substring is larger
njl
2005-04-16
1
-19
/
+29
*
Correct typo.
brueffer
2005-04-14
1
-1
/
+1
*
- Change all filesystems and vfs_cache to relock the dvp once the child is
jeff
2005-04-13
10
-39
/
+17
*
- Clear VI_OWEINACT before calling vget() with no lock type. We know
jeff
2005-04-11
1
-0
/
+7
*
- Honor the flags argument passed to null_root(). The filesystem below
jeff
2005-04-11
1
-1
/
+1
*
Initialize vp before using it. Failing to do this can cause instant
delphij
2005-04-10
1
-0
/
+1
*
Give msdosfs a unique inode number which is really the byteoffset of
phk
2005-04-07
2
-9
/
+26
*
- Fix union's assumptions about when the dvp is unlocked. It is only
jeff
2005-04-04
1
-3
/
+3
*
Explicitly hold a reference to the cdev we have just cloned. This
phk
2005-03-31
2
-0
/
+2
*
cdev (still) needs per instance uid/gid/mode
phk
2005-03-31
1
-3
/
+3
*
Rename dev_ref() to dev_refl()
phk
2005-03-31
1
-1
/
+1
*
- LK_NOPAUSE is a nop now.
jeff
2005-03-31
1
-1
/
+1
*
- Remove wantparent, it is no longer necessary. An assert in vfs_lookup.c
jeff
2005-03-29
2
-8
/
+6
*
- Remove wantparent, it is no longer necessary. An assert in vfs_lookup.c
jeff
2005-03-29
1
-7
/
+1
*
- cache_lookup() now locks the new vnode for us to prevent some races.
jeff
2005-03-29
1
-57
/
+37
*
- Correct the dprintf format int the _lookup routine.
jeff
2005-03-28
2
-2
/
+2
*
- Garbage collect an unused variable.
jeff
2005-03-28
2
-9
/
+2
*
- Don't panic if we can't lock a child in lookup, return an error instead.
jeff
2005-03-28
1
-5
/
+4
*
- Remove unnecessary LOCKPARENT manipulation.
jeff
2005-03-28
1
-20
/
+0
*
- nwfs_lookup() is no longer responsible for unlocking the dvp, this is
jeff
2005-03-28
1
-26
/
+10
*
- hpfs_lookup() is no longer responsible for unlocking the dvp, this is
jeff
2005-03-28
1
-11
/
+6
*
- We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.
jeff
2005-03-28
6
-113
/
+16
*
- We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.
jeff
2005-03-28
1
-7
/
+5
*
- We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.
jeff
2005-03-28
1
-54
/
+21
*
- Pass LK_EXCLUSIVE as the lock type to vget in vfs_hash_insert().
jeff
2005-03-25
1
-1
/
+2
*
- Update vfs_root implementations to match the new prototype. None of
jeff
2005-03-24
2
-2
/
+4
*
- Update vfs_root implementations to match the new prototype. None of
jeff
2005-03-24
15
-19
/
+29
*
Use subr_unit
phk
2005-03-19
4
-146
/
+10
*
Also remember to set the fsid here.
phk
2005-03-17
1
-0
/
+1
*
Forgot to replace code to set fsid in vop_getattr.
phk
2005-03-17
1
-0
/
+1
*
Prepare for the final onslaught on devices:
phk
2005-03-17
1
-3
/
+3
*
- Lock the clearing of v_data so it is safe to inspect it with the
jeff
2005-03-17
1
-1
/
+7
*
Add two arguments to the vfs_hash() KPI so that filesystems which do
phk
2005-03-16
4
-8
/
+9
*
Remove unused file
phk
2005-03-16
1
-183
/
+0
*
Remove inode fields previously used for private inode hash tables.
phk
2005-03-16
2
-2
/
+0
*
XXX: unnecessary pointer in inode.
phk
2005-03-16
1
-1
/
+1
*
Don't store the disk cdev in all inodes.
phk
2005-03-16
3
-3
/
+0
*
Don't hold a reference to the disk vnode for each inode.
phk
2005-03-15
3
-11
/
+1
*
Eliminate cdev pointer in inodes, they're not used or needed.
phk
2005-03-15
3
-5
/
+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
4
-11
/
+3
[next]