1. db90f99 libceph: add some fine ASCII art by Alex Elder · 14 years ago
  2. a865127 libceph: small changes to messenger.c by Alex Elder · 14 years ago
  3. 8a0566f libceph: distinguish two phases of connect sequence by Alex Elder · 14 years ago
  4. 05a24ec libceph: separate banner and connect writes by Alex Elder · 14 years ago
  5. a94af04 libceph: define and use an explicit CONNECTED state by Alex Elder · 14 years ago
  6. abb46df libceph: clear NEGOTIATING when done by Alex Elder · 14 years ago
  7. 2a281c7 libceph: clear CONNECTING in ceph_con_close() by Alex Elder · 14 years ago
  8. 8a62c33 libceph: don't touch con state in con_close_socket() by Alex Elder · 14 years ago
  9. 70b0604 libceph: just set SOCK_CLOSED when state changes by Alex Elder · 14 years ago
  10. 54942c5 libceph: don't change socket state on sock event by Alex Elder · 14 years ago
  11. eb8c564 libceph: SOCK_CLOSED is a flag, not a state by Alex Elder · 14 years ago
  12. f892064 libceph: don't use bio_iter as a flag by Alex Elder · 14 years ago
  13. 67e5007 libceph: move init of bio_iter by Alex Elder · 14 years ago
  14. ec53635 libceph: move init_bio_*() functions up by Alex Elder · 14 years ago
  15. 3b17b0b libceph: don't mark footer complete before it is by Alex Elder · 14 years ago
  16. 3c968ed libceph: encapsulate advancing msg page by Alex Elder · 14 years ago
  17. 4ecff48 libceph: encapsulate out message data setup by Alex Elder · 14 years ago
  18. 9021a42 libceph: drop ceph_con_get/put helpers and nref member by Sage Weil · 14 years ago
  19. 1c623b0 libceph: use con get/put methods by Sage Weil · 14 years ago
  20. 8124d55 libceph: fix NULL dereference in reset_connection() by Dan Carpenter · 14 years ago
  21. fccbf06 libceph: transition socket state prior to actual connect by Sage Weil · 14 years ago
  22. f4d29a9 libceph: fix overflow in osdmap_apply_incremental() by Xi Wang · 14 years ago
  23. 6b71f61 libceph: fix overflow in osdmap_decode() by Xi Wang · 14 years ago
  24. c66a9c7 libceph: fix overflow in __decode_pool_names() by Xi Wang · 14 years ago
  25. ce4516f libceph: make ceph_con_revoke_message() a msg op by Alex Elder · 14 years ago
  26. ae04853 libceph: make ceph_con_revoke() a msg operation by Alex Elder · 14 years ago
  27. bfd3572 libceph: have messages take a connection reference by Alex Elder · 14 years ago
  28. e84e066 libceph: have messages point to their connection by Alex Elder · 14 years ago
  29. 35067a2 libceph: tweak ceph_alloc_msg() by Alex Elder · 14 years ago
  30. 6880138 libceph: fully initialize connection in con_init() by Alex Elder · 14 years ago
  31. 9403ae3 libceph: init monitor connection when opening by Alex Elder · 14 years ago
  32. a2b8761 libceph: drop connection refcounting for mon_client by Sage Weil · 14 years ago
  33. 31a84d8 libceph: embed ceph connection structure in mon_client by Alex Elder · 14 years ago
  34. 51588ed libceph: set CLOSED state bit in con_init by Alex Elder · 14 years ago
  35. d39319e libceph: provide osd number when creating osd by Alex Elder · 14 years ago
  36. 0bcd157 libceph: start tracking connection socket state by Alex Elder · 14 years ago
  37. bc32747 libceph: start separating connection flags from state by Alex Elder · 14 years ago
  38. d910c11 libceph: embed ceph messenger structure in ceph_client by Alex Elder · 14 years ago
  39. 4874ba9 libceph: rename kvec_reset and kvec_add functions by Alex Elder · 14 years ago
  40. f5e79a4 libceph: rename socket callbacks by Alex Elder · 14 years ago
  41. 809c58f libceph: kill bad_proto ceph connection op by Alex Elder · 14 years ago
  42. ac7a426 libceph: eliminate connection state "DEAD" by Alex Elder · 14 years ago
  43. e7fda85 ceph: check PG_Private flag before accessing page->private by Yan, Zheng · 14 years ago
  44. 9923ad7 rbd: Fix ceph_snap_context size calculation by Yan, Zheng · 14 years ago
  45. 6448acf rbd: store snapshot id instead of index by Josh Durgin · 15 years ago
  46. 4573951 rbd: protect read of snapshot sequence number by Josh Durgin · 15 years ago
  47. 095cb21 rbd: don't hold spinlock during messenger flush by Alex Elder · 14 years ago
  48. 49da293 libceph: fix messenger retry by Sage Weil · 14 years ago
  49. 21cbad5 libceph: flush msgr queue during mon_client shutdown by Sage Weil · 14 years ago
  50. 576e428 rbd: Clear ceph_msg->bio_iter for retransmitted message by Yan, Zheng · 14 years ago
  51. acecca4 libceph: use con get/put ops from osd_client by Sage Weil · 14 years ago
  52. 40971fc libceph: osd_client: don't drop reply reference too early by Alex Elder · 14 years ago
  53. 1c201df libceph: fix pg_temp updates by Sage Weil · 14 years ago
  54. 15ba38e libceph: avoid unregistering osd request when not registered by Sage Weil · 14 years ago
  55. 1d3df0e ceph: add auth buf in prepare_write_connect() by Alex Elder · 14 years ago
  56. 3f13447 ceph: rename prepare_connect_authorizer() by Alex Elder · 14 years ago
  57. 8d19055 ceph: return pointer from prepare_connect_authorizer() by Alex Elder · 14 years ago
  58. ed35fbc ceph: use info returned by get_authorizer by Alex Elder · 14 years ago
  59. 4f33c7e ceph: have get_authorizer methods return pointers by Alex Elder · 14 years ago
  60. 83d28f7 ceph: ensure auth ops are defined before use by Alex Elder · 14 years ago
  61. 018a2a1 ceph: messenger: reduce args to create_authorizer by Alex Elder · 14 years ago
  62. 0f56a54 ceph: define ceph_auth_handshake type by Alex Elder · 14 years ago
  63. 33f0577 ceph: messenger: check return from get_authorizer by Alex Elder · 14 years ago
  64. 29e1a95 ceph: messenger: rework prepare_connect_authorizer() by Alex Elder · 14 years ago
  65. 59336e0 ceph: messenger: check prepare_write_connect() result by Alex Elder · 14 years ago
  66. 59a521e ceph: don't set WRITE_PENDING too early by Alex Elder · 14 years ago
  67. 7dd07ab ceph: drop msgr argument from prepare_write_connect() by Alex Elder · 14 years ago
  68. d4ac74c ceph: messenger: send banner in process_connect() by Alex Elder · 14 years ago
  69. 726644c ceph: messenger: reset connection kvec caller by Alex Elder · 14 years ago
  70. 6b7cc02 libceph: don't reset kvec in prepare_write_banner() by Alex Elder · 14 years ago
  71. 1f7631f ceph: messenger: change read_partial() to take "end" arg by Alex Elder · 14 years ago
  72. dd22ce5 ceph: messenger: update "to" in read_partial() caller by Alex Elder · 14 years ago
  73. d0d7af6 ceph: messenger: use read_partial() in read_partial_message() by Alex Elder · 14 years ago
  74. f77637d ceph: osd_client: fix endianness bug in osd_req_encode_op() by Alex Elder · 14 years ago
  75. cf34fc7 crush: fix memory leak when destroying tree buckets by Sage Weil · 14 years ago
  76. 9a0117a crush: fix tree node weight lookup by Sage Weil · 14 years ago
  77. 20501b9 crush: be more tolerant of nonsensical crush maps by Sage Weil · 14 years ago
  78. 9926776 crush: adjust local retry threshold by Sage Weil · 14 years ago
  79. 506b467 crush: clean up types, const-ness by Sage Weil · 14 years ago
  80. 5564921 selinux: fix sel_netnode_insert() suspicious rcu dereference by Dave Jones · 14 years ago
  81. a23d631 reiserfs: Protect reiserfs_quota_write() with write lock by Jan Kara · 14 years ago
  82. 8c7dcc4 reiserfs: Move quota calls out of write lock by Jan Kara · 14 years ago
  83. 8ed4d1c reiserfs: Protect reiserfs_quota_on() with write lock by Jan Kara · 14 years ago
  84. 394cbbc reiserfs: Fix lock ordering during remount by Jan Kara · 14 years ago
  85. 824904c NFS: Wait for session recovery to finish before returning by Bryan Schumaker · 14 years ago
  86. d1b28a2 drm/i915: fix overlay on i830M by Daniel Vetter · 14 years ago
  87. 37a42f9 s390/signal: set correct address space control by Martin Schwidefsky · 14 years ago
  88. 39220c9 sky2: Fix for interrupt handler by Mirko Lindner · 14 years ago
  89. 122fd46 eCryptfs: check for eCryptfs cipher support at mount by Tim Sally · 14 years ago
  90. c8a1ae7 eCryptfs: Copy up POSIX ACL and read-only flags from lower mount by Tyler Hicks · 14 years ago
  91. 9dbd341 usb: use usb_serial_put in usb_serial_probe errors by Jan Safrata · 14 years ago
  92. a39bdce netfilter: nf_nat: don't check for port change on ICMP tuples by Ulrich Weber · 14 years ago
  93. b3e991e netfilter: Mark SYN/ACK packets as invalid from original direction by Jozsef Kadlecsik · 14 years ago
  94. c581c7c netfilter: Validate the sequence number of dataless ACK packets as well by Jozsef Kadlecsik · 14 years ago
  95. 1b10e0b r8169: allow multicast packets on sub-8168f chipset. by Nathan Walp · 14 years ago
  96. cfc2c99 r8169: Fix WoL on RTL8168d/8111d. by Cyril Brulebois · 14 years ago
  97. f5a93ea xen/events: fix RCU warning, or Call idle notifier after irq_enter() by Mojiong Qiu · 14 years ago
  98. 56cb8f7 r8169: use unlimited DMA burst for TX by Michal Schmidt · 14 years ago
  99. ec59242 tmpfs: change final i_blocks BUG to WARNING by Hugh Dickins · 14 years ago
  100. f86c309 net-rps: Fix brokeness causing OOO packets by Tom Herbert · 14 years ago