freebsd-dev/sys/gnu/ext2fs
John-Mark Gurney ad3b9257c2 Add locking to the kqueue subsystem. This also makes the kqueue subsystem
a more complete subsystem, and removes the knowlege of how things are
implemented from the drivers.  Include locking around filter ops, so a
module like aio will know when not to be unloaded if there are outstanding
knotes using it's filter ops.

Currently, it uses the MTX_DUPOK even though it is not always safe to
aquire duplicate locks.  Witness currently doesn't support the ability
to discover if a dup lock is ok (in some cases).

Reviewed by:	green, rwatson (both earlier versions)
2004-08-15 06:24:42 +00:00
..
COPYRIGHT.INFO
ext2_alloc.c Remove advertising clause from University of California Regent's 2004-04-07 20:46:16 +00:00
ext2_balloc.c Remove advertising clause from University of California Regent's 2004-04-07 20:46:16 +00:00
ext2_bitops.h
ext2_bmap.c Remove advertising clause from University of California Regent's 2004-04-07 20:46:16 +00:00
ext2_extern.h Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
ext2_fs_sb.h Enforce the file size limit in VOP_WRITE() as well as VOP_TRUNCATE(); 2004-02-19 09:06:06 +00:00
ext2_fs.h Add partial support for large (>4GB) files on ext2 filesystems. This 2004-02-18 14:08:25 +00:00
ext2_ihash.c Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
ext2_inode_cnv.c Add partial support for large (>4GB) files on ext2 filesystems. This 2004-02-18 14:08:25 +00:00
ext2_inode.c Remove advertising clause from University of California Regent's 2004-04-07 20:46:16 +00:00
ext2_linux_balloc.c
ext2_linux_ialloc.c
ext2_lookup.c Remove advertising clause from University of California Regent's 2004-04-07 20:46:16 +00:00
ext2_mount.h Fixed misformatting in previous commit. 2004-06-20 03:34:21 +00:00
ext2_readwrite.c Remove advertising clause from University of California Regent's 2004-04-07 20:46:16 +00:00
ext2_subr.c Update for the KDB framework: 2004-07-10 21:21:55 +00:00
ext2_vfsops.c Put a version element in the VFS filesystem configuration structure 2004-07-30 22:08:52 +00:00
ext2_vnops.c Add locking to the kqueue subsystem. This also makes the kqueue subsystem 2004-08-15 06:24:42 +00:00
fs.h Remove advertising clause from University of California Regent's 2004-04-07 20:46:16 +00:00
i386-bitops.h
inode.h Fixed misformatting of code and breaking of a comment in previous commit. 2004-06-20 03:36:31 +00:00
sparc64-bitops.h