Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
Pull Ceph updates from Sage Weil: "There are several patches from Ilya fixing RBD allocation lifecycle issues, a series adding a nocephx_sign_messages option (and associated bug fixes/cleanups), several patches from Zheng improving the (directory) fsync behavior, a big improvement in IO for direct-io requests when striping is enabled from Caifeng, and several other small fixes and cleanups" * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client: libceph: clear msg->con in ceph_msg_release() only libceph: add nocephx_sign_messages option libceph: stop duplicating client fields in messenger libceph: drop authorizer check from cephx msg signing routines libceph: msg signing callouts don't need con argument libceph: evaluate osd_req_op_data() arguments only once ceph: make fsync() wait unsafe requests that created/modified inode ceph: add request to i_unsafe_dirops when getting unsafe reply libceph: introduce ceph_x_authorizer_cleanup() ceph: don't invalidate page cache when inode is no longer used rbd: remove duplicate calls to rbd_dev_mapping_clear() rbd: set device_type::release instead of device::release rbd: don't free rbd_dev outside of the release callback rbd: return -ENOMEM instead of pool id if rbd_dev_create() fails libceph: use local variable cursor instead of &msg->cursor libceph: remove con argument in handle_reply() ceph: combine as many iovec as possile into one OSD request ceph: fix message length computation ceph: fix a comment typo rbd: drop null test before destroy functions
No related branches found
No related tags found
Showing
- drivers/block/rbd.c 54 additions, 55 deletionsdrivers/block/rbd.c
- fs/ceph/cache.c 1 addition, 1 deletionfs/ceph/cache.c
- fs/ceph/caps.c 36 additions, 40 deletionsfs/ceph/caps.c
- fs/ceph/file.c 77 additions, 10 deletionsfs/ceph/file.c
- fs/ceph/inode.c 1 addition, 0 deletionsfs/ceph/inode.c
- fs/ceph/mds_client.c 42 additions, 15 deletionsfs/ceph/mds_client.c
- fs/ceph/mds_client.h 3 additions, 0 deletionsfs/ceph/mds_client.h
- fs/ceph/super.h 1 addition, 0 deletionsfs/ceph/super.h
- include/linux/ceph/libceph.h 3 additions, 1 deletioninclude/linux/ceph/libceph.h
- include/linux/ceph/messenger.h 3 additions, 13 deletionsinclude/linux/ceph/messenger.h
- net/ceph/auth_x.c 23 additions, 13 deletionsnet/ceph/auth_x.c
- net/ceph/ceph_common.c 13 additions, 5 deletionsnet/ceph/ceph_common.c
- net/ceph/crypto.h 3 additions, 1 deletionnet/ceph/crypto.h
- net/ceph/messenger.c 37 additions, 51 deletionsnet/ceph/messenger.c
- net/ceph/osd_client.c 17 additions, 17 deletionsnet/ceph/osd_client.c
Loading
Please register or sign in to comment