-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Feature request: NFSv4.2 client support in kernel #3397
Comments
How much does the kernel footprint grow with this feature added? Boot to as close to an idle system as you can, then run |
I have booted to Raspbian Lite using a kernel compiled from the latest source, once without CONFIG_NFS_V4_2=y and once with it. Here are the results: Without:
With:
Difference in kernel image size:
|
@pelwell does this look acceptable? |
See: #3397 Signed-off-by: Phil Elwell <[email protected]>
That looks acceptable. See 3508d8f. |
See: #3397 Signed-off-by: Phil Elwell <[email protected]>
See: #3397 Signed-off-by: Phil Elwell <[email protected]>
See: #3397 Signed-off-by: Phil Elwell <[email protected]>
See: #3397 Signed-off-by: Phil Elwell <[email protected]>
kernel: configs: Add NFS 4.2 support See: raspberrypi/linux#3397 kernel: overlays: dwc2: Increase RX FIFO size See: raspberrypi/linux#3447 kernel: overlays: Fix mcp23017's addr parameter See: raspberrypi/linux#3449 kernel: Fix a sh1106-spi, ssd1306-spi, ssd1351-spi overlays See: raspberrypi/linux#3451 kernel: overlays: add hdmi-backlight-hwhack-gpio-overlay See: raspberrypi/linux#3453 kernel: Revert brcmfmac: Disable power management kernel: brcmfmac: Increase power saving delay to 2s firmware: platform: 2711: Support overclocking gpu frequencies See: #1290
kernel: configs: Add NFS 4.2 support See: raspberrypi/linux#3397 kernel: overlays: dwc2: Increase RX FIFO size See: raspberrypi/linux#3447 kernel: overlays: Fix mcp23017's addr parameter See: raspberrypi/linux#3449 kernel: Fix a sh1106-spi, ssd1306-spi, ssd1351-spi overlays See: raspberrypi/linux#3451 kernel: overlays: add hdmi-backlight-hwhack-gpio-overlay See: raspberrypi/linux#3453 kernel: Revert brcmfmac: Disable power management kernel: brcmfmac: Increase power saving delay to 2s firmware: platform: 2711: Support overclocking gpu frequencies See: raspberrypi/firmware#1290
See: #3397 Signed-off-by: Phil Elwell <[email protected]>
See: #3397 Signed-off-by: Phil Elwell <[email protected]>
See: #3397 Signed-off-by: Phil Elwell <[email protected]>
See: #3397 Signed-off-by: Phil Elwell <[email protected]>
See: #3397 Signed-off-by: Phil Elwell <[email protected]>
See: #3397 Signed-off-by: Phil Elwell <[email protected]>
See: #3397 Signed-off-by: Phil Elwell <[email protected]>
See: #3397 Signed-off-by: Phil Elwell <[email protected]>
See: #3397 Signed-off-by: Phil Elwell <[email protected]>
See: #3397 Signed-off-by: Phil Elwell <[email protected]>
See: #3397 Signed-off-by: Phil Elwell <[email protected]>
See: #3397 Signed-off-by: Phil Elwell <[email protected]>
See: #3397 Signed-off-by: Phil Elwell <[email protected]>
See: #3397 Signed-off-by: Phil Elwell <[email protected]>
See: #3397 Signed-off-by: Phil Elwell <[email protected]>
See: #3397 Signed-off-by: Phil Elwell <[email protected]>
See: #3397 Signed-off-by: Phil Elwell <[email protected]>
See: #3397 Signed-off-by: Phil Elwell <[email protected]>
See: #3397 Signed-off-by: Phil Elwell <[email protected]>
See: #3397 Signed-off-by: Phil Elwell <[email protected]>
See: #3397 Signed-off-by: Phil Elwell <[email protected]>
Source: kernel.org MR: 103889 Type: Enhancement Disposition: Merged from https://github.com/raspberrypi/linux.git rpi-5.4.y ChangeID: 06cad3784cedbfc4e3ad00f62163bad2f280a802 Description: See: raspberrypi/linux#3397 Signed-off-by: Phil Elwell <[email protected]> Signed-off-by: Corey Minyard <[email protected]>
See: #3397 Signed-off-by: Phil Elwell <[email protected]>
See: #3397 Signed-off-by: Phil Elwell <[email protected]>
See: #3397 Signed-off-by: Phil Elwell <[email protected]>
See: #3397 Signed-off-by: Phil Elwell <[email protected]>
See: #3397 Signed-off-by: Phil Elwell <[email protected]>
Could you please add CONFIG_NFS_V4_2=y to the kernel config?
NFSv4.2 adds sparse file support, which would help extend the life of SSD-backed NFS shares for those network booting the Raspberry Pi.
For those who are curious, see https://msystechnologies.com/blogs/what-is-new-in-nfs-v4-2/ for a more comprehensive list of features added in NFSv4.2.
The text was updated successfully, but these errors were encountered: