diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-07-31 17:35:28 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-07-31 17:35:28 -0400 |
commit | cc8362b1f6d724e46f515121d442779924b19fec (patch) | |
tree | 86fb5c3767e538ec9ded57dd7b3ce5d69dcde691 /MAINTAINERS | |
parent | 2e3ee613480563a6d5c01b57d342e65cc58c06df (diff) | |
parent | 1fe5e9932156f6122c3b1ff6ba7541c27c86718c (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
Pull Ceph changes from Sage Weil:
"Lots of stuff this time around:
- lots of cleanup and refactoring in the libceph messenger code, and
many hard to hit races and bugs closed as a result.
- lots of cleanup and refactoring in the rbd code from Alex Elder,
mostly in preparation for the layering functionality that will be
coming in 3.7.
- some misc rbd cleanups from Josh Durgin that are finally going
upstream
- support for CRUSH tunables (used by newer clusters to improve the
data placement)
- some cleanup in our use of d_parent that Al brought up a while back
- a random collection of fixes across the tree
There is another patch coming that fixes up our ->atomic_open()
behavior, but I'm going to hammer on it a bit more before sending it."
Fix up conflicts due to commits that were already committed earlier in
drivers/block/rbd.c, net/ceph/{messenger.c, osd_client.c}
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client: (132 commits)
rbd: create rbd_refresh_helper()
rbd: return obj version in __rbd_refresh_header()
rbd: fixes in rbd_header_from_disk()
rbd: always pass ops array to rbd_req_sync_op()
rbd: pass null version pointer in add_snap()
rbd: make rbd_create_rw_ops() return a pointer
rbd: have __rbd_add_snap_dev() return a pointer
libceph: recheck con state after allocating incoming message
libceph: change ceph_con_in_msg_alloc convention to be less weird
libceph: avoid dropping con mutex before fault
libceph: verify state after retaking con lock after dispatch
libceph: revoke mon_client messages on session restart
libceph: fix handling of immediate socket connect failure
ceph: update MAINTAINERS file
libceph: be less chatty about stray replies
libceph: clear all flags on con_close
libceph: clean up con flags
libceph: replace connection state bits with states
libceph: drop unnecessary CLOSED check in socket state change callback
libceph: close socket directly from ceph_con_close()
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index fb036a062a5d..5b44872b64ec 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -1789,15 +1789,16 @@ F: arch/powerpc/oprofile/*cell* | |||
1789 | F: arch/powerpc/platforms/cell/ | 1789 | F: arch/powerpc/platforms/cell/ |
1790 | 1790 | ||
1791 | CEPH DISTRIBUTED FILE SYSTEM CLIENT | 1791 | CEPH DISTRIBUTED FILE SYSTEM CLIENT |
1792 | M: Sage Weil <sage@newdream.net> | 1792 | M: Sage Weil <sage@inktank.com> |
1793 | L: ceph-devel@vger.kernel.org | 1793 | L: ceph-devel@vger.kernel.org |
1794 | W: http://ceph.newdream.net/ | 1794 | W: http://ceph.com/ |
1795 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git | 1795 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git |
1796 | S: Supported | 1796 | S: Supported |
1797 | F: Documentation/filesystems/ceph.txt | 1797 | F: Documentation/filesystems/ceph.txt |
1798 | F: fs/ceph | 1798 | F: fs/ceph |
1799 | F: net/ceph | 1799 | F: net/ceph |
1800 | F: include/linux/ceph | 1800 | F: include/linux/ceph |
1801 | F: include/linux/crush | ||
1801 | 1802 | ||
1802 | CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM: | 1803 | CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM: |
1803 | L: linux-usb@vger.kernel.org | 1804 | L: linux-usb@vger.kernel.org |
@@ -5639,10 +5640,12 @@ S: Supported | |||
5639 | F: arch/hexagon/ | 5640 | F: arch/hexagon/ |
5640 | 5641 | ||
5641 | RADOS BLOCK DEVICE (RBD) | 5642 | RADOS BLOCK DEVICE (RBD) |
5642 | F: include/linux/qnxtypes.h | 5643 | M: Yehuda Sadeh <yehuda@inktank.com> |
5643 | M: Yehuda Sadeh <yehuda@hq.newdream.net> | 5644 | M: Sage Weil <sage@inktank.com> |
5644 | M: Sage Weil <sage@newdream.net> | 5645 | M: Alex Elder <elder@inktank.com> |
5645 | M: ceph-devel@vger.kernel.org | 5646 | M: ceph-devel@vger.kernel.org |
5647 | W: http://ceph.com/ | ||
5648 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git | ||
5646 | S: Supported | 5649 | S: Supported |
5647 | F: drivers/block/rbd.c | 5650 | F: drivers/block/rbd.c |
5648 | F: drivers/block/rbd_types.h | 5651 | F: drivers/block/rbd_types.h |