1. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  2. b4fdcb0 Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  3. e5de063 Remove unneeded version.h includes from drivers/block/ by Jesper Juhl · 13 years ago
  4. 1d273b9 drbd: Use angle brackets for system includes by Joe Perches · 13 years ago
  5. 5a7bbad block: remove support for bio remapping from ->make_request by Christoph Hellwig · 13 years ago
  6. 929cfdd Merge branch 'for-2.6.40/drivers' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  7. 0ddf72b drbd: fix warning by Andrew Morton · 13 years ago
  8. 24c4830 drbd: Fix spelling by Bart Van Assche · 13 years ago
  9. 9a0d9d0 drbd: fix schedule in atomic by Lars Ellenberg · 13 years ago
  10. 99432fc drbd: Take a more conservative approach when deciding max_bio_size by Philipp Reisner · 13 years ago
  11. d2e1780 drbd: Only downgrade the disk state in case of disk failures by Philipp Reisner · 14 years ago
  12. 738a84b drbd: Fix for application IO with the on-io-error=pass-on policy by Philipp Reisner · 14 years ago
  13. 70c7160 Add appropriate <linux/prefetch.h> include for prefetch users by Paul Gortmaker · 13 years ago
  14. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  15. 7fde2be drbd: Implemented real timeout checking for request processing time by Philipp Reisner · 14 years ago
  16. 20ceb2b drbd: describe bitmap locking for bulk operation in finer detail by Lars Ellenberg · 14 years ago
  17. 62b0da3 drbd: log UUIDs whenever they change by Lars Ellenberg · 14 years ago
  18. 370a43e drbd: Work on the Ahead -> SyncSource transition by Philipp Reisner · 14 years ago
  19. 4a23f26 drbd: Do not full sync if a P_SYNC_UUID packet gets lost by Philipp Reisner · 14 years ago
  20. 110a204 drbd: Remove useless / wrong comments by Andreas Gruenbacher · 14 years ago
  21. 794abb7 drbd: Cleaned up the resync timer logic by Philipp Reisner · 14 years ago
  22. d612d30 drbd: No longer answer P_RS_DATA_REQUEST packets when in C_AHEAD mode by Philipp Reisner · 14 years ago
  23. 5a22db8 drbd: serialize sending of resync uuid with pending w_send_oos by Lars Ellenberg · 14 years ago
  24. 4b0715f drbd: allow petabyte storage on 64bit arch by Lars Ellenberg · 14 years ago
  25. 19f843a drbd: bitmap keep track of changes vs on-disk bitmap by Lars Ellenberg · 14 years ago
  26. 1b881ef drbd: Rename __inc_ap_bio_cond to may_inc_ap_bio by Andreas Gruenbacher · 14 years ago
  27. 81e8465 drbd: Use the standard bool, true, and false keywords by Andreas Gruenbacher · 14 years ago
  28. bf885f8 drbd: Be more explicit about functions that return an enum drbd_state_rv by Andreas Gruenbacher · 14 years ago
  29. 0cf9d27 drbd: Get rid of unnecessary macros (2) by Andreas Gruenbacher · 14 years ago
  30. 2f58dcf drbd: Rename drbd_make_request_26 to drbd_make_request by Andreas Gruenbacher · 14 years ago
  31. 96756784 drbd: Remove left-over prototype by Andreas Gruenbacher · 14 years ago
  32. 3719094 drbd: Starting with protocol 96 we can allow app-IO while receiving the bitmap by Philipp Reisner · 14 years ago
  33. 8869d68 drbd: Fixed inc_ap_bio() by Philipp Reisner · 14 years ago
  34. 9d77a5f drbd: Make some functions static by Philipp Reisner · 14 years ago
  35. e3555d8 drbd: Implemented priority inheritance for resync requests by Philipp Reisner · 14 years ago
  36. c4752ef drbd: When proxy's buffer drained off go into regular resync mode by Philipp Reisner · 14 years ago
  37. 73a01a1 drbd: New packet for Ahead/Behind mode: P_OUT_OF_SYNC by Philipp Reisner · 14 years ago
  38. 6753171 drbd: Implemented two new connection states Ahead/Behind by Philipp Reisner · 14 years ago
  39. 759fbdf drbd: Track the numbers of sectors in flight by Philipp Reisner · 14 years ago
  40. 1816a2b drbd: properly use max_hw_sectors to limit the our bio size by Lars Ellenberg · 14 years ago
  41. 9bd28d3 drbd: factor out drbd_rs_controller_reset by Lars Ellenberg · 14 years ago
  42. 439d595 drbd: show progress bar and ETA for online-verify by Lars Ellenberg · 14 years ago
  43. ea5442a drbd: advance progress step marks for online-verify by Lars Ellenberg · 14 years ago
  44. 721a960 block: kill off REQ_UNPLUG by Jens Axboe · 14 years ago
  45. 7eaceac block: remove per-queue plugging by Jens Axboe · 14 years ago
  46. f30195c Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into for-2.6.38/core by Jens Axboe · 14 years ago
  47. e525fd8 block: make blkdev_get/put() handle exclusive access by Tejun Heo · 14 years ago
  48. 00e375e Merge branch 'for-2.6.37/drivers' into for-linus by Jens Axboe · 14 years ago
  49. 77304d2 block: read i_size with i_size_read() by Mike Snitzer · 14 years ago
  50. 53c2eb2 Merge branch 'for-jens' of git://git.drbd.org/linux-2.6-drbd into for-2.6.37/drivers by Jens Axboe · 14 years ago
  51. 650789c drbd: Removed checks for REQ_HARDBARRIER on incomming BIOs by Philipp Reisner · 14 years ago
  52. a8a4e51 drbd: REQ_HARDBARRIER -> REQ_FUA transition for meta data accesses by Philipp Reisner · 14 years ago
  53. 2451fc3 drbd: Removed the BIO_RW_BARRIER support form the receiver/epoch code by Philipp Reisner · 14 years ago
  54. a288709 Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  55. 82f59cc drbd: fix potential deadlock on detach by Lars Ellenberg · 14 years ago
  56. 3beec1d drbd: tag a few error messages with "assert failed" by Lars Ellenberg · 14 years ago
  57. e9e6f3e drbd: fix for possible deadlock on IO error during resync by Lars Ellenberg · 14 years ago
  58. 2b2bf21 drbd: drbd_send_ack_dp must not rely on header information by Lars Ellenberg · 14 years ago
  59. 00b4253 drbd: Allow larger values for c-fill-target. by Philipp Reisner · 14 years ago
  60. fb22c40 drbd: Track the reasons to suspend IO in dedicated state bits by Philipp Reisner · 14 years ago
  61. 435f074 drbd: don't count sendpage()d pages only referenced by tcp as in use by Lars Ellenberg · 14 years ago
  62. 76d2e7e drbd: Adding support for BIO/Request flags: REQ_FUA, REQ_FLUSH and REQ_DISCARD by Philipp Reisner · 14 years ago
  63. ee15b03 drbd: fix race on meta-data update, addendum by Lars Ellenberg · 14 years ago
  64. 63106d3 drbd: Removed a race that could cause unexpected execution of w_make_resync_request() by Philipp Reisner · 14 years ago
  65. 0778286 drbd: Disable activity log updates when the whole device is out of sync by Philipp Reisner · 14 years ago
  66. d537338 drbd: Actually allow BIOs up to 128k (was 32k). by Philipp Reisner · 14 years ago
  67. 02918be drbd: receiving of big packets, for payloads between 64kByte and 4GByte by Philipp Reisner · 14 years ago
  68. 0b70a13 drbd: Sending of big packets, for payloads from 64KByte to 4GByte by Philipp Reisner · 14 years ago
  69. 0f0601f drbd: new configuration parameter c-min-rate by Lars Ellenberg · 14 years ago
  70. 1d7734a drbd: use rolling marks for resync speed calculation by Lars Ellenberg · 14 years ago
  71. 0bb70bf drbd: remove outdated comment and dead code by Lars Ellenberg · 14 years ago
  72. c36c3ce drbd: let drbd_free_ee implicitly free any digest by Lars Ellenberg · 14 years ago
  73. 8571957 drbd: Replaced some casts by an union. Improved comments by Philipp Reisner · 14 years ago
  74. 778f271 drbd: The new, smarter resync speed controller by Philipp Reisner · 14 years ago
  75. 8e26f9c drbd: New sync_param packet, that includes the parameters of the new controller by Philipp Reisner · 14 years ago
  76. f70b3511 drbd: Do not try to free tl_hash in drbd_disconnect() when IO is suspended by Philipp Reisner · 14 years ago
  77. 84dfb9f drbd: Fixed a deadlock, probably only affected UP machines by Philipp Reisner · 14 years ago
  78. 43a5182 drbd: Delayed creation of current-UUID by Philipp Reisner · 14 years ago
  79. 87f7be4 drbd: Run the fence-peer helper asynchronously by Philipp Reisner · 14 years ago
  80. 265be2d drbd: Finished the "on-no-data-accessible suspend-io;" functionality by Philipp Reisner · 14 years ago
  81. 11b58e7 drbd: factored tl_restart() out of tl_clear(). by Philipp Reisner · 14 years ago
  82. 7e602c0 drbd: renamed drbd_tl_epoch.n_req to drbd_tl_epoch.n_writes by Philipp Reisner · 14 years ago
  83. dd3932e block: remove BLKDEV_IFL_WAIT by Christoph Hellwig · 14 years ago
  84. e7f52df drbd: revert "delay probes", feature is being re-implemented differently by Lars Ellenberg · 14 years ago
  85. 7383506 drbd: use drbd specific ratelimit instead of global printk_ratelimit by Lars Ellenberg · 14 years ago
  86. 32fa7e9 drbd: Removed the now empty w_io_error() function by Philipp Reisner · 14 years ago
  87. 344fa46 drbd: improve network latency, TCP_QUICKACK by Lars Ellenberg · 14 years ago
  88. 2c8d196 drbd: Revert "drbd: Create new current UUID as late as possible" by Philipp Reisner · 14 years ago
  89. 0c3f345 drbd: Create new current UUID as late as possible by Philipp Reisner · 14 years ago
  90. 9a25a04 drbd: If we detect late that IO got frozen, retry after we thawed. by Philipp Reisner · 14 years ago
  91. 45bb912 drbd: Allow drbd_epoch_entries to use multiple bios. by Lars Ellenberg · 14 years ago
  92. 708d740 drbd: reduce sizeof struct drbd_epoch_entry by 8 byte by aligning members by Lars Ellenberg · 14 years ago
  93. 162f3ec drbd: Fixes to the new delay_probes code by Philipp Reisner · 14 years ago
  94. a8cdfd8 drbd: A fixes to the new resync speed code by Philipp Reisner · 14 years ago
  95. bd26bfc drbd: Actually send delay probes by Philipp Reisner · 14 years ago
  96. 7237bc4 drbd: Sending of delay_probes by Philipp Reisner · 14 years ago
  97. 0ced55a drbd: Receiving of delay_probes by Philipp Reisner · 14 years ago
  98. 6b4388a drbd: Added transmission faults to the fault injection code by Philipp Reisner · 14 years ago
  99. e89b591 drbd: Implemented flags for the resize packet by Philipp Reisner · 14 years ago
  100. 02d9a94 drbd: Implemented the set_new_bits parameter for drbd_bm_resize() by Philipp Reisner · 14 years ago