-
- Downloads
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() ...
No related branches found
No related tags found
Showing
- Documentation/ABI/testing/sysfs-bus-rbd 8 additions, 2 deletionsDocumentation/ABI/testing/sysfs-bus-rbd
- MAINTAINERS 8 additions, 5 deletionsMAINTAINERS
- drivers/block/rbd.c 462 additions, 354 deletionsdrivers/block/rbd.c
- drivers/block/rbd_types.h 0 additions, 1 deletiondrivers/block/rbd_types.h
- fs/ceph/dir.c 3 additions, 4 deletionsfs/ceph/dir.c
- fs/ceph/mds_client.c 6 additions, 17 deletionsfs/ceph/mds_client.c
- fs/ceph/snap.c 10 additions, 8 deletionsfs/ceph/snap.c
- fs/ceph/super.c 1 addition, 0 deletionsfs/ceph/super.c
- fs/ceph/super.h 2 additions, 2 deletionsfs/ceph/super.h
- fs/ceph/xattr.c 1 addition, 0 deletionsfs/ceph/xattr.c
- include/linux/ceph/ceph_features.h 27 additions, 0 deletionsinclude/linux/ceph/ceph_features.h
- include/linux/ceph/ceph_fs.h 0 additions, 14 deletionsinclude/linux/ceph/ceph_fs.h
- include/linux/ceph/decode.h 48 additions, 1 deletioninclude/linux/ceph/decode.h
- include/linux/ceph/libceph.h 2 additions, 8 deletionsinclude/linux/ceph/libceph.h
- include/linux/ceph/messenger.h 25 additions, 35 deletionsinclude/linux/ceph/messenger.h
- include/linux/ceph/mon_client.h 1 addition, 1 deletioninclude/linux/ceph/mon_client.h
- include/linux/ceph/msgpool.h 2 additions, 1 deletioninclude/linux/ceph/msgpool.h
- include/linux/crush/crush.h 8 additions, 0 deletionsinclude/linux/crush/crush.h
- net/ceph/ceph_common.c 10 additions, 15 deletionsnet/ceph/ceph_common.c
- net/ceph/crush/mapper.c 7 additions, 6 deletionsnet/ceph/crush/mapper.c
Loading
Please register or sign in to comment