Linux Kernel: VFS Fixes and Performance Tool Updates

Linus Torvalds merged significant VFS fixes addressing filesystem bugs and netfs library issues, along with performance tooling updates for system call tracing. Additional fixes resolved format specifier warnings and CIFS undefined variables.

Duration: PT1M56S

Episode overview

This episode is a short developer briefing from Linux Kernel.

It explains recent repository work in plain language.

  • Show: Linux Kernel
  • Published: 2026-05-19T10:02:36Z
  • Audio duration: PT1M56S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Good morning. This is your Linux Kernel briefing for May 19th, 2026.

Linus Torvalds merged a substantial VFS fixes pull request from Christian Brauner, addressing multiple filesystem issues across 31 commits. The fixes target critical bugs in the netfs library, including write skipping problems, folio handling issues, and potential use-after-free conditions. The update also resolves…

A second merge brings performance tooling updates from the perf-tools tree. This routine synchronization updates header files used by the perf trace syscall beautifier, adds new beautifier scripts for clone and fsmount flags, and introduces a new make check-headers target for build validation.

Nathan Chancellor contributed a targeted fix for HID core format specifiers, resolving compiler warnings on 32-bit platforms where size_t format strings were incorrectly specified. The fix changes format specifiers from %ld to %zu for proper size_t handling.

David Howells addressed undefined variables in the CIFS filesystem code, fixing issues introduced by a previous patch that addressed tearing in remote file size and zero point handling. These variables were caught by clang but missed by GCC's standard warnings.

A…

Nearby episodes from Linux Kernel

  1. Weekly Recap - Stability & Hardware Support
  2. Graphics Drivers and Platform Fixes
  3. Critical Filesystem and RCU Fixes
  4. Storage and Memory Subsystem Fixes
  5. Critical Security and Stability Fixes in RC4
  6. Graphics and Core System Fixes
  7. KVM Virtualization Fixes and Live Update Patches
  8. Probes Subsystem Fixes