Age | Commit message (Collapse) | Author |
|
|
|
dir-reparent.c replaced by file-reparent.c.
|
|
|
|
|
|
Pass COOKIE directly to diskfs_make_peropen instead of unpacking each arg.
|
|
Type removed.
|
|
Finalize new state.
|
|
Add & use CONTEXT param.
Remove DOTDOT & DEPTH params.
|
|
Remove DEPTH & NEW_DEPTH params.
Check CRED->po->shadow_root for root traversals, and get rid of assert that
EAGAIN isn't returned from diskfs_lookup_hard.
|
|
Pass a prototype peropen instead of the dotdotport and depth to
diskfs_make_peropen.
|
|
Pass a prototype peropen instead of the dotdotport and depth to
diskfs_make_peropen.
|
|
Pass a prototype peropen instead of the dotdotport and depth to
diskfs_make_peropen.
|
|
Remove DEPTH & NEW_DEPTH params.
(struct peropen):
Add shadow_root_parent & shadow_root fields.
Removed depth field.
Rename dotdotnode field to root_parent.
|
|
Don't pass depth args to diskfs_lookup.
|
|
Don't pass depth args to diskfs_lookup.
|
|
Don't pass depth args to diskfs_lookup.
|
|
Return EXDEV if FROMCRED and TOCRED are in different shadow trees.
Don't pass depth args to diskfs_lookup.
|
|
Pass a prototype peropen instead of the dotdotport and depth to
diskfs_make_peropen.
|
|
Don't pass depth args to diskfs_lookup.
|
|
Pass a prototype peropen instead of the dotdotport and depth to
diskfs_make_peropen.
Use DIRCRED->po as the cookie for fshelp_fetch_root instead of a local
structure.
Get rid of DEPTH variable.
Get rid of depth parameters to diskfs_lookup.
Deal properly with EAGAIN return from diskfs_lookup.
Replace references to dotdotport with root_parent.
Remove O_EXLOCK & O_SHLOCK from FLAGS mask, now that they're included in
O_HURD.
|
|
Don't pass depth args to diskfs_lookup.
|
|
Don't pass depth args to diskfs_lookup.
|
|
Don't pass depth args to diskfs_lookup.
|
|
diskfs_S_exec_startup_get_info, diskfs_start_bootstrap):
Pass a prototype peropen instead of the dotdotport and depth to
diskfs_make_peropen.
|
|
|
|
Check OFF for validity and return EINVAL if it's bogus.
|
|
Check OFF for validity and return EINVAL if it's bogus.
|
|
|
|
Expect COOKIE2 to be a pointer to a struct diskfs_trans_callback_cookie2,
and use that to pass args to diskfs_make_peropen.
|
|
New type.
|
|
Add & use DEPTH argument.
|
|
Add DEPTH & NEW_DEPTH arguments.
Implement new fs-root detection using them.
|
|
Supply DEPTH argument to diskfs_make_peropen.
Pass new type of cookie2 to fshelp_fetch_root, as expected by
_diskfs_translator_callback2.
|
|
Supply DEPTH argument to diskfs_make_peropen.
|
|
Supply DEPTH & NEW_DEPTH arguments to diskfs_lookup.
|
|
Supply DEPTH & NEW_DEPTH arguments to diskfs_lookup.
|
|
Implement.
|
|
Supply DEPTH & NEW_DEPTH arguments to diskfs_lookup.
|
|
Supply DEPTH & NEW_DEPTH arguments to diskfs_lookup.
Translate EAGAIN (meaning root's parent) to EINVAL.
|
|
New file's depth is one greater than CRED's.
|
|
Supply DEPTH argument to diskfs_make_peropen.
|
|
Supply DEPTH & NEW_DEPTH arguments to diskfs_lookup.
|
|
Add DEPTH variable.
Supply DEPTH & NEW_DEPTH arguments to diskfs_lookup.
Supply DEPTH argument diskfs_make_peropen.
Pass new type of cookie2 to fshelp_fetch_root, as expected by
_diskfs_translator_callback2.
|
|
Supply DEPTH & NEW_DEPTH arguments to diskfs_lookup.
Translate EAGAIN (meaning root's parent) to EINVAL.
|
|
Supply DEPTH & NEW_DEPTH arguments to diskfs_lookup.
|
|
Supply DEPTH & NEW_DEPTH arguments to diskfs_lookup.
|
|
diskfs_execboot_fsys_startup, diskfs_S_fsys_init):
Supply DEPTH argument to diskfs_make_peropen.
|
|
Add DEPTH & NEW_DEPTH arguments.
(diskfs_make_peropen):
Add DEPTH argument.
(struct peropen):
Add DEPTH field.
|
|
|
|
Implement (code from ufs).
|