login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
October
»
8
Re: [Ocfs2-devel] [PATCH 13/39] ocfs2: Add extended attribute support
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Christoph Hellwig
Subject:
Re: [Ocfs2-devel] [PATCH 13/39] ocfs2: Add extended attribute support
Date: Wednesday, October 8, 2008 - 6:22 am
On Tue, Oct 07, 2008 at 03:08:11PM -0700, Mark Fasheh wrote:
quoted text
> On Thu, Oct 02, 2008 at 10:16:44AM +0200, Christoph Hellwig wrote: > > On Wed, Sep 24, 2008 at 03:00:54PM -0700, Mark Fasheh wrote: > > > xattr.o \ > > > + xattr_user.o \ > > > + xattr_trusted.o > > > > Please don't split this up, it's always been a really stupid idea in > > extN. The only difference between secure, trusted and user attrs is > > that they go into a different namespace bit (and have different > > permission checking, but that's handled in the VFS). I have some > > upcoming patches to store a fs private flag in struct xattr_handler > > so that even those flags wrappers can go away, and each of the > > namespaces will just be five lines of code for the xattr_handler > > declaration. > > Ok. The following patch (in ocfs2.git now) removes those two files, and puts > the code for user and trusted xattrs at the bottom of xattr.c. Is that > mainly what you were getting at here?
Yeah. --
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 0/39] Ocfs2 updates for 2.6.28
, Mark Fasheh
, (Wed Sep 24, 3:00 pm)
[PATCH 01/39] ocfs2: POSIX file locks support
, Mark Fasheh
, (Wed Sep 24, 3:00 pm)
[PATCH 02/39] ocfs2: Track local alloc bits internally
, Mark Fasheh
, (Wed Sep 24, 3:00 pm)
[PATCH 03/39] ocfs2: throttle back local alloc when low on ...
, Mark Fasheh
, (Wed Sep 24, 3:00 pm)
[PATCH 04/39] ocfs2: track local alloc state via debugfs
, Mark Fasheh
, (Wed Sep 24, 3:00 pm)
[PATCH 05/39] ocfs2: Modify ocfs2_num_free_extents for fut ...
, Mark Fasheh
, (Wed Sep 24, 3:00 pm)
[PATCH 06/39] ocfs2: Use ocfs2_extent_list instead of ocfs ...
, Mark Fasheh
, (Wed Sep 24, 3:00 pm)
[PATCH 07/39] ocfs2: Abstract ocfs2_extent_tree in b-tree ...
, Mark Fasheh
, (Wed Sep 24, 3:00 pm)
[PATCH 08/39] ocfs2: Make high level btree extend code generic
, Mark Fasheh
, (Wed Sep 24, 3:00 pm)
[PATCH 09/39] ocfs2: Add the basic xattr disk layout in oc ...
, Mark Fasheh
, (Wed Sep 24, 3:00 pm)
[PATCH 10/39] ocfs2: Add helper function in uptodate.c for ...
, Mark Fasheh
, (Wed Sep 24, 3:00 pm)
[PATCH 11/39] ocfs2: Add extent tree operation for xattr v ...
, Mark Fasheh
, (Wed Sep 24, 3:00 pm)
[PATCH 12/39] ocfs2: reserve inline space for extended att ...
, Mark Fasheh
, (Wed Sep 24, 3:00 pm)
[PATCH 13/39] ocfs2: Add extended attribute support
, Mark Fasheh
, (Wed Sep 24, 3:00 pm)
[PATCH 14/39] ocfs2: Add xattr index tree operations
, Mark Fasheh
, (Wed Sep 24, 3:00 pm)
[PATCH 15/39] ocfs2: Add xattr bucket iteration for large ...
, Mark Fasheh
, (Wed Sep 24, 3:00 pm)
[PATCH 16/39] ocfs2: Add xattr lookup code xattr btrees
, Mark Fasheh
, (Wed Sep 24, 3:00 pm)
[PATCH 17/39] ocfs2: Optionally limit extent size in ocfs2 ...
, Mark Fasheh
, (Wed Sep 24, 3:00 pm)
[PATCH 18/39] ocfs2: Enable xattr set in index btree
, Mark Fasheh
, (Wed Sep 24, 3:00 pm)
[PATCH 19/39] ocfs2: Delete all xattr buckets during inode ...
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 20/39] ocfs2: Add incompatible flag for extended at ...
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 21/39] ocfs2: fix printk format warnings
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 22/39] ocfs2: Prefix the extent tree operations str ...
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 23/39] ocfs2: Prefix the ocfs2_extent_tree structure.
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 24/39] ocfs2: Make ocfs2_extent_tree get/put instea ...
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 25/39] ocfs2: Make 'private' into 'object' on ocfs2 ...
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 26/39] ocfs2: Provide the get_root_el() method to o ...
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 27/39] ocfs2: Use struct ocfs2_extent_tree in ocfs2 ...
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 28/39] ocfs2: Determine an extent tree's max_leaf_c ...
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 29/39] ocfs2: Create specific get_extent_tree funct ...
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 30/39] ocfs2: Add an insertion check to ocfs2_exten ...
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 31/39] ocfs2: Make ocfs2_extent_tree the first-clas ...
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 32/39] ocfs2: Comment struct ocfs2_extent_tree_oper ...
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 33/39] ocfs2: Change ocfs2_get_*_extent_tree() to o ...
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 34/39] ocfs2: bug-fix for journal extend in xattr.
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 35/39] ocfs2: Resolve deadlock in ocfs2_xattr_free_ ...
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 36/39] ocfs2: Limit inode allocation to 32bits.
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 37/39] ocfs2: Add the 'inode64' mount option.
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 38/39] ocfs2: Switch over to JBD2.
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 39/39] ocfs2: Add xattr mount option in ocfs2_show_ ...
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
Re: [PATCH 0/39] Ocfs2 updates for 2.6.28
, Tao Ma
, (Sat Sep 27, 10:16 pm)
Re: [PATCH 01/39] ocfs2: POSIX file locks support
, Andrew Morton
, (Wed Oct 1, 11:11 pm)
Re: [PATCH 03/39] ocfs2: throttle back local alloc when lo ...
, Andrew Morton
, (Wed Oct 1, 11:11 pm)
Re: [PATCH 04/39] ocfs2: track local alloc state via debugfs
, Andrew Morton
, (Wed Oct 1, 11:11 pm)
Re: [PATCH 10/39] ocfs2: Add helper function in uptodate.c ...
, Andrew Morton
, (Wed Oct 1, 11:11 pm)
Re: [PATCH 11/39] ocfs2: Add extent tree operation for xat ...
, Andrew Morton
, (Wed Oct 1, 11:12 pm)
Re: [PATCH 11/39] ocfs2: Add extent tree operation for xat ...
, Andrew Morton
, (Wed Oct 1, 11:12 pm)
Re: [PATCH 13/39] ocfs2: Add extended attribute support
, Andrew Morton
, (Wed Oct 1, 11:12 pm)
Re: [Ocfs2-devel] [PATCH 13/39] ocfs2: Add extended attrib ...
, Christoph Hellwig
, (Thu Oct 2, 1:16 am)
Re: [PATCH 01/39] ocfs2: POSIX file locks support
, Mark Fasheh
, (Tue Oct 7, 1:09 pm)
Re: [PATCH 04/39] ocfs2: track local alloc state via debugfs
, Mark Fasheh
, (Tue Oct 7, 1:10 pm)
Re: [PATCH 10/39] ocfs2: Add helper function in uptodate.c ...
, Mark Fasheh
, (Tue Oct 7, 1:18 pm)
Re: [PATCH 11/39] ocfs2: Add extent tree operation for xat ...
, Mark Fasheh
, (Tue Oct 7, 1:19 pm)
Re: [PATCH 13/39] ocfs2: Add extended attribute support
, Mark Fasheh
, (Tue Oct 7, 1:22 pm)
Re: [PATCH 11/39] ocfs2: Add extent tree operation for xat ...
, Mark Fasheh
, (Tue Oct 7, 2:19 pm)
Re: [Ocfs2-devel] [PATCH 13/39] ocfs2: Add extended attrib ...
, Mark Fasheh
, (Tue Oct 7, 3:08 pm)
Re: [Ocfs2-devel] [PATCH 13/39] ocfs2: Add extended attrib ...
, Tiger Yang
, (Tue Oct 7, 6:56 pm)
Re: [Ocfs2-devel] [PATCH 13/39] ocfs2: Add extended attrib ...
, Christoph Hellwig
, (Wed Oct 8, 6:16 am)
Re: [Ocfs2-devel] [PATCH 13/39] ocfs2: Add extended attrib ...
, Christoph Hellwig
, (Wed Oct 8, 6:22 am)
Re: [Ocfs2-devel] [PATCH 13/39] ocfs2: Add extended attrib ...
, Christoph Hellwig
, (Wed Oct 8, 6:34 am)
Re: [Ocfs2-devel] [PATCH 13/39] ocfs2: Add extended attrib ...
, Tao Ma
, (Wed Oct 8, 7:04 am)
Re: [Ocfs2-devel] [PATCH 13/39] ocfs2: Add extended attrib ...
, Mark Fasheh
, (Wed Oct 8, 5:38 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Francis Moreau
Re: Disk geometry from /sys
Rafael J. Wysocki
[Bug #11407] suspend: unable to handle kernel paging request
Christoph Lameter
Re: [bug] SLUB + mm/slab.c boot crash in -rc9
Jeremy Fitzhardinge
Re: [2.6.25] compat VDSO option not disabling
Rafael J. Wysocki
[Bug #11551] Semi-repeatable hard lockup on 2.6.27-rc6
git
:
Pat Thoyts
[PATCH] git-gui: use themed tk widgets with Tk 8.5
Tait
Re: [PATCH] Replace hard-coded path with one from <paths.h>
Frans Pop
'git gc --aggressive' effectively unusable
Stephan Beyer
Re: git sequencer prototype
Lynn Lin
Re: clearcase migration to git
linux-netdev
:
William Allen Simpson
[net-next-2.6 PATCH v8 0/7] TCPCT part 1: cookie option exchange
Eric Dumazet
Re: [PATCH net-next-2.6] net: Introduce skb_orphan_try()
David Miller
Re: [PATCH] IPv6: preferred lifetime of address not getting updated
Eric Dumazet
Re: [PATCH net-next-2.6] net: Introduce skb_orphan_try()
Mark McLoughlin
Re: [PATCH 2/3] virtio: fix delayed xmit of packet and freeing of old packets.
git-commits-head
:
Linux Kernel Mailing List
.gitignore: ignore *.lzo files
Linux Kernel Mailing List
init: Open /dev/console from rootfs
Linux Kernel Mailing List
imxfb: Fix margin settings
Linux Kernel Mailing List
udp: fix for unicast RX path optimization
Linux Kernel Mailing List
V4L/DVB (10826): cx88: Add IR support to pcHDTV HD3000 & HD5500
openbsd-misc
:
Robert
disklabel - cylinder rounding
nixlists
Re: Which laptops do the developers use?
admin
Drive a 2009 car from R799p/m
L. V. Lammert
OT, .. but has anyone seen a crontab editor
Darrin Chandler
Re: That whole "Linux stealing our code" thing
Colocation donated by:
Syndicate