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:03 pm
On Thu, 20 Sep 2007 12:52:57 -0700 Dave Hansen <haveblue@us.ibm.com> wrote:
quoted text
> 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(). -
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 KH
[GIT PATCH] driver core patches against 2.6.24
Linus Torvalds
Linux 2.6.27-rc8
Christoph Lameter
Re: Major regression on hackbench with SLUB (more numbers)
Mike Travis
Re: [RFC 00/15] x86_64: Optimize percpu accesses
git
:
linux-netdev
:
Gerrit Renker
[PATCH 15/37] dccp: Set per-connection CCIDs via socket options
Jarek Poplawski
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
David Miller
[GIT]: Networking
Hugh Dickins
Re: [bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin"
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
0 users
and
688 guests
online.
Syndicate