-
Notifications
You must be signed in to change notification settings - Fork 0
bdev: add hint prints in sb_set_blocksize() for LBS dependency on THP #345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: linus-master_base
Are you sure you want to change the base?
Conversation
|
Upstream branch: e9a6fb0 |
|
Upstream branch: e9a6fb0 |
5265d77 to
a4b58df
Compare
f699346 to
83d3e2f
Compare
|
Upstream branch: 6da43bb |
a4b58df to
2a5180e
Compare
83d3e2f to
00d5e5c
Compare
|
Upstream branch: f824272 |
2a5180e to
b4100d0
Compare
00d5e5c to
d782508
Compare
|
Upstream branch: f824272 |
b4100d0 to
6571b70
Compare
d782508 to
6099a4d
Compare
|
Upstream branch: e7c375b |
6571b70 to
9a53eb1
Compare
6099a4d to
5121c4d
Compare
|
Upstream branch: e7c375b |
9a53eb1 to
69f6a05
Compare
5121c4d to
4458758
Compare
|
Upstream branch: 8b69055 |
69f6a05 to
c989324
Compare
4458758 to
6f43942
Compare
Support for block sizes greater than the page size depends on large folios, which in turn require CONFIG_TRANSPARENT_HUGEPAGE to be enabled. Because the code is wrapped in multiple layers of abstraction, this dependency is rather obscure, so users may not realize it and may be unsure how to enable LBS. As suggested by Theodore, I have added hint messages in sb_set_blocksize so that users can distinguish whether a mount failure with block size larger than page size is due to lack of filesystem support or the absence of CONFIG_TRANSPARENT_HUGEPAGE. Suggested-by: Theodore Ts'o <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Baokun Li <[email protected]> Reviewed-by: Jan Kara <[email protected]> Reviewed-by: Zhang Yi <[email protected]>
|
Upstream branch: fd95357 |
c989324 to
0cab139
Compare
Pull request for series with
subject: bdev: add hint prints in sb_set_blocksize() for LBS dependency on THP
version: 1
url: https://patchwork.kernel.org/project/linux-block/list/?series=1021565