1. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  2. 9d5059c dynamic_debug: only add header when used by Luis de Bethencourt · 8 years ago
  3. 3fc9d69 Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  4. 27ea1d8 drbd: al_write_transaction: skip re-scanning of bitmap page pointer array by Lars Ellenberg · 9 years ago
  5. 7e5fec3 drbd: code cleanups without semantic changes by Fabian Frederick · 9 years ago
  6. 9104d31 drbd: introduce WRITE_SAME support by Lars Ellenberg · 9 years ago
  7. 26a9611 drbd: introduce unfence-peer handler by Lars Ellenberg · 9 years ago
  8. 5052fee drbd: finish resync on sync source only by notification from sync target by Lars Ellenberg · 9 years ago
  9. 505675f drbd: allow larger max_discard_sectors by Lars Ellenberg · 9 years ago
  10. 7435e90 drbd: zero-out partial unaligned discards on local backend by Lars Ellenberg · 9 years ago
  11. dd4f699 drbd: when receiving P_TRIM, zero-out partial unaligned chunks by Lars Ellenberg · 9 years ago
  12. 700ca8c drbd: Implement handling of thinly provisioned storage on resync target nodes by Philipp Reisner · 9 years ago
  13. 8bf223c block: drbd: avoid to use BIO_MAX_SIZE by Ming Lei · 9 years ago
  14. bb3cc85 drbd: use bio op accessors by Mike Christie · 9 years ago
  15. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 9 years ago
  16. 9534d67 drbd: Use shash and ahash by Herbert Xu · 9 years ago
  17. 1d5cfdb tree wide: use kvfree() than conditional kfree()/vfree() by Tetsuo Handa · 9 years ago
  18. 5f7c012 drbd: avoid potential deadlock during handshake by Lars Ellenberg · 10 years ago
  19. 7dbb438 drbd: make suspend_io() / resume_io() must be thread and recursion safe by Philipp Reisner · 12 years ago
  20. 63a7c8a drbd: make drbd known to lsblk: use bd_link_disk_holder by Lars Ellenberg · 10 years ago
  21. f5ec017 drbd: debugfs: expose ed_data_gen_id by Lars Ellenberg · 10 years ago
  22. 668700b drbd: Create a dedicated workqueue for sending acks on the control connection by Philipp Reisner · 10 years ago
  23. 1c03e52 drbd: Rename asender to ack_receiver by Philipp Reisner · 10 years ago
  24. 84d34f2 drbd: improve network timeout detection by Lars Ellenberg · 10 years ago
  25. a297284 drbd: Backport the "events2" command by Andreas Gruenbacher · 10 years ago
  26. 28bc3b8 drbd: Fix locking across all resources by Andreas Gruenbacher · 10 years ago
  27. f6ba863 drbd: Move enum write_ordering_e to drbd.h by Andreas Gruenbacher · 10 years ago
  28. dece163 block: change ->make_request_fn() and users to return a queue cookie by Jens Axboe · 9 years ago
  29. 8ae1266 block: kill merge_bvec_fn() completely by Kent Overstreet · 10 years ago
  30. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 10 years ago
  31. 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 10 years ago
  32. e805b98 drbd: Remove an useless copy of kernel_setsockopt() by Philipp Reisner · 10 years ago
  33. f221f4b drbd: Only use drbd_msg_put_info() in drbd_nl.c by Andreas Gruenbacher · 10 years ago
  34. 179e20b8 drbd: Minor cleanups by Andreas Gruenbacher · 10 years ago
  35. d1b8085 drbd: Get rid of the __no_warn and __cond_lock macros by Andreas Gruenbacher · 10 years ago
  36. ed15b79 drbd: Use consistent names for all the bi_end_io callbacks by Andreas Gruenbacher · 10 years ago
  37. 11f8b2b drbd: Use better variable names by Andreas Gruenbacher · 10 years ago
  38. 944410e drbd: debugfs: add callback_history by Lars Ellenberg · 11 years ago
  39. f418815 drbd: debugfs: Add in_flight_summary by Lars Ellenberg · 11 years ago
  40. 4d3d5aa drbd: debugfs: add basic hierarchy by Lars Ellenberg · 11 years ago
  41. 4ce4926 drbd: track details of bitmap IO by Lars Ellenberg · 11 years ago
  42. 21ae5d7 drbd: track timing details of peer_requests by Lars Ellenberg · 11 years ago
  43. ad3fee7 drbd: improve throttling decisions of background resynchronisation by Lars Ellenberg · 11 years ago
  44. 7753a4c1 drbd: add caching oldest request pointers for replication stages by Lars Ellenberg · 11 years ago
  45. 844a6ae7 drbd: add lists to find oldest pending requests by Lars Ellenberg · 11 years ago
  46. e5f891b drbd: gather detailed timing statistics for drbd_requests by Lars Ellenberg · 11 years ago
  47. e37d243 drbd: track meta data IO intent, start and submit time by Lars Ellenberg · 11 years ago
  48. 41d9f7c drbd: drop drbd_md_flush by Lars Ellenberg · 11 years ago
  49. 15e26f6a drbd: add drbd_queue_work_if_unqueued helper by Lars Ellenberg · 11 years ago
  50. f88c5d9 drbd: cosmetic: change all printk(level, ...) to pr_<level>(...) by Lars Ellenberg · 11 years ago
  51. 659b2e3 block: Convert last uses of __FUNCTION__ to __func__ by Joe Perches · 11 years ago
  52. aaaba34 drbd: implement csums-after-crash-only by Lars Ellenberg · 11 years ago
  53. a5655da drbd: fix bogus resync stats in /proc/drbd by Lars Ellenberg · 11 years ago
  54. caa3db0 drbd: Remove unnecessary/unused code by Andreas Gruenbacher · 11 years ago
  55. 4dd726f drbd: get rid of drbd_queue_work_front by Lars Ellenberg · 11 years ago
  56. ac0acb9 drbd: use drbd_device_post_work() in more places by Lars Ellenberg · 11 years ago
  57. e334f55 drbd: make sure disk cleanup happens in worker context by Lars Ellenberg · 11 years ago
  58. ba3c6fb drbd: close race when detaching from disk by Lars Ellenberg · 11 years ago
  59. 5ab7d2c drbd: fix resync finished detection by Lars Ellenberg · 11 years ago
  60. c7a58db drbd: get rid of atomic update on disk bitmap works by Lars Ellenberg · 11 years ago
  61. 28995af drbd: rename drbd_free_bc() to drbd_free_ldev() by Philipp Reisner · 11 years ago
  62. 8fe39aa drbd: device->ldev is not guaranteed on an D_ATTACHING disk by Philipp Reisner · 11 years ago
  63. e952658 drbd: Move write_ordering from connection to resource by Philipp Reisner · 11 years ago
  64. ec4a3407 drbd: use list_first_entry_or_null in first_peer_device/first_connection by Lars Ellenberg · 11 years ago
  65. e4d7d6f drbd: add back some fairness to AL transactions by Lars Ellenberg · 11 years ago
  66. 20c68fd drbd: Enable QUEUE_FLAG_DISCARD only if the peer can recieve P_TRIM by Lars Ellenberg · 11 years ago
  67. a0fb3c4 drbd: prepare receiving side for REQ_DISCARD by Lars Ellenberg · 11 years ago
  68. 9e27687 drbd: allow parallel promote/demote actions by Lars Ellenberg · 11 years ago
  69. a910b12 drbd: perpare for genetlink parallel_ops by Lars Ellenberg · 11 years ago
  70. e829987 drbd: don't let application IO pre-empt resync too often by Lars Ellenberg · 11 years ago
  71. d40e567 drbd: Remove drbd_wrappers.h by Philipp Reisner · 11 years ago
  72. 2457b6d drbd: Add drbd_thread->resource and make drbd_thread->connection optional by Andreas Gruenbacher · 14 years ago
  73. 4d01039 drbd: Make w_make_resync_request() static by Andreas Gruenbacher · 13 years ago
  74. a8cd15b drbd: struct drbd_peer_request: Use drbd_work instead of drbd_device_work by Andreas Gruenbacher · 13 years ago
  75. b5043c5 drbd: Turn conn_flush_workqueue() into drbd_flush_workqueue() by Andreas Gruenbacher · 13 years ago
  76. 84b8c06 drbd: Create a dedicated struct drbd_device_work by Andreas Gruenbacher · 13 years ago
  77. 8682eae drbd: Rename w_prev_work_done -> w_complete by Andreas Gruenbacher · 13 years ago
  78. d9f6522 drbd: Move string function prototypes from linux/drbd.h to drbd_string.h by Andreas Gruenbacher · 13 years ago
  79. c60b025 drbd: Kill drbd_task_to_thread_name() by Andreas Gruenbacher · 13 years ago
  80. 69a2277 drbd: Pass a peer device to a number of fuctions by Andreas Gruenbacher · 13 years ago
  81. 9f4fe9a drbd: Replace vnr_to_mdev() with conn_peer_device() by Andreas Gruenbacher · 13 years ago
  82. 79a3c8d drbd: drbd_csum_bio(), drbd_csum_ee(): Remove unused device argument by Andreas Gruenbacher · 13 years ago
  83. 753c6191 drbd: Function prototype cleanups by Andreas Gruenbacher · 13 years ago
  84. 625a6ba drbd: Move cpu_mask from connection to resource by Andreas Gruenbacher · 13 years ago
  85. 6bbf53c drbd: Move susp, susp_nod, susp_fen from connection to resource by Andreas Gruenbacher · 14 years ago
  86. 0500813 drbd: Move conf_mutex from connection to resource by Andreas Gruenbacher · 14 years ago
  87. 59515a2 drbd: drbd_create_device(): Take a resource instead of a connection argument by Andreas Gruenbacher · 14 years ago
  88. f82795d drbd: Rename drbd_{create,delete}_minor -> drbd_{create,delete}_device by Andreas Gruenbacher · 14 years ago
  89. 0b0ba1e drbd: Add explicit device parameter to D_ASSERT by Andreas Gruenbacher · 14 years ago
  90. 1ec861e drbd: Replace and remove the obsolete conn_() macros by Andreas Gruenbacher · 14 years ago
  91. 3b52bef drbd: Turn drbd_printk() into a polymorphic macro by Andreas Gruenbacher · 14 years ago
  92. d018017 drbd: Remove the terrible DEV hack by Andreas Gruenbacher · 14 years ago
  93. c06ece6 drbd: Turn connection->volumes into connection->peer_devices by Andreas Gruenbacher · 14 years ago
  94. eb6bea6 drbd: Move resource options from connection to resource by Andreas Gruenbacher · 14 years ago
  95. 4bc7604 drbd: Replace conn_get_by_name() with drbd_find_resource() by Andreas Gruenbacher · 14 years ago
  96. 803ea13 drbd: Add struct drbd_resource->devices by Andreas Gruenbacher · 14 years ago
  97. d8628a8 drbd: Add struct drbd_device->resource by Andreas Gruenbacher · 14 years ago
  98. 77c556f drbd: Add struct drbd_resource by Andreas Gruenbacher · 14 years ago
  99. 05a10ec drbd: Improve some function and variable naming by Andreas Gruenbacher · 14 years ago
  100. a6b32bc drbd: Introduce "peer_device" object between "device" and "connection" by Andreas Gruenbacher · 14 years ago