1. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  2. f730c84 drbd: don't open-code kernel_recvmsg() by Al Viro · 10 years ago
  3. f597f6b drbd: Fix future possible NULL pointer dereference by Andreas Gruenbacher · 10 years ago
  4. 2457b6d drbd: Add drbd_thread->resource and make drbd_thread->connection optional by Andreas Gruenbacher · 13 years ago
  5. 6780139 drbd: Use the right peer device by Andreas Gruenbacher · 13 years ago
  6. 81f0ffd drbd: Remove unused parameter of wire_flags_to_bio() by Andreas Gruenbacher · 13 years ago
  7. e33b32d drbd: Get rid of first_peer_device() in handle_write_conflicts() by Andreas Gruenbacher · 13 years ago
  8. 6db7e50 drbd: In the worker thread, process drbd_work instead of drbd_device_work items by Andreas Gruenbacher · 13 years ago
  9. d448a2e drbd: Turn w_make_ov_request and make_resync_request into "normal" functions by Andreas Gruenbacher · 13 years ago
  10. 4d01039 drbd: Make w_make_resync_request() static by Andreas Gruenbacher · 13 years ago
  11. a8cd15b drbd: struct drbd_peer_request: Use drbd_work instead of drbd_device_work by Andreas Gruenbacher · 13 years ago
  12. 4c00760 drbd: struct after_conn_state_chg_work: Use drbd_work instead of drbd_device_work by Andreas Gruenbacher · 13 years ago
  13. b5043c5 drbd: Turn conn_flush_workqueue() into drbd_flush_workqueue() by Andreas Gruenbacher · 13 years ago
  14. 84b8c06 drbd: Create a dedicated struct drbd_device_work by Andreas Gruenbacher · 13 years ago
  15. 8682eae drbd: Rename w_prev_work_done -> w_complete by Andreas Gruenbacher · 13 years ago
  16. d9f6522 drbd: Move string function prototypes from linux/drbd.h to drbd_string.h by Andreas Gruenbacher · 13 years ago
  17. 137975c drbd: Remove useless assertion by Andreas Gruenbacher · 13 years ago
  18. c60b025 drbd: Kill drbd_task_to_thread_name() by Andreas Gruenbacher · 13 years ago
  19. 69a2277 drbd: Pass a peer device to a number of fuctions by Andreas Gruenbacher · 13 years ago
  20. 9f4fe9a drbd: Replace vnr_to_mdev() with conn_peer_device() by Andreas Gruenbacher · 13 years ago
  21. 79a3c8d drbd: drbd_csum_bio(), drbd_csum_ee(): Remove unused device argument by Andreas Gruenbacher · 13 years ago
  22. 753c6191 drbd: Function prototype cleanups by Andreas Gruenbacher · 13 years ago
  23. 8fe6055 drbd: Rename drbdd_init() -> drbd_receiver() by Andreas Gruenbacher · 13 years ago
  24. 625a6ba drbd: Move cpu_mask from connection to resource by Andreas Gruenbacher · 13 years ago
  25. f44d043 drbd: Define the size of res_opts->cpu_mask in a single place by Andreas Gruenbacher · 13 years ago
  26. 6bbf53c drbd: Move susp, susp_nod, susp_fen from connection to resource by Andreas Gruenbacher · 13 years ago
  27. 0500813 drbd: Move conf_mutex from connection to resource by Andreas Gruenbacher · 13 years ago
  28. 3ab706f drbd: drbd_adm_prepare(): Only set adm_ctx.connection when a connection is requested by Andreas Gruenbacher · 13 years ago
  29. b6f85ef drbd: Iterate over all connections by Andreas Gruenbacher · 13 years ago
  30. 270eb5c drbd: Rename net_conf variables old_conf -> old_net_conf and new_conf -> new_net_conf by Andreas Gruenbacher · 13 years ago
  31. 59515a2 drbd: drbd_create_device(): Take a resource instead of a connection argument by Andreas Gruenbacher · 13 years ago
  32. 5c66104 drbd: drbd_adm_new_resource(): Check if resource exists, not if it has any connections by Andreas Gruenbacher · 13 years ago
  33. 251b8f8 drbd: get_one_status(): Iterate over resource->devices instead of connection->peer_devices by Andreas Gruenbacher · 13 years ago
  34. f82795d drbd: Rename drbd_{create,delete}_minor -> drbd_{create,delete}_device by Andreas Gruenbacher · 13 years ago
  35. 0b0ba1e drbd: Add explicit device parameter to D_ASSERT by Andreas Gruenbacher · 13 years ago
  36. 1ec861e drbd: Replace and remove the obsolete conn_() macros by Andreas Gruenbacher · 13 years ago
  37. 3b52bef drbd: Turn drbd_printk() into a polymorphic macro by Andreas Gruenbacher · 13 years ago
  38. d018017 drbd: Remove the terrible DEV hack by Andreas Gruenbacher · 13 years ago
  39. c06ece6 drbd: Turn connection->volumes into connection->peer_devices by Andreas Gruenbacher · 13 years ago
  40. eb6bea6 drbd: Move resource options from connection to resource by Andreas Gruenbacher · 13 years ago
  41. 9693da2 drbd: conn_try_disconnect(): Use parameter instead of the global variable by Andreas Gruenbacher · 13 years ago
  42. 4bc7604 drbd: Replace conn_get_by_name() with drbd_find_resource() by Andreas Gruenbacher · 13 years ago
  43. 803ea13 drbd: Add struct drbd_resource->devices by Andreas Gruenbacher · 13 years ago
  44. 93e4bf7 drbd: Minor cleanup in conn_new_minor() by Andreas Gruenbacher · 11 years ago
  45. d8628a8 drbd: Add struct drbd_device->resource by Andreas Gruenbacher · 13 years ago
  46. a10f6b8 drbd: drbd_adm_down(): Move valid resource name check to drbd_adm_prepare() by Andreas Gruenbacher · 13 years ago
  47. 77c556f drbd: Add struct drbd_resource by Andreas Gruenbacher · 13 years ago
  48. 05a10ec drbd: Improve some function and variable naming by Andreas Gruenbacher · 13 years ago
  49. a6b32bc drbd: Introduce "peer_device" object between "device" and "connection" by Andreas Gruenbacher · 13 years ago
  50. bde89a9 drbd: Rename drbd_tconn -> drbd_connection by Andreas Gruenbacher · 13 years ago
  51. b30ab79 drbd: Rename "mdev" to "device" by Andreas Gruenbacher · 13 years ago
  52. 5476169 drbd: Rename struct drbd_conf -> struct drbd_device by Andreas Gruenbacher · 13 years ago
  53. a3603a6 drbd: Split off on-the-wire protocol definitions by Andreas Gruenbacher · 13 years ago
  54. 8e22943 drbd: Add missing error goto by Philipp Reisner · 11 years ago
  55. d9216c8 drivers: block: Remove unused function drbd_bm_write_lazy() in drbd_bitmap.c by Rashika Kheria · 11 years ago
  56. fbe0d91 drivers: block: Mark function seq_printf_with_thousands_grouping() as static in drbd_proc.c by Rashika Kheria · 11 years ago
  57. a186e47 drivers: block: Mark the function as static in drbd_worker.c by Rashika Kheria · 11 years ago
  58. de0b2e6 drivers: block: Move prototype declaration to appropriate header file from drbd_main.c by Rashika Kheria · 11 years ago
  59. f63e631 drivers: block: Mark functions as static in drbd_receiver.c by Rashika Kheria · 11 years ago
  60. 01cd263 drivers: block: Mark functions as static in drbd_req.c by Rashika Kheria · 11 years ago
  61. ed54482 drivers: block: Move prototype declaration of function tl_abort_disk_io() to appropriate header file from drbd_state.c by Rashika Kheria · 11 years ago
  62. a99efaf drivers: block: Mark function as static in drbd_actlog.c by Rashika Kheria · 11 years ago
  63. 4b7a530 drivers: block: Mark functions as static in drbd_nl.c by Rashika Kheria · 11 years ago
  64. 16f4e74 drivers: block: Mark functions as static in drbd_main.c by Rashika Kheria · 11 years ago
  65. 4550dd6 block: Immutable bio vecs by Kent Overstreet · 11 years ago
  66. 7988613 block: Convert bio_for_each_segment() to bvec_iter by Kent Overstreet · 11 years ago
  67. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  68. 35f47ef drbd: avoid to shrink max_bio_size due to peer re-configuration by Lars Ellenberg · 11 years ago
  69. d2da5b0 drbd: fix decoding of bitmap vli rle for device sizes > 64 TB by Lars Ellenberg · 11 years ago
  70. 57737ad drbd: Fix adding of new minors with freshly created meta data by Philipp Reisner · 11 years ago
  71. b874d23 drbd: Fix an connection drop issue after enabling allow-two-primaries by Philipp Reisner · 11 years ago
  72. 69babf0 drbd: fix NULL pointer deref in module init error path by Lars Ellenberg · 11 years ago
  73. 8be04b9 treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacks by Joe Perches · 11 years ago
  74. d752b26 drbd: Allow online change of al-stripes and al-stripe-size by Philipp Reisner · 11 years ago
  75. e96c963 drbd: Constants should be UPPERCASE by Philipp Reisner · 11 years ago
  76. 28e448b drbd: Ignore the exit code of a fence-peer handler if it returns too late by Philipp Reisner · 11 years ago
  77. f9eb7bf drbd: Fix rcu_read_lock balance on error path by Andreas Gruenbacher · 11 years ago
  78. 6110d70 drbd: fix error return code in drbd_init() by Wei Yongjun · 11 years ago
  79. 26ea8f9 drbd: Do not sleep inside rcu by Andreas Gruenbacher · 11 years ago
  80. ebb3727 Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  81. db2a144 block_device_operations->release() should return void by Al Viro · 11 years ago
  82. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  83. 38b682b2 drbd: rename random32() to prandom_u32() by Akinobu Mita · 11 years ago
  84. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  85. 0b6ef41 drbd: fix if(); found by kbuild test robot by Lars Ellenberg · 11 years ago
  86. 3990e04 drbd: use sched_setscheduler() by Philipp Reisner · 11 years ago
  87. 7c689e6 drbd: fix for deadlock when using automatic split-brain-recovery by Philipp Reisner · 11 years ago
  88. 193d015 drbd: add module_put() on error path in drbd_proc_open() by Alexey Khoroshilov · 11 years ago
  89. 607f25e drbd: fix drbd epoch write count for ahead/behind mode by Lars Ellenberg · 11 years ago
  90. ef57f9e drbd: Fix build error when CONFIG_CRYPTO_HMAC is not set by Philipp Reisner · 11 years ago
  91. a3f8f7d drbd: validate resync_after dependency on attach already by Lars Ellenberg · 11 years ago
  92. 94ad0a1 drbd: fix memory leak by Lars Ellenberg · 11 years ago
  93. 7074e4a drbd: only fail empty flushes if no good data is reachable by Lars Ellenberg · 11 years ago
  94. 2bd5ed5 drbd: Fix disconnect to keep the peer disk state if connection breaks during operation by Philipp Reisner · 11 years ago
  95. bb45185 drbd: fix spurious warning about bitmap being locked from detach by Philipp Reisner · 11 years ago
  96. 0b2dafc drbd: drop now useless duplicate state request from invalidate by Philipp Reisner · 11 years ago
  97. 5c4f13d drbd: fix effective error returned when refusing an invalidate by Philipp Reisner · 11 years ago
  98. 9376d9f drbd: move invalidating the whole bitmap out of after_state ch() by Philipp Reisner · 11 years ago
  99. a700471 drbd: abort start of resync early, if it raced with connection breakage by Philipp Reisner · 11 years ago
  100. 2d56a97 drbd: reset ap_in_flight counter for new connections by Philipp Reisner · 11 years ago