<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Io_uring on Nalar</title>
    <link>https://nalar.dev/tags/io_uring/</link>
    <description>Recent content in Io_uring on Nalar</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 16 Sep 2026 00:00:00 +0700</lastBuildDate>
    <atom:link href="https://nalar.dev/tags/io_uring/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>io_uring Registered Files Bypass Repeated Descriptor Lookup</title>
      <link>https://nalar.dev/io-uring-registered-files-bypass-repeated-descriptor-lookup/</link>
      <pubDate>Wed, 16 Sep 2026 00:00:00 +0700</pubDate>
      <guid>https://nalar.dev/io-uring-registered-files-bypass-repeated-descriptor-lookup/</guid>
      <description>&lt;p&gt;An &lt;code&gt;io_uring&lt;/code&gt; request that uses a normal file descriptor still has to resolve that descriptor through the submitting task&amp;rsquo;s file table. A registered file takes a different path: the ring holds a reference to the open file, and an SQE names a slot in that ring-local table.&lt;/p&gt;&#xA;&lt;p&gt;That distinction removes repeated descriptor lookup from the request path. It also changes resource lifetime, update semantics, and the meaning of the SQE &lt;code&gt;fd&lt;/code&gt; field.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
