1. e84346b ceph: preserve seq # on requeued messages after transient transport errors by Sage Weil · 14 years ago
  2. f818a73 ceph: fix cap removal races by Sage Weil · 14 years ago
  3. 45c6ceb ceph: zero unused message header, footer fields by Sage Weil · 14 years ago
  4. 9abf82b ceph: fix locking for waking session requests after reconnect by Sage Weil · 14 years ago
  5. d85b705 ceph: resubmit requests on pg mapping change (not just primary change) by Sage Weil · 14 years ago
  6. 04d000e ceph: fix open file counting on snapped inodes when mds returns no caps by Sage Weil · 14 years ago
  7. 0ceed5d ceph: unregister osd request on failure by Sage Weil · 14 years ago
  8. 54ad023 ceph: don't use writeback_control in writepages completion by Sage Weil · 14 years ago
  9. 5dfc589 ceph: unregister bdi before kill_anon_super releases device name by Sage Weil · 14 years ago
  10. b0930f8 ceph: remove bad auth_x kmem_cache by Sage Weil · 14 years ago
  11. 7ff899d ceph: fix lockless caps check by Sage Weil · 14 years ago
  12. ea1409f ceph: clear dir complete, invalidate dentry on replayed rename by Sage Weil · 14 years ago
  13. 5c6a2cd ceph: fix direct io truncate offset by Sage Weil · 14 years ago
  14. ae18756 ceph: discard incoming messages with bad seq # by Sage Weil · 14 years ago
  15. 684be25 ceph: fix seq counting for skipped messages by Sage Weil · 14 years ago
  16. d45d0d9 ceph: add missing #includes by Sage Weil · 14 years ago
  17. 0b0c06d ceph: fix leaked spinlock during mds reconnect by Sage Weil · 14 years ago
  18. c8f1658 ceph: print more useful version info on module load by Sage Weil · 14 years ago
  19. 91dee39 ceph: fix snap realm splits by Sage Weil · 14 years ago
  20. c10f5e1 ceph: clear dir complete on d_move by Sage Weil · 14 years ago
  21. 96e35b4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  22. a6a5349 ceph: use separate class for ceph sockets' sk_lock by Sage Weil · 14 years ago
  23. e1e4dd0 ceph: reserve one more caps space when doing readdir by Yehuda Sadeh · 14 years ago
  24. fc837c8 ceph: queue_cap_snap should always queue dirty context by Sage Weil · 14 years ago
  25. f5b0662 ceph: fix dentry reference leak in dcache readdir by Sage Weil · 14 years ago
  26. 2844a76 ceph: decode v5 of osdmap (pool names) [protocol change] by Sage Weil · 14 years ago
  27. 0e0d5e0 ceph: fix ack counter reset on connection reset by Sage Weil · 14 years ago
  28. 819ccbf ceph: fix leaked inode ref due to snap metadata writeback race by Sage Weil · 14 years ago
  29. 6298a33 ceph: fix snap context reference leaks by Sage Weil · 14 years ago
  30. 80e755f ceph: allow writeback of snapped pages older than 'oldest' snapc by Sage Weil · 14 years ago
  31. 9358c6d ceph: fix dentry rehashing on virtual .snap dir by Sage Weil · 14 years ago
  32. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  33. 94aa8ae ceph: fix use after free on mds __unregister_request by Sage Weil · 14 years ago
  34. 393f662 ceph: fix possible double-free of mds request reference by Sage Weil · 15 years ago
  35. d96d604 ceph: fix session check on mds reply by Sage Weil · 14 years ago
  36. 4736b00 ceph: handle kmalloc() failure by Dan Carpenter · 14 years ago
  37. 9c423956 ceph: propagate mds session allocation failures to caller by Sage Weil · 14 years ago
  38. 8f883c2 ceph: make write_begin wait propagate ERESTARTSYS by Sage Weil · 14 years ago
  39. ec4318bc ceph: fix snap rebuild condition by Sage Weil · 14 years ago
  40. 87b315a ceph: avoid reopening osd connections when address hasn't changed by Sage Weil · 14 years ago
  41. 3dd72fc ceph: rename r_sent_stamp r_stamp by Sage Weil · 14 years ago
  42. 3c3f2e3 ceph: fix connection fault con_work reentrancy problem by Sage Weil · 14 years ago
  43. e4cb4cb ceph: prevent dup stale messages to console for restarting mds by Sage Weil · 14 years ago
  44. efd7576 ceph: fix pg pool decoding from incremental osdmap update by Sage Weil · 14 years ago
  45. 80fc731 ceph: fix mds sync() race with completing requests by Sage Weil · 14 years ago
  46. 916623d ceph: only release unused caps with mds requests by Sage Weil · 14 years ago
  47. 15637c8 ceph: clean up handle_cap_grant, handle_caps wrt session mutex by Sage Weil · 14 years ago
  48. cdc2ce0 ceph: fix session locking in handle_caps, ceph_check_caps by Sage Weil · 14 years ago
  49. 4ea0043 ceph: drop unnecessary WARN_ON in caps migration by Sage Weil · 14 years ago
  50. 12eadc1 ceph: fix null pointer deref of r_osd in debug output by Sage Weil · 14 years ago
  51. 0a990e7 ceph: clean up service ticket decoding by Sage Weil · 14 years ago
  52. 5b3dbb4 ceph: release old ticket_blob buffer by Sage Weil · 14 years ago
  53. 807c86e ceph: fix authenticator buffer size calculation by Sage Weil · 14 years ago
  54. 63733a0 ceph: fix authenticator timeout by Sage Weil · 14 years ago
  55. 8b218b8 ceph: fix inode removal from snap realm when racing with migration by Sage Weil · 15 years ago
  56. 052bb34 ceph: add missing locking to protect i_snap_realm_item during split by Sage Weil · 15 years ago
  57. 978097c ceph: implemented caps should always be superset of issued caps by Sage Weil · 15 years ago
  58. f1a3d57 ceph: update for write_inode API change by Stephen Rothwell · 15 years ago
  59. 422d2cb ceph: reset osd after relevant messages timed out by Yehuda Sadeh · 15 years ago
  60. e9964c1 ceph: fix flush_dirty_caps race with caps migration by Sage Weil · 15 years ago
  61. 7af8f1e ceph: include migrating caps in issued set by Sage Weil · 15 years ago
  62. e53a8fd ceph: fix osdmap decoding when pools include (removed) snaps by Sage Weil · 15 years ago
  63. 195d3ce ceph: return EBADF if waiting for caps on closed file by Sage Weil · 15 years ago
  64. 6f863e7 ceph: set osd request message front length correctly by Sage Weil · 15 years ago
  65. 3ca02ef ceph: reset front len on return to msgpool; BUG on mismatched front iov by Sage Weil · 15 years ago
  66. 70edb55 ceph: fix snaptrace decoding on cap migration between mds by Sage Weil · 15 years ago
  67. c16e786 ceph: use single osd op reply msg by Sage Weil · 15 years ago
  68. 1679f87 ceph: reset bits on connection close by Sage Weil · 15 years ago
  69. 080af17 ceph: remove bogus mds forward warning by Sage Weil · 15 years ago
  70. c99eb1c ceph: remove fragile __map_osds optimization by Sage Weil · 15 years ago
  71. e80a52d ceph: fix connection fault STANDBY check by Sage Weil · 15 years ago
  72. 161fd65 ceph: invalidate_authorizer without con->mutex held by Sage Weil · 15 years ago
  73. 88d892a ceph: don't clobber write return value when using O_SYNC by Yehuda Sadeh · 15 years ago
  74. a1ea787 ceph: fix client_request_forward decoding by Sage Weil · 15 years ago
  75. 2600d2d ceph: drop messages on unregistered mds sessions; cleanup by Sage Weil · 15 years ago
  76. a636974 ceph: fix comments, locking in destroy_inode by Sage Weil · 15 years ago
  77. 4ce1e9a ceph: move dereference after NULL test by Alexander Beregalov · 15 years ago
  78. 5b3a4db ceph: fix up unexpected message handling by Sage Weil · 15 years ago
  79. bcd2cbd ceph: cleanup redundant code in handle_cap_grant by Yehuda Sadeh · 15 years ago
  80. c9af9fb ceph: don't truncate dirty pages in invalidate work thread by Yehuda Sadeh · 15 years ago
  81. e63dc5c ceph: remove page upon writeback completion if lost cache cap by Yehuda Sadeh · 15 years ago
  82. 5ecad6f ceph: fix check for invalidate_mapping_pages success by Sage Weil · 15 years ago
  83. 2c27c9a ceph: fix typo in ceph_queue_writeback debug output by Sage Weil · 15 years ago
  84. a17d647 ceph: v0.19 release by Sage Weil · 15 years ago
  85. 4fc51be ceph: use rbtree for pg pools; decode new osdmap format by Sage Weil · 15 years ago
  86. 9794b14 ceph: fix memory leak when destroying osdmap with pg_temp mappings by Sage Weil · 15 years ago
  87. 7c1332b ceph: fix iterate_caps removal race by Sage Weil · 15 years ago
  88. 85ccce4 ceph: clean up readdir caps reservation by Sage Weil · 15 years ago
  89. 5ce6e9d ceph: fix authentication races, auth_none oops by Sage Weil · 15 years ago
  90. 85ff03f ceph: use rbtree for mon statfs requests by Sage Weil · 15 years ago
  91. a105f00 ceph: use rbtree for snap_realms by Sage Weil · 15 years ago
  92. 44ca18f ceph: use rbtree for mds requests by Sage Weil · 15 years ago
  93. 91e45ce ceph: cancel delayed work when closing connection by Sage Weil · 15 years ago
  94. e2663ab ceph: allow connection to be reopened by fault callback by Sage Weil · 15 years ago
  95. 153a008 ceph: reset osd connections after fault by Sage Weil · 15 years ago
  96. 6c5d1a4 ceph: fix msgr to keep sent messages until acked by Sage Weil · 15 years ago
  97. 8031049 ceph: remove bogus invalidate_mapping_pages by Sage Weil · 15 years ago
  98. 0840d8a ceph: invalidate pages even if truncate is pending by Sage Weil · 15 years ago
  99. 3c6f6b7 ceph: cleanup async writeback, truncation, invalidate helpers by Sage Weil · 15 years ago
  100. 6a02658 ceph: fix sync read eof check deadlock by Sage Weil · 15 years ago