Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21ce36c8f276e2a

Jump to content

// Workers AI · dad joke modeWhat did the allocation group say? We're divided on the issue.

From Wikipedia, the free encyclopedia

An AG or allocation group[1] is a subvolume in a file system which maintains its own track of free blocks and file data.

This makes simultaneous file operations possible; only one write can happen to an AG at any time, but multiple operations can be performed on the file system, each happening in a different AG. In SMP systems, multiple CPUs can write to different AGs, enabling physically concurrent disk operations on a single file system.

Whereas a single hard disk is not capable of reading or writing to multiple places simultaneously, a file system or partition that utilizes a scheme such as RAID or logical volume management may encompass multiple physical disks. In this case, the use of allocation groups may grant additional file system throughput.

Allocation groups are used by these file systems:

References

[edit]
  1. "File system type and chances for successful data recovery". sysdevlaboratories.com. Retrieved 30 August 2025.