Age | Commit message (Collapse) | Author |
|
* nref.c: New file; guts from netfs.h.
* nrele.c: Likewise.
* nput.c: Likewise.
* netfs.h (netfs_nref, netfs_nrele, netfs_nput): Replace inline
definitions with normal declarations.
(NETFS_EI): Remove macro.
* netfs.c: Deleted file.
* Makefile (OTHERSRCS): Add nref.c, nrele.c, nput.c. Remove
netfs.c.
|
|
* dir-lookup.c (netfs_S_dir_lookup): Only set newnode to 1 if the
lookup does not need to be retried as a result of getting EEXIST.
|
|
|
|
* io-revoke.c (netfs_S_io_revoke): Use ports_class_iterate.
|
|
* io-revoke.c (netfs_S_io_revoke): Protect the revocation by
blocking other rpcs.
|
|
* io-revoke.c (netfs_S_io_revoke): Release lock before iteration.
|
|
|
|
* io-revoke.c (netfs_S_io_revoke): Fix typos.
|
|
|
|
* io-revoke.c: New file.
* Makefile (IOSRCS): Add iorevoke.c.
|
|
* file-utimes.c (netfs_S_file_utimes): Understand new semantics
for setting to current time.
* netfs.h (netfs_attempt_utimes): Update documentation.
|
|
|
|
* file-set-translator.c: Remove makedev, major, minor macro definition.
* dir-lookup.c: Likewise.
|
|
|
|
* file-get-fs-options.c (netfs_S_file_get_fs_options):
fshelp_return_malloced_buffer renamed to iohelp_*.
* fsys-get-options.c (netfs_S_fsys_get_options): Likewise.
|
|
* dir-lookup.c (netfs_S_dir_lookup): Don't require the node to be
a directory in the null pathname case.
|
|
|
|
Fix type signature of short_circuited_callback1.
|
|
|
|
Re-aquire the lock on DNP when looping to follow a symlink.
|
|
|
|
Use a copy of CRED->user when creating NEW_CRED.
|
|
|
|
Don't lock DNP or assume it's locked when it shouldn't be.
|
|
* init-loop.c (netfs_server_loop): New args for
ports_manage_port_operations_multithread.
|
|
|
|
* file-exec.c: Include <fcntl.h> instead of <fcntlbits.h>.
Suggested by Marcus G. Daniels (marcus@cathcart.sysc.pdx.edu).
|
|
|
|
Add trans-callback.c & set-get-trans.c.
|
|
Use S_IPTRANS bit in nn_stat st_mode field rather than istranslated field.
|
|
Use S_IPTRANS bit in nn_stat st_mode field rather than istranslated field.
|
|
Use S_IPTRANS bit in nn_stat st_mode field rather than istranslated field.
|
|
Set S_IATRANS & S_IROOT bits in st_mode field of returned buffer if
appropriate.
|
|
New declaration.
(struct node):
Remove istranslated field.
|
|
|
|
Supply program name with error messages.
|
|
* file-chmod.c (netfs_S_file_chmod): Turn off any read-only bits.
|
|
|
|
Implement shadow root .. traversal.
Use context po argument to netfs_make_peropen & as cookie to
fshelp_fetch_root, instead of parent node.
|
|
Pass context arg to netfs_make_peropen instead of parent node.
|
|
Pass context arg to netfs_make_peropen instead of parent node.
|
|
Implement.
|
|
Add PEROPEN_CONTEXT variable, and pass it to netfs_make_peropen &
fshelp_fetch_root.
|
|
Add and use CONTEXT parameter.
|
|
Finalize new state.
|
|
Add shadow_root_parent & shadow_root fields.
Removed depth field.
Rename dotdotnode field to root_parent.
(netfs_make_peropen):
Add and use CONTEXT parameter.
|
|
Support reading from symlinks.
|
|
|
|
|
|
|