Whamcloud - gitweb
LU-13814 osc: begin converting queue_dio_pages 60/52160/34
authorPatrick Farrell <pfarrell@whamcloud.com>
Mon, 28 Apr 2025 15:39:28 +0000 (11:39 -0400)
committerOleg Drokin <green@whamcloud.com>
Sat, 7 Jun 2025 22:53:44 +0000 (22:53 +0000)
commitbe8e3958845f503beaf094c94183d931424fb6d1
tree74220b163e5cd86b83f952622984f416b1aaf648
parentce6bcb9e53aa0f9c7e0593e16c31e88d4cd298aa
LU-13814 osc: begin converting queue_dio_pages

This patch begins the lengthy process of converting
osc_queue_dio_pages to use the page array rather than the
lists.  This will be a lengthy process because this ties in
to the OSC extent and BRW code.

Test-Parameters: testlist=sanity-sec env=ONLY=52,59a,59b
Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: I788faa0748a88045d838fb530107938a639407d0
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/52160
Reviewed-by: Marc Vef <mvef@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
lustre/include/lustre_osc.h
lustre/osc/osc_cache.c
lustre/osc/osc_io.c