Direct Access File System


title: "Direct Access File System" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["distributed-file-systems", "network-file-systems"] topic_path: "technology/operating-systems" source: "https://en.wikipedia.org/wiki/Direct_Access_File_System" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0

Direct Access File System (DAFS) is a network file system that is based on NFSv4 and the Virtual Interface (VI) data transfer mechanism. DAFS uses remote direct memory access (RDMA) to perform efficient network access to data in remote files. This lowers latency by reducing the number of steps needed to process and transfer remote data. File locking is cached on the client side, eliminating the need to access the file server for subsequent data access.

The DAFS was initially developed by Network Appliance Inc. An 85-member industry association named the DAFS Collaborative was assembled to complete the specification. With the draft release of v1.0, it was then passed to the Internet Engineering Task Force (IETF). Version 1.0 of the DAFS application programming interface was completed in 2001. The same year, a working version of DAFS was demonstrated using the Oracle database. DAFS beta version 1.0 is available from SourceForge under the BSD license. It was last updated in 2004.

References

References

  1. (2009). "Storage Networks Explained: Basics and Application of Fibre Channel SAN, NAS, ISCSI, InfiniBand and FCoE". John Wiley and Sons.
  2. Toigo, Jon William. (2004). "The holy grail of network storage management". Prentice Hall PTR.
  3. Kay, Russell. (October 21, 2002). "QuickStudy: Direct Access File System". ComputerWorld.
  4. "Direct Access File System (DAFS) Protocol". DAFS Collaborative.
  5. "DAFS, Direct Access File System". SourceForge.

::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::

distributed-file-systemsnetwork-file-systems