index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
miscfs
/
fdesc
Age
Commit message (
Expand
)
Author
2010-01-08
The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live
pooka
2009-11-30
Introduce genfs_statvfs() as pretty much a no-info statvfs and
pooka
2009-07-31
Get rid of dependency on M_UFSMNT. Since we need storage only for
pooka
2009-07-31
Do a name-based search for the ctty major instead of requiring an
pooka
2009-07-31
Instead of reporting some random "files used/free" figures for the
pooka
2009-05-24
More changes to improve kern_descrip.c.
ad
2009-03-15
ansify function definitions
cegger
2009-03-14
Change about 4500 of the K&R function definitions to ANSI ones.
dsl
2008-12-17
kill MALLOC and FREE macros.
cegger
2008-06-28
Create sysctl entries during module initialisation and destroy them
rumble
2008-05-13
mnt_data is a pointer, set it to NULL not 0 when we're finished with it.
simonb
2008-05-10
Convert file systems to dynamically attach with the new module interface.
rumble
2008-05-05
- Convert hashinit() to use kmem_alloc(). The hash tables can be large
ad
2008-04-29
PR kern/38057 ffs makes assuptions about devvp file system
ad
2008-03-21
Catch up with descriptor handling changes. See kern_descrip.c revision
ad
2008-01-28
Fix some race conditions in rename.
dholland
2008-01-02
Merge vmlocking2 to head.
ad
2007-12-08
Remove cn_lwp from struct componentname. curlwp should be used
pooka
2007-11-26
Remove the "struct lwp *" argument from all VFS and VOP interfaces.
pooka
2007-10-10
Merge from vmlocking:
ad
2007-10-08
Merge file descriptor locking, cwdi locking and cross-call changes
ad
2007-07-31
* nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kern
pooka
2007-07-27
whoops, forgot to commit this a while back: initialize new vnode size
pooka
2007-07-26
Use eopnotsupp() instead of vfs_stdsuspendctl() and retire the latter.
pooka
2007-07-17
Make set_statvfs_info() take a parameter for the vfs name instead
pooka
2007-07-12
Change the VFS_MOUNT() interface so that the 'data' buffer passed to the
dsl
2007-07-09
Merge some of the less invasive changes from the vmlocking branch:
ad
2007-07-08
* allow unmount even if rootvp has a usecount > 1 provided that
pooka
2007-02-09
Merge newlock2 to head.
ad
2007-01-19
New file system suspension API to replace vn_start_write and vn_finished_write.
hannken
2006-12-09
a smorgasbord of improvements to vnode locking and path lookup:
chs
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-08-30
fix missing initializers
christos
2006-05-14
integrate kauth.
elad
2006-04-04
Coverity CID 1140: NULL dereference cannot happen, but protect against it.
christos
2006-03-01
merge yamt-uio_vmspace branch.
yamt
2005-12-11
merge ktrace-lwp.
christos
2005-11-02
merge yamt-vop branch. remove following VOPs.
yamt
2005-09-23
Apply the NFS exports list rototill patch:
jmmv
2005-09-14
When readdir() is called from vfs_getcwd, uio->uio_procp is NULL. Deal with
christos
2005-08-30
Remove __P()
xtraeme
2005-08-19
64 bit inode changes.
christos
2005-05-29
- sprinkle const
christos
2005-03-29
- Define a VFS_ATTACH() macro that places a reference to a vfsops structure
thorpej
2005-02-26
nuke trailing whitespace
perry
2005-01-02
Add the system call and VFS infrastructure for file system extended
thorpej
2004-11-30
Cloning cleanup:
christos
2004-09-13
set mp->mnt_stat.f_namemax on filesystem mount, for use by statvfs
jdolecek
2004-05-25
Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD.
hannken
[next]