[XFS updates] XFS development tree branch, xfs-attr-cleanup, created. xfs-for-linus-3.15-rc1-14831-g6c888af
xfs at oss.sgi.com
xfs at oss.sgi.com
Wed May 14 18:49:09 CDT 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "XFS development tree".
The branch, xfs-attr-cleanup has been created
at 6c888af0b4ca66565b2aa73147ebc1d139c3bd1b (commit)
- Log -----------------------------------------------------------------
commit 6c888af0b4ca66565b2aa73147ebc1d139c3bd1b
Author: Christoph Hellwig <hch at lst.de>
Date: Tue May 13 16:40:19 2014 +1000
xfs: pass struct da_args to xfs_attr_calc_size
And remove a very confused comment.
Signed-off-by: Christoph Hellwig <hch at lst.de>
Reviewed-by: Brian Foster <bfoster at redhat.com>
Reviewed-by: Dave Chinner <dchinner at redhat.com>
Signed-off-by: Dave Chinner <david at fromorbit.com>
commit 67fd718f30108db320ffc4bef205137b69e60d3a
Author: Christoph Hellwig <hch at lst.de>
Date: Tue May 13 16:34:43 2014 +1000
xfs: simplify attr name setup
Replace xfs_attr_name_to_xname with a new xfs_attr_args_init helper that
sets up the basic da_args structure without using a temporary xfs_name
structure.
Signed-off-by: Christoph Hellwig <hch at lst.de>
Reviewed-by: Dave Chinner <dchinner at redhat.com>
Reviewed-by: Brian Foster <bfoster at redhat.com>
Signed-off-by: Dave Chinner <david at fromorbit.com>
commit 1bc426a76b1a8ecf00d9a3ec8e9765a21ab4082f
Author: Christoph Hellwig <hch at lst.de>
Date: Tue May 13 16:34:33 2014 +1000
xfs: fold xfs_attr_remove_int into xfs_attr_remove
Also remove a useless ilock roundtrip for the first attr fork check, it's
racy anyway and we redo it later under the ilock before we start the removal.
Plus various minor style fixes to the new xfs_attr_remove.
Signed-off-by: Christoph Hellwig <hch at lst.de>
Reviewed-by: Dave Chinner <dchinner at redhat.com>
Reviewed-by: Brian Foster <bfoster at redhat.com>
Signed-off-by: Dave Chinner <david at fromorbit.com>
commit b87d022c275bce66553a27b68790e7c91927875f
Author: Christoph Hellwig <hch at lst.de>
Date: Tue May 13 16:34:24 2014 +1000
xfs: fold xfs_attr_get_int into xfs_attr_get
This allows doing an unlocked check if an attr for is present at all and
slightly reduce the lock hold time if we actually do an attr get.
Plus various minor style fixes to the new xfs_attr_get.
Signed-off-by: Christoph Hellwig <hch at lst.de>
Reviewed-by: Brian Foster <bfoster at redhat.com>
Reviewed-by: Dave Chinner <dchinner at redhat.com>
Signed-off-by: Dave Chinner <david at fromorbit.com>
commit c5b4ac39a4cb6a9a79025106a471f0738b3cb525
Author: Christoph Hellwig <hch at lst.de>
Date: Tue May 13 16:34:14 2014 +1000
xfs: fold xfs_attr_set_int into xfs_attr_set
Plus various minor style fixes to the new xfs_attr_set.
Signed-off-by: Christoph Hellwig <hch at lst.de>
Reviewed-by: Dave Chinner <dchinner at redhat.com>
Reviewed-by: Brian Foster <bfoster at redhat.com>
Signed-off-by: Dave Chinner <david at fromorbit.com>
-----------------------------------------------------------------------
hooks/post-receive
--
XFS development tree
More information about the xfs
mailing list