Reiser5 Pursuing Selective File Migration For Moving Hot Files To High Performance Disks

Written by Michael Larabel in Linux Storage on 5 July 2020 at 09:43 AM EDT. 28 Comments
LINUX STORAGE
Edward Shishkin continues pursuing development of new file-system functionality for Reiser5, the next-generation evolutionary advancement over the controversial Reiser4 file-system.

Reiser5 has been working on new features like local volumes with parallel scaling out, data tiering and burst buffers, and other new features. The latest feature being worked on by Shishkin for Reiser5 is selective file migration.

One of the use-cases for Reiser5 selective file migration would be moving of hot files (frequently accessed) to higher performing drives on a system and pinning them for yielding better performance. Obviously there are other use-cases as well where you may want certain files stores stored on certain drives in a multi-device setup.

Shishkin sent out a mailing list post outlining the file-system's selective file migration work. Here's the summary:
Earlier any migration of data blocks in reiser5 logical volumes occurred only in the context of some volume balancing procedure, which actually is a massive migration, aiming to keep fairness of distribution on the whole logical volume. Typically such migrations complete some volume operations, e.g. adding a device to a logical volume, removing a device from a logical volume, increasing data capacity of a device, flushing a proxy-device, etc).

Now user can perform selective data migration. That is, migrate only data of some specified regular file to any specified device-component of the logical volume.

Also, for any specified regular file user can mark it as "immobile", so that volume balancing procedures will ignore that file.

Finally, for any specified regular file user can clear its "immobile" status, so that the file will be movable again by volume balancing procedures.

He has also published new Reiser5 patches both for the kernel module and user-space programs. Those latest Reiser5 patches can be found via SourceForge.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week