login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
November
»
13
Re: [PATCHSET] FUSE: extend FUSE to support more operations
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Tejun Heo
Subject:
Re: [PATCHSET] FUSE: extend FUSE to support more operations
Date: Thursday, November 13, 2008 - 9:00 am
Hello, Miklos Szeredi wrote:
quoted text
>> * Higher overhead when poll/select finishes. Either all outstanding >> requests need to be cancelled using INTERRUPT whenever poll/select >> returns or kernel needs to keep persistent list of outstanding polls >> so that later poll/select can reuse them. The problem here is that >> kernel doesn't know when or whether they'll be re-used. We can put >> in LRU-based heuristics but it's getting too complex. > > Why not just link the outstanding poll requests into a list anchored > in 'fuse_file'? Easy to reuse, don't care about cancellation.
Ah, that's the right place.
quoted text
>> Overall, I think being lazy about cancellation and let userland notify >> asynchronously would be better performance and simplicity wise. What >> do you think? > > Lazy cancellation (no cancellation, esentially) sounds good. But that > works fine with the simplified protocol. > > Think of it this way, this is what a poll event would look like with > your scheme: > > 1) -> POLL-notification > 2) <- POLL-req > 3) -> POLL-reply (revents) > > Notice, how 1) and 2) don't carry _any_ information (the notification > can be spurious, the events in the POLL request is just repeated from > the original request). All the info is in 3), so I really don't see > any reason why the above would be better than just omitting the first > two steps.
Alrighty then. I'll convert it. Thanks. -- tejun --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCHSET] FUSE: extend FUSE to support more operations
, Tejun Heo
, (Thu Aug 28, 10:40 am)
[PATCH 1/7] FUSE: add include protectors
, Tejun Heo
, (Thu Aug 28, 10:40 am)
[PATCH 2/7] FUSE: pass nonblock flag to client
, Tejun Heo
, (Thu Aug 28, 10:40 am)
[PATCH 3/7] FUSE: implement nonseekable open
, Tejun Heo
, (Thu Aug 28, 10:40 am)
[PATCH 4/7] FUSE: implement direct lseek support
, Tejun Heo
, (Thu Aug 28, 10:41 am)
[PATCH 5/7] FUSE: implement ioctl support
, Tejun Heo
, (Thu Aug 28, 10:41 am)
[PATCH 6/7] FUSE: implement unsolicited notification
, Tejun Heo
, (Thu Aug 28, 10:41 am)
[PATCH 7/7] FUSE: implement poll support
, Tejun Heo
, (Thu Aug 28, 10:41 am)
Re: [PATCH 5/7] FUSE: implement ioctl support
, Greg KH
, (Thu Aug 28, 10:51 am)
Re: [PATCH 5/7] FUSE: implement ioctl support
, Tejun Heo
, (Thu Aug 28, 10:59 am)
Re: [PATCH 5/7] FUSE: implement ioctl support
, Tejun Heo
, (Thu Aug 28, 11:01 am)
Re: [PATCH 5/7] FUSE: implement ioctl support
, Tejun Heo
, (Thu Aug 28, 11:02 am)
Re: [PATCH 5/7] FUSE: implement ioctl support
, Miklos Szeredi
, (Thu Aug 28, 11:13 am)
Re: [PATCH 5/7] FUSE: implement ioctl support
, Greg KH
, (Thu Aug 28, 11:14 am)
Re: [PATCH 5/7] FUSE: implement ioctl support
, Tejun Heo
, (Thu Aug 28, 11:17 am)
Re: [PATCHSET] FUSE: extend FUSE to support more operations
, Miklos Szeredi
, (Thu Aug 28, 11:20 am)
Re: [PATCH 5/7] FUSE: implement ioctl support
, H. Peter Anvin
, (Thu Aug 28, 11:20 am)
Re: [PATCHSET] FUSE: extend FUSE to support more operations
, Tejun Heo
, (Thu Aug 28, 11:23 am)
Re: [PATCH 5/7] FUSE: implement ioctl support
, Miklos Szeredi
, (Thu Aug 28, 11:23 am)
Re: [PATCH 5/7] FUSE: implement ioctl support
, Tejun Heo
, (Thu Aug 28, 11:25 am)
Re: [PATCH 5/7] FUSE: implement ioctl support
, Tejun Heo
, (Thu Aug 28, 11:28 am)
Re: [PATCH 5/7] FUSE: implement ioctl support
, Tejun Heo
, (Thu Aug 28, 11:34 am)
Re: [PATCH 5/7] FUSE: implement ioctl support
, H. Peter Anvin
, (Thu Aug 28, 12:08 pm)
Re: [PATCH 5/7] FUSE: implement ioctl support
, Miklos Szeredi
, (Thu Aug 28, 12:18 pm)
Re: [PATCH 5/7] FUSE: implement ioctl support
, Miklos Szeredi
, (Thu Aug 28, 12:25 pm)
Re: [PATCH 5/7] FUSE: implement ioctl support
, Tejun Heo
, (Thu Aug 28, 12:42 pm)
Re: [PATCH 5/7] FUSE: implement ioctl support
, Miklos Szeredi
, (Thu Aug 28, 1:02 pm)
Re: [PATCH 5/7] FUSE: implement ioctl support
, H. Peter Anvin
, (Thu Aug 28, 1:21 pm)
Re: [PATCH 5/7] FUSE: implement ioctl support
, Alan Cox
, (Thu Aug 28, 1:48 pm)
Re: [PATCH 5/7] FUSE: implement ioctl support
, Miklos Szeredi
, (Thu Aug 28, 1:55 pm)
Re: [PATCH 5/7] FUSE: implement ioctl support
, H. Peter Anvin
, (Thu Aug 28, 2:27 pm)
Re: [PATCH 5/7] FUSE: implement ioctl support
, Tejun Heo
, (Thu Aug 28, 7:19 pm)
Re: [PATCH 5/7] FUSE: implement ioctl support
, Miklos Szeredi
, (Fri Aug 29, 12:32 am)
Re: [PATCH 5/7] FUSE: implement ioctl support
, Miklos Szeredi
, (Fri Aug 29, 12:59 am)
Re: [PATCH 5/7] FUSE: implement ioctl support
, Tejun Heo
, (Fri Aug 29, 1:12 am)
Re: [PATCH 5/7] FUSE: implement ioctl support
, Miklos Szeredi
, (Fri Aug 29, 1:29 am)
Re: [PATCH 5/7] FUSE: implement ioctl support
, Tejun Heo
, (Fri Aug 29, 2:03 am)
Re: [fuse-devel] [PATCH 5/7] FUSE: implement ioctl support
, Roger Willcocks
, (Fri Aug 29, 4:31 am)
Re: [fuse-devel] [PATCH 5/7] FUSE: implement ioctl support
, Tejun Heo
, (Fri Aug 29, 4:54 am)
Re: [PATCH 5/7] FUSE: implement ioctl support
, Eric W. Biederman
, (Fri Aug 29, 12:17 pm)
Re: [PATCH 5/7] FUSE: implement ioctl support
, Arnd Bergmann
, (Fri Aug 29, 12:47 pm)
Re: [PATCH 5/7] FUSE: implement ioctl support
, Tejun Heo
, (Sat Aug 30, 4:40 am)
Re: [PATCH 5/7] FUSE: implement ioctl support
, Miklos Szeredi
, (Mon Sep 1, 4:57 am)
Re: [PATCH 5/7] FUSE: implement ioctl support
, Tejun Heo
, (Mon Sep 1, 5:03 am)
Re: [PATCH 5/7] FUSE: implement ioctl support
, Eric W. Biederman
, (Wed Sep 3, 7:32 am)
Re: [PATCH 5/7] FUSE: implement ioctl support
, Tejun Heo
, (Wed Sep 3, 7:40 am)
Re: [PATCH 5/7] FUSE: implement ioctl support
, Eric W. Biederman
, (Wed Sep 3, 2:51 pm)
Re: [PATCH 5/7] FUSE: implement ioctl support
, Tejun Heo
, (Wed Sep 3, 5:09 pm)
Re: [PATCHSET] FUSE: extend FUSE to support more operations
, Tejun Heo
, (Tue Oct 14, 1:21 am)
Re: [PATCHSET] FUSE: extend FUSE to support more operations
, Miklos Szeredi
, (Tue Oct 14, 2:37 am)
Re: [fuse-devel] [PATCHSET] FUSE: extend FUSE to support m ...
, Szabolcs Szakacsits
, (Tue Oct 14, 5:16 am)
Re: [fuse-devel] [PATCHSET] FUSE: extend FUSE to support m ...
, Miklos Szeredi
, (Tue Oct 14, 5:43 am)
Re: [PATCHSET] FUSE: extend FUSE to support more operations
, Tejun Heo
, (Wed Nov 12, 1:41 am)
Re: [PATCHSET] FUSE: extend FUSE to support more operations
, Christoph Hellwig
, (Wed Nov 12, 2:14 am)
Re: [PATCHSET] FUSE: extend FUSE to support more operations
, Tejun Heo
, (Wed Nov 12, 2:30 am)
Re: [PATCHSET] FUSE: extend FUSE to support more operations
, Miklos Szeredi
, (Wed Nov 12, 2:36 am)
Re: [fuse-devel] [PATCHSET] FUSE: extend FUSE to support m ...
, Mike Hommey
, (Wed Nov 12, 2:43 am)
Re: [PATCHSET] FUSE: extend FUSE to support more operations
, Miklos Szeredi
, (Wed Nov 12, 3:00 am)
Re: [PATCHSET] FUSE: extend FUSE to support more operations
, Tejun Heo
, (Wed Nov 12, 10:54 pm)
Re: [PATCHSET] FUSE: extend FUSE to support more operations
, Tejun Heo
, (Wed Nov 12, 11:06 pm)
Re: [PATCHSET] FUSE: extend FUSE to support more operations
, Tejun Heo
, (Wed Nov 12, 11:26 pm)
Re: [PATCHSET] FUSE: extend FUSE to support more operations
, Miklos Szeredi
, (Thu Nov 13, 4:19 am)
Re: [PATCHSET] FUSE: extend FUSE to support more operations
, Tejun Heo
, (Thu Nov 13, 4:29 am)
Re: [PATCHSET] FUSE: extend FUSE to support more operations
, Miklos Szeredi
, (Thu Nov 13, 4:47 am)
Re: [PATCHSET] FUSE: extend FUSE to support more operations
, Tejun Heo
, (Thu Nov 13, 4:54 am)
Re: [PATCHSET] FUSE: extend FUSE to support more operations
, Miklos Szeredi
, (Thu Nov 13, 4:57 am)
Re: [PATCHSET] FUSE: extend FUSE to support more operations
, Miklos Szeredi
, (Thu Nov 13, 4:58 am)
Re: [PATCHSET] FUSE: extend FUSE to support more operations
, Tejun Heo
, (Thu Nov 13, 5:14 am)
Re: [PATCHSET] FUSE: extend FUSE to support more operations
, Miklos Szeredi
, (Thu Nov 13, 5:34 am)
Re: [PATCHSET] FUSE: extend FUSE to support more operations
, Tejun Heo
, (Thu Nov 13, 6:23 am)
Re: [PATCHSET] FUSE: extend FUSE to support more operations
, Miklos Szeredi
, (Thu Nov 13, 6:42 am)
Re: [PATCHSET] FUSE: extend FUSE to support more operations
, Tejun Heo
, (Thu Nov 13, 7:29 am)
Re: [PATCHSET] FUSE: extend FUSE to support more operations
, Miklos Szeredi
, (Thu Nov 13, 7:48 am)
Re: [PATCHSET] FUSE: extend FUSE to support more operations
, Tejun Heo
, (Thu Nov 13, 8:10 am)
Re: [PATCHSET] FUSE: extend FUSE to support more operations
, Miklos Szeredi
, (Thu Nov 13, 8:52 am)
Re: [PATCHSET] FUSE: extend FUSE to support more operations
, Tejun Heo
, (Thu Nov 13, 9:00 am)
Re: [PATCHSET] FUSE: extend FUSE to support more operations
, Tejun Heo
, (Mon Nov 17, 2:17 am)
Re: [fuse-devel] [PATCHSET] FUSE: extend FUSE to support m ...
, Miklos Szeredi
, (Mon Nov 17, 3:16 am)
Re: [fuse-devel] [PATCHSET] FUSE: extend FUSE to support m ...
, Tejun Heo
, (Mon Nov 17, 8:32 pm)
Re: [fuse-devel] [PATCHSET] FUSE: extend FUSE to support m ...
, Miklos Szeredi
, (Tue Nov 18, 2:33 am)
Re: [fuse-devel] [PATCHSET] FUSE: extend FUSE to support m ...
, Tejun Heo
, (Tue Nov 18, 3:30 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Ken Chen
[patch] sched: fix inconsistency when redistribute per-cpu tg->cfs_rq shares.
Ingo Molnar
Re: [PATCH v3] x86: merge the simple bitops and move them to bitops.h
Jan Engelhardt
Re: [PATCH] Allow Kconfig to set default mmap_min_addr protection
Dmitry Torokhov
Re: [2.6 patch] input/serio/hp_sdc.c section fix
Rafael J. Wysocki
[Bug #16380] Loop devices act strangely in 2.6.35
git
:
Steven Grimm
Using git as a general backup mechanism (was Re: Using GIT to store /etc)
Jeff King
Re: [PATCH] git-reset: allow --soft in a bare repo
Johannes Sixt
Re: [PATCH 01/14] msvc: Fix compilation errors in compat/win32/sys/poll.c
Johannes Schindelin
Re: [PATCH] Uninstall rule for top level Makefile
Shawn O. Pearce
Re: [PATCH v2] Speed up bash completion loading
git-commits-head
:
Linux Kernel Mailing List
cgroups: clean up cgroup_pidlist_find() a bit
Linux Kernel Mailing List
sony-laptop: Add support for extended hotkeys
Linux Kernel Mailing List
IB/core: Add support for masked atomic operations
Linux Kernel Mailing List
V4L/DVB (8939): cx18: fix sparse warnings
Linux Kernel Mailing List
ipv6 mcast: Check address family of gf_group in getsockopt(MS_FILTER).
linux-netdev
:
Inaky Perez-Gonzalez
[PATCH 40/40] wimax/i2400m: add CREDITS and MAINTAINERS entries
Karsten Keil
[mISDN PATCH v2 05/19] Reduce stack size in dsp_cmx_send()
linux
Re: 2.6.23-rc8 network problem. Mem leak? ip1000a?
David Miller
Re: tun: Use netif_receive_skb instead of netif_rx
David Miller
Re: [net-next PATCH v2] llc enhancements
freebsd-current
:
Matthew Fleming
Re: [RFC] Outline of USB process integration in the kernel taskqueue system
illoai@gmail.com
Re: OT: 2d password
Hartmut Brandt
Re: problem with nss_ldap
Andrew Reilly
Re: FreeBSD's problems as seen by the BSDForen.de community
Max Laier
Re: Upcoming ABI Breakage in RELENG_7
Colocation donated by:
Syndicate