login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
August
»
28
Re: [PATCH 5/7] FUSE: implement ioctl support
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Miklos Szeredi
Subject:
Re: [PATCH 5/7] FUSE: implement ioctl support
Date: Thursday, August 28, 2008 - 1:55 pm
On Thu, 28 Aug 2008, H. Peter Anvin wrote:
quoted text
> This is *hard* to get right, and we screw this up in the kernel with > painful regularity. The throught of having user-space processes, which > don't have access to the kernel locking primitives and functions like > copy_from_user() dealing with this stuff scares me crazy.
What issues exactly are you thinking of?
quoted text
> That is why I'm suggesting using an in-kernel linearizer.
Lots of complexity, ugh... Even Tejun's current scheme is better IMO. Miklos --
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
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
FUJITA Tomonori
Re: [Scst-devel] Integration of SCST in the mainstream Linux kernel
Ingo Molnar
Re: [RFC/RFT PATCH] sched: automated per tty task groups
Josef Bacik
[PATCH] fallocate.2: add FALLOC_FL_PUNCH_HOLE flag definition
Uwe Kleine-König
Re: [PATCH v2] ARM: allow, but warn, when issuing ioremap() on RAM
Andrew Morton
Re: [PATCH v3 0/4] Introduce hardware spinlock framework
git
:
Michal Sojka
[PATCHv5 1/2] filter-branch: Fix to allow replacing submodules with another content
Junio C Hamano
Re: Fwd: git status options feature suggestion
Bert Wesarg
[TopGit PATCH v3 06/12] list_deps: accept -i/-w
Stefan Richter
Re: [kernel.org users] [RFD] On deprecating "git-foo" for builtins
A Large Angry SCM
Re: [RFC] origin link for cherry-pick and revert
git-commits-head
:
Linux Kernel Mailing List
libata: disable ATAPI AN by default
Linux Kernel Mailing List
ARM: 5905/1: ARM: Global ASID allocation on SMP
Linux Kernel Mailing List
misc: replace remaining __FUNCTION__ with __func__
Linux Kernel Mailing List
Disallow gcc versions 4.1.{0,1}
Linux Kernel Mailing List
timer: Try to survive timer callback preempt_count leak
linux-netdev
:
Arnaldo Carvalho de Melo
Re: [PATCH 06/37] dccp: Limit feature negotiation to connection setup phase
Gerrit Renker
[PATCH 1/5] dccp: Initialisation framework for feature negotiation
Ursula Braun
[patch 2/8] [PATCH] af_iucv: sync sk shutdown flag if iucv path is quiesced
Daniel Lezcano
getsockopt(TCP_DEFER_ACCEPT) value change
David Miller
Re: 2.6.27.18: bnx2/tg3: BUG: "scheduling while atomic" trying to ifenslave a seco...
openbsd-misc
:
Rene Maroufi
smtpd: Aliases only work with for local alias aliases
Darrin Chandler
Re: strange output on openbsd C code
Boris Goldberg
Re: HP ProLiant DL320 v. Sun Fire V125
Nick Holland
Re: Install OpenBSD from USB ?
Stuart Henderson
Re: Kuro5hin: OpenBSD Founder Theo deRaadt Has Conflict of Interest With AMD
Colocation donated by:
Syndicate