alistair23-linux/fs/fuse
Tejun Heo 8599396b50 fuse: implement unsolicited notification
Clients always used to write only in response to read requests.  To
implement poll efficiently, clients should be able to issue
unsolicited notifications.  This patch implements basic notification
support.

Zero fuse_out_header.unique is now accepted and considered unsolicited
notification and the error field contains notification code.  This
patch doesn't implement any actual notification.

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
2008-11-26 12:03:55 +01:00
..
control.c fuse: style fixes 2008-11-26 12:03:54 +01:00
dev.c fuse: implement unsolicited notification 2008-11-26 12:03:55 +01:00
dir.c fuse: add file kernel handle 2008-11-26 12:03:55 +01:00
file.c fuse: add file kernel handle 2008-11-26 12:03:55 +01:00
fuse_i.h fuse: add file kernel handle 2008-11-26 12:03:55 +01:00
inode.c fuse: add file kernel handle 2008-11-26 12:03:55 +01:00
Makefile [PATCH] fuse: add control filesystem 2006-06-25 10:01:19 -07:00