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