1. 653f42f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  2. f1932fc crush: fix mapping calculation when force argument doesn't exist by Sage Weil · 13 years ago
  3. c292fe4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  4. 224736d libceph: Allocate larger oid buffer in request msgs by Stratos Psomadakis · 13 years ago
  5. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  6. 38d6453 libceph: force resend of osd requests if we skip an osdmap by Sage Weil · 13 years ago
  7. ee3b56f ceph: use kernel DNS resolver by Noah Watkins · 13 years ago
  8. 49d9224 ceph: fix ceph_monc_init memory leak by Noah Watkins · 13 years ago
  9. f0ed1b7 libceph: warn on msg allocation failures by Sage Weil · 13 years ago
  10. b61c276 libceph: don't complain on msgpool alloc failures by Sage Weil · 13 years ago
  11. f6a2f5b libceph: always preallocate mon connection by Sage Weil · 13 years ago
  12. 6ab00d4 libceph: create messenger with client by Sage Weil · 13 years ago
  13. 92bb062 Merge branch 'for-linus' of git://github.com/NewDreamNetwork/ceph-client by Linus Torvalds · 13 years ago
  14. 8adc8b3 libceph: fix pg_temp mapping update by Sage Weil · 13 years ago
  15. 782e182 libceph: fix pg_temp mapping calculation by Sage Weil · 13 years ago
  16. 935b639a libceph: fix linger request requeuing by Sage Weil · 13 years ago
  17. 1cad789 libceph: fix parse options memory leak by Noah Watkins · 13 years ago
  18. c0d5f9d libceph: initialize ack_stamp to avoid unnecessary connection reset by Jim Schutt · 13 years ago
  19. 0d20fbb Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-client by Linus Torvalds · 13 years ago
  20. aca420b libceph: fix leak of osd structs during shutdown by Sage Weil · 13 years ago
  21. 5185352 libceph: fix msgpool by Sage Weil · 13 years ago
  22. ba5b56c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  23. 4cf9d54 libceph: don't time out osd requests that haven't been received by Sage Weil · 13 years ago
  24. 033b114 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  25. 38be7a7 ceph: fix file mode calculation by Sage Weil · 13 years ago
  26. 6a7ebdf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  27. 9f6ec8d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  28. ea11073 net: Remove casts of void * by Joe Perches · 13 years ago
  29. 9bb0ce2 libceph: fix page calculation for non-page-aligned io by Sage Weil · 13 years ago
  30. 2584547 ceph: fix sync vs canceled write by Sage Weil · 13 years ago
  31. cd634fb libceph: subscribe to osdmap when cluster is full by Sage Weil · 13 years ago
  32. 7662d8f libceph: handle new osdmap down/state change encoding by Sage Weil · 13 years ago
  33. 9d6fcb0 ceph: check return value for start_request in writepages by Sage Weil · 13 years ago
  34. a2a7960 libceph: add missing breaks in addr_set_port by Sage Weil · 13 years ago
  35. 0417788 libceph: fix TAG_WAIT case by Sage Weil · 13 years ago
  36. 3145666 libceph: fix osdmap timestamp assignment by Sage Weil · 13 years ago
  37. 12a2f64 libceph: use snprintf for unknown addrs by Sage Weil · 13 years ago
  38. 2dab036 libceph: use snprintf for formatting object name by Sage Weil · 13 years ago
  39. e8f54ce libceph: fix uninitialized value when no get_authorizer method is set by Sage Weil · 13 years ago
  40. 0da5d70 libceph: handle connection reopen race with callbacks by Sage Weil · 13 years ago
  41. 4ad1262 libceph: fix ceph_osdc_alloc_request error checks by Sage Weil · 13 years ago
  42. ca20892 libceph: fix ceph_msg_new error path by Henry C Chang · 13 years ago
  43. e6d2831 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  44. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 13 years ago
  45. 77f38e0 libceph: fix linger request requeueing by Sage Weil · 13 years ago
  46. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  47. 4b2a58a libceph: Create a new key type "ceph". by Tommi Virtanen · 13 years ago
  48. e2c3d29 libceph: Get secret from the kernel keys api when mounting with key=NAME. by Tommi Virtanen · 13 years ago
  49. 8323c3a ceph: Move secret key parsing earlier. by Tommi Virtanen · 13 years ago
  50. fbdb919 libceph: fix null dereference when unregistering linger requests by Sage Weil · 13 years ago
  51. 234af26f ceph: unlock on error in ceph_osdc_start_request() by Dan Carpenter · 13 years ago
  52. 6b0ae40 ceph: fix possible NULL pointer dereference by Mariusz Kozlowski · 13 years ago
  53. ef550f6 ceph: flush msgr_wq during mds_client shutdown by Sage Weil · 13 years ago
  54. a40c4f1 libceph: add lingering request and watch/notify event framework by Yehuda Sadeh · 13 years ago
  55. 6f6c700 libceph: fix osd request queuing on osdmap updates by Sage Weil · 13 years ago
  56. b09734b libceph: Fix base64-decoding when input ends in newline. by Tommi Virtanen · 13 years ago
  57. e00de34 libceph: fix msgr standby handling by Sage Weil · 13 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. 692d20f libceph: retry after authorization failure by Sage Weil · 13 years ago
  61. 38815b7 libceph: fix handling of short returns from get_user_pages by Sage Weil · 13 years ago
  62. 8bd89ca Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  63. 42961d2 libceph: fix socket write error handling by Sage Weil · 13 years ago
  64. 98bdb0a libceph: fix socket read error handling by Sage Weil · 13 years ago
  65. a170315 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  66. f363e45fd1 net/ceph: make ceph_msgr_wq non-reentrant by Tejun Heo · 13 years ago
  67. b0aee35 ceph: Always free allocated memory in osdmap_decode() by Jesper Juhl · 14 years ago
  68. 6c0f3af ceph: add dir_layout to inode by Sage Weil · 14 years ago
  69. 17f7f4d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  70. 9d5004f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  71. 361cf40 ceph: handle partial result from get_user_pages by Henry C Chang · 14 years ago
  72. b6aa590 ceph: mark user pages dirty on direct-io reads by Henry C Chang · 14 years ago
  73. d96c904 ceph: fix msgr_init error path by Sage Weil · 14 years ago
  74. fe6c791 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  75. a01af8e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  76. 4cb6a61 Net: ceph: Makefile: Remove unnessary code by Tracey Dent · 14 years ago
  77. 3cbaa0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  78. fa13bc3 Net: ceph: Makefile: remove deprecated kbuild goal definitions by Tracey Dent · 14 years ago
  79. 7a1c8e5 net: allow GFP_HIGHMEM in __vmalloc() by Eric Dumazet · 14 years ago
  80. c5c6b19 ceph: explicitly specify page alignment in network messages by Sage Weil · 14 years ago
  81. b7495fc ceph: make page alignment explicit in osd interface by Sage Weil · 14 years ago
  82. e98b6fe ceph: fix comment, remove extraneous args by Sage Weil · 14 years ago
  83. df9f86f ceph: fix small seq message skipping by Sage Weil · 14 years ago
  84. 240634e ceph: fix num_pages_free accounting in pagelist by Sage Weil · 14 years ago
  85. 010e3b4 ceph: don't crash when passed bad mount options by Yehuda Sadeh · 14 years ago
  86. ac0b74d ceph: add pagelist_reserve, pagelist_truncate, pagelist_set_cursor by Greg Farnum · 14 years ago
  87. 602adf4 rbd: introduce rados block device (rbd), based on libceph by Yehuda Sadeh · 14 years ago
  88. 3d14c5d ceph: factor out libceph from Ceph file system by Yehuda Sadeh · 14 years ago