All of lore.kernel.org
 help / color / mirror / Atom feed
* [Ocfs2-devel] [PATCH 00/15] ocfs2: add security EA and ACL support V5
@ 2008-11-14  3:11 Tiger Yang
  2008-11-14  3:15 ` [Ocfs2-devel] [PATCH 01/10] ocfs2: move new inode allocation out of the transaction Tiger Yang
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Tiger Yang @ 2008-11-14  3:11 UTC (permalink / raw)
  To: ocfs2-devel

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2008-11-18 23:06 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-14  3:11 [Ocfs2-devel] [PATCH 00/15] ocfs2: add security EA and ACL support V5 Tiger Yang
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

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.