Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-10-10 | r4313: fixed a bug in handling new xattrs in the tdb xattr backend | Andrew Tridgell | 1 | -2/+1 | |
(This used to be commit c66b5a100c1b83adf034087fe2ce49fc77d84161) | |||||
2007-10-10 | r4242: added support for storing xattrs in a tdb. This allows all advanced NT | Andrew Tridgell | 1 | -0/+232 | |
attributes (streams, EAs, NT ACLs, timestamps etc) to be used on filesystems that don't support xattrs. It also allows for large streams, although they are very inefficient. I won't enable this by default, as I really wrote it as a way of testing large stream support while still using ext3, but perhaps with a bit more work this could be generally usable. To enable this use: posix:eadb = /home/test/myeas.tdb (This used to be commit 0c927d912cb65754351189d3a0442004a14aa5c6) |