[git pull] fuse updates for 2.6.29

From: Miklos Szeredi
Date: Tue Jan 06 2009 - 14:57:38 EST


Linus,

Please pull fuse updates for 2.6.29 from:

git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git for-linus

Thanks,
Miklos

---
Harvey Harrison (1):
fuse: clean up annotations of fc->lock

Miklos Szeredi (3):
fuse: style fixes
fuse: update interface version
fuse: fix sparse warning in ioctl

Tejun Heo (9):
fuse: move FUSE_MINOR to miscdevice.h
fuse: don't let fuse_req->end() put the base reference
fuse: implement ioctl support
fuse: add file kernel handle
fuse: implement unsolicited notification
fuse: implement poll support
fuse: add fuse_ prefix to several functions
fuse: separate out fuse_conn_init() from new_conn()
fuse: add fuse_conn->release()

---
fs/fuse/control.c | 6 +-
fs/fuse/dev.c | 113 ++++++++---
fs/fuse/dir.c | 48 +++---
fs/fuse/file.c | 457 ++++++++++++++++++++++++++++++++++++++++++--
fs/fuse/fuse_i.h | 83 ++++++---
fs/fuse/inode.c | 157 ++++++++-------
include/linux/fuse.h | 79 +++++++-
include/linux/miscdevice.h | 42 ++--
8 files changed, 783 insertions(+), 202 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/