1. 7035cdf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  2. a1ce392 UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headers by David Howells · 12 years ago
  3. d63b77f libceph: check for invalid mapping by Sage Weil · 12 years ago
  4. 290e335 libceph: remove unused monc->have_fsid by Sage Weil · 12 years ago
  5. 4a86169 libceph: clean up con flags by Sage Weil · 12 years ago
  6. 8dacc7d libceph: replace connection state bits with states by Sage Weil · 12 years ago
  7. aa711ee ceph: define snap counts as u32 everywhere by Alex Elder · 12 years ago
  8. 546f04e libceph: support crush tunables by Sage Weil · 12 years ago
  9. 1fe60e5 libceph: move feature bits to separate header by Sage Weil · 12 years ago
  10. f8c36c5 libceph: define ceph_extract_encoded_string() by Alex Elder · 12 years ago
  11. c61a1ab libceph: fix off-by-one bug in ceph_encode_filepath() by Alex Elder · 12 years ago
  12. a2a3258 libceph: prevent the race of incoming work during teardown by Guanjun He · 12 years ago
  13. a16cb1f libceph: fix messenger retry by Sage Weil · 12 years ago
  14. d50b409 libceph: initialize msgpool message types by Sage Weil · 12 years ago
  15. b7a9e5d libceph: set peer name on con_open, not init by Sage Weil · 12 years ago
  16. 2610302 libceph: drop declaration of ceph_con_get() by Alex Elder · 12 years ago
  17. e27947c libceph: define and use an explicit CONNECTED state by Alex Elder · 12 years ago
  18. d59315c libceph: drop ceph_con_get/put helpers and nref member by Sage Weil · 12 years ago
  19. 9a64e8e Merge tag 'v3.5-rc1' by Sage Weil · 12 years ago
  20. 8921d11 libceph: make ceph_con_revoke_message() a msg op by Alex Elder · 12 years ago
  21. 6740a84 libceph: make ceph_con_revoke() a msg operation by Alex Elder · 12 years ago
  22. 38941f8 libceph: have messages point to their connection by Alex Elder · 12 years ago
  23. 1bfd89f libceph: fully initialize connection in con_init() by Alex Elder · 12 years ago
  24. 6713093 libceph: embed ceph connection structure in mon_client by Alex Elder · 12 years ago
  25. ce2c890 libceph: start tracking connection socket state by Alex Elder · 12 years ago
  26. 928443c libceph: start separating connection flags from state by Alex Elder · 12 years ago
  27. 15d9882 libceph: embed ceph messenger structure in ceph_client by Alex Elder · 12 years ago
  28. 6384bb8 libceph: kill bad_proto ceph connection op by Alex Elder · 12 years ago
  29. e5e372d libceph: eliminate connection state "DEAD" by Alex Elder · 12 years ago
  30. af56e0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  31. 8f43fb5 ceph: use info returned by get_authorizer by Alex Elder · 12 years ago
  32. a3530df ceph: have get_authorizer methods return pointers by Alex Elder · 12 years ago
  33. 74f1869 ceph: messenger: reduce args to create_authorizer by Alex Elder · 12 years ago
  34. 6c4a191 ceph: define ceph_auth_handshake type by Alex Elder · 12 years ago
  35. 76aa542 ceph: fix bounds check in ceph_decode_need and ceph_encode_need by Xi Wang · 12 years ago
  36. 3469ac1a ceph: drop support for preferred_osd pgs by Sage Weil · 12 years ago
  37. 56b59b4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  38. bca064d libceph: use "do" in CRC-related Boolean variables by Alex Elder · 12 years ago
  39. e0f43c9 libceph: make ceph_msgr_wq private by Alex Elder · 12 years ago
  40. ee57741 rbd: make ceph_parse_options() return a pointer by Alex Elder · 13 years ago
  41. 5766651 ceph: use a shared zero page rather than one per messenger by Alex Elder · 13 years ago
  42. 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 13 years ago
  43. 224736d libceph: Allocate larger oid buffer in request msgs by Stratos Psomadakis · 13 years ago
  44. 97d2eb1 Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-client by Linus Torvalds · 13 years ago
  45. b61c276 libceph: don't complain on msgpool alloc failures by Sage Weil · 13 years ago
  46. 6ab00d4 libceph: create messenger with client by Sage Weil · 13 years ago
  47. e060c38 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  48. e81b151 Remove unneeded version.h includes from include/ by Jesper Juhl · 13 years ago
  49. ba5b56c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  50. 4cf9d54 libceph: don't time out osd requests that haven't been received by Sage Weil · 13 years ago
  51. 497888c treewide: fix potentially dangerous trailing ';' in #defined values/expressions by Phil Carmody · 13 years ago
  52. 3c454cf ceph: use LOOKUPINO to make unconnected nfs fh more reliable by Sage Weil · 13 years ago
  53. 8323c3a ceph: Move secret key parsing earlier. by Tommi Virtanen · 13 years ago
  54. a40c4f1 libceph: add lingering request and watch/notify event framework by Yehuda Sadeh · 13 years ago
  55. 80456f8 ceph: move readahead default to fs/ceph from libceph by Sage Weil · 13 years ago
  56. 483fac7 ceph: update common header files by Yehuda Sadeh · 14 years ago
  57. 6f6c700 libceph: fix osd request queuing on osdmap updates by Sage Weil · 14 years ago
  58. e76661d libceph: fix msgr keepalive flag by Sage Weil · 13 years ago
  59. 60bf8bf libceph: fix msgr backoff by Sage Weil · 13 years ago
  60. f363e45 net/ceph: make ceph_msgr_wq non-reentrant by Tejun Heo · 14 years ago
  61. 6c0f3af ceph: add dir_layout to inode by Sage Weil · 14 years ago
  62. b6aa590 ceph: mark user pages dirty on direct-io reads by Henry C Chang · 14 years ago
  63. c5c6b19 ceph: explicitly specify page alignment in network messages by Sage Weil · 14 years ago
  64. b7495fc ceph: make page alignment explicit in osd interface by Sage Weil · 14 years ago
  65. e98b6fe ceph: fix comment, remove extraneous args by Sage Weil · 14 years ago
  66. 571dba5 ceph: add CEPH_MDS_OP_SETDIRLAYOUT and associated ioctl. by Greg Farnum · 14 years ago
  67. ac0b74d ceph: add pagelist_reserve, pagelist_truncate, pagelist_set_cursor by Greg Farnum · 14 years ago
  68. 3d14c5d ceph: factor out libceph from Ceph file system by Yehuda Sadeh · 14 years ago