1. 8ae0299 rbd: don't mess with a page vector in rbd_notify_op_lock() by Ilya Dryomov · 4 years, 10 months ago
  2. b877605 rbd: don't test rbd_dev->opts in rbd_dev_image_release() by Ilya Dryomov · 4 years, 10 months ago
  3. 952c48b rbd: call rbd_dev_unprobe() after unwatching and flushing notifies by Ilya Dryomov · 4 years, 10 months ago
  4. 0e4e1de5 rbd: avoid a deadlock on header_rwsem when flushing notifies by Ilya Dryomov · 4 years, 10 months ago
  5. f9b6b98 rbd: enable multiple blk-mq queues by Hannes Reinecke · 5 years ago
  6. 59e542c rbd: embed image request in blk-mq pdu by Ilya Dryomov · 5 years ago
  7. a52cc68 rbd: acquire header_rwsem just once in rbd_queue_workfn() by Ilya Dryomov · 5 years ago
  8. 78b42a8 rbd: get rid of img_request_layered_clear() by Ilya Dryomov · 5 years ago
  9. 679a97d rbd: kill img_request kref by Hannes Reinecke · 5 years ago
  10. 94f4857 rbd: remove barriers from img_request_layered_{set,clear,test}() by Ilya Dryomov · 5 years ago
  11. c9d35ee Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  12. d7167b1 fs_parse: fold fs_parameter_desc/fs_parameter_spec by Al Viro · 5 years ago
  13. 96cafb9 fs_parser: remove fs_parameter_description name field by Eric Sandeen · 5 years ago
  14. 7f5d381 new primitive: __fs_parse() by Al Viro · 5 years ago
  15. 2c3f3dc switch rbd and libceph to p_log-based primitives by Al Viro · 5 years ago
  16. 3fbb8d5 struct p_log, variants of warnf() et.al. taking that one instead by Al Viro · 5 years ago
  17. 0f89589 Pass consistent param->type to fs_parse() by Al Viro · 5 years ago
  18. 3325322 rbd: set the 'device' link in sysfs by Hannes Reinecke · 5 years ago
  19. a55e601 rbd: work around -Wuninitialized warning by Arnd Bergmann · 5 years ago
  20. 82995cc libceph, rbd, ceph: convert to use the new mount API by David Howells · 6 years ago
  21. 196e2d6 rbd: ask for a weaker incompat mask for read-only mappings by Ilya Dryomov · 5 years ago
  22. fa58bca rbd: don't query snapshot features by Ilya Dryomov · 5 years ago
  23. 686238b rbd: remove snapshot existence validation code by Ilya Dryomov · 5 years ago
  24. b9ef2b8 rbd: don't establish watch for read-only mappings by Ilya Dryomov · 5 years ago
  25. 3fe6992 rbd: don't acquire exclusive lock for read-only mappings by Ilya Dryomov · 5 years ago
  26. c1b6205 rbd: disallow read-write partitions on images mapped read-only by Ilya Dryomov · 5 years ago
  27. b948ad7 rbd: treat images mapped read-only seriously by Ilya Dryomov · 5 years ago
  28. 39258aa rbd: introduce RBD_DEV_FLAG_READONLY by Ilya Dryomov · 5 years ago
  29. f3c0e45 rbd: introduce rbd_is_snap() by Ilya Dryomov · 5 years ago
  30. 6b0a877 rbd: fix spelling mistake "requeueing" -> "requeuing" by Colin Ian King · 5 years ago
  31. 633739b rbd: silence bogus uninitialized warning in rbd_object_map_update_finish() by Ilya Dryomov · 5 years ago
  32. 25e6be2 rbd: cancel lock_dwork if the wait is interrupted by Dongsheng Yang · 5 years ago
  33. 21ed05a rbd: pull rbd_img_request_create() dout out into the callers by Ilya Dryomov · 5 years ago
  34. 5435d206 rbd: fix response length parameter for encoded strings by Dongsheng Yang · 5 years ago
  35. d435c9a rbd: restore zeroing past the overlap when reading from parent by Ilya Dryomov · 5 years ago
  36. d9b9c89 Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 5 years ago
  37. 8b5bec5 rbd: setallochint only if object doesn't exist by Ilya Dryomov · 6 years ago
  38. 22e8bd5 rbd: support for object-map and fast-diff by Ilya Dryomov · 6 years ago
  39. da5ef6be rbd: call rbd_dev_mapping_set() from rbd_dev_image_probe() by Ilya Dryomov · 6 years ago
  40. 68ada91 libceph: change ceph_osdc_call() to take page vector for response by Ilya Dryomov · 6 years ago
  41. 637cd06 rbd: new exclusive lock wait/wake code by Ilya Dryomov · 6 years ago
  42. e1fddc8 rbd: quiescing lock should wait for image requests by Ilya Dryomov · 6 years ago
  43. a2b1da0 rbd: lock should be quiesced on reacquire by Ilya Dryomov · 6 years ago
  44. 793333a30 rbd: introduce copyup state machine by Ilya Dryomov · 6 years ago
  45. ea9b743 rbd: rename rbd_obj_setup_*() to rbd_obj_init_*() by Ilya Dryomov · 6 years ago
  46. a086a1b rbd: move OSD request allocation into object request state machines by Ilya Dryomov · 6 years ago
  47. 27bbd91 rbd: factor out __rbd_osd_setup_discard_ops() by Ilya Dryomov · 6 years ago
  48. b5ae8cb rbd: factor out rbd_osd_setup_copyup() by Ilya Dryomov · 6 years ago
  49. bcbab1d rbd: introduce obj_req->osd_reqs list by Ilya Dryomov · 6 years ago
  50. 0192ce2 rbd: introduce image request state machine by Ilya Dryomov · 6 years ago
  51. 85b5e6d rbd: move OSD request submission into object request state machines by Ilya Dryomov · 6 years ago
  52. 0ad5d95 rbd: get rid of RBD_OBJ_WRITE_{FLAT,GUARD} by Ilya Dryomov · 6 years ago
  53. a9b67e6 rbd: replace obj_req->tried_parent with obj_req->read_state by Ilya Dryomov · 6 years ago
  54. 54ab3b2 rbd: get rid of obj_req->xferred, obj_req->result and img_req->xferred by Ilya Dryomov · 6 years ago
  55. b91a7bd rbd: don't assert on writes to snapshots by Ilya Dryomov · 6 years ago
  56. a32e414 rbd: client_mutex is never nested by Ilya Dryomov · 6 years ago
  57. 1680937 rbd: convert all rbd_assert(0) to BUG() by Arnd Bergmann · 6 years ago
  58. d342a15 rbd: avoid clang -Wuninitialized warning by Arnd Bergmann · 6 years ago
  59. 9d4a227 rbd: drop wait_for_latest_osdmap() by Ilya Dryomov · 6 years ago
  60. 16d80c5 rbd: set io_min, io_opt and discard_granularity to alloc_size by Ilya Dryomov · 6 years ago
  61. 2b0a80b0 Merge tag 'ceph-for-5.1-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  62. 80201fe Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  63. b9f6d44 rbd: advertise support for RBD_FEATURE_DEEP_FLATTEN by Ilya Dryomov · 6 years ago
  64. 9b17eb2 rbd: whole-object write and zeroout should copyup when snapshots exist by Ilya Dryomov · 6 years ago
  65. 89a59c1 rbd: copyup with an empty snapshot context (aka deep-copyup) by Ilya Dryomov · 6 years ago
  66. 3a48250 rbd: introduce rbd_obj_issue_copyup_ops() by Ilya Dryomov · 6 years ago
  67. 13488d5 rbd: stop copying num_osd_ops in rbd_obj_issue_copyup() by Ilya Dryomov · 6 years ago
  68. e28eded rbd: factor out __rbd_osd_req_create() by Ilya Dryomov · 6 years ago
  69. 356889c rbd: clear ->xferred on error from rbd_obj_issue_copyup() by Ilya Dryomov · 6 years ago
  70. 0b51c9d rbd: remove experimental designation from kernel layering by Ilya Dryomov · 6 years ago
  71. 0c93e1b rbd: round off and ignore discards that are too small by Ilya Dryomov · 6 years ago
  72. 6484cbe rbd: handle DISCARD and WRITE_ZEROES separately by Ilya Dryomov · 6 years ago
  73. fd7e3f0 rbd: get rid of obj_req->obj_request_count by Ilya Dryomov · 6 years ago
  74. 56d18f6 block: kill BLK_MQ_F_SG_MERGE by Ming Lei · 6 years ago
  75. 7e9586b block: rbd: convert to use BUS_ATTR_WO and RO by Greg Kroah-Hartman · 6 years ago
  76. 85f5a4d rbd: don't return 0 on unmap if RBD_DEV_FLAG_REMOVING is set by Ilya Dryomov · 6 years ago
  77. 26f887e libceph, rbd, ceph: move ceph_osdc_alloc_messages() calls by Ilya Dryomov · 6 years ago
  78. 24639ce56 libceph: osd_req_op_cls_init() doesn't need to take opcode by Ilya Dryomov · 6 years ago
  79. 7d8dc53 rbd: add __init/__exit annotations by Chengguang Xu · 6 years ago
  80. e92c0ea rbd: support cloning across namespaces by Ilya Dryomov · 6 years ago
  81. eb3b2d6 rbd: factor out get_parent_info() by Ilya Dryomov · 6 years ago
  82. 0a78ac4 Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  83. fac02dd libceph: use timespec64 for r_mtime by Arnd Bergmann · 6 years ago
  84. b26c047 rbd: support for images within namespaces by Ilya Dryomov · 7 years ago
  85. c300156 rbd: pass rbd_spec into parse_rbd_opts_token() by Ilya Dryomov · 7 years ago
  86. 2f56b6b libceph: amend "bad option arg" error message by Ilya Dryomov · 7 years ago
  87. bfc18e3 atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() by Mark Rutland · 7 years ago
  88. dc594c3 Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  89. 23edca8 rbd: flush rbd_dev->watch_dwork after watch is unregistered by Dongsheng Yang · 7 years ago
  90. fe943d5 libceph, rbd: add error handling for osd_req_op_cls_init() by Chengguang Xu · 7 years ago
  91. f459c34 Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  92. 5657a81 block drivers/block: Use octal not symbolic permissions by Joe Perches · 7 years ago
  93. 0010f70 libceph: add osd_req_op_extent_osd_data_bvecs() by Ilya Dryomov · 7 years ago
  94. d936054 rbd: notrim map option by Ilya Dryomov · 7 years ago
  95. 420efbd rbd: adjust queue limits for "fancy" striping by Ilya Dryomov · 7 years ago
  96. c6244b3 rbd: avoid Wreturn-type warnings by Arnd Bergmann · 7 years ago
  97. 34f55d0 rbd: support timeout in rbd_wait_state_locked() by Dongsheng Yang · 7 years ago
  98. 2f18d46 rbd: refactor rbd_wait_state_locked() by Ilya Dryomov · 7 years ago
  99. b284d4d Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  100. 08a7910 rbd: remove VLA usage by Kyle Spiers · 7 years ago