aboutsummaryrefslogtreecommitdiff
path: root/nfs/ops.c
Commit message (Collapse)AuthorAgeFilesLines
* (netfs_validate_stat):Miles Bader1997-06-201-2/+0
| | | | Don't clear NP->istranslated.
* Wed May 21 12:07:24 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-05-211-1/+1
| | | | | * ops.c (netfs_attempt_create_file): Only attempt chown if the create succeeded.
* *** empty log message ***Thomas Bushnell1997-05-201-1/+1
|
* *** empty log message ***Thomas Bushnell1997-05-201-4/+5
|
* *** empty log message ***Thomas Bushnell1997-05-201-4/+4
|
* Tue May 20 15:35:39 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-05-201-5/+36
| | | | | | | | | * nfs.c (xdr_encode_create_state): New arg OWNER. Set the owner of the new file to it. All callers changed. * nfs.h (xdr_encode_create_state): Update prototype. * ops.c (netfs_attempt_mkdir): If owner didn't get set correctly (some servers ignore it) then try a chown. (netfs_attempt_create_file): Likewise.
* Fix compilation error.Thomas Bushnell1997-04-161-1/+1
|
* Thu Apr 10 13:25:12 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-04-101-0/+17
| | | | | * ops.c (netfs_attempt_set_size): Short circuit EACCES to cover one important case.
* Wed Feb 12 13:53:42 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-02-121-2/+2
| | | | | | * ops.c (netfs_check_open_permissions): If this is a new node, don't report an error here. (Though, later I/O requests still might fail.)
* Mon Nov 18 17:01:38 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-11-181-86/+52
| | | | | | | | | | | | | | | | | | * ops.c (guess_mode_use): Delete function. (netfs_report_access): Use fshelp_access instead of guess_mode_use. Change return type. Sat Nov 16 18:24:55 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * Makefile (SRCS): Remove `cred.c'. * cred.c: Delete file. * nfs.h (struct netcred): Delete type. (cred_has_uid, cred_has_gid): Delete functions. (nfs_initialize_rpc): netcred arg now iouser. * ops.c: Change struct netcred to struct iouser throughout. * pager.c: Likewise. * cache.c (netfs_node_norefs): Likewise. * nfs.c (nfs_initialize_rpc): Convert use of netcred to iouser.
* (netfs_attempt_statfs):Miles Bader1996-10-311-9/+6
| | | | | | | Convert incoming numbers from network to host byte order. Don't convert sizes from IOSIZE to BSIZE units. Return BSIZE in f_bsize field, not IOSIZE. Fill in f_fsid field.
* *** empty log message ***Thomas Bushnell1996-10-031-1/+11
|
* *** empty log message ***Thomas Bushnell1996-09-041-122/+409
|
* *** empty log message ***Thomas Bushnell1996-08-151-10/+5
|
* *** empty log message ***Thomas Bushnell1996-08-141-26/+45
|
* *** empty log message ***Thomas Bushnell1996-08-131-0/+33
|
* *** empty log message ***Thomas Bushnell1996-08-011-1/+1
|
* (netfs_attempt_link) [case SYMLINK]: Include directory handle as anMichael I. Bushnell1996-07-041-0/+1
| | | | RPC arg.
* (netfs_attempt_unlink): Add new arg in call to netfs_attempt_link.Michael I. Bushnell1996-05-141-1/+1
|
* (netfs_attempt_rename, netfs_attempt_link): New parm EXCL, but don'tMichael I. Bushnell1996-05-101-2/+9
| | | | implement the hard case yet.
* (netfs_attempt_statfs): Expect and fill in new statfs buffer.Michael I. Bushnell1996-05-101-10/+13
|
* (guess_mode_use): New function.Michael I. Bushnell1996-04-111-1/+76
| | | | | (netfs_check_open_permissions, netfs_report_access): Replace old clever versions with less obtrusive one.
* (netfs_report_access): Oops.Michael I. Bushnell1996-04-021-9/+9
|
* (netfs_report_access): Never mind on new calling conv.Michael I. Bushnell1996-04-021-23/+17
|
* (netfs_report_access): Support new calling convention wrt TYPES.Michael I. Bushnell1996-04-021-19/+23
|
* (netfs_report_access): Bother to initialize LEN.Michael I. Bushnell1996-04-021-1/+1
|
* (netfs_report_access): Make sure netfs_attempt_read return aMichael I. Bushnell1996-03-291-0/+2
| | | | reasonable LEN.
* (netfs_attempt_write): Truncate to THISAMT instead of AMT.Michael I. Bushnell1996-03-291-3/+3
|
* *** empty log message ***Michael I. Bushnell1996-03-191-42/+1183
|
* entered into RCSMichael I. Bushnell1994-08-181-1/+40
|
* Initial revisionMichael I. Bushnell1994-08-171-0/+37