Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
110 tokens/sec
GPT-4o
56 tokens/sec
Gemini 2.5 Pro Pro
44 tokens/sec
o3 Pro
6 tokens/sec
GPT-4.1 Pro
47 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

BPF for storage: an exokernel-inspired approach (2102.12922v1)

Published 25 Feb 2021 in cs.OS and cs.DB

Abstract: The overhead of the kernel storage path accounts for half of the access latency for new NVMe storage devices. We explore using BPF to reduce this overhead, by injecting user-defined functions deep in the kernel's I/O processing stack. When issuing a series of dependent I/O requests, this approach can increase IOPS by over 2.5$\times$ and cut latency by half, by bypassing kernel layers and avoiding user-kernel boundary crossings. However, we must avoid losing important properties when bypassing the file system and block layer such as the safety guarantees of the file system and translation between physical blocks addresses and file offsets. We sketch potential solutions to these problems, inspired by exokernel file systems from the late 90s, whose time, we believe, has finally come!

User Edit Pencil Streamline Icon: https://streamlinehq.com
Authors (7)
  1. Yu Jian Wu (1 paper)
  2. Hongyi Wang (62 papers)
  3. Yuhong Zhong (5 papers)
  4. Asaf Cidon (27 papers)
  5. Ryan Stutsman (7 papers)
  6. Amy Tai (4 papers)
  7. Junfeng Yang (80 papers)
Citations (25)

Summary

We haven't generated a summary for this paper yet.