login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
September
»
21
Re: [PATCH 07/25] r/o bind mounts: elevate write count for some ioctls
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
[view in full thread]
From:
Andrew Morton <akpm@...>
To: Dave Hansen <haveblue@...>
Cc: <linux-kernel@...>, <hch@...>
Subject:
Re: [PATCH 07/25] r/o bind mounts: elevate write count for some ioctls
Date: Friday, September 21, 2007 - 7:47 pm
On Fri, 21 Sep 2007 16:39:40 -0700 Dave Hansen <haveblue@us.ibm.com> wrote:
quoted text
> On Fri, 2007-09-21 at 16:03 -0700, Andrew Morton wrote: > > Dave Hansen <haveblue@us.ibm.com> wrote: > > > > > Some ioctl()s can cause writes to the filesystem. Take > > > these, and make them use mnt_want/drop_write() instead. > > > > > > We need to pass the filp one layer deeper in XFS, but > > > somebody _just_ pulled it out in February because nobody > > > was using it, so I don't feel guilty for adding it back. > > > > Note that -mm's ext2-reservations.patch adds EXT2_IOC_SETRSVSZ, > > and it doesn't do mnt_want_write(). > > That doesn't quite apply to mainline (at least after the patches I just > sent). I'll wait and send you one on top of the next -mm so that I can > get a coherent view of what's going on if that's all right. >
Sure, that's OK. But I only noticed it because I happened to have my nose in there fixing a reject. -
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:
[PATCH 00/25] Read-only bind mounts
, Dave Hansen
, (Thu Sep 20, 3:52 pm)
[PATCH 24/25] r/o bind mounts: track number of mount writers
, Dave Hansen
, (Thu Sep 20, 3:53 pm)
Re: [PATCH 24/25] r/o bind mounts: track number of mount wri...
, Christoph Hellwig
, (Mon Sep 24, 1:54 pm)
Re: [PATCH 24/25] r/o bind mounts: track number of mount wri...
, Dave Hansen
, (Mon Sep 24, 3:28 pm)
Re: [PATCH 24/25] r/o bind mounts: track number of mount wri...
, Andrew Morton
, (Mon Sep 24, 3:42 pm)
Re: [PATCH 24/25] r/o bind mounts: track number of mount wri...
, Dave Hansen
, (Mon Oct 1, 2:06 pm)
Re: [PATCH 24/25] r/o bind mounts: track number of mount wri...
, Andrew Morton
, (Mon Sep 24, 3:10 pm)
Re: [PATCH 24/25] r/o bind mounts: track number of mount wri...
, Christoph Hellwig
, (Mon Sep 24, 3:24 pm)
Re: [PATCH 24/25] r/o bind mounts: track number of mount wri...
, Andrew Morton
, (Mon Sep 24, 2:17 am)
Re: [PATCH 24/25] r/o bind mounts: track number of mount wri...
, Dave Hansen
, (Mon Sep 24, 6:06 pm)
Re: [PATCH 24/25] r/o bind mounts: track number of mount wri...
, Andrew Morton
, (Mon Sep 24, 6:25 pm)
Re: [PATCH 24/25] r/o bind mounts: track number of mount wri...
, Dave Hansen
, (Mon Sep 24, 7:05 pm)
Re: [PATCH 24/25] r/o bind mounts: track number of mount wri...
, Andrew Morton
, (Mon Sep 24, 7:15 pm)
Re: [PATCH 24/25] r/o bind mounts: track number of mount wri...
, Dave Hansen
, (Tue Sep 25, 12:10 pm)
Re: [PATCH 24/25] r/o bind mounts: track number of mount wri...
, Arjan van de Ven
, (Mon Sep 24, 10:34 am)
[PATCH 25/25] honor r/w changes at do_remount() time
, Dave Hansen
, (Thu Sep 20, 3:53 pm)
[PATCH 23/25] do_rmdir(): elevate write count
, Dave Hansen
, (Thu Sep 20, 3:53 pm)
[PATCH 22/25] elevate mnt writers for vfs_unlink() callers
, Dave Hansen
, (Thu Sep 20, 3:53 pm)
[PATCH 21/25] sys_mknodat(): elevate write count for vfs_mkn...
, Dave Hansen
, (Thu Sep 20, 3:53 pm)
[PATCH 13/25] elevate mount count for extended attributes
, Dave Hansen
, (Thu Sep 20, 3:53 pm)
[PATCH 06/25] elevate write count open()'d files
, Dave Hansen
, (Thu Sep 20, 3:52 pm)
Re: [PATCH 06/25] elevate write count open()'d files
, Andrew Morton
, (Wed Nov 28, 4:41 am)
Re: [PATCH 06/25] elevate write count open()'d files
, Dave Hansen
, (Wed Nov 28, 1:33 pm)
[PATCH 20/25] elevate write count for do_sys_utime() and tou...
, Dave Hansen
, (Thu Sep 20, 3:53 pm)
[PATCH 19/25] elevate write count for do_utimes()
, Dave Hansen
, (Thu Sep 20, 3:53 pm)
[PATCH 18/25] elevate writer count for do_sys_truncate()
, Dave Hansen
, (Thu Sep 20, 3:53 pm)
[PATCH 14/25] elevate write count for file_update_time()
, Dave Hansen
, (Thu Sep 20, 3:53 pm)
[PATCH 17/25] nfs: check mnt instead of superblock directly
, Dave Hansen
, (Thu Sep 20, 3:53 pm)
[PATCH 02/25] rearrange may_open() to be r/o friendly
, Dave Hansen
, (Thu Sep 20, 3:52 pm)
[PATCH 16/25] elevate write count over calls to vfs_rename()
, Dave Hansen
, (Thu Sep 20, 3:53 pm)
[PATCH 15/25] unix_find_other() elevate write count for touc...
, Dave Hansen
, (Thu Sep 20, 3:53 pm)
[PATCH 10/25] elevate mnt writers for callers of vfs_mkdir()
, Dave Hansen
, (Thu Sep 20, 3:53 pm)
[PATCH 07/25] r/o bind mounts: elevate write count for some ...
, Dave Hansen
, (Thu Sep 20, 3:52 pm)
Re: [PATCH 07/25] r/o bind mounts: elevate write count for s...
, Andrew Morton
, (Fri Sep 21, 7:03 pm)
Re: [PATCH 07/25] r/o bind mounts: elevate write count for s...
, Dave Hansen
, (Fri Sep 21, 7:39 pm)
Re: [PATCH 07/25] r/o bind mounts: elevate write count for s...
, Andrew Morton
, (Fri Sep 21, 7:47 pm)
Re: [PATCH 07/25] r/o bind mounts: elevate write count for s...
, Andrew Morton
, (Fri Sep 21, 4:17 am)
[RFC] detect missed mnt_want_write() calls
, Dave Hansen
, (Tue Sep 25, 9:34 pm)
Re: [PATCH 07/25] r/o bind mounts: elevate write count for s...
, Dave Hansen
, (Fri Sep 21, 5:15 pm)
[PATCH 08/25] elevate writer count for chown and friends
, Dave Hansen
, (Thu Sep 20, 3:52 pm)
[PATCH 12/25] elevate write count for link and symlink calls
, Dave Hansen
, (Thu Sep 20, 3:53 pm)
[PATCH 11/25] elevate write count during entire ncp_ioctl()
, Dave Hansen
, (Thu Sep 20, 3:53 pm)
[PATCH 09/25] make access() use mnt check
, Dave Hansen
, (Thu Sep 20, 3:53 pm)
[PATCH 05/25] r/o bind mounts: stub functions
, Dave Hansen
, (Thu Sep 20, 3:52 pm)
[PATCH 04/25] create cleanup helper svc_msnfs()
, Dave Hansen
, (Thu Sep 20, 3:52 pm)
[PATCH 03/25] give may_open() a local 'mnt' variable
, Dave Hansen
, (Thu Sep 20, 3:52 pm)
Re: [PATCH 03/25] give may_open() a local 'mnt' variable
, Christoph Hellwig
, (Thu Sep 20, 3:57 pm)
[PATCH 01/25] filesystem helpers for custom 'struct file's
, Dave Hansen
, (Thu Sep 20, 3:52 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg Kroah-Hartman
[PATCH 001/196] Chinese: Add the known_regression URI to the HOWTO
Tarkan Erimer
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Christoph Lameter
[00/41] Large Blocksize Support V7 (adds memmap support)
Linus Torvalds
Linux 2.6.27-rc5
git
:
linux-netdev
:
David Miller
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
David Miller
[GIT]: Networking
Gerrit Renker
[PATCH 15/37] dccp: Set per-connection CCIDs via socket options
Nick Piggin
Re: Mainline kernel OLTP performance update
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
1 user
and
1050 guests
online.
Online users
vampyredude1900
Syndicate