diff options
author | Dan Aloni <dan.aloni@vastdata.com> | 2024-07-24 14:07:12 +0300 |
---|---|---|
committer | Anna Schumaker <anna.schumaker@oracle.com> | 2024-09-23 22:03:13 +0300 |
commit | dfb07e990a0d019d7ae9b78dd4260620ce32e79a (patch) | |
tree | 8463cc6c4b39ca3a466e55fd8cc051cec41d9304 /rust/helpers/task.c | |
parent | 6d26c5e4d83cd39006bfd2ecbc97fbfac34aaefa (diff) | |
download | linux-dfb07e990a0d019d7ae9b78dd4260620ce32e79a.tar.xz |
nfs: add 'noalignwrite' option for lock-less 'lost writes' prevention
There are some applications that write to predefined non-overlapping
file offsets from multiple clients and therefore don't need to rely on
file locking. However, if these applications want non-aligned offsets
and sizes they need to either use locks or risk data corruption, as the
NFS client defaults to extending writes to whole pages.
This commit adds a new mount option `noalignwrite`, which allows to turn
that off and avoid the need of locking, as long as these applications
don't overlap on offsets.
Signed-off-by: Dan Aloni <dan.aloni@vastdata.com>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Anna Schumaker <anna.schumaker@oracle.com>
Diffstat (limited to 'rust/helpers/task.c')
0 files changed, 0 insertions, 0 deletions