alistair23-linux/fs/fuse
Miklos Szeredi 7142125937 [PATCH] fuse: add POSIX file locking support
This patch adds POSIX file locking support to the fuse interface.

This implementation doesn't keep any locking state in kernel.  Unlocking on
close() is handled by the FLUSH message, which now contains the lock owner id.

Mandatory locking is not supported.  The filesystem may enfoce mandatory
locking in userspace if needed.

Signed-off-by: Miklos Szeredi <miklos@szeredi.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-06-25 10:01:19 -07:00
..
control.c [PATCH] fuse: add control filesystem 2006-06-25 10:01:19 -07:00
dev.c [PATCH] fuse: add control filesystem 2006-06-25 10:01:19 -07:00
dir.c [PATCH] fuse: no backgrounding on interrupt 2006-06-25 10:01:19 -07:00
file.c [PATCH] fuse: add POSIX file locking support 2006-06-25 10:01:19 -07:00
fuse_i.h [PATCH] fuse: add POSIX file locking support 2006-06-25 10:01:19 -07:00
inode.c [PATCH] fuse: add POSIX file locking support 2006-06-25 10:01:19 -07:00
Makefile [PATCH] fuse: add control filesystem 2006-06-25 10:01:19 -07:00