freebsd-skq/tests/sys/fs/fusefs
Alan Somers 929acdb19a fusefs: fix two bugs regarding fcntl file locks
1) F_SETLKW (blocking) operations would be sent to the FUSE server as
   F_SETLK (non-blocking).

2) Release operations, F_SETLK with lk_type = F_UNLCK, would simply
   return EINVAL.

PR:		253500
Reported by:	John Millikin <jmillikin@gmail.com>
MFC after:	2 weeks
2021-03-18 17:09:10 -06:00
..
access.cc
allow_other.cc fusefs tests: quell Coverity "Argument cannot be negative" warnings 2020-10-02 17:06:05 +00:00
bmap.cc fusefs: fix the tests for a wider range of maxphys 2020-12-28 18:56:17 +00:00
cache.cc
copy_file_range.cc fusefs: implement FUSE_COPY_FILE_RANGE. 2021-01-01 10:18:23 -07:00
create.cc fusefs tests: quell Coverity "Argument cannot be negative" warnings 2020-10-02 17:06:05 +00:00
default_permissions_privileged.cc
default_permissions.cc fusefs: implement FUSE_COPY_FILE_RANGE. 2021-01-01 10:18:23 -07:00
destroy.cc
dev_fuse_poll.cc
fifo.cc
flush.cc fusefs: fix two bugs regarding fcntl file locks 2021-03-18 17:09:10 -06:00
forget.cc
fsync.cc
fsyncdir.cc
getattr.cc
interrupt.cc
io.cc
link.cc
locks.cc fusefs: fix two bugs regarding fcntl file locks 2021-03-18 17:09:10 -06:00
lookup.cc
lseek.cc fusefs: update FUSE protocol to 7.24 and implement FUSE_LSEEK 2020-12-31 08:51:47 -07:00
Makefile fusefs: set d_off during VOP_READDIR 2021-02-12 21:50:52 -07:00
mkdir.cc
mknod.cc
mockfs.cc fusefs: implement FUSE_COPY_FILE_RANGE. 2021-01-01 10:18:23 -07:00
mockfs.hh fusefs: implement FUSE_COPY_FILE_RANGE. 2021-01-01 10:18:23 -07:00
mount.cc
nfs.cc
notify.cc
open.cc fusefs tests: quell Coverity "Argument cannot be negative" warnings 2020-10-02 17:06:05 +00:00
opendir.cc fusefs tests: quell Coverity "Argument cannot be negative" warnings 2020-10-02 17:06:05 +00:00
read.cc
readdir.cc fusefs: set d_off during VOP_READDIR 2021-02-12 21:50:52 -07:00
readlink.cc
release.cc fusefs: fix two bugs regarding fcntl file locks 2021-03-18 17:09:10 -06:00
releasedir.cc fusefs tests: quell Coverity "Argument cannot be negative" warnings 2020-10-02 17:06:05 +00:00
rename.cc
rmdir.cc
setattr.cc
statfs.cc
symlink.cc
unlink.cc
utils.cc fusefs: fix an expectation in one of the tests 2021-01-01 10:18:22 -07:00
utils.hh fusefs: fix the tests for a wider range of maxphys 2020-12-28 18:56:17 +00:00
write.cc fusefs: implement FUSE_COPY_FILE_RANGE. 2021-01-01 10:18:23 -07:00
xattr.cc