From: Tiger Yang <tiger.yang@oracle.com>
To: ocfs2-devel@oss.oracle.com
Subject: [Ocfs2-devel] [PATCH 00/15] ocfs2: add security EA and ACL support V5
Date: Fri, 14 Nov 2008 11:11:09 +0800 [thread overview]
Message-ID: <491CEC4D.1090306@oracle.com> (raw)
Hi, all
This the 5th version for add security EA and acl support in ocfs2.
In this round I fixed many problem as Mark commented.
Them based on Mark's merge_window branch.
The top 4 patches are for security EA.
1. move new inode allocation from transaction
This patch actually is from Jan's patch
http://oss.oracle.com/pipermail/ocfs2-devel/2008-October/003266.html
2. ocfs2_xattr_set_handle
I remove the extend_trans from this function as we have reserve credits
with start trans.
3. add security xattr API
4. add ocfs2_init_security in mknod
calculate credits for security xattr before start trans.
add setting security attribute on symlinks.
The next 6 patches are for acl.
5. add ocfs2_xattr_get_nolock
6. add posix acl api
combine ocfs2_acl_set_handle and ocfs2_acl_set into one function.
7. add ocfs2_check_acl
8. add ocfs2_acl_chmod
move acl_chmod out of the transaction in ocfs2_setattr.
9. add ocfs2_init_acl in mknod
calculate credits for acl xattrs before start trans.
10. add mount and Kconfig options for acl
next reply other threads:[~2008-11-14 3:11 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-14 3:11 Tiger Yang [this message]
2008-11-14 3:15 ` [Ocfs2-devel] [PATCH 01/10] ocfs2: move new inode allocation out of the transaction Tiger Yang
2008-11-14 3:16 ` [Ocfs2-devel] [PATCH 02/10] ocfs2: add ocfs2_xattr_set_handle Tiger Yang
2008-11-14 3:16 ` [Ocfs2-devel] [PATCH 03/10] ocfs2: add security xattr API Tiger Yang
2008-11-14 3:16 ` [Ocfs2-devel] [PATCH 04/10] ocfs2: add ocfs2_init_security in mknod Tiger Yang
2008-11-14 3:16 ` [Ocfs2-devel] [PATCH 05/10] ocfs2: add ocfs2_xattr_get_nolock Tiger Yang
2008-11-14 3:17 ` [Ocfs2-devel] [PATCH 06/10] ocfs2: add POSIX ACL API Tiger Yang
2008-11-14 3:17 ` [Ocfs2-devel] [PATCH 07/10] ocfs2: add ocfs2_check_acl Tiger Yang
2008-11-14 3:17 ` [Ocfs2-devel] [PATCH 08/10] ocfs2: add ocfs2_acl_chmod Tiger Yang
2008-11-14 3:17 ` [Ocfs2-devel] [PATCH 09/10] ocfs2: add ocfs2_init_acl in mknod Tiger Yang
2008-11-14 3:17 ` [Ocfs2-devel] [PATCH 10/10] ocfs2: add mount option and Kconfig option for acl Tiger Yang
2008-11-18 23:06 ` [Ocfs2-devel] [PATCH 00/15] ocfs2: add security EA and ACL support V5 Mark Fasheh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=491CEC4D.1090306@oracle.com \
--to=tiger.yang@oracle.com \
--cc=ocfs2-devel@oss.oracle.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.