Whamcloud - gitweb
LU-6030 osd-ldiskfs: improve mount option handling 72/13572/13
authorYang Sheng <yang.sheng@intel.com>
Thu, 12 Feb 2015 18:24:54 +0000 (02:24 +0800)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 11 Mar 2015 23:36:18 +0000 (23:36 +0000)
commit61d4357fa8c0c6371e3ab66a9d38aaa6cc7bf4d8
tree9b3df6b7c15489bf7bbe697110247e37ffc5887e
parent355a283fce6998f5b5621adc9697d98d0fb72dfe
LU-6030 osd-ldiskfs: improve mount option handling

--handle force-over-128tb option to osd layer
--handle bigendian-check option to osd layer
--strip out extents option & remove extents-mount-options patch
--strip out iopen & mballoc mount options
--back LDISKFS_SUPER_MAGIC to EXT4_SUPER_MAGIC

Signed-off-by: Yang Sheng <yang.sheng@intel.com>
Change-Id: Ic9bf431d0826d6279fc76f7fd1d7e356e421f292
Reviewed-on: http://review.whamcloud.com/13572
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Jenkins
Reviewed-by: Alex Zhuravlev <alexey.zhuravlev@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
25 files changed:
ldiskfs/autoMakefile.am
ldiskfs/kernel_patches/patches/rhel6.3/ext4-big-endian-check-2.6.patch [deleted file]
ldiskfs/kernel_patches/patches/rhel6.3/ext4-data-in-dirent.patch
ldiskfs/kernel_patches/patches/rhel6.3/ext4-disable-mb-cache.patch
ldiskfs/kernel_patches/patches/rhel6.3/ext4-extents-mount-option.patch [deleted file]
ldiskfs/kernel_patches/patches/rhel6.3/ext4-force_over_128tb.patch [deleted file]
ldiskfs/kernel_patches/patches/rhel6.3/ext4-journal-callback.patch
ldiskfs/kernel_patches/patches/rhel6.3/ext4-misc.patch
ldiskfs/kernel_patches/patches/rhel6.4/ext4-max-dir-size-options.patch
ldiskfs/kernel_patches/patches/rhel6.4/ext4-misc.patch
ldiskfs/kernel_patches/patches/sles11sp2/ext4-big-endian-check-3.0.patch [deleted file]
ldiskfs/kernel_patches/patches/sles11sp2/ext4-data-in-dirent.patch
ldiskfs/kernel_patches/patches/sles11sp2/ext4-disable-mb-cache.patch
ldiskfs/kernel_patches/patches/sles11sp2/ext4-extents-mount-option.patch [deleted file]
ldiskfs/kernel_patches/patches/sles11sp2/ext4-force_over_128tb.patch [deleted file]
ldiskfs/kernel_patches/patches/sles11sp2/ext4-misc.patch
ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.4.series
ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.5.series
ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.6.series
ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.series
ldiskfs/kernel_patches/series/ldiskfs-2.6-sles11.series
ldiskfs/kernel_patches/series/ldiskfs-3.0-sles11.series
ldiskfs/kernel_patches/series/ldiskfs-3.0-sles11sp3.series
lustre/osd-ldiskfs/osd_handler.c
lustre/osd-ldiskfs/osd_io.c