[CFT][PATCH] namespaces - next variant

Alexander Viro (viro@math.psu.edu)
Thu, 29 Mar 2001 06:04:16 -0500 (EST)


Folks, updated namespace patch is on
ftp.math.psu.edu/pub/viro/namespaces-b-S3-pre8.gz
It took longer than I expected - sorry about that.

News:
* fix for long-standing races between rename() and umount()
* much better scalability for case of multiple namespaces (cost of
traversing mountpoints is nearly constant instead of O(number of
namespaces)).
* recursive bind (i.e. bind with submounts - pass MS_BIND|MS_REC in
flags)
* sane refcounting for FS_SINGLE filesystems
* fixes for assorted bugs in previous version
* real cleanup of fs/super.c logics. Hell, it's almost documentable
now. Thing separated into namespace.c (vfsmount handling) and
super.c - both became readable.

It seems to be working here, but it obviously needs more testing. Patch
is against 2.4.3-pre8. As far as I'm concerned design-wise it's pretty close
to final - next pieces will go as incremental to it.

I'll start posting documentation when I'll be back from San Jose. Please,
help testing the thing - bug reports are more than welcome.
Cheers,
Al

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/