1. e75b45c libceph: drop osdc from ceph_calc_raw_layout() by Alex Elder · 12 years ago
  2. 4d6b250 libceph: drop snapid in ceph_calc_raw_layout() by Alex Elder · 12 years ago
  3. 0120be3 libceph: pass length to ceph_osdc_build_request() by Alex Elder · 12 years ago
  4. 7c3d22c rbd: don't bother setting snapid in rbd_do_request() by Alex Elder · 12 years ago
  5. 25704ac rbd: kill rbd_req_sync_op() snapc and snapid parameters by Alex Elder · 12 years ago
  6. 07b2391 rbd: drop flags parameter from rbd_req_sync_exec() by Alex Elder · 12 years ago
  7. 4775618 rbd: drop snapid parameter from rbd_req_sync_read() by Alex Elder · 12 years ago
  8. af77f26 rbd: drop oid parameters from ceph_osdc_build_request() by Alex Elder · 12 years ago
  9. 0ec8ce8 rbd: separate layout init by Alex Elder · 12 years ago
  10. a7b4c65 rbd: only get snap context for write requests by Alex Elder · 12 years ago
  11. d78b650 rbd: make exists flag atomic by Alex Elder · 12 years ago
  12. b395e8b rbd: a little more cleanup of rbd_rq_fn() by Alex Elder · 12 years ago
  13. cd323ac rbd: end request on error in rbd_do_request() caller by Alex Elder · 12 years ago
  14. 8295cda rbd: encapsulate handling for a single request by Alex Elder · 12 years ago
  15. 8986cb3 rbd: be picky about osd request status type by Alex Elder · 12 years ago
  16. 5f29ddd rbd: standardize ceph_osd_request variable names by Alex Elder · 12 years ago
  17. 725afc9 rbd: standardize rbd_request variable names by Alex Elder · 12 years ago
  18. 935dc89 rbd: add warnings to rbd_dev_probe_update_spec() by Alex Elder · 12 years ago
  19. f5400b7 rbd: add a warning in bio_chain_clone_range() by Alex Elder · 12 years ago
  20. 4fb5d671 rbd: add warning messages for missing arguments by Alex Elder · 12 years ago
  21. 06ecc6c rbd: define and use rbd_warn() by Alex Elder · 12 years ago
  22. 4caf35f rbd: use kmemdup() by Alex Elder · 12 years ago
  23. 979ed48 rbd: kill rbd_spec->image_id_len by Alex Elder · 12 years ago
  24. 69e7a02 rbd: kill rbd_spec->image_name_len by Alex Elder · 12 years ago
  25. c66c6e0 rbd: document rbd_spec structure by Alex Elder · 12 years ago
  26. 478c030 drivers/block/mtip32xx/mtip32xx.c:1726:5: sparse: symbol 'mtip_send_trim' was not declared. Should it be static? by Fengguang Wu · 12 years ago
  27. 25bac12 drivers/block/mtip32xx/mtip32xx.c:4029:1: sparse: symbol 'mtip_workq_sdbf0' was not declared. Should it be static? by Fengguang Wu · 12 years ago
  28. 3d6a874 dac960: return success instead of -ENOTTY by Dan Carpenter · 12 years ago
  29. 1528346 mtip32xx: add trim support by Asai Thambi S P · 12 years ago
  30. 16c906e5 mtip32xx: Add workqueue and NUMA support by Asai Thambi S P · 12 years ago
  31. 58c49df3 mtip32xx: fix for crash when the device surprise removed during rebuild by Asai Thambi S P · 12 years ago
  32. 47cd4b3 mtip32xx: fix for driver hang after a command timeout by Asai Thambi S P · 12 years ago
  33. d1a6f4f block: delete super ancient PC-XT driver for 1980's hardware by Paul Gortmaker · 12 years ago
  34. 8d85fce Drivers: block: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  35. f4953fe virtio-blk: Don't free ida when disk is in use by Alexander Graf · 12 years ago
  36. 40889e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  37. c3e946c rbd: get rid of rbd_{get,put}_dev() by Alex Elder · 12 years ago
  38. b6c46cf Merge branch 'stable/for-jens-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linus by Jens Axboe · 12 years ago
  39. 848b814 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  40. d62f691 xen-blkfront: handle bvecs with partial data by Roger Pau Monne · 12 years ago
  41. ebb351c llist/xen-blkfront: implement safe version of llist_for_each_entry by Roger Pau Monne · 12 years ago
  42. 31279b1 aoe: fix use after free in aoedev_by_aoeaddr() by Dan Carpenter · 12 years ago
  43. 2b37c7d aoe: update internal version number to 81 by Ed Cashin · 12 years ago
  44. bf29754 aoe: identify source of runt AoE packets by Ed Cashin · 12 years ago
  45. 4a6c9ee aoe: allow comma separator in aoe_iflist value by Ed Cashin · 12 years ago
  46. c450ba0 aoe: allow user to disable target failure timeout by Ed Cashin · 12 years ago
  47. 71114ec aoe: use dynamic number of remote ports for AoE storage target by Ed Cashin · 12 years ago
  48. e52a293 aoe: avoid races between device destruction and discovery by Ed Cashin · 12 years ago
  49. bbb44e3 aoe: improve handling of misbehaving network paths by Ed Cashin · 12 years ago
  50. b91316f aoe: return real minor number for static minors by Ed Cashin · 12 years ago
  51. 10935d0 aoe: initialize sysminor to avoid compiler warning by Ed Cashin · 12 years ago
  52. e0b2bba aoe: make error messages more specific in static minor allocation by Ed Cashin · 12 years ago
  53. 60116cf aoe: remove call to request handler from I/O completion by Ed Cashin · 12 years ago
  54. 7283760 aoe: cleanup: correct comment for aoetgt nout by Ed Cashin · 12 years ago
  55. 7b6ccc5 aoe: increase default cap on outstanding AoE commands in the network by Ed Cashin · 12 years ago
  56. 0a41409 aoe: remove vestigial request queue allocation by Ed Cashin · 12 years ago
  57. fe7252b aoe: copy fallback timing information on destination failover by Ed Cashin · 12 years ago
  58. 519b77b aoe: update driver-internal version to 64+ by Ed Cashin · 12 years ago
  59. 3fc9b03 aoe: commands in retransmit queue use new destination on failure by Ed Cashin · 12 years ago
  60. 5f0c9c4 aoe: use high-resolution RTTs with fallback to low-res by Ed Cashin · 12 years ago
  61. 0d555ec aoe: manipulate aoedev network stats under lock by Ed Cashin · 12 years ago
  62. 2292a7e aoe: err device: include MAC addresses for unexpected responses by Ed Cashin · 12 years ago
  63. 3a0c40d aoe: improve network congestion handling by Ed Cashin · 12 years ago
  64. 667be1e aoe: provide ATA identify device content to user on request by Ed Cashin · 12 years ago
  65. cd220bf aoe: update driver-internal version number to 60 by Ed Cashin · 12 years ago
  66. a04b41c aoe: whitespace cleanup by Ed Cashin · 12 years ago
  67. d437962 aoe: cleanup: remove unused ata_scnt function by Ed Cashin · 12 years ago
  68. 90a2508 aoe: "payload" sysfs file exports per-AoE-command data transfer size by Ed Cashin · 12 years ago
  69. aa304fd aoe: support larger I/O requests via aoe_maxsectors module param by Ed Cashin · 12 years ago
  70. 4ba9aa7 aoe: support the forgetting (flushing) of a user-specified AoE target by Ed Cashin · 12 years ago
  71. 1b8a163 aoe: update cap on outstanding commands based on config query response by Ed Cashin · 12 years ago
  72. 4e78dd1 aoe: print warning regarding a common reason for dropped transmits by Ed Cashin · 12 years ago
  73. 662a889 aoe: describe the behavior of the "err" character device by Ed Cashin · 12 years ago
  74. 9228ff9 Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  75. b8f5c6e rbd: don't use ENOTSUPP by Alex Elder · 12 years ago
  76. 2fd82b9 rbd: get rid of RBD_MAX_SEG_NAME_LEN by Alex Elder · 12 years ago
  77. 42382b7 rbd: do not allow remove of mounted-on image by Alex Elder · 12 years ago
  78. 7dc3411 xen-blkback: implement safe iterator for the list of persistent grants by Roger Pau Monne · 12 years ago
  79. d2ec180 drbd: update Kconfig to match current dependencies by Lars Ellenberg · 12 years ago
  80. ef86b77 drbd: Fix drbdsetup wait-connect, wait-sync etc... commands by Philipp Reisner · 12 years ago
  81. 13c76ab drbd: close race between drbd_set_role and drbd_connect by Philipp Reisner · 12 years ago
  82. 691631c drbd: respect no-md-barriers setting also when changed online via disk-options by Lars Ellenberg · 12 years ago
  83. 298307e drbd: Remove obsolete check by Philipp Reisner · 12 years ago
  84. 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
  85. 2cecb73 drbd: fixup after wait_even_lock_irq() addition to generic code by Jens Axboe · 12 years ago
  86. 7b5a352 loop: Limit the number of requests in the bio list by Lukas Czerner · 12 years ago
  87. 07c540a xen-blkfront: free allocated page by Roger Pau Monne · 12 years ago
  88. 4d4f270 xen-blkback: move free persistent grants code by Roger Pau Monne · 12 years ago
  89. 836413e mtip32xx: Fix padding issue by Selvan Mani · 12 years ago
  90. 11cfb6f aoe: avoid running request handler on plugged queue by Ed Cashin · 12 years ago
  91. 298d801 mtip32xx: fix potential NULL pointer dereference in mtip_timeout_function() by Wei Yongjun · 12 years ago
  92. 7c5d623 mtip32xx: fix shift larger than type warning by Jens Axboe · 12 years ago
  93. 4b9e884 mtip32xx: Fix incorrect mask used for erase mode by Selvan Mani · 12 years ago
  94. eda4531 mtip32xx: Fix to make lba address correct in big-endian systems by Selvan Mani · 12 years ago
  95. 3208795 mtip32xx: fix potential crash on SEC_ERASE_UNIT by Selvan Mani · 12 years ago
  96. eac7cc5 floppy: destroy floppy workqueue before cleaning up the queue by Jiri Kosina · 12 years ago
  97. d48c152 cciss: use check_signature() by Akinobu Mita · 12 years ago
  98. 1f118bc cciss: cleanup bitops usage by Akinobu Mita · 12 years ago
  99. 8d0ff39 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
  100. f1d6a32 drbd: use copy_highpage by Akinobu Mita · 12 years ago