Page MenuHomeFreeBSD

Add advisory file locking support to fuse.
Needs ReviewPublic

Authored by rmacklem on Dec 21 2015, 11:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 19 2024, 10:17 PM
Unknown Object (File)
Feb 10 2024, 9:45 PM
Unknown Object (File)
Jan 7 2024, 4:33 PM
Unknown Object (File)
Dec 23 2023, 2:09 AM
Unknown Object (File)
Dec 22 2023, 9:55 PM
Unknown Object (File)
Nov 19 2023, 4:15 AM
Unknown Object (File)
Aug 31 2023, 9:32 PM
Unknown Object (File)
Apr 2 2017, 4:40 PM
Subscribers
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

This patch adds advisory byte range locking support to fuse.

Test Plan

This patch has been tested minimally with GlusterFS.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

rmacklem retitled this revision from to Add advisory file locking support to fuse..
rmacklem updated this object.
rmacklem edited the test plan for this revision. (Show Details)
rmacklem set the repository for this revision to rS FreeBSD src repository - subversion.

This is the second in a series of patches for fuse that I needed to
implement so that I can use GlusterFS as part of a pNFS server cluster.
I don't know if there are other fuse file systems that support byte range locking?