CEPH filesystem development
 help / color / mirror / Atom feed
* [PATCH 0/9] rbd: support for rbd map --exclusive
@ 2017-04-25  9:33 Ilya Dryomov
  2017-04-25  9:33 ` [PATCH 1/9] rbd: move rbd_dev_destroy() call out of rbd_dev_image_release() Ilya Dryomov
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Ilya Dryomov @ 2017-04-25  9:33 UTC (permalink / raw)
  To: ceph-devel

Hello,

This adds support for optionally disabling automatic exclusive lock
transitions.  Patches 1-3 fix some existing error paths and can go in
independently.

Thanks,

                Ilya


Ilya Dryomov (9):
  rbd: move rbd_dev_destroy() call out of rbd_dev_image_release()
  rbd: move rbd_unregister_watch() call into rbd_dev_image_release()
  rbd: fix error handling around rbd_init_disk()
  rbd: ignore unlock errors
  rbd: store lock cookie
  rbd: support updating the lock cookie without releasing the lock
  rbd: kill rbd_is_lock_supported()
  rbd: return ResponseMessage result from rbd_handle_request_lock()
  rbd: exclusive map option

 drivers/block/rbd.c                  | 357 +++++++++++++++++++++--------------
 include/linux/ceph/cls_lock_client.h |   5 +
 net/ceph/cls_lock_client.c           |  51 +++++
 3 files changed, 270 insertions(+), 143 deletions(-)

-- 
2.4.3


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-05-03 19:16 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-25  9:33 [PATCH 0/9] rbd: support for rbd map --exclusive Ilya Dryomov
2017-04-25  9:33 ` [PATCH 1/9] rbd: move rbd_dev_destroy() call out of rbd_dev_image_release() Ilya Dryomov
2017-04-25  9:33 ` [PATCH 2/9] rbd: move rbd_unregister_watch() call into rbd_dev_image_release() Ilya Dryomov
2017-04-25  9:33 ` [PATCH 3/9] rbd: fix error handling around rbd_init_disk() Ilya Dryomov
2017-04-25  9:33 ` [PATCH 4/9] rbd: ignore unlock errors Ilya Dryomov
2017-04-25  9:33 ` [PATCH 5/9] rbd: store lock cookie Ilya Dryomov
2017-04-25  9:33 ` [PATCH 6/9] rbd: support updating the lock cookie without releasing the lock Ilya Dryomov
2017-04-25  9:33 ` [PATCH 7/9] rbd: kill rbd_is_lock_supported() Ilya Dryomov
2017-04-25  9:33 ` [PATCH 8/9] rbd: return ResponseMessage result from rbd_handle_request_lock() Ilya Dryomov
2017-04-25  9:33 ` [PATCH 9/9] rbd: exclusive map option Ilya Dryomov
2017-05-03 19:16 ` [PATCH 0/9] rbd: support for rbd map --exclusive Jason Dillaman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox