2009-09-17 11:01:10

by Miklos Szeredi

[permalink] [raw]
Subject: [GIT PULL] fuse updates for 2.6.32

Hi Linus,

Please pull this round of fuse updates from:

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

Thanks,
Miklos
----

Csaba Henk (4):
fuse: make the number of max background requests and congestion threshold tunable
fuse: use drop_nlink() instead of direct nlink manipulation
fuse: limit user-specified values of max background requests
fuse: add fusectl interface to max_background

Miklos Szeredi (1):
fuse: document protocol version negotiation

---
fs/fuse/control.c | 138 ++++++++++++++++++++++++++++++++++++++++++++++++-
fs/fuse/dev.c | 10 ++--
fs/fuse/fuse_i.h | 18 ++++---
fs/fuse/inode.c | 80 +++++++++++++++++++++++++++++
include/linux/fuse.h | 29 ++++++++++-
5 files changed, 258 insertions(+), 17 deletions(-)