Definition from wikipedia
Extents (ext4)
Extents replace the traditional block mapping scheme used by ext2 and ext3. An extent is a range of contiguous physical blocks, improving large file performance and reducing fragmentation. A single extent in ext4 can map up to 128 MiB of contiguous space with a 4 KiB block size.[1] There can be four extents stored in the inode. When there are more than four extents to a file, the rest of the extents are indexed in an Htree.
In what context are extents relevant to a Lustre user? Would it be sufficient to add more explanatory text to the section 31.2.3 and 31.2.5 and possibly also Sections 32.4.2 and 32.4.3? Other places "extents" is mentioned in the manual aside from code examples are 8.1.1.2 and 36.19.2.
When did Lustre start supporting this feature?
Changes merged