Whamcloud - gitweb
LUDOC-296 protocol: remove internal details from descriptions
[doc/protocol.git] / file_system_operations.txt
1
2 File System Operations
3 ----------------------
4 [[file-system-operations]]
5
6 Lustre is a POSIX compliant file system that provides namespace and
7 data storage services to clients. It implements the normal file system
8 functionality including creating, writing, reading, and
9 removing files and directories. These file system operations are
10 implemented via <<lustre-rpcs,Lustre RPCs>>, which carry
11 out communication and coordination with the servers. In this section
12 we present the sequence of Lustre Operations, along with their
13 effects, of a variety of file system operations.
14
15 include::mount.txt[]
16
17 include::umount.txt[]
18
19 include::create.txt[]
20
21 include::getattr.txt[]
22
23 include::setattr.txt[]
24
25 include::statfs.txt[]
26
27 include::getxattr.txt[]
28
29 include::setxattr.txt[]