You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The read-only namespace + attribute model: pseudo-fs root, filehandle ops, name
resolution, and the fattr4 bitmap attribute mapping onto the existing PassthroughFs/std::fs metadata.
Goal
The read-only namespace + attribute model: pseudo-fs root, filehandle ops, name
resolution, and the
fattr4bitmap attribute mapping onto the existingPassthroughFs/std::fsmetadata.Scope
PUTROOTFH(v4 pseudo-root = export root),PUTFH,GETFH,SAVEFH,RESTOREFH.LOOKUP,LOOKUPP,ACCESS.GETATTR/SETATTRoverbitmap4— map mandatory + recommended attrs(type, change, size, fsid, fileid, mode, owner/owner_group, time_*,
maxread/maxwrite) onto
std::fs::Metadata; reuse the(dev,ino)fileid andthe F5 ownership/chown semantics for
owner/modeSETATTR.SECINFO/SECINFO_NO_NAMEadvertising AUTH_SYS.Dependencies
#54, #55.
Acceptance
ls -la,stat, path traversal over a vers=4.1 mount return correct attributes;owner/group reflect the AUTH_SYS caller (consistent with F5).