1. 7f25965 libceph: wrap auth methods in a mutex by Sage Weil · 13 years ago
  2. aa80dd9 libceph: wrap auth ops in wrapper functions by Sage Weil · 13 years ago
  3. 29c65a2 libceph: add update_authorizer auth method by Sage Weil · 13 years ago
  4. 31c4647 libceph: remove 'osdtimeout' option by Sage Weil · 13 years ago
  5. d0e85e0 libceph: drop declaration of ceph_con_get() by Alex Elder · 14 years ago
  6. dfae3b3 libceph: check for invalid mapping by Sage Weil · 14 years ago
  7. 63c1362 libceph: clean up con flags by Sage Weil · 14 years ago
  8. 265fb7c libceph: replace connection state bits with states by Sage Weil · 14 years ago
  9. 59d0272 libceph: prevent the race of incoming work during teardown by Guanjun He · 14 years ago
  10. 9beb73f libceph: initialize msgpool message types by Sage Weil · 14 years ago
  11. 638ba17 libceph: set peer name on con_open, not init by Sage Weil · 14 years ago
  12. a94af04 libceph: define and use an explicit CONNECTED state by Alex Elder · 14 years ago
  13. 9021a42 libceph: drop ceph_con_get/put helpers and nref member by Sage Weil · 14 years ago
  14. ce4516f libceph: make ceph_con_revoke_message() a msg op by Alex Elder · 14 years ago
  15. ae04853 libceph: make ceph_con_revoke() a msg operation by Alex Elder · 14 years ago
  16. e84e066 libceph: have messages point to their connection by Alex Elder · 14 years ago
  17. 6880138 libceph: fully initialize connection in con_init() by Alex Elder · 14 years ago
  18. 31a84d8 libceph: embed ceph connection structure in mon_client by Alex Elder · 14 years ago
  19. 0bcd157 libceph: start tracking connection socket state by Alex Elder · 14 years ago
  20. bc32747 libceph: start separating connection flags from state by Alex Elder · 14 years ago
  21. d910c11 libceph: embed ceph messenger structure in ceph_client by Alex Elder · 14 years ago
  22. 809c58f libceph: kill bad_proto ceph connection op by Alex Elder · 14 years ago
  23. ac7a426 libceph: eliminate connection state "DEAD" by Alex Elder · 14 years ago
  24. 49da293 libceph: fix messenger retry by Sage Weil · 14 years ago
  25. ed35fbc ceph: use info returned by get_authorizer by Alex Elder · 14 years ago
  26. 4f33c7e ceph: have get_authorizer methods return pointers by Alex Elder · 14 years ago
  27. 018a2a1 ceph: messenger: reduce args to create_authorizer by Alex Elder · 14 years ago
  28. 0f56a54 ceph: define ceph_auth_handshake type by Alex Elder · 14 years ago
  29. 56b59b4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  30. bca064d libceph: use "do" in CRC-related Boolean variables by Alex Elder · 14 years ago
  31. e0f43c9 libceph: make ceph_msgr_wq private by Alex Elder · 14 years ago
  32. ee57741 rbd: make ceph_parse_options() return a pointer by Alex Elder · 14 years ago
  33. 5766651 ceph: use a shared zero page rather than one per messenger by Alex Elder · 14 years ago
  34. 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 14 years ago
  35. 224736d libceph: Allocate larger oid buffer in request msgs by Stratos Psomadakis · 14 years ago
  36. 97d2eb1 Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-client by Linus Torvalds · 14 years ago
  37. b61c276 libceph: don't complain on msgpool alloc failures by Sage Weil · 15 years ago
  38. 6ab00d4 libceph: create messenger with client by Sage Weil · 15 years ago
  39. e060c38 Merge branch 'master' into for-next by Jiri Kosina · 15 years ago
  40. e81b151 Remove unneeded version.h includes from include/ by Jesper Juhl · 15 years ago
  41. ba5b56c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 15 years ago
  42. 4cf9d54 libceph: don't time out osd requests that haven't been received by Sage Weil · 15 years ago
  43. 497888c treewide: fix potentially dangerous trailing ';' in #defined values/expressions by Phil Carmody · 15 years ago
  44. 3c454cf ceph: use LOOKUPINO to make unconnected nfs fh more reliable by Sage Weil · 15 years ago
  45. 8323c3a ceph: Move secret key parsing earlier. by Tommi Virtanen · 15 years ago
  46. a40c4f1 libceph: add lingering request and watch/notify event framework by Yehuda Sadeh · 15 years ago
  47. 80456f8 ceph: move readahead default to fs/ceph from libceph by Sage Weil · 15 years ago
  48. 483fac7 ceph: update common header files by Yehuda Sadeh · 15 years ago
  49. 6f6c700 libceph: fix osd request queuing on osdmap updates by Sage Weil · 15 years ago
  50. e76661d libceph: fix msgr keepalive flag by Sage Weil · 15 years ago
  51. 60bf8bf libceph: fix msgr backoff by Sage Weil · 15 years ago
  52. f363e45 net/ceph: make ceph_msgr_wq non-reentrant by Tejun Heo · 15 years ago
  53. 6c0f3af ceph: add dir_layout to inode by Sage Weil · 15 years ago
  54. b6aa590 ceph: mark user pages dirty on direct-io reads by Henry C Chang · 15 years ago
  55. c5c6b19 ceph: explicitly specify page alignment in network messages by Sage Weil · 15 years ago
  56. b7495fc ceph: make page alignment explicit in osd interface by Sage Weil · 15 years ago
  57. e98b6fe ceph: fix comment, remove extraneous args by Sage Weil · 15 years ago
  58. 571dba5 ceph: add CEPH_MDS_OP_SETDIRLAYOUT and associated ioctl. by Greg Farnum · 16 years ago
  59. ac0b74d ceph: add pagelist_reserve, pagelist_truncate, pagelist_set_cursor by Greg Farnum · 16 years ago
  60. 3d14c5d ceph: factor out libceph from Ceph file system by Yehuda Sadeh · 16 years ago