Skip to content

Commit 286d0aa

Browse files
committed
feat: 🎸 add NFSv4 data types
1 parent e258eec commit 286d0aa

File tree

6 files changed

+3732
-0
lines changed

6 files changed

+3732
-0
lines changed

src/nfs/v4/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
11
# NFSv4 Protocol Implementation
2+
3+
This directory contains an implementation of the NFSv4 protocol data structures based on RFC 7530 and RFC 7531.
4+
5+
## Overview
6+
7+
NFSv4 is a distributed file system protocol that integrates:
8+
- Traditional file access operations
9+
- File locking (integrated, unlike NFSv3 which used separate NLM protocol)
10+
- Mount protocol (integrated, unlike NFSv3 which used separate MOUNT protocol)
11+
- Strong security with RPCSEC_GSS
12+
- COMPOUND operations for reduced latency
13+
- Client caching and delegations
14+
- Internationalization support

0 commit comments

Comments
 (0)