Age | Commit message (Collapse) | Author |
|
|
|
* dir-readdir.c (netfs_S_dir_readdir): Take new DATA_DEALLOC parameter.
|
|
|
|
* fsstubs.c (netfs_S_io_pathconf): Delete function.
* io-pathconf.c: New file.
* Makefile (IOSRCS): Add io-pathconf.c.
|
|
* iostubs.c (netfs_S_io_map_segment): New function.
|
|
|
|
* file-get-storage-info.c: Add #include <sys/mman.h>.
* file-get-translator.c: Likewise.
|
|
|
|
* file-get-storage-info.c: Add #include <sys/mman.h>.
|
|
* file-get-storage-info.c (netfs_S_file_get_storage_info): Use
mmap instead of vm_allocate.
* file-get-translator.c (netfs_S_file_get_translator): Likewise.
* io-read.c (netfs_S_io_read): Likewise.
|
|
|
|
* io-read.c: Add #include <sys/mman.h> for munmap decl.
* release-protid.c: Likewise.
|
|
* io-read.c (netfs_S_io_read): Use munmap instead of
vm_deallocate.
* release-protid.c (netfs_release_protid): Likewise.
|
|
* 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.
|