1. f856dc3 rbd: use bio_clone_fast() instead of bio_clone() by NeilBrown · 7 years ago
  2. 8f66439 Merge tag 'v4.12-rc5' into for-4.13/block by Jens Axboe · 7 years ago
  3. fc17b65 blk-mq: switch ->queue_rq return value to blk_status_t by Christoph Hellwig · 7 years ago
  4. 2a842ac block: introduce new block status code type by Christoph Hellwig · 7 years ago
  5. 6ac5695 rbd: implement REQ_OP_WRITE_ZEROES by Ilya Dryomov · 7 years ago
  6. 26c5eaa Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  7. 1134e09 fs: ceph: CURRENT_TIME with ktime_get_real_ts() by Deepa Dinamani · 8 years ago
  8. e010dd0 rbd: exclusive map option by Ilya Dryomov · 8 years ago
  9. 3b77faa rbd: return ResponseMessage result from rbd_handle_request_lock() by Ilya Dryomov · 8 years ago
  10. f9bebd5 rbd: kill rbd_is_lock_supported() by Ilya Dryomov · 8 years ago
  11. 14bb211 rbd: support updating the lock cookie without releasing the lock by Ilya Dryomov · 8 years ago
  12. cbbfb0f rbd: store lock cookie by Ilya Dryomov · 8 years ago
  13. bbead74 rbd: ignore unlock errors by Ilya Dryomov · 8 years ago
  14. 5769ed0 rbd: fix error handling around rbd_init_disk() by Ilya Dryomov · 8 years ago
  15. fd22aef rbd: move rbd_unregister_watch() call into rbd_dev_image_release() by Ilya Dryomov · 8 years ago
  16. 8b679ec rbd: move rbd_dev_destroy() call out of rbd_dev_image_release() by Ilya Dryomov · 8 years ago
  17. 74da4a0f libceph, ceph: always advertise all supported features by Ilya Dryomov · 8 years ago
  18. d6296d3 blk-mq: update ->init_request and ->exit_request prototypes by Christoph Hellwig · 8 years ago
  19. 93c1def rbd: remove the discard_zeroes_data flag by Christoph Hellwig · 8 years ago
  20. f363b08 blk-mq: constify struct blk_mq_ops by Eric Biggers · 8 years ago
  21. 8767b29 rbd: supported_features bus attribute by Ilya Dryomov · 8 years ago
  22. b2deee2 Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  23. 54ea004 libceph, rbd, ceph: WRITE | ONDISK -> WRITE by Ilya Dryomov · 8 years ago
  24. 772c8f6 Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  25. b9942bc rbd: constify device_type structure by Bhumika Goyal · 8 years ago
  26. 6c696d8 rbd: kill obj_request->object_name and rbd_segment_name_cache by Ilya Dryomov · 8 years ago
  27. a90bb0c rbd: store and use obj_request->object_no by Ilya Dryomov · 8 years ago
  28. 223768d rbd: RBD_V{1,2}_DATA_FORMAT macros by Ilya Dryomov · 8 years ago
  29. bc81207 rbd: factor out __rbd_osd_req_create() by Ilya Dryomov · 8 years ago
  30. 67e2b65 rbd: set offset and length outside of rbd_obj_request_create() by Ilya Dryomov · 8 years ago
  31. 7e97332 rbd: support for data-pool feature by Ilya Dryomov · 8 years ago
  32. 263423f rbd: introduce rbd_init_layout() by Ilya Dryomov · 8 years ago
  33. 5bc3fb1 rbd: use rbd_obj_bytes() more by Ilya Dryomov · 8 years ago
  34. 03acf08 rbd: remove now unused rbd_obj_request_wait() and helpers by Ilya Dryomov · 8 years ago
  35. ecd4a68 rbd: switch rbd_obj_method_sync() to ceph_osdc_call() by Ilya Dryomov · 8 years ago
  36. fe5478e rbd: do away with obj_request in rbd_obj_read_sync() by Ilya Dryomov · 8 years ago
  37. 431a02c rbd: initialize rbd_dev->header_oloc early by Ilya Dryomov · 8 years ago
  38. 24dca79 rbd: kill rbd_image_header::{crypt_type,comp_type} by Ilya Dryomov · 8 years ago
  39. 848d796 rbd: use kstrndup() in rbd_header_from_disk() by Ilya Dryomov · 8 years ago
  40. dc3b17c block: Use pointer to backing_dev_info from request_queue by Jan Kara · 8 years ago
  41. aebf526 block: fold cmd_type into the REQ_OP_ space by Christoph Hellwig · 8 years ago
  42. 2c935bc locking/atomic, kref: Add kref_read() by Peter Zijlstra · 8 years ago
  43. d4c2269 rbd: silence bogus -Wmaybe-uninitialized warning by Ilya Dryomov · 8 years ago
  44. 4d73644 rbd: don't retry watch reregistration if header object is gone by Ilya Dryomov · 8 years ago
  45. 87c0fde rbd: don't wait for the lock forever if blacklisted by Ilya Dryomov · 8 years ago
  46. 8dfb790 Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  47. 88a25a5 rbd: use kmalloc_array() in rbd_header_from_disk() by Markus Elfring · 8 years ago
  48. 0dcc685 rbd: add rbd_obj_request_error() helper by Ilya Dryomov · 8 years ago
  49. 04dc923 rbd: img_data requests don't own their page array by Ilya Dryomov · 8 years ago
  50. 7c84883 rbd: don't call rbd_osd_req_format_read() for !img_data requests by Ilya Dryomov · 8 years ago
  51. 710214e rbd: rework rbd_img_obj_exists_submit() error paths by Ilya Dryomov · 8 years ago
  52. fa35511 rbd: don't crash or leak on errors in rbd_img_obj_parent_read_full_callback() by Ilya Dryomov · 8 years ago
  53. 4a17dad rbd: move bumping img_request refcount into rbd_obj_request_submit() by Ilya Dryomov · 8 years ago
  54. c2e8241 rbd: mark the original request as done if stat request fails by Ilya Dryomov · 8 years ago
  55. 058aa99 rbd: clean up asserts in rbd_img_obj_request_submit() helpers by Ilya Dryomov · 8 years ago
  56. 980917f rbd: change rbd_obj_request_submit() signature by Ilya Dryomov · 8 years ago
  57. 80de191 rbd: lock_on_read map option by Ilya Dryomov · 8 years ago
  58. 7d7e0f9 blk-mq: remove ->map_queue by Christoph Hellwig · 8 years ago
  59. 0276dca rbd: add force close option by Mike Christie · 8 years ago
  60. 0d6d1e9c rbd: add 'config_info' sysfs rbd device attribute by Mike Christie · 8 years ago
  61. 92a5867 rbd: add 'snap_id' sysfs rbd device attribute by Mike Christie · 8 years ago
  62. 267fb90 rbd: add 'cluster_fsid' sysfs rbd device attribute by Mike Christie · 8 years ago
  63. 005a07bf rbd: add 'client_addr' sysfs rbd device attribute by Ilya Dryomov · 8 years ago
  64. ca7909e rbd: print capacity in decimal and features in hex by Ilya Dryomov · 8 years ago
  65. ed95b21 rbd: support for exclusive-lock feature by Ilya Dryomov · 8 years ago
  66. 99d1694 rbd: retry watch re-registration periodically by Ilya Dryomov · 8 years ago
  67. 1643dfa rbd: introduce a per-device ordered workqueue by Ilya Dryomov · 8 years ago
  68. 033268a libceph: rename ceph_client_id() -> ceph_client_gid() by Ilya Dryomov · 8 years ago
  69. d873484 rbd: nuke the 32-bit pool id check by Ilya Dryomov · 8 years ago
  70. 6b6dddb rbd: destroy header_oloc in rbd_dev_release() by Ilya Dryomov · 8 years ago
  71. 72b5ac5 Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  72. 30c156d libceph: rados pool namespace support by Yan, Zheng · 9 years ago
  73. 7627151 libceph: define new ceph_file_layout structure by Yan, Zheng · 9 years ago
  74. c2df40d drivers: use req op accessor by Mike Christie · 8 years ago
  75. 7cca78c libceph: replace ceph_monc_request_next_osdmap() by Ilya Dryomov · 9 years ago
  76. d0b1970 libceph: async MON client generic requests by Ilya Dryomov · 9 years ago
  77. 922dab6 libceph, rbd: ceph_osd_linger_request, watch/notify v2 by Ilya Dryomov · 8 years ago
  78. c525f03 rbd: rbd_dev_header_unwatch_sync() variant by Ilya Dryomov · 9 years ago
  79. 85e084f libceph: drop msg argument from ceph_osdc_callback_t by Ilya Dryomov · 9 years ago
  80. bb873b5 libceph: switch to calc_target(), part 2 by Ilya Dryomov · 8 years ago
  81. c41d13a rbd: use header_oid instead of header_name by Ilya Dryomov · 9 years ago
  82. d30291b libceph: variable-sized ceph_object_id by Ilya Dryomov · 9 years ago
  83. 13d1ad1 libceph: move message allocation out of ceph_osdc_alloc_request() by Ilya Dryomov · 9 years ago
  84. 663ae2c rbd: get/put img_request in rbd_img_request_submit() by Ilya Dryomov · 9 years ago
  85. d3767f0 rbd: report unsupported features to syslog by Ilya Dryomov · 9 years ago
  86. 811c668 rbd: fix rbd map vs notify races by Ilya Dryomov · 9 years ago
  87. 2224d87 rbd: use GFP_NOIO consistently for request allocations by David Disseldorp · 9 years ago
  88. 03d9440 rbd: use KMEM_CACHE macro by Geliang Tang · 9 years ago
  89. 3f1af42 libceph: enable large, variable-sized OSD requests by Ilya Dryomov · 9 years ago
  90. 7665d85 libceph: move r_reply_op_{len,result} into struct ceph_osd_req_op by Yan, Zheng · 9 years ago
  91. 1761b22 rbd: delete an unnecessary check before rbd_dev_destroy() by Markus Elfring · 9 years ago
  92. 70b16db rbd: don't put snap_context twice in rbd_queue_workfn() by Ilya Dryomov · 9 years ago
  93. 4afb04c rbd: remove duplicate calls to rbd_dev_mapping_clear() by Ilya Dryomov · 9 years ago
  94. 6cac469 rbd: set device_type::release instead of device::release by Ilya Dryomov · 9 years ago
  95. dd5ac32 rbd: don't free rbd_dev outside of the release callback by Ilya Dryomov · 9 years ago
  96. b51c83c rbd: return -ENOMEM instead of pool id if rbd_dev_create() fails by Ilya Dryomov · 9 years ago
  97. 13bf283 rbd: drop null test before destroy functions by Julia Lawall · 9 years ago
  98. bae818e rbd: require stable pages if message data CRCs are enabled by Ronny Hegewald · 9 years ago
  99. 6d69bb53 rbd: prevent kernel stack blow up on rbd map by Ilya Dryomov · 9 years ago
  100. 1f2c665 rbd: don't leak parent_spec in rbd_dev_probe_parent() by Ilya Dryomov · 9 years ago