kib 2008-04-06 10:02:20 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/sys vnode.h
sys/kern vfs_mount.c
sys/ufs/ffs ffs_softdep.c
Log:
MFC
rev. 1.277 of sys/kern/vfs_mount.c
rev. 1.332 of sys/sys/vnode.
jeff2008-03-24 04:11:41 UTC
FreeBSD src repository
Modified files:
sys/sys vnode.h
Log:
- Remove an old comment; vnodes have been working without Giant for
years now.
- Clarify the locking required for VI_DOOMED in preparation for
simplifications to
pjd 2007-10-20 09:41:55 UTC
FreeBSD src repository
Modified files:
sys/sys vnode.h
Log:
Remove redundant prototypes.
Revision ChangesPath
1.327 +0 -2 src/sys/sys/vnode.h
___
cvs-all@freebsd.org mail
pjd 2007-05-25 22:16:18 UTC
FreeBSD src repository
Modified files:
sys/sys vnode.h
sys/kern vfs_cache.c
Log:
The cache_leaf_test() function seems to be unused, so remove it.
Revision ChangesPath
1.110 +0 -31 src/sys/kern/vfs_c
des 2007-03-31 23:57:17 UTC
FreeBSD src repository
Modified files:
sys/sys vnode.h
sys/kern vfs_subr.c
Log:
Make vdropl() public; zfs needs it. There is also plenty of existing
file system code (mostly *_reclaim()) which look like this:
kib 2007-01-05 09:51:15 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/sys vnode.h
sys/kern vfs_bio.c
sys/dev/md md.c
Log:
MFC
rev. 1.167 of src/sys/dev/md/md.c
rev. 1.514, 1.515 of src/sys/kern/vfs_bi
kib 2006-12-14 14:18:42 UTC
FreeBSD src repository
Modified files:
sys/sys vnode.h
Log:
Use tab after #define.
Pointed out by: pjd
Revision ChangesPath
1.320 +1 -1 src/sys/sys/vnode.h
___
cvs-a
pjd 2006-10-31 21:48:54 UTC
FreeBSD src repository
Modified files:
sys/sys vnode.h
sys/kern vfs_subr.c
sys/ufs/ffs ffs_extern.h ffs_vfsops.c fs.h
sys/ufs/ufs ufs_inode.c ufs_vnops.c
Added files:
sys/ufs/ufs
delphij 2006-04-18 08:05:08 UTC
FreeBSD src repository
Modified files:
sys/sys vnode.h
sys/kern vfs_hash.c
Log:
In vfs_hash_get(): mount point should never be changed
so explicitly constify the mp parameter.
Reviewed by:phk
Revision
jeff2006-03-13 03:07:28 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/sys vnode.h
Log:
MFC Revs 1.315, 1.314, 1.305
VFS SMP fixes, stack api, softupdates fixes.
Sponsored by: Isilon Systems, Inc.
Approved by:re (scottl)
rwatson 2006-02-14 00:03:01 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/sys vnode.h
Log:
Merge vnode.h:1.312 from HEAD to RELENG_6:
Rename uid and gid arguments to vaccess() prototype to match vaccess()
implementation in vfs_su
yar 2006-02-01 12:43:13 UTC
FreeBSD src repository
Modified files:
sys/sys vnode.h
sys/vm vnode_pager.c
Log:
Use off_t for file size passed to vnode_create_vobject().
The former type, size_t, was causing truncation to 32 bits on i386,
which
rwatson 2006-01-15 02:01:51 UTC
FreeBSD src repository
Modified files:
sys/sys vnode.h
Log:
Rename uid and gid arguments to vaccess() prototype to match vaccess()
implementation in vfs_subr.c. No functional change.
MFC after: 3 days
Revision Change
des 2005-12-14 00:15:11 UTC
FreeBSD src repository
Modified files:
sys/sys vnode.h
sys/toolsvnode_if.awk
Log:
Nuke vnodeop_desc.vdesc_transports, which has been unused since the dawn
of time (or the inception of ncvs, whichever came last)
14 matches
Mail list logo