1. a70f35a Merge branch 'for-3.5/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  2. 0289403 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  3. 38bf195 connector/userns: replace netlink uses of cap_raised() with capable() by Eric W. Biederman · 12 years ago
  4. 92b4ca2 drbd: grammar fix in log message by Lars Ellenberg · 12 years ago
  5. bc4854b drbd: check MODULE for THIS_MODULE by Cong Wang · 12 years ago
  6. f6d0a8d drbd: Restore the request restart logic by Philipp Reisner · 12 years ago
  7. 9476f39 drbd: introduce a bio_set to allocate housekeeping bios from by Lars Ellenberg · 13 years ago
  8. 3c2f7a8 drbd: remove unused define by Lars Ellenberg · 13 years ago
  9. 0c7db27 drbd: bm_page_async_io: properly initialize page->private by Arne Redlich · 12 years ago
  10. 4d95a10 drbd: use the newly introduced page pool for bitmap IO by Lars Ellenberg · 13 years ago
  11. 4281808 drbd: add page pool to be used for meta data IO by Lars Ellenberg · 13 years ago
  12. 0e8488a drbd: allow bitmap to change during writeout from resync_finished by Lars Ellenberg · 12 years ago
  13. a574daf drbd: fix race between drbdadm invalidate/verify and finishing resync by Lars Ellenberg · 12 years ago
  14. ba280c0 drbd: fix resend/resubmit of frozen IO by Lars Ellenberg · 12 years ago
  15. 5de7382 drbd: Ensure that data_size is not 0 before using data_size-1 as index by Philipp Reisner · 12 years ago
  16. 197296f drbd: Delay/reject other state changes while establishing a connection by Philipp Reisner · 12 years ago
  17. 46385c8 drbd: move put_ldev from __req_mod() to the endio callback by Lars Ellenberg · 13 years ago
  18. d64957c drbd: fix WRITE_ACKED_BY_PEER_AND_SIS to not set RQ_NET_DONE by Lars Ellenberg · 12 years ago
  19. 41c4a00 drbd: fix READ_RETRY_REMOTE_CANCELED to not complete if device is suspended by Lars Ellenberg · 13 years ago
  20. 6d49e10 drbd: make OOS_HANDED_TO_NETWORK its own case by Lars Ellenberg · 13 years ago
  21. c088b2d drbd: don't pretend that barrier_nr == 0 was special by Lars Ellenberg · 12 years ago
  22. 7ffcaa7 drbd: remove unused static helper function by Lars Ellenberg · 12 years ago
  23. a5d214f drbd: remove some very outdated comments by Lars Ellenberg · 12 years ago
  24. 1abc2af drbd: missing wakeup after drbd_rs_del_all by Lars Ellenberg · 12 years ago
  25. 671a74e drbd: remove now unused seq_num member from struct drbd_request by Lars Ellenberg · 12 years ago
  26. 001a886 drbd: fix potential data corruption and protocol error by Lars Ellenberg · 12 years ago
  27. b6a370ba drbd: Fix a potential write ordering issue on SyncTarget nodes by Philipp Reisner · 12 years ago
  28. fc28845 drbd: Fix a potential race that could case data inconsistency by Philipp Reisner · 13 years ago
  29. 031a7c1 drbd: add missing part_round_stats to _drbd_start_io_acct by Lars Ellenberg · 13 years ago
  30. 47a4f1c drbd: Fix module refcount leak in drbd_accept() by Lars Ellenberg · 13 years ago
  31. 7caacb6 drbd: Consider the disk-timeout also for meta-data IO operations by Philipp Reisner · 13 years ago
  32. 4afc433 drbd: Do not send state packets while lower than C_CONNECTED cstate by Philipp Reisner · 13 years ago
  33. 545752d drbd: fix race between disconnect and receive_state by Lars Ellenberg · 13 years ago
  34. 763eb63 drbd: fix potential spinlock deadlock by Lars Ellenberg · 13 years ago
  35. e89868a drbd: Fixed an obvious copy-n-paste mistake by Philipp Reisner · 13 years ago
  36. f479ea0 drbd: send intermediate state change results to the peer by Lars Ellenberg · 13 years ago
  37. a2e9138 drbd: fix spurious meta data IO "error" by Lars Ellenberg · 13 years ago
  38. aaae506 drbd: Fixed a race condition between detach and start of resync by Philipp Reisner · 13 years ago
  39. 6a9a92f drbd: fix harmless race to not trigger an ASSERT by Lars Ellenberg · 13 years ago
  40. 5ba3dac drbd: Derive sync-UUIDs only from the bitmap-uuid if it is non-zero by Philipp Reisner · 13 years ago
  41. 7b4e4d3 drbd: drbd_nl_resize(): Fix missing put_ldev() on error path by Andreas Gruenbacher · 13 years ago
  42. 40424e4 drbd: fix "stalled" empty resync by Lars Ellenberg · 13 years ago
  43. 1e86ac4 drbd: Bugfix for the connection behavior by Philipp Reisner · 13 years ago
  44. 80f9fd5 drbd: Cleanup all epoch objects upon connection loss by Philipp Reisner · 13 years ago
  45. fd2491f drbd: detach must not try to abort non-local requests from drbd-8.4 by Philipp Reisner · 13 years ago
  46. 79f16f5 drbd: Consider that the no-data-condition could be in connected state by Philipp Reisner · 13 years ago
  47. bca482e drbd: Fixed current UUID generation by Philipp Reisner · 13 years ago
  48. 22f46ce drbd: change some GFP_KERNEL to GFP_NOIO by Lars Ellenberg · 13 years ago
  49. dfa8bed drbd: Implemented the disk-timeout option by Philipp Reisner · 13 years ago
  50. 02ee8f9 drbd: Force flag for the detach operation by Philipp Reisner · 13 years ago
  51. 5ca1de0 drbd: Allow new IOs while the local disk in in FAILED state by Philipp Reisner · 13 years ago
  52. 9e58c4d drbd: Bitmap IO functions can now return prematurely if the disk breaks by Philipp Reisner · 13 years ago
  53. d1f3779 drbd: Added a kref to bm_aio_ctx by Philipp Reisner · 13 years ago
  54. b205762 drbd: Hold a reference to ldev while doing meta-data IO by Philipp Reisner · 13 years ago
  55. 4a2fe56 drbd: Keep a reference to the bio until the completion handler finished by Philipp Reisner · 13 years ago
  56. 0c46442 drbd: Implemented wait_until_done_or_disk_failure() by Philipp Reisner · 13 years ago
  57. e171173 drbd: Replaced md_io_mutex by an atomic: md_io_in_use by Philipp Reisner · 13 years ago
  58. cc94c65 drbd: moved md_io into mdev by Philipp Reisner · 13 years ago
  59. 2b4dd36 drbd: Immediately allow completion of IOs, that wait for IO completions on a failed disk by Philipp Reisner · 13 years ago
  60. 6d7e32f drbd: Keep a reference to barrier acked requests by Philipp Reisner · 13 years ago
  61. 6809384 drbd: Improve compatibility with drbd's older than 8.3.7 by Philipp Reisner · 13 years ago
  62. 77e8fdf drbd: Only print sanitize state's warnings, if the state change happens by Philipp Reisner · 13 years ago
  63. 0766734 drbd: downgraded error printk to info by Lars Ellenberg · 13 years ago
  64. 5f138ce DRBD: Fix comparison always false warning due to long/long long compare by David Howells · 13 years ago
  65. 7948bcd drbd: spelling fix: too small by Lars Ellenberg · 13 years ago
  66. 1381e9a drbd: cosmetic: fix accidental division instead of modulo when pretty printing by Lars Ellenberg · 13 years ago
  67. ebd2b0c drbd: Lower log priority for an event that is definitely not an error by Philipp Reisner · 13 years ago
  68. 4a17fd5 sock: Introduce named constants for sk_reuse by Pavel Emelyanov · 12 years ago
  69. 70834d3 usermodehelper: use UMH_WAIT_PROC consistently by Oleg Nesterov · 12 years ago
  70. 589973a drbd: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  71. cfd8005 block: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  72. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  73. b4fdcb0 Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  74. 5c04b42 Merge branch 'v3.1-rc10' into for-3.2/core by Jens Axboe · 13 years ago
  75. e060c38 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  76. e5de063 Remove unneeded version.h includes from drivers/block/ by Jesper Juhl · 13 years ago
  77. 1d273b9 drbd: Use angle brackets for system includes by Joe Perches · 13 years ago
  78. 57f3224 drbd: Convert vmalloc/memset to vzalloc by Joe Perches · 13 years ago
  79. 5a7bbad block: remove support for bio remapping from ->make_request by Christoph Hellwig · 13 years ago
  80. ddad9ef drivers/block/drbd/drbd_nl.c: use bitmap_parse instead of __bitmap_parse by H Hartley Sweeten · 13 years ago
  81. 7b28afe Merge branch 'for-3.0-important' of git://git.drbd.org/linux-2.6-drbd into for-linus by Jens Axboe · 13 years ago
  82. 86e1e98 drbd: we should write meta data updates with FLUSH FUA by Lars Ellenberg · 13 years ago
  83. cb6518c drbd: when receive times out on meta socket, also check last receive time on data socket by Lars Ellenberg · 13 years ago
  84. 5a8b424 drbd: account bitmap IO during resync as resync-(related-)-io by Lars Ellenberg · 13 years ago
  85. 8ccee20 drbd: don't cond_resched_lock with IRQs disabled by Lars Ellenberg · 13 years ago
  86. 829c608 drbd: add missing spinlock to bitmap receive by Lars Ellenberg · 13 years ago
  87. 0cfdd24 drbd: Use the correct max_bio_size when creating resync requests by Philipp Reisner · 13 years ago
  88. 929cfdd Merge branch 'for-2.6.40/drivers' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  89. 0ddf72b drbd: fix warning by Andrew Morton · 13 years ago
  90. 9b2f61a drbd: fix warning by Philipp Reisner · 13 years ago
  91. 24c4830 drbd: Fix spelling by Bart Van Assche · 13 years ago
  92. 9a0d9d0 drbd: fix schedule in atomic by Lars Ellenberg · 13 years ago
  93. 99432fc drbd: Take a more conservative approach when deciding max_bio_size by Philipp Reisner · 13 years ago
  94. 21423fa drbd: Fixed state transitions after async outdate-peer-handler returned by Philipp Reisner · 13 years ago
  95. fa7d939 drbd: Disallow the peer_disk_state to be D_OUTDATED while connected by Philipp Reisner · 13 years ago
  96. a8e4079 drbd: Fix for the connection problems on high latency links by Philipp Reisner · 13 years ago
  97. 76727f6 drbd: fix potential activity log refcount imbalance in error path by Lars Ellenberg · 13 years ago
  98. d2e1780 drbd: Only downgrade the disk state in case of disk failures by Philipp Reisner · 13 years ago
  99. f36af18 drbd: fix disconnect/reconnect loop, if ping-timeout == ping-int by Lars Ellenberg · 13 years ago
  100. 53ea433 drbd: fix potential distributed deadlock by Lars Ellenberg · 13 years ago