1. 2962507 ceph: perform lazy reads when file mode and caps permit by Sage Weil · 14 years ago
  2. 33caad3 ceph: perform lazy writes when file mode and caps permit by Sage Weil · 14 years ago
  3. 8c6e922 ceph: add LAZYIO ioctl to mark a file description for lazy consistency by Sage Weil · 14 years ago
  4. 84d9509 ceph: request FILE_LAZYIO cap when LAZY file mode is set by Sage Weil · 14 years ago
  5. 03066f2 ceph: use complete_all and wake_up_all by Yehuda Sadeh · 14 years ago
  6. 25848b3 ceph: Correct obvious typo of Kconfig variable "CRYPTO_AES" by Robert P. J. Day · 14 years ago
  7. 1dadcce ceph: fix dentry lease release by Sage Weil · 14 years ago
  8. 8c69673 ceph: fix leak of dentry in ceph_init_dentry() error path by Sage Weil · 14 years ago
  9. bc4fdca ceph: fix pg_mapping leak on pg_temp updates by Sage Weil · 14 years ago
  10. 252af52 ceph: fix d_release dop for snapdir, snapped dentries by Sage Weil · 14 years ago
  11. a0dff78 ceph: avoid dcache readdir for snapdir by Sage Weil · 14 years ago
  12. e979cf5 ceph: do not include cap/dentry releases in replayed messages by Sage Weil · 14 years ago
  13. 01a92f1 ceph: reuse request message when replaying against recovering mds by Sage Weil · 14 years ago
  14. f91d347 ceph: fix creation of ipv6 sockets by Sage Weil · 14 years ago
  15. 39139f6 ceph: fix parsing of ipv6 addresses by Sage Weil · 14 years ago
  16. d06dbaf ceph: fix printing of ipv6 addrs by Sage Weil · 14 years ago
  17. b0bbb0b ceph: add kfree() to error path by Dan Carpenter · 14 years ago
  18. 22b1de0 ceph: fix leak of mon authorizer by Sage Weil · 14 years ago
  19. ed98ada ceph: fix message revocation by Sage Weil · 14 years ago
  20. 153a109 ceph: fix crush device 'out' threshold to 1.0, not 0.1 by Sage Weil · 14 years ago
  21. 443b376 ceph: fix caps usage accounting for import (non-reserved) case by Sage Weil · 14 years ago
  22. ec97f88 ceph: only release clean, unused caps with mds requests by Sage Weil · 14 years ago
  23. a1a31e7 ceph: fix crush CHOOSE_LEAF when type is already a leaf by Sage Weil · 14 years ago
  24. 55bda7a ceph: fix crush recursion by Sage Weil · 14 years ago
  25. bfaf148 ceph: fix caps debugfs entry by Yehuda Sadeh · 14 years ago
  26. 17c688c ceph: delay umount until all mds requests drop inode+dentry refs by Sage Weil · 14 years ago
  27. d69ed05 ceph: handle splice_dentry/d_materialize_unique error in readdir_prepopulate by Sage Weil · 14 years ago
  28. cebc5be ceph: fix crush map update decoding by Sage Weil · 14 years ago
  29. ae32be3 ceph: fix message memory leak, uninitialized variable by Sage Weil · 14 years ago
  30. 4a32f93 ceph: fix map handler error path by Sage Weil · 14 years ago
  31. 0cf5537 ceph: some endianity fixes by Yehuda Sadeh · 14 years ago
  32. 2b2300d ceph: try to send partial cap release on cap message on missing inode by Sage Weil · 14 years ago
  33. 3d7ded4 ceph: release cap on import if we don't have the inode by Sage Weil · 14 years ago
  34. 9dbd412 ceph: fix misleading/incorrect debug message by Sage Weil · 14 years ago
  35. 00d5643 ceph: fix atomic64_t initialization on ia64 by Jeff Mahoney · 14 years ago
  36. 1e5ea23 ceph: fix lease revocation when seq doesn't match by Sage Weil · 14 years ago
  37. 558d349 ceph: fix f_namelen reported by statfs by Sage Weil · 14 years ago
  38. 2054756 ceph: fix memory leak in statfs by Yehuda Sadeh · 14 years ago
  39. 13a4214 ceph: fix d_subdirs ordering problem by Henry C Chang · 14 years ago
  40. b612a05 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  41. 2a8e5e3 ceph: clean up on forwarded aborted mds request by Sage Weil · 14 years ago
  42. 79494d1 ceph: fix leak of osd authorizer by Sage Weil · 14 years ago
  43. a922d38 ceph: close out mds, osd connections before stopping auth by Sage Weil · 14 years ago
  44. dd1c905 ceph: make lease code DN specific by Sage Weil · 14 years ago
  45. 7e34bc5 fs/ceph: Use ERR_CAST by Julia Lawall · 14 years ago
  46. a41359f ceph: renew auth tickets before they expire by Sage Weil · 14 years ago
  47. 09c4d6a ceph: do not resend mon requests on auth ticket renewal by Sage Weil · 14 years ago
  48. 984c769 ceph: removed duplicated #includes by Andrea Gelmini · 14 years ago
  49. e95e9a7 ceph: avoid possible null dereference by Sage Weil · 14 years ago
  50. aa91647 ceph: make mds requests killable, not interruptible by Sage Weil · 14 years ago
  51. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  52. 6e18824 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  53. 240ed68 ceph: reuse mon subscribe message instead of allocated anew by Sage Weil · 14 years ago
  54. 8018ab0 sanitize vfs_fsync calling conventions by Christoph Hellwig · 14 years ago
  55. 3981f2e ceph: should use deactivate_locked_super() on failure exits by Al Viro · 14 years ago
  56. 9706900 ceph: avoid resending queued message to monitor by Sage Weil · 14 years ago
  57. 9e32789 ceph: Storage class should be before const qualifier by Tobias Klauser · 14 years ago
  58. 34d2376 ceph: all allocation functions should get gfp_mask by Yehuda Sadeh · 14 years ago
  59. 23804d9 ceph: specify max_bytes on readdir replies by Sage Weil · 14 years ago
  60. 3668377 ceph: cleanup pool op strings by Sage Weil · 14 years ago
  61. cffe7b6 ceph: Use kzalloc by Julia Lawall · 14 years ago
  62. 167c9e3 ceph: use common helper for aborted dir request invalidation by Sage Weil · 14 years ago
  63. 85792d0d ceph: cope with out of order (unsafe after safe) mds reply by Sage Weil · 14 years ago
  64. aba558e ceph: save peer feature bits in connection structure by Sage Weil · 14 years ago
  65. ca9d93a ceph: resync headers with userland by Sage Weil · 14 years ago
  66. 1a75627 ceph: use ceph. prefix for virtual xattrs by Sage Weil · 14 years ago
  67. 6c99f25 ceph: throw out dirty caps metadata, data on session teardown by Sage Weil · 14 years ago
  68. 7e70f0e ceph: attempt mds reconnect if mds closes our session by Sage Weil · 14 years ago
  69. 34b6c85 ceph: clean up send_mds_reconnect interface by Sage Weil · 14 years ago
  70. 29790f2 ceph: wait for mds OPEN reply to indicate reconnect success by Sage Weil · 14 years ago
  71. aab53dd ceph: only send cap releases when mds is OPEN|HUNG by Sage Weil · 14 years ago
  72. e01a594 ceph: dicard cap releases on mds restart by Sage Weil · 14 years ago
  73. f8c76f6 ceph: make mon client statfs handling more generic by Yehuda Sadeh · 14 years ago
  74. dbad185 ceph: drop src address(es) from message header [new protocol feature] by Sage Weil · 14 years ago
  75. a5ee751 ceph: cleanup: remove unused assignement by Dan Carpenter · 14 years ago
  76. 0f8605f ceph: clean up cap release loop vs spinlock by Sage Weil · 14 years ago
  77. 31e0cf8 ceph: name bdi ceph-%d instead of major:minor by Sage Weil · 14 years ago
  78. 56b7cf9 ceph: skip mds sync on forced unmount by Sage Weil · 14 years ago
  79. b736b3d ceph: adjust masked struct_v variable names by Sage Weil · 14 years ago
  80. 6e19a16 ceph: clean up mount options, ->show_options() by Sage Weil · 14 years ago
  81. 1cd3935 ceph: set dn offset when spliced by Sage Weil · 14 years ago
  82. 1b7facc ceph: don't clobber i_max_offset on already complete dir by Sage Weil · 14 years ago
  83. e8a7498 ceph: skip set_dentry_offset work if directory not I_COMPLETE by Sage Weil · 14 years ago
  84. f1f2765 ceph: set next_offset on readdir finish by Sage Weil · 14 years ago
  85. bddfa3c ceph: listxattr should compare version by >= by Henry C Chang · 14 years ago
  86. a6424e4 ceph: fix xattr dangling pointer / double free by Sage Weil · 14 years ago
  87. 9dd4658 ceph: close messenger race by Sage Weil · 14 years ago
  88. 4f48280 ceph: name msgpools; useful error messages by Sage Weil · 14 years ago
  89. 8c6efb5 ceph: fix memory leak due to possible dentry init race by Sage Weil · 14 years ago
  90. 559c1e0 ceph: include auth method in error messages by Sage Weil · 14 years ago
  91. f26e681 ceph: osdtimeout=0 for now timeout by Sage Weil · 14 years ago
  92. 0d509c9 ceph: d_obtain_alias() returns ERR_PTR() by Dan Carpenter · 14 years ago
  93. c473ad9 ceph: wake up mount thread when getting osdmap by Yehuda Sadeh · 14 years ago
  94. 1bb7163 ceph: remove unused #includes by Huang Weiyi · 14 years ago
  95. 6822d00 ceph: wait for both monmap and osdmap when opening session by Sage Weil · 14 years ago
  96. 6f2bc3f ceph: clean up connection reset by Sage Weil · 14 years ago
  97. bb25766 ceph: simplify ceph_msg_new by Sage Weil · 14 years ago
  98. a79832f ceph: make ceph_msg_new return NULL on failure; clean up, fix callers by Sage Weil · 14 years ago
  99. d52f847 ceph: rewrite msgpool using mempool_t by Sage Weil · 14 years ago
  100. 640ef79 ceph: use ceph_sb_to_client instead of ceph_client by Cheng Renquan · 14 years ago