Message ID | 20240222214508.1630719-1-bvanassche@acm.org |
---|---|
Headers | show |
Series | Pass data lifetime information to SCSI disk devices | expand |
On 2/22/24 13:44, Bart Van Assche wrote: > UFS vendors need the data lifetime information to achieve good performance. > Providing data lifetime information to UFS devices can result in up to 40% > lower write amplification. Hence this patch series that adds support in F2FS > and also in the block layer for data lifetime information. The SCSI disk (sd) > driver is modified such that it passes write hint information to SCSI devices > via the GROUP NUMBER field. These patches go on top of the vfs.rw branch (https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git/log/?h=vfs.rw). Bart.
Bart, > UFS vendors need the data lifetime information to achieve good > performance. Providing data lifetime information to UFS devices can > result in up to 40% lower write amplification. Hence this patch series > that adds support in F2FS and also in the block layer for data > lifetime information. The SCSI disk (sd) driver is modified such that > it passes write hint information to SCSI devices via the GROUP NUMBER > field. Applied to 6.9/scsi-staging, thanks!