NetBSD/sys/ufs/ufs
rmind e225b7bd09 Welcome to 5.99.53! Merge rmind-uvmplock branch:
- Reorganize locking in UVM and provide extra serialisation for pmap(9).
  New lock order: [vmpage-owner-lock] -> pmap-lock.

- Simplify locking in some pmap(9) modules by removing P->V locking.

- Use lock object on vmobjlock (and thus vnode_t::v_interlock) to share
  the locks amongst UVM objects where necessary (tmpfs, layerfs, unionfs).

- Rewrite and optimise x86 TLB shootdown code, make it simpler and cleaner.
  Add TLBSTATS option for x86 to collect statistics about TLB shootdowns.

- Unify /dev/mem et al in MI code and provide required locking (removes
  kernel-lock on some ports).  Also, avoid cache-aliasing issues.

Thanks to Andrew Doran and Joerg Sonnenberger, as their initial patches
formed the core changes of this branch.
2011-06-12 03:35:36 +00:00
..
Makefile
dinode.h
dir.h
dirhash.h
extattr.h
inode.h
quota.h Don't include quota/quotaprop.h for tools. 2011-03-25 10:25:17 +00:00
quota1.h Add a new libquota library, which contains some blocks to build and/or 2011-03-24 17:05:39 +00:00
quota1_subr.c Fix bad cut'n'paste in copyright. Pointed out by dyoung@ 2011-06-07 14:56:12 +00:00
quota2.h Fix bad cut'n'paste in copyright. Pointed out by dyoung@ 2011-06-07 14:56:12 +00:00
quota2_subr.c Fix bad cut'n'paste in copyright. Pointed out by dyoung@ 2011-06-07 14:56:12 +00:00
ufs_bmap.c
ufs_bswap.h
ufs_dirhash.c
ufs_extattr.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
ufs_extern.h add "struct ufid;" so we can include it without ufs/inode.h 2011-04-04 21:46:15 +00:00
ufs_ihash.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
ufs_inode.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
ufs_lookup.c
ufs_quota.c Add a new libquota library, which contains some blocks to build and/or 2011-03-24 17:05:39 +00:00
ufs_quota.h
ufs_quota1.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
ufs_quota2.c Fix bad cut'n'paste in copyright. Pointed out by dyoung@ 2011-06-07 14:56:12 +00:00
ufs_readwrite.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
ufs_vfsops.c Add a new libquota library, which contains some blocks to build and/or 2011-03-24 17:05:39 +00:00
ufs_vnops.c ufs_mknod: change vnode type to VNON before it gets unlocked. Closes a small 2011-04-30 14:24:27 +00:00
ufs_wapbl.c ufs_wapbl_verify_inodes: update to reality (if somebody decides to use this). 2011-05-23 22:02:26 +00:00
ufs_wapbl.h
ufsmount.h