Whamcloud - gitweb
LU-13805 llite: add flag to disable unaligned DIO 25/51125/39
authorPatrick Farrell <pfarrell@whamcloud.com>
Sun, 21 May 2023 16:48:25 +0000 (12:48 -0400)
committerOleg Drokin <green@whamcloud.com>
Fri, 3 Nov 2023 04:01:53 +0000 (04:01 +0000)
commit33ed79ba61a3275519c897557407619d576a9dc2
treedcd69f12d1dcb0a4670255c0779f50bde88c7878
parent8b51c333716adade3c89b10fedbe2ca1851e027c
LU-13805 llite: add flag to disable unaligned DIO

As with any new IO feature, it's a good idea to have the
option to turn off unaligned DIO support if needed.

It would be reasonable to merge this patch with the core
patch implementing the feature; I have kept it separate for
ease of review.

Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: Ibc86d84704151a7f30afcc538d9c03e3fdf1c38a
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/51125
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Sebastien Buisson <sbuisson@ddn.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
lustre/llite/llite_internal.h
lustre/llite/llite_lib.c
lustre/llite/lproc_llite.c
lustre/llite/rw26.c
lustre/tests/sanity.sh