1. 4fc51be ceph: use rbtree for pg pools; decode new osdmap format by Sage Weil · 15 years ago
  2. 9794b14 ceph: fix memory leak when destroying osdmap with pg_temp mappings by Sage Weil · 15 years ago
  3. 7c1332b ceph: fix iterate_caps removal race by Sage Weil · 15 years ago
  4. 85ccce4 ceph: clean up readdir caps reservation by Sage Weil · 15 years ago
  5. 5ce6e9d ceph: fix authentication races, auth_none oops by Sage Weil · 15 years ago
  6. 85ff03f ceph: use rbtree for mon statfs requests by Sage Weil · 15 years ago
  7. a105f00 ceph: use rbtree for snap_realms by Sage Weil · 15 years ago
  8. 44ca18f ceph: use rbtree for mds requests by Sage Weil · 15 years ago
  9. 91e45ce3 ceph: cancel delayed work when closing connection by Sage Weil · 15 years ago
  10. e2663ab ceph: allow connection to be reopened by fault callback by Sage Weil · 15 years ago
  11. 153a008 ceph: reset osd connections after fault by Sage Weil · 15 years ago
  12. 6c5d1a4 ceph: fix msgr to keep sent messages until acked by Sage Weil · 15 years ago
  13. 8031049 ceph: remove bogus invalidate_mapping_pages by Sage Weil · 15 years ago
  14. 0840d8a ceph: invalidate pages even if truncate is pending by Sage Weil · 15 years ago
  15. 3c6f6b7 ceph: cleanup async writeback, truncation, invalidate helpers by Sage Weil · 15 years ago
  16. 6a02658 ceph: fix sync read eof check deadlock by Sage Weil · 15 years ago
  17. 68c2832 ceph: do not retain caps that are being revoked by Sage Weil · 15 years ago
  18. cbd0363 ceph: cap revocation fixes by Sage Weil · 15 years ago
  19. 29065a5 ceph: sync read/write considers page cache by Yehuda Sadeh · 15 years ago
  20. 3d497d8 ceph: fix truncation when not holding caps by Yehuda Sadeh · 15 years ago
  21. 4af6b22 ceph: refactor ceph_write_begin, fix ceph_page_mkwrite by Yehuda Sadeh · 15 years ago
  22. 972f0d3 ceph: fix short synchronous reads by Yehuda Sadeh · 15 years ago
  23. 02f90c6 ceph: add uid field to ceph_pg_pool by Sage Weil · 15 years ago
  24. f5a2041 ceph: put unused osd connections on lru by Yehuda Sadeh · 15 years ago
  25. b056c87 ceph: remove unused variable by Yehuda Sadeh · 15 years ago
  26. ec0994e ceph: add support for auth_x authentication protocol by Sage Weil · 15 years ago
  27. 07c8739 ceph: add struct version to auth encoding by Sage Weil · 15 years ago
  28. 9bd2e6f ceph: allow renewal of auth credentials by Sage Weil · 15 years ago
  29. 8b6e4f2 ceph: aes crypto and base64 encode/decode helpers by Sage Weil · 15 years ago
  30. c7e337d ceph: buffer decoding helpers by Sage Weil · 15 years ago
  31. 79788c6 ceph: release all pages after successful osd write response by Sage Weil · 15 years ago
  32. 0c94899 ceph: always send truncation info with read and write osd ops by Yehuda Sadeh · 15 years ago
  33. 0f26c4b ceph: remove unreachable code by Yehuda Sadeh · 15 years ago
  34. ac8839d ceph: include type in ceph_entity_addr, filepath by Sage Weil · 15 years ago
  35. 361be86 ceph: precede encoded ceph_pg_pool struct with version by Sage Weil · 15 years ago
  36. 0d59ab8 ceph: keep reserved replies on the request structure by Yehuda Sadeh · 15 years ago
  37. 0547a9b ceph: alloc message data pages and check if tid exists by Yehuda Sadeh · 15 years ago
  38. 9d7f0f1 ceph: refactor messages data section allocation by Yehuda Sadeh · 15 years ago
  39. 2450418 ceph: allocate middle of message before stating to read by Yehuda Sadeh · 15 years ago
  40. 5b1daec ceph: properly handle aborted mds requests by Sage Weil · 15 years ago
  41. 3ea25f9 ceph: mark MDS CREATE as a write op by Sage Weil · 15 years ago
  42. ec7384e ceph: remove duplicate variable initialization by Julia Lawall · 15 years ago
  43. 7740a42 ceph: display pgid in debugfs osd request dump by Sage Weil · 15 years ago
  44. 103e2d3 ceph: remove unused erank field by Sage Weil · 15 years ago
  45. 4baa75e ceph: change dentry offset and position after splice_dentry by Yehuda Sadeh · 15 years ago
  46. 6a4ef48 ceph: fix copy_user_to_page_vector() by Yehuda Sadeh · 15 years ago
  47. 93cea5b ceph: use ceph_pagelist for mds reconnect message; change encoding (protocol change) by Sage Weil · 15 years ago
  48. 58bb3b3 ceph: support ceph_pagelist for message payload by Sage Weil · 15 years ago
  49. 04a419f ceph: add feature bits to connection handshake (protocol change) by Sage Weil · 15 years ago
  50. 6df058c ceph: include transaction id in ceph_msg_header (protocol change) by Sage Weil · 15 years ago
  51. 0cf90ab ceph: more informative msgpool errors by Sage Weil · 15 years ago
  52. 350b1c3 ceph: control access to page vector for incoming data by Sage Weil · 15 years ago
  53. ec30264 ceph: use connection mutex to protect read and write stages by Sage Weil · 15 years ago
  54. 529cfcc ceph: unregister canceled/timed out osd requests by Sage Weil · 15 years ago
  55. e0e3271 ceph: only unregister registered bdi by Sage Weil · 15 years ago
  56. 5dacf09 ceph: do not touch_caps while iterating over caps list by Sage Weil · 15 years ago
  57. 7067f79 ceph: fix incremental osdmap pg_temp decoding bug by Sage Weil · 15 years ago
  58. 30dc638 ceph: fix error paths for corrupt osdmap messages by Sage Weil · 15 years ago
  59. 5de7bf8 ceph: do not drop lease during revalidate by Sage Weil · 15 years ago
  60. c4a29f2 ceph: ensure rename target dentry fails revalidation by Sage Weil · 15 years ago
  61. 2baba25 ceph: writeback congestion control by Yehuda Sadeh · 15 years ago
  62. dbd646a ceph: writepage grabs and releases inode by Yehuda Sadeh · 15 years ago
  63. 169e16c ceph: remove unaccessible code by Yehuda Sadeh · 15 years ago
  64. 06edf04 ceph: include link to bdi in debugfs by Sage Weil · 15 years ago
  65. e2885f0 ceph: make mds ops interruptible by Sage Weil · 15 years ago
  66. cf3e5c4 ceph: plug leak of incoming message during connection fault/close by Sage Weil · 15 years ago
  67. 9ec7cab ceph: hex dump corrupt server data to KERN_DEBUG by Sage Weil · 15 years ago
  68. 93c20d9 ceph: fix msgpool reservation leak by Yehuda Sadeh · 15 years ago
  69. b3d1dbb ceph: don't save sent messages on lossy connections by Sage Weil · 15 years ago
  70. 92ac41d ceph: detect lossy state of connection by Sage Weil · 15 years ago
  71. 5e095e8 ceph: plug msg leak in con_fault by Sage Weil · 15 years ago
  72. c86a293 ceph: carry explicit msg reference for currently sending message by Sage Weil · 15 years ago
  73. d4a780c ceph: fix leak of monc mutex by Sage Weil · 15 years ago
  74. 767ea5c ceph: do not feed bad device ids to crush by Sage Weil · 15 years ago
  75. c2e552e ceph: use kref for ceph_msg by Sage Weil · 15 years ago
  76. 415e49a ceph: use kref for ceph_osd_request by Sage Weil · 15 years ago
  77. 153c8e6 ceph: use kref for struct ceph_mds_request by Sage Weil · 15 years ago
  78. b6c1d5b ceph: simplify ceph_buffer interface by Sage Weil · 15 years ago
  79. dd26d85 ceph: use kref for ceph_buffer by Sage Weil · 15 years ago
  80. 2f2ffd3 ceph: mark v0.18 release by Sage Weil · 15 years ago
  81. fb99f88 ceph: update MAINTAINERS entry with correct git URL by Sage Weil · 15 years ago
  82. 33d4909 ceph: allow preferred osd to be get/set via layout ioctl by Sage Weil · 15 years ago
  83. 1d1de916 ceph: hide /.ceph from readdir results by Sage Weil · 15 years ago
  84. 50b885b ceph: whitespace cleanup by Sage Weil · 15 years ago
  85. 34b43a5 ceph: plug leak of request_mutex by Sage Weil · 15 years ago
  86. 75eb359 ceph: remove useless IS_ERR checks by Sage Weil · 15 years ago
  87. 32c895e fs/ceph: Move a dereference below a NULL test by Julia Lawall · 15 years ago
  88. 60d8773 fs/ceph: introduce missing kfree by Julia Lawall · 15 years ago
  89. b19a29af ceph: remove dead code by Sage Weil · 15 years ago
  90. 03c677e ceph: reset msgr backoff during open, not after successful handshake by Sage Weil · 15 years ago
  91. 0dc2570 ceph: reset requested max_size after mds reconnect by Sage Weil · 15 years ago
  92. dc14657 ceph: mount fails immediately on error by Yehuda Sadeh · 15 years ago
  93. 94045e1 ceph: decode updated mdsmap format by Sage Weil · 15 years ago
  94. 0743304 ceph: fix debugfs entry, simplify fsid checks by Sage Weil · 15 years ago
  95. cfea1cf ceph: small cleanup in hash function by Sage Weil · 15 years ago
  96. b9bfb93 ceph: move mempool creation to ceph_create_client by Sage Weil · 15 years ago
  97. 4e7a5dc ceph: negotiate authentication protocol; implement AUTH_NONE protocol by Sage Weil · 15 years ago
  98. 5f44f14 ceph: handle errors during osd client init by Sage Weil · 15 years ago
  99. 71ececd ceph: remove unnecessary ceph_con_shutdown by Sage Weil · 15 years ago
  100. 42ce56e ceph: remove bad calls to ceph_con_shutdown by Sage Weil · 15 years ago