Git tree is here:
git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npiggin.git
Branch is:
vfs-scale-working
Changes since last posting:
* Fix for the cgroupfs crash (probably temporary until Al's fixes are
merged).
* Fix a couple of bisectability bugs.
* Fix a race in disconnected dentry alias handling causing NFS to explode
under load. Basically the patch to split dentry hash locks needs to
lock the s_anon list with a seperate lock, which it wasn't doing
properly in the d_move() code.
Thanks to all testers.
--