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
/
udf
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-3
/
+2
*
- We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.
jeff
2005-03-28
1
-7
/
+5
*
- Update vfs_root implementations to match the new prototype. None of
jeff
2005-03-24
1
-1
/
+1
*
Also remember to set the fsid here.
phk
2005-03-17
1
-0
/
+1
*
Add two arguments to the vfs_hash() KPI so that filesystems which do
phk
2005-03-16
1
-2
/
+2
*
Remove inode fields previously used for private inode hash tables.
phk
2005-03-16
1
-1
/
+0
*
Don't hold a reference to the disk vnode for each inode.
phk
2005-03-15
3
-11
/
+1
*
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
3
-112
/
+52
*
Remove basically unused root_vp pointer in udfmount.
rwatson
2005-02-18
2
-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
*
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
*
Fix an incorrect cast.
scottl
2005-01-18
1
-1
/
+1
*
NULL-terminate the . and .. directory entries. Apparently some tools ignore
scottl
2005-01-14
1
-0
/
+2
*
Replace the min() macro with a test that doesn't truncate the 64-bit values
scottl
2005-01-14
1
-1
/
+4
*
Whitespace in vop_vector{} initializations.
phk
2005-01-13
1
-0
/
+1
*
Use off_t when passing and calculating file offsets. While a single
scottl
2005-01-12
1
-6
/
+11
*
Don't allow reads past the end of a file.
scottl
2005-01-12
1
-1
/
+1
*
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
-2
/
+4
*
ufs vfs_mountedon(), rely on vfs_mount.c calling VFS_STATFS()
phk
2004-12-06
1
-4
/
+1
*
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
1
-20
/
+15
*
Mechanically change prototypes for vnode operations to use the new typedefs.
phk
2004-12-01
1
-11
/
+11
*
Make VOP_BMAP return a struct bufobj for the underlying storage device
phk
2004-11-15
1
-2
/
+2
*
Move UDF to GEOM backing instead of DEVFS.
phk
2004-10-29
3
-25
/
+28
*
Eliminate unnecessary KASSERTs.
phk
2004-10-27
1
-1
/
+1
*
Put a version element in the VFS filesystem configuration structure
phk
2004-07-30
1
-3
/
+4
*
Make VFS_ROOT() and vflush() take a thread argument.
alfred
2004-07-12
1
-2
/
+2
*
Make the udf_vnops side endian clean.
scottl
2004-06-23
1
-35
/
+41
*
First half of making UDF be endian-clean. This addresses the vfsops side.
scottl
2004-06-23
3
-23
/
+28
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-2
/
+2
*
Catch all cases where bread() returns an error and a valid *bp, and release
scottl
2004-03-30
2
-6
/
+11
*
Change __FUNCTION__ to __func__
scottl
2004-03-03
1
-2
/
+2
*
Re-arrange and consolidate some random debugging stuff
scottl
2003-12-07
1
-20
/
+1
*
Add hooks for translating directories entries using the iconv methods.
scottl
2003-11-05
5
-32
/
+172
*
Add udf_UncompressUnicodeByte() for processing cs0 strings in a way that the
scottl
2003-11-05
2
-0
/
+46
*
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
*
Consistently use the BSD u_int and u_short instead of the SYSV uint and
jhb
2003-08-07
1
-2
/
+2
*
Add a "int fd" argument to VOP_OPEN() which in the future will
phk
2003-07-26
1
-1
/
+1
*
Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementations
phk
2003-06-15
1
-0
/
+2
*
Initialize struct vfsops C99-sparsely.
phk
2003-06-12
1
-23
/
+18
*
Eliminate the separate malloc type for the sparing table.
scottl
2003-05-04
1
-3
/
+2
*
Add a missing __inline. Strange that gcc never complained about it.
scottl
2003-05-04
1
-3
/
+3
[next]