Whamcloud - gitweb
LU-11838 ldiskfs: add rhel8 server support 74/34674/6
authorLi Dongyang <dongyangli@ddn.com>
Mon, 15 Apr 2019 08:05:58 +0000 (18:05 +1000)
committerOleg Drokin <green@whamcloud.com>
Thu, 13 Jun 2019 04:17:37 +0000 (04:17 +0000)
commit5f7bd9a806d5ba5b0e70ae1b299a9b9a87fcc0a6
tree406b616413c38a1edd9d89cbe35c06f01a965f38
parentb601eb35e97ae74d3de448e07a28ce41afb4adef
LU-11838 ldiskfs: add rhel8 server support

This patch adds ldiskfs patch series for rhel8
kernel 4.18.0-32.el8.

Fix lustre-build-ldiskfs.m4, make
CONFIG_LDISKFS_FS_ENCRYPTION consistent with
kernel's config CONFIG_EXT4_FS_ENCRYPTION.
Otherwise ldiskfs won't build
on kernels with CONFIG_EXT4_FS_ENCRYPTION
disabled.

Note: this contains a small clean up for
ubuntu18/ext4-kill-dx-root.patch

Test-Parameters:trivial
Signed-off-by: Li Dongyang <dongyangli@ddn.com>
Change-Id: Ib500bff2f6688405b912620c5217586c8420c6e1
Reviewed-on: https://review.whamcloud.com/34674
Reviewed-by: Shaun Tancheff <stancheff@cray.com>
Tested-by: Jenkins
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Alex Zhuravlev <bzzz@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
12 files changed:
config/lustre-build-ldiskfs.m4
ldiskfs/kernel_patches/patches/rhel8/ext4-corrupted-inode-block-bitmaps-handling-patches.patch [new file with mode: 0644]
ldiskfs/kernel_patches/patches/rhel8/ext4-dont-check-before-replay.patch [new file with mode: 0644]
ldiskfs/kernel_patches/patches/rhel8/ext4-export-mb-stream-allocator-variables.patch [new file with mode: 0644]
ldiskfs/kernel_patches/patches/rhel8/ext4-inode-version.patch [new file with mode: 0644]
ldiskfs/kernel_patches/patches/rhel8/ext4-mballoc-extra-checks.patch [new file with mode: 0644]
ldiskfs/kernel_patches/patches/rhel8/ext4-misc.patch [new file with mode: 0644]
ldiskfs/kernel_patches/patches/rhel8/ext4-nocmtime.patch [new file with mode: 0644]
ldiskfs/kernel_patches/patches/rhel8/ext4-pdirop.patch [new file with mode: 0644]
ldiskfs/kernel_patches/patches/rhel8/ext4-prealloc.patch [new file with mode: 0644]
ldiskfs/kernel_patches/patches/ubuntu18/ext4-kill-dx-root.patch
ldiskfs/kernel_patches/series/ldiskfs-4.18-rhel8.series [new file with mode: 0644]