Page MenuHomeFreeBSD

Do not use waitable allocation of pbuf when creating cluster for write.
ClosedPublic

Authored by kib on Dec 21 2019, 5:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 20 2023, 2:09 AM
Unknown Object (File)
Nov 29 2023, 10:45 PM
Unknown Object (File)
Sep 30 2023, 2:57 PM
Unknown Object (File)
Sep 11 2023, 1:20 PM
Unknown Object (File)
Sep 1 2023, 6:53 PM
Unknown Object (File)
Sep 1 2023, 6:50 PM
Unknown Object (File)
Sep 1 2023, 6:50 PM
Unknown Object (File)
Sep 1 2023, 6:35 PM
Subscribers

Details

Summary

Previously just ensuring that we do not sleep when clustering for md(4) vnode was enough.

Now, with the switch of the pbuf allocator to uma and completely broken per-subsystem pbuf limits, it might cause unbounded sleep even for non-md(4) vnodes.

Reported and tested by: pho

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable