nuttx/fs/nfs
Gregory Nutt e4652bd3dc Squashed commit of the following:
fs: Add truncate() support for userfs
    fs/unionfs:  Add truncate() support to the unionfs
    fs/tmpfs:  Add ftruncate() support to tmpfs
    syscall/: Add system call support for ftruncate()
    net/route:  Adding ftruncate() support eliminates an issue in file-based routing table management.
    fs:  Add basic framework to support truncate() and ftruncate().  The infrastructure is complete.  Now, however, the actual implementation of ftruncate() will have to be done for each file system.
2018-01-03 16:03:56 -06:00
..
Kconfig Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:08:57 -06:00
Make.defs
nfs_mount.h
nfs_node.h nfs: Simplify parameters saved for fstat() 2017-02-14 08:16:03 -06:00
nfs_proto.h
nfs_util.c Correct recurring typo: semaphore not semapore 2017-10-09 09:57:56 -06:00
nfs_vfsops.c Squashed commit of the following: 2018-01-03 16:03:56 -06:00
nfs.h Fix calculations using MSEC_PER_TICK. If USEC_PER_TICK is less than 1000, then MSEC_PER_TICK will be zero. It will be inaccurate in any case. 2016-09-25 08:17:33 -06:00
rpc_clnt.c Squashed commit of the following: 2017-09-30 08:18:08 -06:00
rpc.h
xdr_subs.h