Apple’s iOS 27 goes all agentic on compromised passwords, promises to change them with one tap
'Geoff Hurst's shot was heading straight at me. I ducked - then it hit the net!' England fans who were at the '66 World Cup final relive a 'mesmerising' day, 'the wall of noise', the 'hot dog smell' and the delayed No 83 bus that nearly made them miss it
The 6 mistakes making your hair fall out: Celebrity stylist who has worked with Victoria Beckham reveals how to adjust your routine
Watch as CCTV appears to show Essex pro-Palestine protester scaling Big Ben
Watch as CCTV appears to show Essex pro-Palestine protester scaling Big Ben
Btrfs Snapshot Deletion Gets Faster as Developers Tackle One of the Filesystem’s Biggest Pain Points
The Btrfs filesystem continues to receive significant performance tuning, and one of the latest areas of focus is snapshot deletion performance. While Btrfs snapshots have long been praised for their speed, flexibility, and efficient use of storage, deleting large numbers of snapshots has historically been one of the filesystem’s most resource-intensive operations.
Recent kernel development efforts are helping address that problem by improving metadata handling, reducing lock contention, and streamlining internal cleanup processes. The result is faster snapshot removal and less disruption on systems that rely heavily on snapshots for backups, rollbacks, and system recovery.
Why Snapshot Deletion Has Been ChallengingBtrfs is a copy-on-write (CoW) filesystem that stores data and metadata in a highly interconnected structure. This design enables many advanced features, including:
- Instant snapshots
- Subvolumes
- Checksumming
- Compression
- Efficient data sharing between snapshots
However, the same architecture that makes snapshots so efficient to create can make them more complex to remove. When a snapshot is deleted, Btrfs must determine which blocks are still referenced by other snapshots and which can be safely reclaimed. On systems with many snapshots, this process can generate significant metadata activity.
Recent Performance ImprovementsDevelopers have been working to reduce overhead associated with Btrfs metadata operations, which directly impacts snapshot cleanup performance.
Recent kernel updates include:
- Reduced lock contention during extent tree operations
- More efficient extent buffer traversal
- Improved handling of internal filesystem structures
- Reduced contention during metadata searches
- General transaction and cleanup optimizations
These changes help the filesystem spend less time waiting on internal locks and more time performing actual cleanup work.
Less Impact During Cleanup OperationsOne common complaint among Btrfs users has been elevated I/O activity during large snapshot deletion jobs.
On systems that maintain dozens, or even hundreds, of snapshots, cleanup operations could temporarily increase:
- Disk activity
- CPU usage
- I/O wait times
- Metadata processing workloads
Recent improvements are designed to make these operations less disruptive by reducing bottlenecks inside the filesystem's metadata management code.
For users running backup servers, NAS appliances, or snapshot-heavy desktop systems, these optimizations can improve overall responsiveness while cleanup tasks run in the background.
Go to Full ArticleNew town centre crackdown to tackle street drinking and anti-social behaviour
Male victims face ‘extra shame’ and gender stereotypes as sex crimes go unreported
Law firm donates 20 laptops to Coggeshall primary school
Plans agreed for new 'urgent care' ward at Essex hospital
NHS Prescribes Half a Million Copilot Licenses For Its Paperwork Headache
Read more of this story at Slashdot.