Files
David Howells de2d34dd72 BACKPORT: afs: Provide mount-time configurable byte-range file locking emulation
Provide byte-range file locking emulation that can be configured at mount
time to one of four modes:

 (1) flock=local.  Locking is done locally only and no reference is made to
     the server.

 (2) flock=openafs.  Byte-range locking is done locally only; whole-file
     locking is done with reference to the server.  Whole-file locks cannot
     be upgraded unless the client holds an exclusive lock.

 (3) flock=strict.  Byte-range and whole-file locking both require a
     sufficient whole-file lock on the server.

 (4) flock=write.  As strict, but the client always gets an exclusive
     whole-file lock on the server.

Change-Id: Ic9356b5e4fa2a62e5d26e9196a58c8f0ebb1881e
Signed-off-by: David Howells <dhowells@redhat.com>
2025-10-08 19:40:15 +03:00
..
2019-09-10 14:06:04 +05:30
2022-04-25 06:47:15 -07:00
2025-09-08 17:28:19 +03:00
2020-05-30 02:28:57 +08:00
2020-07-21 01:05:54 -07:00
2020-06-10 02:48:54 +00:00
2020-07-22 09:32:13 +02:00
2024-04-13 12:50:02 +02:00
2019-09-15 21:51:06 -07:00
2020-06-11 22:22:52 -06:00
2020-12-18 13:51:42 +05:30