Whamcloud - gitweb
LU-12353 ldiskfs: speedup quota journalling 92/34992/3
authorAndrew Perepechko <c17827@cray.com>
Wed, 11 Jul 2018 13:32:33 +0000 (16:32 +0300)
committerOleg Drokin <green@whamcloud.com>
Thu, 3 Dec 2020 07:26:42 +0000 (07:26 +0000)
commitdad25f258e50895b4bd5fce30765599a7a490aa0
tree2b304d177ce1d4418bd9268d78ea7e814c9c9e93
parenta619ceabf44a561bcde1d7128b382f41deca602f
LU-12353 ldiskfs: speedup quota journalling

ldiskfs_mark_dquot_dirty() need not call
ldiskfs_write_dquot() if the dquot is already
dirty since we are guaranteed that another
thread is already writing the dquot and
will update the buffer with the latest
dquot data.

Change-Id: Ia65c5987bbb0d6d2ac94c5499cb8b51edc3c49c3
Signed-off-by: Andrew Perepechko <c17827@cray.com>
Cray-bug-id: LUS-5342
Reviewed-on: https://review.whamcloud.com/34992
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Wang Shilong <wshilong@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Hongchao Zhang <hongchao@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
ldiskfs/kernel_patches/patches/rhel7.6/ext4-dquot-commit-speedup.patch [new file with mode: 0644]
ldiskfs/kernel_patches/series/ldiskfs-3.10-rhel7.6.series
ldiskfs/kernel_patches/series/ldiskfs-3.10-rhel7.7.series
ldiskfs/kernel_patches/series/ldiskfs-3.10-rhel7.8.series
ldiskfs/kernel_patches/series/ldiskfs-3.10-rhel7.9.series