1. e84987a Merge branch 'bcache-for-3.15' of git://evilpiepirate.org/~kent/linux-bcache into for-3.15/drivers by Jens Axboe · 11 years ago
  2. cb85114 bcache: remove nested function usage by John Sheu · 11 years ago
  3. 3a2fd9d bcache: Kill bucket->gc_gen by Kent Overstreet · 11 years ago
  4. 2531d9ee bcache: Kill unused freelist by Kent Overstreet · 11 years ago
  5. 0a63b66 bcache: Rework btree cache reserve handling by Kent Overstreet · 11 years ago
  6. 56b3077 bcache: Kill btree_io_wq by Kent Overstreet · 11 years ago
  7. 2a28568 bcache: btree locking rework by Kent Overstreet · 11 years ago
  8. 05335cf bcache: Fix a race when freeing btree nodes by Kent Overstreet · 11 years ago
  9. 4fe6a81 bcache: Add a real GC_MARK_RECLAIMABLE by Kent Overstreet · 11 years ago
  10. c13f3af bcache: Add bch_keylist_init_single() by Kent Overstreet · 11 years ago
  11. 1575402 bcache: Improve priority_stats by Kent Overstreet · 11 years ago
  12. 7159b1a bcache: Better alloc tracepoints by Kent Overstreet · 11 years ago
  13. 3f5e0a3 bcache: Kill dead cgroup code by Kent Overstreet · 11 years ago
  14. 3f6ef38 bcache: stop moving_gc marking buckets that can't be moved. by Nicholas Swenson · 11 years ago
  15. 10d9dcf bcache: Fix moving_pred() by Kent Overstreet · 11 years ago
  16. da415a0 bcache: Fix moving_gc deadlocking with a foreground write by Nicholas Swenson · 11 years ago
  17. 90db691 bcache: Fix discard granularity by Kent Overstreet · 11 years ago
  18. 487dded bcache: Fix another bug recovering from unclean shutdown by Kent Overstreet · 11 years ago
  19. 0bd143f bcache: Fix a bug recovering from unclean shutdown by Kent Overstreet · 11 years ago
  20. 27201cfd bcache: Fix a journalling reclaim after recovery bug by Kent Overstreet · 11 years ago
  21. 65ddf45 bcache: Fix a null ptr deref in journal replay by Kent Overstreet · 11 years ago
  22. 4fa0340 bcache: Fix a lockdep splat in an error path by Kent Overstreet · 11 years ago
  23. 5eb9291 mtip32xx: mtip_async_complete() bug fixes by Sam Bradshaw · 11 years ago
  24. 368c89d mtip32xx: Unmap the DMA segments before completing the IO request by Felipe Franciosi · 11 years ago
  25. 1044b1b mtip32xx: Set queue bounce limit by Felipe Franciosi · 11 years ago
  26. be577fa nvme: Use pci_enable_msi_range() and pci_enable_msix_range() by Alexander Gordeev · 11 years ago
  27. 371ff93 cciss: Fallback to MSI rather than to INTx if MSI-X failed by Alexander Gordeev · 11 years ago
  28. 106fd89 swim3: fix interruptible_sleep_on race by Arnd Bergmann · 11 years ago
  29. 7b8a3d2 ataflop: fix sleep_on races by Arnd Bergmann · 11 years ago
  30. 9c552e1 DAC960: remove sleep_on usage by Arnd Bergmann · 11 years ago
  31. c94efe3 mtip32xx: Use pci_enable_msi() instead of pci_enable_msi_range() by Alexander Gordeev · 11 years ago
  32. dabb443 bcache: Fix a shutdown bug by Kent Overstreet · 11 years ago
  33. 1b4eaf3 bcache: Fix flash_dev_cache_miss() for real this time by Kent Overstreet · 11 years ago
  34. a9df862 skd: Use pci_enable_msix_range() instead of pci_enable_msix() by Alexander Gordeev · 11 years ago
  35. 1bc5ce5 skd: Use unified access to skdev->msix_entries throughout the code by Alexander Gordeev · 11 years ago
  36. 4681776 skd: Fix incomplete cleanup of MSI-X interrupt by Alexander Gordeev · 11 years ago
  37. c5e3035 skd: Fix out of array boundary access by Alexander Gordeev · 11 years ago
  38. f219ad8 mtip32xx: Use pci_enable_msix_range() instead of pci_enable_msix() by Alexander Gordeev · 11 years ago
  39. cf91f39 mtip32xx: Remove superfluous call to pci_disable_msi() by Alexander Gordeev · 11 years ago
  40. f597f6b drbd: Fix future possible NULL pointer dereference by Andreas Gruenbacher · 11 years ago
  41. 85cbe1f bcache: Fix another compiler warning on m68k by Kent Overstreet · 11 years ago
  42. 2457b6d drbd: Add drbd_thread->resource and make drbd_thread->connection optional by Andreas Gruenbacher · 13 years ago
  43. 6780139 drbd: Use the right peer device by Andreas Gruenbacher · 13 years ago
  44. 81f0ffd drbd: Remove unused parameter of wire_flags_to_bio() by Andreas Gruenbacher · 13 years ago
  45. e33b32d drbd: Get rid of first_peer_device() in handle_write_conflicts() by Andreas Gruenbacher · 13 years ago
  46. 6db7e50 drbd: In the worker thread, process drbd_work instead of drbd_device_work items by Andreas Gruenbacher · 13 years ago
  47. d448a2e drbd: Turn w_make_ov_request and make_resync_request into "normal" functions by Andreas Gruenbacher · 13 years ago
  48. 4d01039 drbd: Make w_make_resync_request() static by Andreas Gruenbacher · 13 years ago
  49. a8cd15b drbd: struct drbd_peer_request: Use drbd_work instead of drbd_device_work by Andreas Gruenbacher · 13 years ago
  50. 4c00760 drbd: struct after_conn_state_chg_work: Use drbd_work instead of drbd_device_work by Andreas Gruenbacher · 13 years ago
  51. b5043c5 drbd: Turn conn_flush_workqueue() into drbd_flush_workqueue() by Andreas Gruenbacher · 13 years ago
  52. 84b8c06 drbd: Create a dedicated struct drbd_device_work by Andreas Gruenbacher · 13 years ago
  53. 8682eae drbd: Rename w_prev_work_done -> w_complete by Andreas Gruenbacher · 13 years ago
  54. d9f6522 drbd: Move string function prototypes from linux/drbd.h to drbd_string.h by Andreas Gruenbacher · 13 years ago
  55. 137975c drbd: Remove useless assertion by Andreas Gruenbacher · 13 years ago
  56. c60b025 drbd: Kill drbd_task_to_thread_name() by Andreas Gruenbacher · 13 years ago
  57. 69a2277 drbd: Pass a peer device to a number of fuctions by Andreas Gruenbacher · 13 years ago
  58. 9f4fe9a drbd: Replace vnr_to_mdev() with conn_peer_device() by Andreas Gruenbacher · 13 years ago
  59. 79a3c8d drbd: drbd_csum_bio(), drbd_csum_ee(): Remove unused device argument by Andreas Gruenbacher · 13 years ago
  60. 753c6191 drbd: Function prototype cleanups by Andreas Gruenbacher · 13 years ago
  61. 8fe6055 drbd: Rename drbdd_init() -> drbd_receiver() by Andreas Gruenbacher · 13 years ago
  62. 625a6ba drbd: Move cpu_mask from connection to resource by Andreas Gruenbacher · 13 years ago
  63. f44d043 drbd: Define the size of res_opts->cpu_mask in a single place by Andreas Gruenbacher · 13 years ago
  64. 6bbf53c drbd: Move susp, susp_nod, susp_fen from connection to resource by Andreas Gruenbacher · 14 years ago
  65. 0500813 drbd: Move conf_mutex from connection to resource by Andreas Gruenbacher · 14 years ago
  66. 3ab706f drbd: drbd_adm_prepare(): Only set adm_ctx.connection when a connection is requested by Andreas Gruenbacher · 14 years ago
  67. b6f85ef drbd: Iterate over all connections by Andreas Gruenbacher · 14 years ago
  68. 270eb5c drbd: Rename net_conf variables old_conf -> old_net_conf and new_conf -> new_net_conf by Andreas Gruenbacher · 14 years ago
  69. 59515a2 drbd: drbd_create_device(): Take a resource instead of a connection argument by Andreas Gruenbacher · 14 years ago
  70. 5c66104 drbd: drbd_adm_new_resource(): Check if resource exists, not if it has any connections by Andreas Gruenbacher · 14 years ago
  71. 251b8f8 drbd: get_one_status(): Iterate over resource->devices instead of connection->peer_devices by Andreas Gruenbacher · 14 years ago
  72. f82795d drbd: Rename drbd_{create,delete}_minor -> drbd_{create,delete}_device by Andreas Gruenbacher · 14 years ago
  73. 0b0ba1e drbd: Add explicit device parameter to D_ASSERT by Andreas Gruenbacher · 14 years ago
  74. 1ec861e drbd: Replace and remove the obsolete conn_() macros by Andreas Gruenbacher · 14 years ago
  75. 3b52bef drbd: Turn drbd_printk() into a polymorphic macro by Andreas Gruenbacher · 14 years ago
  76. d018017 drbd: Remove the terrible DEV hack by Andreas Gruenbacher · 14 years ago
  77. c06ece6 drbd: Turn connection->volumes into connection->peer_devices by Andreas Gruenbacher · 14 years ago
  78. eb6bea6 drbd: Move resource options from connection to resource by Andreas Gruenbacher · 14 years ago
  79. 9693da2 drbd: conn_try_disconnect(): Use parameter instead of the global variable by Andreas Gruenbacher · 14 years ago
  80. 4bc7604 drbd: Replace conn_get_by_name() with drbd_find_resource() by Andreas Gruenbacher · 14 years ago
  81. 803ea13 drbd: Add struct drbd_resource->devices by Andreas Gruenbacher · 14 years ago
  82. 93e4bf7 drbd: Minor cleanup in conn_new_minor() by Andreas Gruenbacher · 12 years ago
  83. d8628a8 drbd: Add struct drbd_device->resource by Andreas Gruenbacher · 14 years ago
  84. a10f6b8 drbd: drbd_adm_down(): Move valid resource name check to drbd_adm_prepare() by Andreas Gruenbacher · 14 years ago
  85. 77c556f drbd: Add struct drbd_resource by Andreas Gruenbacher · 14 years ago
  86. 05a10ec drbd: Improve some function and variable naming by Andreas Gruenbacher · 14 years ago
  87. a6b32bc drbd: Introduce "peer_device" object between "device" and "connection" by Andreas Gruenbacher · 14 years ago
  88. bde89a9 drbd: Rename drbd_tconn -> drbd_connection by Andreas Gruenbacher · 14 years ago
  89. b30ab79 drbd: Rename "mdev" to "device" by Andreas Gruenbacher · 14 years ago
  90. 5476169 drbd: Rename struct drbd_conf -> struct drbd_device by Andreas Gruenbacher · 14 years ago
  91. a3603a6 drbd: Split off on-the-wire protocol definitions by Andreas Gruenbacher · 14 years ago
  92. d81dc4f drbd: Describe the future high-level structure of DRBD by Andreas Gruenbacher · 14 years ago
  93. 05f7a7d idr: Add new function idr_is_empty() by Andreas Gruenbacher · 13 years ago
  94. 8e22943 drbd: Add missing error goto by Philipp Reisner · 11 years ago
  95. d9216c8 drivers: block: Remove unused function drbd_bm_write_lazy() in drbd_bitmap.c by Rashika Kheria · 11 years ago
  96. fbe0d91 drivers: block: Mark function seq_printf_with_thousands_grouping() as static in drbd_proc.c by Rashika Kheria · 11 years ago
  97. a186e47 drivers: block: Mark the function as static in drbd_worker.c by Rashika Kheria · 11 years ago
  98. de0b2e6 drivers: block: Move prototype declaration to appropriate header file from drbd_main.c by Rashika Kheria · 11 years ago
  99. f63e631 drivers: block: Mark functions as static in drbd_receiver.c by Rashika Kheria · 11 years ago
  100. 01cd263 drivers: block: Mark functions as static in drbd_req.c by Rashika Kheria · 11 years ago