1. 969e5aa Merge branch 'testing' of github.com:ceph/ceph-client into v3.8-rc5-testing by Alex Elder · 11 years ago
  2. c043064 rbd: don't retry setting up header watch by Alex Elder · 11 years ago
  3. 38901e0 rbd: check for overflow in rbd_get_num_segments() by Alex Elder · 12 years ago
  4. 98571b5 rbd: small changes by Alex Elder · 11 years ago
  5. 2263647 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  6. e0b4986 rbd: fix type of snap_id in rbd_dev_v2_snap_info() by Alex Elder · 12 years ago
  7. 8b84de7 rbd: assign watch request more directly by Alex Elder · 12 years ago
  8. 5efea49 rbd: move remaining osd op setup into rbd_osd_req_op_create() by Alex Elder · 12 years ago
  9. 2647ba3 rbd: move call osd op setup into rbd_osd_req_op_create() by Alex Elder · 12 years ago
  10. 8d23bf2 rbd: don't assign extent info in rbd_req_sync_op() by Alex Elder · 12 years ago
  11. c561191 rbd: don't assign extent info in rbd_do_request() by Alex Elder · 12 years ago
  12. 1821665 rbd: don't leak rbd_req for rbd_req_sync_notify_ack() by Alex Elder · 12 years ago
  13. 2e53c6c rbd: don't leak rbd_req on synchronous requests by Alex Elder · 12 years ago
  14. 907703d rbd: combine rbd sync watch/unwatch functions by Alex Elder · 12 years ago
  15. 0903e87 rbd: use a common layout for each device by Alex Elder · 12 years ago
  16. 47dba7b rbd: don't bother calculating file mapping by Alex Elder · 12 years ago
  17. e01e792 rbd: open code rbd_calc_raw_layout() by Alex Elder · 12 years ago
  18. 0829661 rbd: pull in ceph_calc_raw_layout() by Alex Elder · 12 years ago
  19. 30573d6 rbd: assume single op in a request by Alex Elder · 12 years ago
  20. 139b431 rbd: there is really only one op by Alex Elder · 12 years ago
  21. ae7ca4a3 libceph: pass num_op with ops by Alex Elder · 12 years ago
  22. d07c095 rbd: pass num_op with ops array by Alex Elder · 12 years ago
  23. 54a5400 libceph: don't set pages or bio in ceph_osdc_alloc_request() by Alex Elder · 12 years ago
  24. d178a9e libceph: don't set flags in ceph_osdc_alloc_request() by Alex Elder · 12 years ago
  25. e75b45c libceph: drop osdc from ceph_calc_raw_layout() by Alex Elder · 12 years ago
  26. 4d6b250 libceph: drop snapid in ceph_calc_raw_layout() by Alex Elder · 12 years ago
  27. 0120be3 libceph: pass length to ceph_osdc_build_request() by Alex Elder · 12 years ago
  28. 7c3d22c rbd: don't bother setting snapid in rbd_do_request() by Alex Elder · 12 years ago
  29. 25704ac rbd: kill rbd_req_sync_op() snapc and snapid parameters by Alex Elder · 12 years ago
  30. 07b2391 rbd: drop flags parameter from rbd_req_sync_exec() by Alex Elder · 12 years ago
  31. 4775618 rbd: drop snapid parameter from rbd_req_sync_read() by Alex Elder · 12 years ago
  32. af77f26 rbd: drop oid parameters from ceph_osdc_build_request() by Alex Elder · 12 years ago
  33. 0ec8ce8 rbd: separate layout init by Alex Elder · 12 years ago
  34. a7b4c65 rbd: only get snap context for write requests by Alex Elder · 12 years ago
  35. d78b650 rbd: make exists flag atomic by Alex Elder · 12 years ago
  36. b395e8b rbd: a little more cleanup of rbd_rq_fn() by Alex Elder · 12 years ago
  37. cd323ac rbd: end request on error in rbd_do_request() caller by Alex Elder · 12 years ago
  38. 8295cda rbd: encapsulate handling for a single request by Alex Elder · 12 years ago
  39. 8986cb3 rbd: be picky about osd request status type by Alex Elder · 12 years ago
  40. 5f29ddd rbd: standardize ceph_osd_request variable names by Alex Elder · 12 years ago
  41. 725afc9 rbd: standardize rbd_request variable names by Alex Elder · 12 years ago
  42. 935dc89 rbd: add warnings to rbd_dev_probe_update_spec() by Alex Elder · 12 years ago
  43. f5400b7 rbd: add a warning in bio_chain_clone_range() by Alex Elder · 12 years ago
  44. 4fb5d671 rbd: add warning messages for missing arguments by Alex Elder · 12 years ago
  45. 06ecc6c rbd: define and use rbd_warn() by Alex Elder · 12 years ago
  46. 4caf35f rbd: use kmemdup() by Alex Elder · 12 years ago
  47. 979ed48 rbd: kill rbd_spec->image_id_len by Alex Elder · 12 years ago
  48. 69e7a02 rbd: kill rbd_spec->image_name_len by Alex Elder · 12 years ago
  49. c66c6e0 rbd: document rbd_spec structure by Alex Elder · 12 years ago
  50. 8d85fce Drivers: block: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  51. f4953fe virtio-blk: Don't free ida when disk is in use by Alexander Graf · 12 years ago
  52. 40889e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  53. c3e946c rbd: get rid of rbd_{get,put}_dev() by Alex Elder · 12 years ago
  54. 848b814 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  55. 31279b1 aoe: fix use after free in aoedev_by_aoeaddr() by Dan Carpenter · 12 years ago
  56. 2b37c7d aoe: update internal version number to 81 by Ed Cashin · 12 years ago
  57. bf29754 aoe: identify source of runt AoE packets by Ed Cashin · 12 years ago
  58. 4a6c9ee aoe: allow comma separator in aoe_iflist value by Ed Cashin · 12 years ago
  59. c450ba0 aoe: allow user to disable target failure timeout by Ed Cashin · 12 years ago
  60. 71114ec aoe: use dynamic number of remote ports for AoE storage target by Ed Cashin · 12 years ago
  61. e52a293 aoe: avoid races between device destruction and discovery by Ed Cashin · 12 years ago
  62. bbb44e3 aoe: improve handling of misbehaving network paths by Ed Cashin · 12 years ago
  63. b91316f aoe: return real minor number for static minors by Ed Cashin · 12 years ago
  64. 10935d0 aoe: initialize sysminor to avoid compiler warning by Ed Cashin · 12 years ago
  65. e0b2bba aoe: make error messages more specific in static minor allocation by Ed Cashin · 12 years ago
  66. 60116cf aoe: remove call to request handler from I/O completion by Ed Cashin · 12 years ago
  67. 7283760 aoe: cleanup: correct comment for aoetgt nout by Ed Cashin · 12 years ago
  68. 7b6ccc5 aoe: increase default cap on outstanding AoE commands in the network by Ed Cashin · 12 years ago
  69. 0a41409 aoe: remove vestigial request queue allocation by Ed Cashin · 12 years ago
  70. fe7252b aoe: copy fallback timing information on destination failover by Ed Cashin · 12 years ago
  71. 519b77b aoe: update driver-internal version to 64+ by Ed Cashin · 12 years ago
  72. 3fc9b03 aoe: commands in retransmit queue use new destination on failure by Ed Cashin · 12 years ago
  73. 5f0c9c4 aoe: use high-resolution RTTs with fallback to low-res by Ed Cashin · 12 years ago
  74. 0d555ec aoe: manipulate aoedev network stats under lock by Ed Cashin · 12 years ago
  75. 2292a7e aoe: err device: include MAC addresses for unexpected responses by Ed Cashin · 12 years ago
  76. 3a0c40d aoe: improve network congestion handling by Ed Cashin · 12 years ago
  77. 667be1e aoe: provide ATA identify device content to user on request by Ed Cashin · 12 years ago
  78. cd220bf aoe: update driver-internal version number to 60 by Ed Cashin · 12 years ago
  79. a04b41c aoe: whitespace cleanup by Ed Cashin · 12 years ago
  80. d437962 aoe: cleanup: remove unused ata_scnt function by Ed Cashin · 12 years ago
  81. 90a2508 aoe: "payload" sysfs file exports per-AoE-command data transfer size by Ed Cashin · 12 years ago
  82. aa304fd aoe: support larger I/O requests via aoe_maxsectors module param by Ed Cashin · 12 years ago
  83. 4ba9aa7 aoe: support the forgetting (flushing) of a user-specified AoE target by Ed Cashin · 12 years ago
  84. 1b8a163 aoe: update cap on outstanding commands based on config query response by Ed Cashin · 12 years ago
  85. 4e78dd1 aoe: print warning regarding a common reason for dropped transmits by Ed Cashin · 12 years ago
  86. 662a889 aoe: describe the behavior of the "err" character device by Ed Cashin · 12 years ago
  87. 9228ff9 Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  88. b8f5c6e rbd: don't use ENOTSUPP by Alex Elder · 12 years ago
  89. 2fd82b9 rbd: get rid of RBD_MAX_SEG_NAME_LEN by Alex Elder · 12 years ago
  90. 42382b7 rbd: do not allow remove of mounted-on image by Alex Elder · 12 years ago
  91. d2ec180 drbd: update Kconfig to match current dependencies by Lars Ellenberg · 12 years ago
  92. ef86b77 drbd: Fix drbdsetup wait-connect, wait-sync etc... commands by Philipp Reisner · 12 years ago
  93. 13c76ab drbd: close race between drbd_set_role and drbd_connect by Philipp Reisner · 12 years ago
  94. 691631c drbd: respect no-md-barriers setting also when changed online via disk-options by Lars Ellenberg · 12 years ago
  95. 298307e drbd: Remove obsolete check by Philipp Reisner · 12 years ago
  96. 84ad684 Merge branch 'stable/for-jens-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-3.8/drivers by Jens Axboe · 12 years ago
  97. 2cecb73 drbd: fixup after wait_even_lock_irq() addition to generic code by Jens Axboe · 12 years ago
  98. 7b5a352 loop: Limit the number of requests in the bio list by Lukas Czerner · 12 years ago
  99. 07c540a xen-blkfront: free allocated page by Roger Pau Monne · 12 years ago
  100. 4d4f270 xen-blkback: move free persistent grants code by Roger Pau Monne · 12 years ago