Lafayette
Mon Sep 28 | 1:10pm
Modern NAS protocols are not simply remote wrappers around POSIX. NFSv4 and SMB3 expose richer client intent through compound operations, stable handles, stateful opens, leases, delegations, durable handles, replay behavior, and metadata operations. S3 adds object semantics that further strain a filesystem-shaped internal API. When a user-space NAS server immediately decomposes these requests into blocking open(), read(), write(), and stat()-style calls, it loses information that could have improved correctness, scheduling, caching, and backend execution.
This talk explores the architecture of a protocol-native user-space VFS: an API where NAS operations, compound structure, stable object identity, protocol state, replay handling, and metadata semantics are first-class concepts. That can help backends avoid redundant lookups, batch metadata work, reason about idempotency, and, where appropriate, map related operations onto transaction-like backend units while maintaining protocol-specific failure semantics.
The session will also examine why asynchronous, completion-driven APIs are a better fit than blocking syscall-style interfaces for high-operation-rate NAS services. Event-driven VFS design affects buffer ownership, backend plugins, scheduling, cache interaction, and the ability to multiplex protocols and transports efficiently. We will also discuss how user-space NAS designs can leverage modern hardware and transport capabilities, including TCP acceleration, RDMA, io_uring, and zero-copy I/O.
These lessons are drawn from building Chimera, an open-source multi-protocol NAS stack serving NFS, SMB, and S3 from a shared user-space VFS.
File Systems & Protocols
USMB2 is a userspace SMB2/3 client for extremely constrained platforms, such as Z80 class machines.
It supports NTLMv2 authentication, mapping shares, opening/reading/writing files with full unicode for share and file names.
This presentation will go through how to design and implement a SMB2/3 client for extremely CPU and RAM constrained systems. What featureset is feasible for 8-bit machines, how and what tweaks are required to make it all work.
File Systems & Protocols
This presentation recaps the features and capabilities added to the upstream Linux in-kernel NFS server from kernels 6.14 through 7.2, covering areas such as dynamic thread pool scaling and the use of server-side O_DIRECT. It will also highlight upcoming additions and the directions driving active development — giving attendees a practical understanding of where the server stands today and where it is headed.
File Systems & Protocols
The Linux kernel is about to get native quic and smbdirect support. This talk covers the current status of merging these features into upstream Linux and Samba projects. By the time of the conference most things should be ready to use, so this will also outline what still could be optimized, regarding cpu usage, avoiding memory copy and latency.
File Systems & Protocols
SMB3 POSIX Extensions bring first-class POSIX semantics to SMB, and are now fully implemented and documented across Samba, ksmbd, and the Linux kernel client in their latest stable releases.
This session walks administrators through enabling and using these capabilities in real-world deployments. We conclude by presenting the new home of the protocol specification and outlining how to stay involved as it evolves.
File Systems & Protocols
Samba development has not stopped since SDC 2025:
* SMB over RDMA shows spectacular transfer rates
* The connection ceph and ceph/rgw has improved
* Security of Active Directory protocols has been tightened
* Samba has done development to follow Microsoft on its way to get rid of NTLM
* Entra ID authentication over SMB is an area of active development
* Samba will work better with fuse-based file systems
This talk will present the highlights of latest Samba developments in the above and possibly other areas
File Systems & Protocols
The Fibre Channel Channel community began the year with the introduction of 128GFC products, but that's not all! With the release the third generation Security Protocols, Fibre Channel enters a new era of secure fabric solutions. Add to that the completion of the FC-RDMA specification and Fibre Channel lays the groundwork for integration with AI solutions for Fibre Channel SANs. The Fibre Channel team is also pushing ahead on the Gen 9 Fibre Channel specification to deliver 256GFC in the near future.
Now is the time to step back a bit and view the Fibre Channel roadmap. In this session, we discuss the success of the next generation security specifications (FC-SP-3), the technical challenges associated with the creation of 256GFC products, and the impact AI will have on Fibre Channel solutions. Come explore the excitement around FC-SP-3 "Autonomous In-flight encryption" (AIE) that provide a plug-n-play solution for end-to-end security! Take a look at the expansion of Fabric Notifications to produce automated responses to disruptions in the network. Let's see where Fibre Channel is taking you!
We look forward to sharing with you the innovations in Fibre Channel!