1. 2224d87 rbd: use GFP_NOIO consistently for request allocations by David Disseldorp · 8 years ago
  2. 03d9440 rbd: use KMEM_CACHE macro by Geliang Tang · 8 years ago
  3. 3f1af42 libceph: enable large, variable-sized OSD requests by Ilya Dryomov · 8 years ago
  4. 7665d85 libceph: move r_reply_op_{len,result} into struct ceph_osd_req_op by Yan, Zheng · 9 years ago
  5. 1761b22 rbd: delete an unnecessary check before rbd_dev_destroy() by Markus Elfring · 9 years ago
  6. 70b16db rbd: don't put snap_context twice in rbd_queue_workfn() by Ilya Dryomov · 9 years ago
  7. 4afb04c rbd: remove duplicate calls to rbd_dev_mapping_clear() by Ilya Dryomov · 9 years ago
  8. 6cac469 rbd: set device_type::release instead of device::release by Ilya Dryomov · 9 years ago
  9. dd5ac32 rbd: don't free rbd_dev outside of the release callback by Ilya Dryomov · 9 years ago
  10. b51c83c rbd: return -ENOMEM instead of pool id if rbd_dev_create() fails by Ilya Dryomov · 9 years ago
  11. 13bf283 rbd: drop null test before destroy functions by Julia Lawall · 9 years ago
  12. bae818e rbd: require stable pages if message data CRCs are enabled by Ronny Hegewald · 9 years ago
  13. 6d69bb53 rbd: prevent kernel stack blow up on rbd map by Ilya Dryomov · 9 years ago
  14. 1f2c665 rbd: don't leak parent_spec in rbd_dev_probe_parent() by Ilya Dryomov · 9 years ago
  15. e30b757 rbd: use writefull op for object size writes by Ilya Dryomov · 9 years ago
  16. 0d9fde4 rbd: set max_sectors explicitly by Ilya Dryomov · 9 years ago
  17. e013f74 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  18. d194cd1 rbd: plug rbd_dev->header.object_prefix memory leak by Ilya Dryomov · 9 years ago
  19. 3ebe138 rbd: fix double free on rbd_dev->header_name by Ilya Dryomov · 9 years ago
  20. 1081230 Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  21. 8ae1266 block: kill merge_bvec_fn() completely by Kent Overstreet · 9 years ago
  22. 2761713 rbd: fix copyup completion race by Ilya Dryomov · 9 years ago
  23. 2bb4cd5 block: have drivers use blk_queue_max_discard_sectors() by Jens Axboe · 9 years ago
  24. 5a60e87 rbd: use GFP_NOIO in rbd_obj_request_create() by Ilya Dryomov · 9 years ago
  25. b558418 rbd: queue_depth map option by Ilya Dryomov · 9 years ago
  26. d147543 rbd: store rbd_options in rbd_device by Ilya Dryomov · 9 years ago
  27. 210c104 rbd: terminate rbd_opts_tokens with Opt_err by Ilya Dryomov · 9 years ago
  28. d3834fe rbd: bump queue_max_segments by Ilya Dryomov · 9 years ago
  29. 2894e1d rbd: timeout watch teardown on unmap with mount_timeout by Ilya Dryomov · 9 years ago
  30. a319bf5 libceph: store timeouts in jiffies, verify user input by Ilya Dryomov · 9 years ago
  31. 144cba1 libceph: allow setting osd_req_op's flags by Yan, Zheng · 9 years ago
  32. 082a75d rbd: end I/O the entire obj_request on error by Ilya Dryomov · 9 years ago
  33. f77303b rbd: rbd_wq comment is obsolete by Ilya Dryomov · 9 years ago
  34. d8a2c89 rbd: mark block queue as non-rotational by Ilya Dryomov · 9 years ago
  35. 1fe4802 rbd: be more informative on -ENOENT failures by Ilya Dryomov · 9 years ago
  36. 7ad18af rbd: convert to blk-mq by Christoph Hellwig · 10 years ago
  37. cf32bd9 rbd: do not treat standalone as flatten by Ilya Dryomov · 10 years ago
  38. 73e39e4 rbd: fix error paths in rbd_dev_refresh() by Ilya Dryomov · 10 years ago
  39. 3a25cf4 rbd: nuke copy_token() by Rickard Strandqvist · 10 years ago
  40. e69b8d4 rbd: drop parent_ref in rbd_dev_unprobe() unconditionally by Ilya Dryomov · 10 years ago
  41. ae43e9d rbd: fix rbd_dev_parent_get() when parent_overlap == 0 by Ilya Dryomov · 10 years ago
  42. 7e868b6 rbd: don't treat CEPH_OSD_OP_DELETE as extent op by Ilya Dryomov · 10 years ago
  43. e96a650 ceph, rbd: delete unnecessary checks before two function calls by SF Markus Elfring · 10 years ago
  44. a8d4205 rbd: Fix error recovery in rbd_obj_read_sync() by Jan Kara · 10 years ago
  45. f5ee37b rbd: use a single workqueue for all devices by Ilya Dryomov · 10 years ago
  46. 792c3a9 rbd: rbd workqueues need a resque worker by Ilya Dryomov · 10 years ago
  47. b76f823 rbd: set the remaining discard properties to enable support by Josh Durgin · 10 years ago
  48. d3246fb rbd: use helpers to handle discard for layered images correctly by Josh Durgin · 10 years ago
  49. 3b434a2a rbd: extract a method for adding object operations by Josh Durgin · 10 years ago
  50. 1c22088 rbd: make discard trigger copy-on-write by Josh Durgin · 10 years ago
  51. d0265de rbd: tolerate -ENOENT for discard operations by Josh Durgin · 10 years ago
  52. bef9545 rbd: fix snapshot context reference count for discards by Josh Durgin · 10 years ago
  53. 3c5df89 rbd: read image size for discard check safely by Josh Durgin · 10 years ago
  54. 90e98c5 rbd: initial discard bits from Guangliang Zhao by Guangliang Zhao · 10 years ago
  55. 6d2940c rbd: extend the operation type by Guangliang Zhao · 10 years ago
  56. c622d22 rbd: skip the copyup when an entire object writing by Guangliang Zhao · 10 years ago
  57. 70d045f rbd: add img_obj_request_simple() helper by Ilya Dryomov · 10 years ago
  58. 4e752f0 rbd: access snapshot context and mapping size safely by Josh Durgin · 10 years ago
  59. 7dd440c rbd: do not return -ERANGE on auth failures by Ilya Dryomov · 10 years ago
  60. 255939e rbd: fix error return code in rbd_dev_device_setup() by Wei Yongjun · 10 years ago
  61. 58d1362 rbd: avoid format-security warning inside alloc_workqueue() by Ilya Dryomov · 10 years ago
  62. 9584d50 rbd: remove extra newlines from rbd_warn() messages by Ilya Dryomov · 10 years ago
  63. 7a716aa rbd: allocate img_request with GFP_NOIO instead GFP_ATOMIC by Ilya Dryomov · 10 years ago
  64. bc1ecc6 rbd: rework rbd_request_fn() by Ilya Dryomov · 10 years ago
  65. 4d9b67c rbd: take snap_id into account when reading in parent info by Ilya Dryomov · 10 years ago
  66. e8f59b5 rbd: do not read in parent info before snap context by Ilya Dryomov · 10 years ago
  67. 5ff1108 rbd: update mapping size only on refresh by Ilya Dryomov · 10 years ago
  68. 52bb1f9 rbd: harden rbd_dev_refresh() and callers a bit by Ilya Dryomov · 10 years ago
  69. 0407759 rbd: split rbd_dev_spec_update() into two functions by Ilya Dryomov · 10 years ago
  70. 7626eb7 rbd: remove unnecessary asserts in rbd_dev_image_probe() by Ilya Dryomov · 10 years ago
  71. a720ae0 rbd: introduce rbd_dev_header_info() by Ilya Dryomov · 10 years ago
  72. ff96128 rbd: show the entire chain of parent images by Ilya Dryomov · 10 years ago
  73. 7d5079a rbd: use rbd_segment_name_free() instead of kfree() by Himangi Saraogi · 10 years ago
  74. fbba11b rbd: do not leak image_id in rbd_dev_v2_parent_info() by Ilya Dryomov · 10 years ago
  75. 76756a5 rbd: use rbd_obj_watch_request_helper() helper by Ilya Dryomov · 10 years ago
  76. bb040aa rbd: add rbd_obj_watch_request_helper() helper by Ilya Dryomov · 10 years ago
  77. 71c20a0 rbd: rbd_obj_request_wait() should cancel the request if interrupted by Ilya Dryomov · 10 years ago
  78. 9638556 rbd: handle parent_overlap on writes correctly by Ilya Dryomov · 10 years ago
  79. 22001f6 rbd: only set disk to read-only once by Josh Durgin · 11 years ago
  80. 77f33c0 rbd: move calls that may sleep out of spin lock range by Josh Durgin · 11 years ago
  81. 131fd9f rbd: add ioctl for rbd by Guangliang Zhao · 11 years ago
  82. ffe312c rbd: fix ida/idr memory leak by Ilya Dryomov · 10 years ago
  83. 0f2d5be rbd: use reference counts for image requests by Alex Elder · 10 years ago
  84. b30a01f rbd: fix osd_request memory leak in __rbd_dev_header_watch_sync() by Ilya Dryomov · 10 years ago
  85. 30ba1f0 rbd: make sure we have latest osdmap on 'rbd map' by Ilya Dryomov · 10 years ago
  86. 461f758 rbd: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO by Duan Jiong · 10 years ago
  87. 0ccd592 rbd: prefix rbd writes with CEPH_OSD_OP_SETALLOCHINT osd op by Ilya Dryomov · 10 years ago
  88. deb236b rbd: num_ops parameter for rbd_osd_req_create() by Ilya Dryomov · 10 years ago
  89. 7cc69d4 libceph: bump CEPH_OSD_MAX_OP to 3 by Ilya Dryomov · 10 years ago
  90. 42dd037 rbd: fix error paths in rbd_img_request_fill() by Ilya Dryomov · 10 years ago
  91. 62054da rbd: remove out_partial label in rbd_img_request_fill() by Ilya Dryomov · 10 years ago
  92. 638c323 rbd: drop an unsafe assertion by Alex Elder · 10 years ago
  93. f568849 Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  94. 3c972c9 libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid} by Ilya Dryomov · 11 years ago
  95. 4295f22 libceph: introduce and start using oid abstraction by Ilya Dryomov · 11 years ago
  96. 2d0ebc5 libceph: rename MAX_OBJ_NAME_SIZE to CEPH_MAX_OID_NAME_LEN by Ilya Dryomov · 11 years ago
  97. 22116525 libceph: start using oloc abstraction by Ilya Dryomov · 11 years ago
  98. e37180c rbd: tear down watch request if rbd_dev_device_setup() fails by Ilya Dryomov · 11 years ago
  99. fca2706 rbd: introduce rbd_dev_header_unwatch_sync() and switch to it by Ilya Dryomov · 11 years ago
  100. 7e513d4 rbd: enable extended devt in single-major mode by Ilya Dryomov · 11 years ago