1. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  2. 8d63e31 libceph: isolate kmap() call in write_partial_msg_pages() by Alex Elder · 13 years ago
  3. 9bd1966 libceph: rename "page_shift" variable to something sensible by Alex Elder · 13 years ago
  4. 0cdf9e6 libceph: get rid of zero_page_address by Alex Elder · 13 years ago
  5. e36b13c libceph: only call kernel_sendpage() via helper by Alex Elder · 13 years ago
  6. 3173913 libceph: use kernel_sendpage() for sending zeroes by Alex Elder · 13 years ago
  7. 37675b0 libceph: fix inverted crc option logic by Alex Elder · 13 years ago
  8. 84495f4 libceph: some simple changes by Alex Elder · 13 years ago
  9. f42299e libceph: small refactor in write_partial_kvec() by Alex Elder · 13 years ago
  10. fe3ad59 libceph: do crc calculations outside loop by Alex Elder · 13 years ago
  11. a9a0c51 libceph: separate CRC calculation from byte swapping by Alex Elder · 13 years ago
  12. bca064d libceph: use "do" in CRC-related Boolean variables by Alex Elder · 13 years ago
  13. cffaba1 ceph: ensure Boolean options support both senses by Alex Elder · 13 years ago
  14. d3002b9 libceph: a few small changes by Alex Elder · 13 years ago
  15. 41617d0 libceph: make ceph_tcp_connect() return int by Alex Elder · 13 years ago
  16. 6173d1f libceph: encapsulate some messenger cleanup code by Alex Elder · 13 years ago
  17. e0f43c9 libceph: make ceph_msgr_wq private by Alex Elder · 13 years ago
  18. 859eb79 libceph: encapsulate connection kvec operations by Alex Elder · 13 years ago
  19. 963be4d libceph: move prepare_write_banner() by Alex Elder · 13 years ago
  20. ee57741 rbd: make ceph_parse_options() return a pointer by Alex Elder · 13 years ago
  21. 99f0f3b ceph: eliminate some abusive casts by Alex Elder · 13 years ago
  22. bd40614 ceph: eliminate some needless casts by Alex Elder · 13 years ago
  23. f64a931 ceph: kill addr_str_lock spinlock; use atomic instead by Alex Elder · 13 years ago
  24. a5bc3129a ceph: make use of "else" where appropriate by Alex Elder · 13 years ago
  25. 5766651 ceph: use a shared zero page rather than one per messenger by Alex Elder · 13 years ago
  26. 6448669 libceph: fix overflow check in crush_decode() by Xi Wang · 13 years ago
  27. 182fac2 net/ceph: Only clear SOCK_NOSPACE when there is sufficient space in the socket buffer by Jim Schutt · 13 years ago
  28. 6c073a7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  29. ab434b6 ceph: initialize client debugfs outside of monc->mutex by Sage Weil · 13 years ago
  30. 56e925b libceph: remove useless return value for osd_client __send_request() by Sage Weil · 13 years ago
  31. e11b05d crush: fix force for non-root TAKE by Sage Weil · 13 years ago
  32. 1864825 ceph: Use kmemdup rather than duplicating its implementation by Thomas Meyer · 13 years ago
  33. 653f42f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  34. f1932fc crush: fix mapping calculation when force argument doesn't exist by Sage Weil · 13 years ago
  35. c292fe4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  36. 224736d libceph: Allocate larger oid buffer in request msgs by Stratos Psomadakis · 13 years ago
  37. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  38. 38d6453 libceph: force resend of osd requests if we skip an osdmap by Sage Weil · 13 years ago
  39. ee3b56f ceph: use kernel DNS resolver by Noah Watkins · 13 years ago
  40. 49d9224 ceph: fix ceph_monc_init memory leak by Noah Watkins · 13 years ago
  41. f0ed1b7 libceph: warn on msg allocation failures by Sage Weil · 13 years ago
  42. b61c276 libceph: don't complain on msgpool alloc failures by Sage Weil · 13 years ago
  43. f6a2f5b libceph: always preallocate mon connection by Sage Weil · 13 years ago
  44. 6ab00d4 libceph: create messenger with client by Sage Weil · 13 years ago
  45. 92bb062 Merge branch 'for-linus' of git://github.com/NewDreamNetwork/ceph-client by Linus Torvalds · 13 years ago
  46. 8adc8b3 libceph: fix pg_temp mapping update by Sage Weil · 13 years ago
  47. 782e182 libceph: fix pg_temp mapping calculation by Sage Weil · 13 years ago
  48. 935b639 libceph: fix linger request requeuing by Sage Weil · 13 years ago
  49. 1cad789 libceph: fix parse options memory leak by Noah Watkins · 13 years ago
  50. c0d5f9d libceph: initialize ack_stamp to avoid unnecessary connection reset by Jim Schutt · 13 years ago
  51. 0d20fbb Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-client by Linus Torvalds · 13 years ago
  52. aca420b libceph: fix leak of osd structs during shutdown by Sage Weil · 13 years ago
  53. 5185352 libceph: fix msgpool by Sage Weil · 13 years ago
  54. ba5b56c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  55. 4cf9d54 libceph: don't time out osd requests that haven't been received by Sage Weil · 13 years ago
  56. 033b114 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  57. 38be7a7 ceph: fix file mode calculation by Sage Weil · 13 years ago
  58. 6a7ebdf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  59. 9f6ec8d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  60. ea11073 net: Remove casts of void * by Joe Perches · 13 years ago
  61. 9bb0ce2 libceph: fix page calculation for non-page-aligned io by Sage Weil · 13 years ago
  62. 2584547 ceph: fix sync vs canceled write by Sage Weil · 13 years ago
  63. cd634fb libceph: subscribe to osdmap when cluster is full by Sage Weil · 13 years ago
  64. 7662d8f libceph: handle new osdmap down/state change encoding by Sage Weil · 13 years ago
  65. 9d6fcb0 ceph: check return value for start_request in writepages by Sage Weil · 13 years ago
  66. a2a7960 libceph: add missing breaks in addr_set_port by Sage Weil · 13 years ago
  67. 0417788 libceph: fix TAG_WAIT case by Sage Weil · 13 years ago
  68. 3145666 libceph: fix osdmap timestamp assignment by Sage Weil · 13 years ago
  69. 12a2f64 libceph: use snprintf for unknown addrs by Sage Weil · 13 years ago
  70. 2dab036 libceph: use snprintf for formatting object name by Sage Weil · 13 years ago
  71. e8f54ce libceph: fix uninitialized value when no get_authorizer method is set by Sage Weil · 13 years ago
  72. 0da5d70 libceph: handle connection reopen race with callbacks by Sage Weil · 13 years ago
  73. 4ad1262 libceph: fix ceph_osdc_alloc_request error checks by Sage Weil · 13 years ago
  74. ca20892 libceph: fix ceph_msg_new error path by Henry C Chang · 13 years ago
  75. e6d2831 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  76. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 14 years ago
  77. 77f38e0 libceph: fix linger request requeueing by Sage Weil · 14 years ago
  78. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  79. 4b2a58a libceph: Create a new key type "ceph". by Tommi Virtanen · 14 years ago
  80. e2c3d29 libceph: Get secret from the kernel keys api when mounting with key=NAME. by Tommi Virtanen · 14 years ago
  81. 8323c3a ceph: Move secret key parsing earlier. by Tommi Virtanen · 14 years ago
  82. fbdb919 libceph: fix null dereference when unregistering linger requests by Sage Weil · 14 years ago
  83. 234af26f ceph: unlock on error in ceph_osdc_start_request() by Dan Carpenter · 14 years ago
  84. 6b0ae40 ceph: fix possible NULL pointer dereference by Mariusz Kozlowski · 14 years ago
  85. ef550f6 ceph: flush msgr_wq during mds_client shutdown by Sage Weil · 14 years ago
  86. a40c4f1 libceph: add lingering request and watch/notify event framework by Yehuda Sadeh · 14 years ago
  87. 6f6c700 libceph: fix osd request queuing on osdmap updates by Sage Weil · 14 years ago
  88. b09734b libceph: Fix base64-decoding when input ends in newline. by Tommi Virtanen · 14 years ago
  89. e00de34 libceph: fix msgr standby handling by Sage Weil · 14 years ago
  90. e76661d libceph: fix msgr keepalive flag by Sage Weil · 14 years ago
  91. 60bf8bf libceph: fix msgr backoff by Sage Weil · 14 years ago
  92. 692d20f libceph: retry after authorization failure by Sage Weil · 14 years ago
  93. 38815b7 libceph: fix handling of short returns from get_user_pages by Sage Weil · 14 years ago
  94. 8bd89ca Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  95. 42961d2 libceph: fix socket write error handling by Sage Weil · 14 years ago
  96. 98bdb0a libceph: fix socket read error handling by Sage Weil · 14 years ago
  97. a170315 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  98. f363e45 net/ceph: make ceph_msgr_wq non-reentrant by Tejun Heo · 14 years ago
  99. b0aee35 ceph: Always free allocated memory in osdmap_decode() by Jesper Juhl · 14 years ago
  100. 6c0f3af ceph: add dir_layout to inode by Sage Weil · 14 years ago