1. 1821665 rbd: don't leak rbd_req for rbd_req_sync_notify_ack() by Alex Elder · 12 years ago
  2. 2e53c6c rbd: don't leak rbd_req on synchronous requests by Alex Elder · 12 years ago
  3. 907703d rbd: combine rbd sync watch/unwatch functions by Alex Elder · 12 years ago
  4. 0903e87 rbd: use a common layout for each device by Alex Elder · 12 years ago
  5. 47dba7b rbd: don't bother calculating file mapping by Alex Elder · 12 years ago
  6. e01e792 rbd: open code rbd_calc_raw_layout() by Alex Elder · 12 years ago
  7. 0829661 rbd: pull in ceph_calc_raw_layout() by Alex Elder · 12 years ago
  8. 2b5fc64 rbd: kill ceph_osd_req_op->flags by Alex Elder · 12 years ago
  9. 30573d6 rbd: assume single op in a request by Alex Elder · 12 years ago
  10. 139b431 rbd: there is really only one op by Alex Elder · 12 years ago
  11. ae7ca4a3 libceph: pass num_op with ops by Alex Elder · 12 years ago
  12. d07c095 rbd: pass num_op with ops array by Alex Elder · 12 years ago
  13. 54a5400 libceph: don't set pages or bio in ceph_osdc_alloc_request() by Alex Elder · 12 years ago
  14. d178a9e libceph: don't set flags in ceph_osdc_alloc_request() by Alex Elder · 12 years ago
  15. e75b45c libceph: drop osdc from ceph_calc_raw_layout() by Alex Elder · 12 years ago
  16. 4d6b250 libceph: drop snapid in ceph_calc_raw_layout() by Alex Elder · 12 years ago
  17. e8afad6 libceph: pass length to ceph_calc_file_object_mapping() by Alex Elder · 12 years ago
  18. 0120be3 libceph: pass length to ceph_osdc_build_request() by Alex Elder · 12 years ago
  19. 5b9d1b1 libceph: kill op_needs_trail() by Alex Elder · 12 years ago
  20. c885837 libceph: always allow trail in osd request by Alex Elder · 12 years ago
  21. 7c3d22c rbd: don't bother setting snapid in rbd_do_request() by Alex Elder · 12 years ago
  22. 25704ac rbd: kill rbd_req_sync_op() snapc and snapid parameters by Alex Elder · 12 years ago
  23. 07b2391 rbd: drop flags parameter from rbd_req_sync_exec() by Alex Elder · 12 years ago
  24. 4775618 rbd: drop snapid parameter from rbd_req_sync_read() by Alex Elder · 12 years ago
  25. af77f26 rbd: drop oid parameters from ceph_osdc_build_request() by Alex Elder · 12 years ago
  26. 0ec8ce8 rbd: separate layout init by Alex Elder · 12 years ago
  27. a7b4c65 rbd: only get snap context for write requests by Alex Elder · 12 years ago
  28. d78b650 rbd: make exists flag atomic by Alex Elder · 12 years ago
  29. b395e8b rbd: a little more cleanup of rbd_rq_fn() by Alex Elder · 12 years ago
  30. cd323ac rbd: end request on error in rbd_do_request() caller by Alex Elder · 12 years ago
  31. 8295cda rbd: encapsulate handling for a single request by Alex Elder · 12 years ago
  32. 8986cb3 rbd: be picky about osd request status type by Alex Elder · 12 years ago
  33. 5f29ddd rbd: standardize ceph_osd_request variable names by Alex Elder · 12 years ago
  34. 725afc9 rbd: standardize rbd_request variable names by Alex Elder · 12 years ago
  35. 935dc89 rbd: add warnings to rbd_dev_probe_update_spec() by Alex Elder · 12 years ago
  36. f5400b7 rbd: add a warning in bio_chain_clone_range() by Alex Elder · 12 years ago
  37. 4fb5d671 rbd: add warning messages for missing arguments by Alex Elder · 12 years ago
  38. 06ecc6c rbd: define and use rbd_warn() by Alex Elder · 12 years ago
  39. dd5f049 ceph: define ceph_encode_8_safe() by Alex Elder · 12 years ago
  40. 4caf35f rbd: use kmemdup() by Alex Elder · 12 years ago
  41. 979ed48 rbd: kill rbd_spec->image_id_len by Alex Elder · 12 years ago
  42. 69e7a02 rbd: kill rbd_spec->image_name_len by Alex Elder · 12 years ago
  43. c66c6e0 rbd: document rbd_spec structure by Alex Elder · 12 years ago
  44. c3acb18 libceph: reformat __reset_osd() by Alex Elder · 12 years ago
  45. 7d7c1f6 crush: avoid recursion if we have already collided by Sage Weil · 12 years ago
  46. 1604f48 libceph: for chooseleaf rules, retry CRUSH map descent from root if leaf is failed by Jim Schutt · 12 years ago
  47. 390306c ceph: check mds_wanted for imported cap by Yan, Zheng · 12 years ago
  48. 66f5869 ceph: allocate cap_release message when receiving cap import by Yan, Zheng · 12 years ago
  49. 395c312 ceph: allow revoking duplicated caps issued by non-auth MDS by Yan, Zheng · 12 years ago
  50. 8a92a11 ceph: move dirty inode to migrating list when clearing auth caps by Yan, Zheng · 12 years ago
  51. a41bad1 ceph: re-calculate truncate_size for strip object by Yan, Zheng · 12 years ago
  52. 6e8575f ceph: Check for created flag in response from mds by Sam Lang · 12 years ago
  53. 79aec984 ceph: Check for err on mds request in atomic_open by Sam Lang · 12 years ago
  54. 0fa6ebc libceph: fix protocol feature mismatch failure path by Sage Weil · 12 years ago
  55. 122070a libceph: WARN, don't BUG on unexpected connection states by Alex Elder · 12 years ago
  56. e6d50f6 libceph: always reset osds when kicking by Alex Elder · 12 years ago
  57. ab60b16 libceph: move linger requests sooner in kick_requests() by Alex Elder · 12 years ago
  58. c3e946c rbd: get rid of rbd_{get,put}_dev() by Alex Elder · 12 years ago
  59. c89ce05 libceph: register request before unregister linger by Alex Elder · 12 years ago
  60. a978fa2 libceph: don't use rb_init_node() in ceph_osdc_alloc_request() by Alex Elder · 12 years ago
  61. 3ee5234 libceph: init event->node in ceph_osdc_create_event() by Alex Elder · 12 years ago
  62. f407731 libceph: init osd->o_node in create_osd() by Alex Elder · 12 years ago
  63. 2836298 libceph: report connection fault with warning by Alex Elder · 12 years ago
  64. 7bb21d68 libceph: socket can close in any connection state by Alex Elder · 12 years ago
  65. b8f5c6e rbd: don't use ENOTSUPP by Alex Elder · 12 years ago
  66. 61c7403 rbd: remove linger unconditionally by Alex Elder · 12 years ago
  67. 2fd82b9 rbd: get rid of RBD_MAX_SEG_NAME_LEN by Alex Elder · 12 years ago
  68. 685a755 libceph: avoid using freed osd in __kick_osd_requests() by Alex Elder · 12 years ago
  69. 7d5f248 ceph: don't reference req after put by Alex Elder · 12 years ago
  70. 42382b7 rbd: do not allow remove of mounted-on image by Alex Elder · 12 years ago
  71. 8884d53 libceph: Unlock unprocessed pages in start_read() error path by David Zafman · 12 years ago
  72. 0e5e177 ceph: call handle_cap_grant() for cap import message by Yan, Zheng · 12 years ago
  73. a85f50b ceph: Fix __ceph_do_pending_vmtruncate by Yan, Zheng · 12 years ago
  74. 0685235 ceph: Don't add dirty inode to dirty list if caps is in migration by Yan, Zheng · 12 years ago
  75. ed75ec2 ceph: Fix infinite loop in __wake_requests by Yan, Zheng · 12 years ago
  76. 5e62ad3 ceph: Don't update i_max_size when handling non-auth cap by Yan, Zheng · 12 years ago
  77. d2cc4dd bdi_register: add __printf verification, fix arg mismatch by Joe Perches · 12 years ago
  78. 83aff95 libceph: remove 'osdtimeout' option by Sage Weil · 12 years ago
  79. cfc84c9 ceph: fix dentry reference leak in ceph_encode_fh(). by Cyril Roelandt · 12 years ago
  80. 22cddde ceph: Fix i_size update race by Sage Weil · 12 years ago
  81. 4d1d053 ceph: Hold caps_list_lock when adjusting caps_{use, total}_count by Yan, Zheng · 12 years ago
  82. 9e15b77 rbd: get additional info in parent spec by Alex Elder · 12 years ago
  83. 72afc71 libceph: define ceph_pg_pool_name_by_id() by Alex Elder · 12 years ago
  84. 86b00e0 rbd: get parent spec for version 2 images by Alex Elder · 12 years ago
  85. a92ffdf rbd: allow null image name by Alex Elder · 12 years ago
  86. 2c0d0a1 rbd: allow null image name by Alex Elder · 12 years ago
  87. 83a0626 rbd: encapsulate last part of probe by Alex Elder · 12 years ago
  88. c53d589 rbd: define rbd_dev_{create,destroy}() helpers by Alex Elder · 12 years ago
  89. bd4ba65 rbd: consolidate rbd_dev init in rbd_add() by Alex Elder · 12 years ago
  90. 9d3997f rbd: don't pass rbd_dev to rbd_get_client() by Alex Elder · 12 years ago
  91. 859c31d rbd: fill rbd_spec in rbd_add_parse_args() by Alex Elder · 12 years ago
  92. 8b8fb99 rbd: add reference counting to rbd_spec by Alex Elder · 12 years ago
  93. 0d7dbfc rbd: define image specification structure by Alex Elder · 12 years ago
  94. dc79b11 rbd: have rbd_add_parse_args() return error by Alex Elder · 12 years ago
  95. 4e9afeb rbd: pass and populate rbd_options structure by Alex Elder · 12 years ago
  96. 819d52b rbd: remove snap_name arg from rbd_add_parse_args() by Alex Elder · 12 years ago
  97. f28e565 rbd: remove options args from rbd_add_parse_args() by Alex Elder · 12 years ago
  98. e5c3553 rbd: get rid of snap_name_len by Alex Elder · 12 years ago
  99. 0ddebc0 rbd: do all argument parsing in one place by Alex Elder · 12 years ago
  100. 78cea76 rbd: move ceph_parse_options() call up by Alex Elder · 12 years ago