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, master has been updated
a27a263 xfs: make log devices with write back caches work
c46a131 xfs: fix ->mknod() return value on xfs_get_acl() failure
from 59c5f46fbe01a00eedf54a23789634438bb80603 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a27a263bae072a499acc77b632238a6dacccf888
Author: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Date: Thu Jun 16 12:02:23 2011 +0000
xfs: make log devices with write back caches work
There's no reason not to support cache flushing on external log devices.
The only thing this really requires is flushing the data device first
both in fsync and log commits. A side effect is that we also have to
remove the barrier write test during mount, which has been superflous
since the new FLUSH+FUA code anyway. Also use the chance to flush the
RT subvolume write cache before the fsync commit, which is required
for correct semantics.
Signed-off-by: Christoph Hellwig <hch@xxxxxx>
Signed-off-by: Alex Elder <aelder@xxxxxxx>
commit c46a131c0c0f4c2457e6b1e430c578a5cb057334
Author: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
Date: Sun Jun 5 11:12:31 2011 +0000
xfs: fix ->mknod() return value on xfs_get_acl() failure
->mknod() should return negative on errors and PTR_ERR() gives
already negative value...
Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
Reviewed-by: Christoph Hellwig <hch@xxxxxx>
Signed-off-by: Alex Elder <aelder@xxxxxxx>
-----------------------------------------------------------------------
Summary of changes:
fs/xfs/linux-2.6/xfs_file.c | 50 +++++++++++++++++----------
fs/xfs/linux-2.6/xfs_iops.c | 2 +-
fs/xfs/linux-2.6/xfs_super.c | 75 ------------------------------------------
fs/xfs/xfs_log.c | 11 +++++-
4 files changed, 42 insertions(+), 96 deletions(-)
hooks/post-receive
--
XFS development tree
|