Page MenuHomeFreeBSD

add a check for filesize rlimit to nfs_allocate
ClosedPublic

Authored by rmacklem on Dec 13 2021, 10:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 13, 10:41 PM
Unknown Object (File)
Wed, May 13, 10:41 PM
Unknown Object (File)
Wed, May 13, 10:33 PM
Unknown Object (File)
Tue, May 12, 7:18 AM
Unknown Object (File)
May 6 2026, 12:03 AM
Unknown Object (File)
Apr 30 2026, 7:26 PM
Unknown Object (File)
Apr 20 2026, 3:44 PM
Unknown Object (File)
Apr 12 2026, 2:52 AM
Subscribers

Details

Summary

As reported in PR#260343, nfs_allocate() did not check
the filesize rlimit. This patch adds that check.

Test Plan

Tested against a NFSv4.2 server exporting a UFS file
system with Allocate enabled.

Doing posix_fallocate() was tested when both the
limit would not be exceeded and the filesize limit
would be exceeded.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable