1. 4d73644 rbd: don't retry watch reregistration if header object is gone by Ilya Dryomov · 8 years ago
  2. 87c0fde rbd: don't wait for the lock forever if blacklisted by Ilya Dryomov · 8 years ago
  3. 8dfb790 Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  4. 88a25a5 rbd: use kmalloc_array() in rbd_header_from_disk() by Markus Elfring · 8 years ago
  5. 0dcc685 rbd: add rbd_obj_request_error() helper by Ilya Dryomov · 8 years ago
  6. 04dc923 rbd: img_data requests don't own their page array by Ilya Dryomov · 8 years ago
  7. 7c84883 rbd: don't call rbd_osd_req_format_read() for !img_data requests by Ilya Dryomov · 8 years ago
  8. 710214e rbd: rework rbd_img_obj_exists_submit() error paths by Ilya Dryomov · 8 years ago
  9. fa35511 rbd: don't crash or leak on errors in rbd_img_obj_parent_read_full_callback() by Ilya Dryomov · 8 years ago
  10. 4a17dad rbd: move bumping img_request refcount into rbd_obj_request_submit() by Ilya Dryomov · 8 years ago
  11. c2e8241 rbd: mark the original request as done if stat request fails by Ilya Dryomov · 8 years ago
  12. 058aa99 rbd: clean up asserts in rbd_img_obj_request_submit() helpers by Ilya Dryomov · 8 years ago
  13. 980917f rbd: change rbd_obj_request_submit() signature by Ilya Dryomov · 8 years ago
  14. 80de191 rbd: lock_on_read map option by Ilya Dryomov · 8 years ago
  15. 7d7e0f9 blk-mq: remove ->map_queue by Christoph Hellwig · 8 years ago
  16. 0276dca rbd: add force close option by Mike Christie · 8 years ago
  17. 0d6d1e9c rbd: add 'config_info' sysfs rbd device attribute by Mike Christie · 8 years ago
  18. 92a5867 rbd: add 'snap_id' sysfs rbd device attribute by Mike Christie · 8 years ago
  19. 267fb90 rbd: add 'cluster_fsid' sysfs rbd device attribute by Mike Christie · 8 years ago
  20. 005a07bf rbd: add 'client_addr' sysfs rbd device attribute by Ilya Dryomov · 8 years ago
  21. ca7909e rbd: print capacity in decimal and features in hex by Ilya Dryomov · 8 years ago
  22. ed95b21 rbd: support for exclusive-lock feature by Ilya Dryomov · 8 years ago
  23. 99d1694 rbd: retry watch re-registration periodically by Ilya Dryomov · 8 years ago
  24. 1643dfa rbd: introduce a per-device ordered workqueue by Ilya Dryomov · 8 years ago
  25. 033268a libceph: rename ceph_client_id() -> ceph_client_gid() by Ilya Dryomov · 8 years ago
  26. d873484 rbd: nuke the 32-bit pool id check by Ilya Dryomov · 8 years ago
  27. 6b6dddb rbd: destroy header_oloc in rbd_dev_release() by Ilya Dryomov · 8 years ago
  28. 72b5ac5 Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  29. 30c156d libceph: rados pool namespace support by Yan, Zheng · 8 years ago
  30. 7627151 libceph: define new ceph_file_layout structure by Yan, Zheng · 8 years ago
  31. c2df40d drivers: use req op accessor by Mike Christie · 8 years ago
  32. 7cca78c libceph: replace ceph_monc_request_next_osdmap() by Ilya Dryomov · 8 years ago
  33. d0b1970 libceph: async MON client generic requests by Ilya Dryomov · 8 years ago
  34. 922dab6 libceph, rbd: ceph_osd_linger_request, watch/notify v2 by Ilya Dryomov · 8 years ago
  35. c525f03 rbd: rbd_dev_header_unwatch_sync() variant by Ilya Dryomov · 8 years ago
  36. 85e084f libceph: drop msg argument from ceph_osdc_callback_t by Ilya Dryomov · 8 years ago
  37. bb873b539 libceph: switch to calc_target(), part 2 by Ilya Dryomov · 8 years ago
  38. c41d13a rbd: use header_oid instead of header_name by Ilya Dryomov · 8 years ago
  39. d30291b libceph: variable-sized ceph_object_id by Ilya Dryomov · 8 years ago
  40. 13d1ad1 libceph: move message allocation out of ceph_osdc_alloc_request() by Ilya Dryomov · 8 years ago
  41. 663ae2c rbd: get/put img_request in rbd_img_request_submit() by Ilya Dryomov · 8 years ago
  42. d3767f0 rbd: report unsupported features to syslog by Ilya Dryomov · 8 years ago
  43. 811c668 rbd: fix rbd map vs notify races by Ilya Dryomov · 8 years ago
  44. 2224d87 rbd: use GFP_NOIO consistently for request allocations by David Disseldorp · 8 years ago
  45. 03d9440 rbd: use KMEM_CACHE macro by Geliang Tang · 8 years ago
  46. 3f1af42 libceph: enable large, variable-sized OSD requests by Ilya Dryomov · 8 years ago
  47. 7665d85 libceph: move r_reply_op_{len,result} into struct ceph_osd_req_op by Yan, Zheng · 8 years ago
  48. 1761b22 rbd: delete an unnecessary check before rbd_dev_destroy() by Markus Elfring · 8 years ago
  49. 70b16db rbd: don't put snap_context twice in rbd_queue_workfn() by Ilya Dryomov · 8 years ago
  50. 4afb04c rbd: remove duplicate calls to rbd_dev_mapping_clear() by Ilya Dryomov · 9 years ago
  51. 6cac469 rbd: set device_type::release instead of device::release by Ilya Dryomov · 9 years ago
  52. dd5ac32 rbd: don't free rbd_dev outside of the release callback by Ilya Dryomov · 9 years ago
  53. b51c83c rbd: return -ENOMEM instead of pool id if rbd_dev_create() fails by Ilya Dryomov · 9 years ago
  54. 13bf283 rbd: drop null test before destroy functions by Julia Lawall · 9 years ago
  55. bae818e rbd: require stable pages if message data CRCs are enabled by Ronny Hegewald · 9 years ago
  56. 6d69bb53 rbd: prevent kernel stack blow up on rbd map by Ilya Dryomov · 9 years ago
  57. 1f2c665 rbd: don't leak parent_spec in rbd_dev_probe_parent() by Ilya Dryomov · 9 years ago
  58. e30b757 rbd: use writefull op for object size writes by Ilya Dryomov · 9 years ago
  59. 0d9fde4 rbd: set max_sectors explicitly by Ilya Dryomov · 9 years ago
  60. e013f74 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  61. d194cd1 rbd: plug rbd_dev->header.object_prefix memory leak by Ilya Dryomov · 9 years ago
  62. 3ebe138 rbd: fix double free on rbd_dev->header_name by Ilya Dryomov · 9 years ago
  63. 1081230 Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  64. 8ae1266 block: kill merge_bvec_fn() completely by Kent Overstreet · 9 years ago
  65. 2761713 rbd: fix copyup completion race by Ilya Dryomov · 9 years ago
  66. 2bb4cd5 block: have drivers use blk_queue_max_discard_sectors() by Jens Axboe · 9 years ago
  67. 5a60e87 rbd: use GFP_NOIO in rbd_obj_request_create() by Ilya Dryomov · 9 years ago
  68. b558418 rbd: queue_depth map option by Ilya Dryomov · 9 years ago
  69. d147543 rbd: store rbd_options in rbd_device by Ilya Dryomov · 9 years ago
  70. 210c104 rbd: terminate rbd_opts_tokens with Opt_err by Ilya Dryomov · 9 years ago
  71. d3834fe rbd: bump queue_max_segments by Ilya Dryomov · 9 years ago
  72. 2894e1d rbd: timeout watch teardown on unmap with mount_timeout by Ilya Dryomov · 9 years ago
  73. a319bf5 libceph: store timeouts in jiffies, verify user input by Ilya Dryomov · 9 years ago
  74. 144cba1 libceph: allow setting osd_req_op's flags by Yan, Zheng · 9 years ago
  75. 082a75d rbd: end I/O the entire obj_request on error by Ilya Dryomov · 9 years ago
  76. f77303b rbd: rbd_wq comment is obsolete by Ilya Dryomov · 9 years ago
  77. d8a2c89 rbd: mark block queue as non-rotational by Ilya Dryomov · 9 years ago
  78. 1fe4802 rbd: be more informative on -ENOENT failures by Ilya Dryomov · 9 years ago
  79. 7ad18af rbd: convert to blk-mq by Christoph Hellwig · 9 years ago
  80. cf32bd9 rbd: do not treat standalone as flatten by Ilya Dryomov · 9 years ago
  81. 73e39e4 rbd: fix error paths in rbd_dev_refresh() by Ilya Dryomov · 9 years ago
  82. 3a25cf4 rbd: nuke copy_token() by Rickard Strandqvist · 9 years ago
  83. e69b8d4 rbd: drop parent_ref in rbd_dev_unprobe() unconditionally by Ilya Dryomov · 9 years ago
  84. ae43e9d rbd: fix rbd_dev_parent_get() when parent_overlap == 0 by Ilya Dryomov · 9 years ago
  85. 7e868b6 rbd: don't treat CEPH_OSD_OP_DELETE as extent op by Ilya Dryomov · 9 years ago
  86. e96a650 ceph, rbd: delete unnecessary checks before two function calls by SF Markus Elfring · 10 years ago
  87. a8d4205 rbd: Fix error recovery in rbd_obj_read_sync() by Jan Kara · 10 years ago
  88. f5ee37b rbd: use a single workqueue for all devices by Ilya Dryomov · 10 years ago
  89. 792c3a9 rbd: rbd workqueues need a resque worker by Ilya Dryomov · 10 years ago
  90. b76f823 rbd: set the remaining discard properties to enable support by Josh Durgin · 10 years ago
  91. d3246fb rbd: use helpers to handle discard for layered images correctly by Josh Durgin · 10 years ago
  92. 3b434a2a rbd: extract a method for adding object operations by Josh Durgin · 10 years ago
  93. 1c22088 rbd: make discard trigger copy-on-write by Josh Durgin · 10 years ago
  94. d0265de rbd: tolerate -ENOENT for discard operations by Josh Durgin · 10 years ago
  95. bef9545 rbd: fix snapshot context reference count for discards by Josh Durgin · 10 years ago
  96. 3c5df89 rbd: read image size for discard check safely by Josh Durgin · 10 years ago
  97. 90e98c5 rbd: initial discard bits from Guangliang Zhao by Guangliang Zhao · 10 years ago
  98. 6d2940c rbd: extend the operation type by Guangliang Zhao · 10 years ago
  99. c622d22 rbd: skip the copyup when an entire object writing by Guangliang Zhao · 10 years ago
  100. 70d045f rbd: add img_obj_request_simple() helper by Ilya Dryomov · 10 years ago