diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-03 12:52:29 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-03 12:52:29 -0400 |
commit | ac7c1a776dfe1a9c83ea7885f858f5f1a144d8af (patch) | |
tree | 4ad3158dd6dc5029a221421ae9a3c339f10c3f10 /MAINTAINERS | |
parent | 3ba113d14cedcd88105a3b9c90f8ecce829e1095 (diff) | |
parent | f36345ff9a4a77f2cc576a2777b6256d5c8798fa (diff) |
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
* 'for-linus' of git://oss.sgi.com/xfs/xfs: (61 commits)
Revert "xfs: increase the maximum number of supported ACL entries"
xfs: cleanup uuid handling
xfs: remove m_attroffset
xfs: fix various typos
xfs: pagecache usage optimization
xfs: remove m_litino
xfs: kill ino64 mount option
xfs: kill mutex_t typedef
xfs: increase the maximum number of supported ACL entries
xfs: factor out code to find the longest free extent in the AG
xfs: kill VN_BAD
xfs: kill vn_atime_* helpers.
xfs: cleanup xlog_bread
xfs: cleanup xlog_recover_do_trans
xfs: remove another leftover of the old inode log item format
xfs: cleanup log unmount handling
Fix xfs debug build breakage by pushing xfs_error.h after
xfs: include header files for prototypes
xfs: make symbols static
xfs: move declaration to header file
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ebaf77ebd8b7..908226600f16 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -4969,7 +4969,8 @@ S: Supported | |||
4969 | 4969 | ||
4970 | XFS FILESYSTEM | 4970 | XFS FILESYSTEM |
4971 | P: Silicon Graphics Inc | 4971 | P: Silicon Graphics Inc |
4972 | P: Bill O'Donnell | 4972 | P: Felix Blyakher |
4973 | M: felixb@sgi.com | ||
4973 | M: xfs-masters@oss.sgi.com | 4974 | M: xfs-masters@oss.sgi.com |
4974 | L: xfs@oss.sgi.com | 4975 | L: xfs@oss.sgi.com |
4975 | W: http://oss.sgi.com/projects/xfs | 4976 | W: http://oss.sgi.com/projects/xfs |