1. d5c6983 drbd: remove a bogus bdi_rw_congested call by Christoph Hellwig · 4 years, 6 months ago
  2. c6ae4c0 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 91 by Thomas Gleixner · 6 years ago
  3. 004fd11 drbd: switch to proc_create_single by Christoph Hellwig · 7 years ago
  4. 183ece3 drbd: move global variables to drbd namespace and make some static by Roland Kammerer · 7 years ago
  5. 427fd2b drbd: A single dot should be put into a sequence. by Markus Elfring · 7 years ago
  6. dc3b17c block: Use pointer to backing_dev_info from request_queue by Jan Kara · 8 years ago
  7. 7e5fec3 drbd: code cleanups without semantic changes by Fabian Frederick · 9 years ago
  8. f6ba863 drbd: Move enum write_ordering_e to drbd.h by Andreas Gruenbacher · 10 years ago
  9. 590001c drbd: Add missing newline in resync progress display in /proc/drbd by Philipp Reisner · 10 years ago
  10. ad3fee7 drbd: improve throttling decisions of background resynchronisation by Lars Ellenberg · 11 years ago
  11. a5655da drbd: fix bogus resync stats in /proc/drbd by Lars Ellenberg · 11 years ago
  12. caa3db0 drbd: Remove unnecessary/unused code by Andreas Gruenbacher · 11 years ago
  13. 3e0c78d drbd: drop wrong debugging aid by Lars Ellenberg · 11 years ago
  14. e952658 drbd: Move write_ordering from connection to resource by Philipp Reisner · 11 years ago
  15. 9ae4726 drbd: fix stalled resync detection in /proc/drbd by Lars Ellenberg · 11 years ago
  16. 05a10ec drbd: Improve some function and variable naming by Andreas Gruenbacher · 14 years ago
  17. a6b32bc drbd: Introduce "peer_device" object between "device" and "connection" by Andreas Gruenbacher · 14 years ago
  18. bde89a9 drbd: Rename drbd_tconn -> drbd_connection by Andreas Gruenbacher · 14 years ago
  19. b30ab79 drbd: Rename "mdev" to "device" by Andreas Gruenbacher · 14 years ago
  20. 5476169 drbd: Rename struct drbd_conf -> struct drbd_device by Andreas Gruenbacher · 14 years ago
  21. fbe0d91 drivers: block: Mark function seq_printf_with_thousands_grouping() as static in drbd_proc.c by Rashika Kheria · 11 years ago
  22. ebb3727 Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  23. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 12 years ago
  24. 193d015 drbd: add module_put() on error path in drbd_proc_open() by Alexey Khoroshilov · 12 years ago
  25. 58ffa58 drbd: introduce stop-sector to online verify by Lars Ellenberg · 12 years ago
  26. 8a94317 drbd: reset congestion information before reporting it in /proc/drbd by Lars Ellenberg · 12 years ago
  27. 12038a3 drbd: Move list of epochs from mdev to tconn by Philipp Reisner · 13 years ago
  28. 4b0007c drbd: Move write_ordering from mdev to tconn by Philipp Reisner · 13 years ago
  29. fc251d5 drbd: cosmetic: fix accidental division instead of modulo when pretty printing by Lars Ellenberg · 14 years ago
  30. c141ebd drbd: Removing drbd_cfg_rwsem by Philipp Reisner · 14 years ago
  31. 44ed167 drbd: rcu_read_lock() and rcu_dereference() for tconn->net_conf by Philipp Reisner · 14 years ago
  32. d3fcb49 drbd: protect all idr accesses that might sleep with drbd_cfg_rwsem by Philipp Reisner · 14 years ago
  33. 2aebfab drbd: Renamed id_susp(union drbd_state s) to drbd_suspended(struct drbd_conf *) by Philipp Reisner · 14 years ago
  34. 81a5d60 drbd: Replaced the minor_table array by an idr by Philipp Reisner · 14 years ago
  35. 89e58e7 drbd: moved net_conf from mdev to tconn by Philipp Reisner · 14 years ago
  36. 4b0715f drbd: allow petabyte storage on 64bit arch by Lars Ellenberg · 14 years ago
  37. 3da127f drbd: increase module count on /proc/drbd access by Lars Ellenberg · 14 years ago
  38. 4896e8c drbd: restore compatibility with 32bit kernels by Lars Ellenberg · 14 years ago
  39. 5f9915b drbd: further converge progress display of resync and online-verify by Lars Ellenberg · 14 years ago
  40. 18edc0b drbd: fix potential wrap of 32bit oos:%lu display in /proc/drbd by Lars Ellenberg · 14 years ago
  41. 2649f08 drbd: use the resync controller for online-verify requests as well by Lars Ellenberg · 14 years ago
  42. 439d595 drbd: show progress bar and ETA for online-verify by Lars Ellenberg · 14 years ago
  43. 30b743a drbd: improve online-verify progress tracking by Lars Ellenberg · 14 years ago
  44. 2451fc3 drbd: Removed the BIO_RW_BARRIER support form the receiver/epoch code by Philipp Reisner · 14 years ago
  45. 2265769 drbd: cleanup: change "<= 0" to "== 0" by Dan Carpenter · 14 years ago
  46. fb22c40 drbd: Track the reasons to suspend IO in dedicated state bits by Philipp Reisner · 14 years ago
  47. 0778286 drbd: Disable activity log updates when the whole device is out of sync by Philipp Reisner · 14 years ago
  48. 1d7734a drbd: use rolling marks for resync speed calculation by Lars Ellenberg · 14 years ago
  49. e7f52df drbd: revert "delay probes", feature is being re-implemented differently by Lars Ellenberg · 14 years ago
  50. 162f3ec drbd: Fixes to the new delay_probes code by Philipp Reisner · 15 years ago
  51. eedf386 drbd: Proc bits of new resync speed stuff by Philipp Reisner · 15 years ago
  52. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  53. 7d4e9d0 drbd: Constify struct file_operations by Emese Revfy · 15 years ago
  54. ab8fafc dropping unneeded include autoconf.h by Lars Ellenberg · 15 years ago
  55. b411b36 The DRBD driver by Philipp Reisner · 15 years ago