Re: [GIT PULL] Ceph updates for -rc1

2014-01-29 Thread Sage Weil
On Tue, 28 Jan 2014, Sage Weil wrote: > Hi Linus, > > On Tue, 28 Jan 2014, Linus Torvalds wrote: > > On Tue, Jan 28, 2014 at 1:10 PM, Dave Jones wrote: > > > > > > This breaks the build for me. > > > > It is my merge (Christoph's ACL changes came in today through the VFS > > tree from Al). > >

Subscription request

2014-01-29 Thread Dhiraj
-- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [GIT PULL] Ceph updates for -rc1

2014-01-29 Thread Ilya Dryomov
On Wed, Jan 29, 2014 at 4:30 PM, Sage Weil wrote: > On Tue, 28 Jan 2014, Sage Weil wrote: >> Hi Linus, >> >> On Tue, 28 Jan 2014, Linus Torvalds wrote: >> > On Tue, Jan 28, 2014 at 1:10 PM, Dave Jones wrote: >> > > >> > > This breaks the build for me. >> > >> > It is my merge (Christoph's ACL cha

[PATCH v2] ceph: fix posix ACL hooks

2014-01-29 Thread Ilya Dryomov
From: Sage Weil The merge of 7221fe4c2 raced with upstream changes in the generic POSIX ACL code (2aeccbe95). Update Ceph to use the new helpers as well by dropping the now-generic functions and setting the set_acl inode op. Signed-off-by: Sage Weil --- v2: fixed the !CONFIG_CEPH_FS_POSIX_ACL

Re: [PATCH v2] ceph: fix posix ACL hooks

2014-01-29 Thread Linus Torvalds
On Wed, Jan 29, 2014 at 8:37 AM, Ilya Dryomov wrote: > From: Sage Weil > > The merge of 7221fe4c2 raced with upstream changes in the generic POSIX > ACL code (2aeccbe95). Update Ceph to use the new helpers as well by > dropping the now-generic functions and setting the set_acl inode op. > > Sign

Re: [PATCH v2] ceph: fix posix ACL hooks

2014-01-29 Thread Ilya Dryomov
On Wed, Jan 29, 2014 at 6:37 PM, Ilya Dryomov wrote: > From: Sage Weil > > The merge of 7221fe4c2 raced with upstream changes in the generic POSIX > ACL code (2aeccbe95). Update Ceph to use the new helpers as well by > dropping the now-generic functions and setting the set_acl inode op. > > Sign

[RFC]About FileStore optimizations

2014-01-29 Thread Haomai Wang
Hi all, I noticed a pull request(https://github.com/ceph/ceph/pull/1152) which make a deal of optimizations on FileStore. Although the way modify ObjecStore and caller's codes are not accepted for me, it still seemed good for performance purpose. I agree with we need a session mechanism to cache

Re: [PATCH v2] ceph: fix posix ACL hooks

2014-01-29 Thread Christoph Hellwig
On Wed, Jan 29, 2014 at 11:09:18AM -0800, Linus Torvalds wrote: > So attached is the incremental diff of the patch by Sage and Ilya, and > I'll apply it (delayed a bit to see if I can get the sign-off from > Ilya), but I also think we should fix the (non-cached) ACL functions > that call down to th