diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-11-22 11:37:47 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-11-22 11:37:47 -0500 |
commit | 6ea9786e76d74350aee6cd9339c6f7cb765ba291 (patch) | |
tree | a5ac36956a33cd1b2e349800333234876c311dc6 /MAINTAINERS | |
parent | 24f971abbda045c24d5d6f2438a7785567d2fde9 (diff) | |
parent | 2fe8c1c08b3fbd87dd2641c8f032ff6e965d5803 (diff) |
Merge tag 'xfs-for-linus-v3.13-rc1-2' of git://oss.sgi.com/xfs/xfs
Pull second xfs update from Ben Myers:
"There are a couple of patches that I wasn't quite sure about in time
for our initial 3.13 pull request, a bugfix, and an update to add Dave
to MAINTAINERS:
Here we have a performance fix for inode iversion, increased inode
cluster size for v5 superblock filesystems, a fix for error handling
in xfs_bmap_add_attrfork, and a MAINTAINERS update to add Dave"
* tag 'xfs-for-linus-v3.13-rc1-2' of git://oss.sgi.com/xfs/xfs:
xfs: open code inc_inode_iversion when logging an inode
xfs: increase inode cluster size for v5 filesystems
xfs: fix unlock in xfs_bmap_add_attrfork
xfs: update maintainers
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d9c97dce6635..8285ed4676b6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -9525,8 +9525,8 @@ F: drivers/xen/*swiotlb* | |||
9525 | 9525 | ||
9526 | XFS FILESYSTEM | 9526 | XFS FILESYSTEM |
9527 | P: Silicon Graphics Inc | 9527 | P: Silicon Graphics Inc |
9528 | M: Dave Chinner <dchinner@fromorbit.com> | ||
9528 | M: Ben Myers <bpm@sgi.com> | 9529 | M: Ben Myers <bpm@sgi.com> |
9529 | M: Alex Elder <elder@kernel.org> | ||
9530 | M: xfs@oss.sgi.com | 9530 | M: xfs@oss.sgi.com |
9531 | L: xfs@oss.sgi.com | 9531 | L: xfs@oss.sgi.com |
9532 | W: http://oss.sgi.com/projects/xfs | 9532 | W: http://oss.sgi.com/projects/xfs |