1. 17c688c ceph: delay umount until all mds requests drop inode+dentry refs by Sage Weil · 14 years ago
  2. 2b2300d ceph: try to send partial cap release on cap message on missing inode by Sage Weil · 14 years ago
  3. 3d7ded4 ceph: release cap on import if we don't have the inode by Sage Weil · 14 years ago
  4. 1e5ea23 ceph: fix lease revocation when seq doesn't match by Sage Weil · 14 years ago
  5. 2a8e5e3 ceph: clean up on forwarded aborted mds request by Sage Weil · 14 years ago
  6. dd1c905 ceph: make lease code DN specific by Sage Weil · 14 years ago
  7. aa91647 ceph: make mds requests killable, not interruptible by Sage Weil · 14 years ago
  8. 9e32789 ceph: Storage class should be before const qualifier by Tobias Klauser · 14 years ago
  9. 34d2376 ceph: all allocation functions should get gfp_mask by Yehuda Sadeh · 14 years ago
  10. 167c9e3 ceph: use common helper for aborted dir request invalidation by Sage Weil · 14 years ago
  11. 85792d0d ceph: cope with out of order (unsafe after safe) mds reply by Sage Weil · 14 years ago
  12. 6c99f25 ceph: throw out dirty caps metadata, data on session teardown by Sage Weil · 14 years ago
  13. 7e70f0e ceph: attempt mds reconnect if mds closes our session by Sage Weil · 15 years ago
  14. 34b6c85 ceph: clean up send_mds_reconnect interface by Sage Weil · 14 years ago
  15. 29790f2 ceph: wait for mds OPEN reply to indicate reconnect success by Sage Weil · 15 years ago
  16. aab53dd ceph: only send cap releases when mds is OPEN|HUNG by Sage Weil · 15 years ago
  17. e01a594 ceph: dicard cap releases on mds restart by Sage Weil · 14 years ago
  18. 0f8605f ceph: clean up cap release loop vs spinlock by Sage Weil · 14 years ago
  19. 56b7cf9 ceph: skip mds sync on forced unmount by Sage Weil · 14 years ago
  20. bb25766 ceph: simplify ceph_msg_new by Sage Weil · 14 years ago
  21. a79832f ceph: make ceph_msg_new return NULL on failure; clean up, fix callers by Sage Weil · 14 years ago
  22. 2d06eeb ceph: handle kzalloc() failure by Cheng Renquan · 14 years ago
  23. 104648a ceph: reduce build_path debug output by Sage Weil · 15 years ago
  24. 81a6cf2 ceph: invalidate affected dentry leases on aborted requests by Sage Weil · 14 years ago
  25. b455639 ceph: fix race between aborted requests and fill_trace by Sage Weil · 14 years ago
  26. e1518c7 ceph: clean up mds reply, error handling by Sage Weil · 14 years ago
  27. f818a73 ceph: fix cap removal races by Sage Weil · 14 years ago
  28. 9abf82b ceph: fix locking for waking session requests after reconnect by Sage Weil · 14 years ago
  29. 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
  30. 94aa8ae ceph: fix use after free on mds __unregister_request by Sage Weil · 14 years ago
  31. d96d604 ceph: fix session check on mds reply by Sage Weil · 14 years ago
  32. 4736b00 ceph: handle kmalloc() failure by Dan Carpenter · 15 years ago
  33. 9c423956 ceph: propagate mds session allocation failures to caller by Sage Weil · 14 years ago
  34. e4cb4cb ceph: prevent dup stale messages to console for restarting mds by Sage Weil · 15 years ago
  35. 80fc731 ceph: fix mds sync() race with completing requests by Sage Weil · 15 years ago
  36. 080af17 ceph: remove bogus mds forward warning by Sage Weil · 15 years ago
  37. a1ea787 ceph: fix client_request_forward decoding by Sage Weil · 15 years ago
  38. 2600d2d ceph: drop messages on unregistered mds sessions; cleanup by Sage Weil · 15 years ago
  39. 7c1332b ceph: fix iterate_caps removal race by Sage Weil · 15 years ago
  40. a105f00 ceph: use rbtree for snap_realms by Sage Weil · 15 years ago
  41. 44ca18f ceph: use rbtree for mds requests by Sage Weil · 15 years ago
  42. 9bd2e6f ceph: allow renewal of auth credentials by Sage Weil · 15 years ago
  43. ac8839d ceph: include type in ceph_entity_addr, filepath by Sage Weil · 15 years ago
  44. 2450418 ceph: allocate middle of message before stating to read by Yehuda Sadeh · 15 years ago
  45. 5b1daec ceph: properly handle aborted mds requests by Sage Weil · 15 years ago
  46. 93cea5b ceph: use ceph_pagelist for mds reconnect message; change encoding (protocol change) by Sage Weil · 15 years ago
  47. 6df058c ceph: include transaction id in ceph_msg_header (protocol change) by Sage Weil · 15 years ago
  48. 5dacf09 ceph: do not touch_caps while iterating over caps list by Sage Weil · 15 years ago
  49. e2885f0 ceph: make mds ops interruptible by Sage Weil · 15 years ago
  50. 9ec7cab ceph: hex dump corrupt server data to KERN_DEBUG by Sage Weil · 15 years ago
  51. 153c8e6 ceph: use kref for struct ceph_mds_request by Sage Weil · 15 years ago
  52. 0dc2570 ceph: reset requested max_size after mds reconnect by Sage Weil · 15 years ago
  53. 0743304 ceph: fix debugfs entry, simplify fsid checks by Sage Weil · 15 years ago
  54. 4e7a5dc ceph: negotiate authentication protocol; implement AUTH_NONE protocol by Sage Weil · 15 years ago
  55. 5f44f14 ceph: handle errors during osd client init by Sage Weil · 15 years ago
  56. 42ce56e ceph: remove bad calls to ceph_con_shutdown by Sage Weil · 15 years ago
  57. fef320f ceph: pr_info when mds reconnect completes by Sage Weil · 15 years ago
  58. cdac830 ceph: remove recon_gen logic by Sage Weil · 15 years ago
  59. 685f9a5 ceph: do not confuse stale and dead (unreconnected) caps by Sage Weil · 15 years ago
  60. 6b80518 ceph: allocate and parse mount args before client instance by Sage Weil · 15 years ago
  61. afcdaea ceph: flush dirty caps via the cap_dirty list by Sage Weil · 15 years ago
  62. c89136e ceph: convert encode/decode macros to inlines by Sage Weil · 15 years ago
  63. 2f2dc05 ceph: MDS client by Sage Weil · 15 years ago