1. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  2. 94aa8ae ceph: fix use after free on mds __unregister_request by Sage Weil · 15 years ago
  3. 393f662 ceph: fix possible double-free of mds request reference by Sage Weil · 15 years ago
  4. d96d604 ceph: fix session check on mds reply by Sage Weil · 15 years ago
  5. 4736b00 ceph: handle kmalloc() failure by Dan Carpenter · 15 years ago
  6. 9c423956 ceph: propagate mds session allocation failures to caller by Sage Weil · 15 years ago
  7. 8f883c2 ceph: make write_begin wait propagate ERESTARTSYS by Sage Weil · 15 years ago
  8. ec4318bc ceph: fix snap rebuild condition by Sage Weil · 15 years ago
  9. 87b315a ceph: avoid reopening osd connections when address hasn't changed by Sage Weil · 15 years ago
  10. 3dd72fc ceph: rename r_sent_stamp r_stamp by Sage Weil · 15 years ago
  11. 3c3f2e3 ceph: fix connection fault con_work reentrancy problem by Sage Weil · 15 years ago
  12. e4cb4cb ceph: prevent dup stale messages to console for restarting mds by Sage Weil · 15 years ago
  13. efd7576 ceph: fix pg pool decoding from incremental osdmap update by Sage Weil · 15 years ago
  14. 80fc731 ceph: fix mds sync() race with completing requests by Sage Weil · 15 years ago
  15. 916623d ceph: only release unused caps with mds requests by Sage Weil · 15 years ago
  16. 15637c8 ceph: clean up handle_cap_grant, handle_caps wrt session mutex by Sage Weil · 15 years ago
  17. cdc2ce0 ceph: fix session locking in handle_caps, ceph_check_caps by Sage Weil · 15 years ago
  18. 4ea0043 ceph: drop unnecessary WARN_ON in caps migration by Sage Weil · 15 years ago
  19. 12eadc1 ceph: fix null pointer deref of r_osd in debug output by Sage Weil · 15 years ago
  20. 0a990e7 ceph: clean up service ticket decoding by Sage Weil · 15 years ago
  21. 5b3dbb4 ceph: release old ticket_blob buffer by Sage Weil · 15 years ago
  22. 807c86e ceph: fix authenticator buffer size calculation by Sage Weil · 15 years ago
  23. 63733a0 ceph: fix authenticator timeout by Sage Weil · 15 years ago
  24. 8b218b8 ceph: fix inode removal from snap realm when racing with migration by Sage Weil · 15 years ago
  25. 052bb34 ceph: add missing locking to protect i_snap_realm_item during split by Sage Weil · 15 years ago
  26. 978097c ceph: implemented caps should always be superset of issued caps by Sage Weil · 15 years ago
  27. f1a3d57 ceph: update for write_inode API change by Stephen Rothwell · 15 years ago
  28. 422d2cb ceph: reset osd after relevant messages timed out by Yehuda Sadeh · 15 years ago
  29. e9964c1 ceph: fix flush_dirty_caps race with caps migration by Sage Weil · 15 years ago
  30. 7af8f1e ceph: include migrating caps in issued set by Sage Weil · 15 years ago
  31. e53a8fd ceph: fix osdmap decoding when pools include (removed) snaps by Sage Weil · 15 years ago
  32. 195d3ce ceph: return EBADF if waiting for caps on closed file by Sage Weil · 15 years ago
  33. 6f863e7 ceph: set osd request message front length correctly by Sage Weil · 15 years ago
  34. 3ca02ef ceph: reset front len on return to msgpool; BUG on mismatched front iov by Sage Weil · 15 years ago
  35. 70edb55 ceph: fix snaptrace decoding on cap migration between mds by Sage Weil · 15 years ago
  36. c16e786 ceph: use single osd op reply msg by Sage Weil · 15 years ago
  37. 1679f87 ceph: reset bits on connection close by Sage Weil · 15 years ago
  38. 080af17 ceph: remove bogus mds forward warning by Sage Weil · 15 years ago
  39. c99eb1c ceph: remove fragile __map_osds optimization by Sage Weil · 15 years ago
  40. e80a52d ceph: fix connection fault STANDBY check by Sage Weil · 15 years ago
  41. 161fd65 ceph: invalidate_authorizer without con->mutex held by Sage Weil · 15 years ago
  42. 88d892a ceph: don't clobber write return value when using O_SYNC by Yehuda Sadeh · 15 years ago
  43. a1ea787 ceph: fix client_request_forward decoding by Sage Weil · 15 years ago
  44. 2600d2d ceph: drop messages on unregistered mds sessions; cleanup by Sage Weil · 15 years ago
  45. a636974 ceph: fix comments, locking in destroy_inode by Sage Weil · 15 years ago
  46. 4ce1e9a ceph: move dereference after NULL test by Alexander Beregalov · 15 years ago
  47. 5b3a4db ceph: fix up unexpected message handling by Sage Weil · 15 years ago
  48. bcd2cbd ceph: cleanup redundant code in handle_cap_grant by Yehuda Sadeh · 15 years ago
  49. c9af9fb ceph: don't truncate dirty pages in invalidate work thread by Yehuda Sadeh · 15 years ago
  50. e63dc5c ceph: remove page upon writeback completion if lost cache cap by Yehuda Sadeh · 15 years ago
  51. 5ecad6f ceph: fix check for invalidate_mapping_pages success by Sage Weil · 15 years ago
  52. 2c27c9a ceph: fix typo in ceph_queue_writeback debug output by Sage Weil · 15 years ago
  53. a17d647 ceph: v0.19 release by Sage Weil · 15 years ago
  54. 4fc51be ceph: use rbtree for pg pools; decode new osdmap format by Sage Weil · 15 years ago
  55. 9794b14 ceph: fix memory leak when destroying osdmap with pg_temp mappings by Sage Weil · 15 years ago
  56. 7c1332b ceph: fix iterate_caps removal race by Sage Weil · 15 years ago
  57. 85ccce4 ceph: clean up readdir caps reservation by Sage Weil · 15 years ago
  58. 5ce6e9d ceph: fix authentication races, auth_none oops by Sage Weil · 15 years ago
  59. 85ff03f ceph: use rbtree for mon statfs requests by Sage Weil · 15 years ago
  60. a105f00 ceph: use rbtree for snap_realms by Sage Weil · 15 years ago
  61. 44ca18f ceph: use rbtree for mds requests by Sage Weil · 15 years ago
  62. 91e45ce3 ceph: cancel delayed work when closing connection by Sage Weil · 15 years ago
  63. e2663ab ceph: allow connection to be reopened by fault callback by Sage Weil · 15 years ago
  64. 153a008 ceph: reset osd connections after fault by Sage Weil · 15 years ago
  65. 6c5d1a4 ceph: fix msgr to keep sent messages until acked by Sage Weil · 15 years ago
  66. 8031049 ceph: remove bogus invalidate_mapping_pages by Sage Weil · 15 years ago
  67. 0840d8a ceph: invalidate pages even if truncate is pending by Sage Weil · 15 years ago
  68. 3c6f6b7 ceph: cleanup async writeback, truncation, invalidate helpers by Sage Weil · 15 years ago
  69. 6a02658 ceph: fix sync read eof check deadlock by Sage Weil · 15 years ago
  70. 68c2832 ceph: do not retain caps that are being revoked by Sage Weil · 15 years ago
  71. cbd0363 ceph: cap revocation fixes by Sage Weil · 15 years ago
  72. 29065a5 ceph: sync read/write considers page cache by Yehuda Sadeh · 15 years ago
  73. 3d497d8 ceph: fix truncation when not holding caps by Yehuda Sadeh · 15 years ago
  74. 4af6b22 ceph: refactor ceph_write_begin, fix ceph_page_mkwrite by Yehuda Sadeh · 15 years ago
  75. 972f0d3 ceph: fix short synchronous reads by Yehuda Sadeh · 15 years ago
  76. 02f90c6 ceph: add uid field to ceph_pg_pool by Sage Weil · 15 years ago
  77. f5a2041 ceph: put unused osd connections on lru by Yehuda Sadeh · 15 years ago
  78. b056c87 ceph: remove unused variable by Yehuda Sadeh · 15 years ago
  79. ec0994e ceph: add support for auth_x authentication protocol by Sage Weil · 15 years ago
  80. 07c8739 ceph: add struct version to auth encoding by Sage Weil · 15 years ago
  81. 9bd2e6f ceph: allow renewal of auth credentials by Sage Weil · 15 years ago
  82. 8b6e4f2 ceph: aes crypto and base64 encode/decode helpers by Sage Weil · 15 years ago
  83. c7e337d ceph: buffer decoding helpers by Sage Weil · 15 years ago
  84. 79788c6 ceph: release all pages after successful osd write response by Sage Weil · 15 years ago
  85. 0c94899 ceph: always send truncation info with read and write osd ops by Yehuda Sadeh · 15 years ago
  86. 0f26c4b ceph: remove unreachable code by Yehuda Sadeh · 15 years ago
  87. ac8839d ceph: include type in ceph_entity_addr, filepath by Sage Weil · 15 years ago
  88. 361be86 ceph: precede encoded ceph_pg_pool struct with version by Sage Weil · 15 years ago
  89. 0d59ab8 ceph: keep reserved replies on the request structure by Yehuda Sadeh · 15 years ago
  90. 0547a9b ceph: alloc message data pages and check if tid exists by Yehuda Sadeh · 15 years ago
  91. 9d7f0f1 ceph: refactor messages data section allocation by Yehuda Sadeh · 15 years ago
  92. 2450418 ceph: allocate middle of message before stating to read by Yehuda Sadeh · 15 years ago
  93. 5b1daec ceph: properly handle aborted mds requests by Sage Weil · 15 years ago
  94. 3ea25f9 ceph: mark MDS CREATE as a write op by Sage Weil · 15 years ago
  95. ec7384e ceph: remove duplicate variable initialization by Julia Lawall · 15 years ago
  96. 7740a42 ceph: display pgid in debugfs osd request dump by Sage Weil · 15 years ago
  97. 103e2d3 ceph: remove unused erank field by Sage Weil · 15 years ago
  98. 4baa75e ceph: change dentry offset and position after splice_dentry by Yehuda Sadeh · 15 years ago
  99. 6a4ef48 ceph: fix copy_user_to_page_vector() by Yehuda Sadeh · 15 years ago
  100. 93cea5b ceph: use ceph_pagelist for mds reconnect message; change encoding (protocol change) by Sage Weil · 15 years ago