1. 63a4f06 dm: fix add_disk() NULL pointer due to race with free_dev() by Mike Snitzer · 10 years ago
  2. 1b717b1 Merge tag 'md/4.0-rc4-fix' of git://neil.brown.name/md by Linus Torvalds · 10 years ago
  3. da6b9a2 Merge tag 'dm-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 10 years ago
  4. 09dd1af md/cluster: Communication Framework: fix semicolon.cocci warnings by kbuild test robot · 10 years ago
  5. 6dc69c9 md: recover_bitmaps() can be static by kbuild test robot · 10 years ago
  6. fa8259d md: Fix stray --cluster-confirm crash by Goldwyn Rodrigues · 10 years ago
  7. 0c35bd4 md: fix problems with freeing private data after ->run failure. by NeilBrown · 10 years ago
  8. 3b0e6aa md/bitmap: use sector_div for sector_t divisions by Stephen Rothwell · 10 years ago
  9. 935f3d4 md/bitmap: fix incorrect DIV_ROUND_UP usage. by NeilBrown · 10 years ago
  10. e5db298 dm io: deal with wandering queue limits when handling REQ_DISCARD and REQ_WRITE_SAME by Darrick J. Wong · 10 years ago
  11. 09ee96b dm snapshot: suspend merging snapshot when doing exception handover by Mikulas Patocka · 10 years ago
  12. b735fed dm snapshot: suspend origin when doing exception handover by Mikulas Patocka · 10 years ago
  13. ab7c7bb dm: hold suspend_lock while suspending device during device deletion by Mikulas Patocka · 10 years ago
  14. 5f027a3 dm thin: fix to consistently zero-fill reads to unprovisioned blocks by Joe Thornber · 10 years ago
  15. ba599ac md: fix error paths from bitmap_create. by NeilBrown · 10 years ago
  16. 750f199 md: mark some attributes as pre-alloc by NeilBrown · 10 years ago
  17. 16d9cfa raid5: check faulty flag for array status during recovery. by Eric Mei · 10 years ago
  18. d1901ef md/raid1: fix read balance when a drive is write-mostly. by Tomáš Hodek · 10 years ago
  19. 1aee41f Add new disk to clustered array by Goldwyn Rodrigues · 10 years ago
  20. 7d49ffc Read from the first device when an area is resyncing by Goldwyn Rodrigues · 10 years ago
  21. 589a1c4 Suspend writes in RAID1 if within range by Goldwyn Rodrigues · 10 years ago
  22. e59721c Resync start/Finish actions by Goldwyn Rodrigues · 10 years ago
  23. 965400e Send RESYNCING while performing resync start/stop by Goldwyn Rodrigues · 10 years ago
  24. 1d7e3e9 Reload superblock if METADATA_UPDATED is received by Goldwyn Rodrigues · 10 years ago
  25. 293467a metadata_update sends message to other nodes by Goldwyn Rodrigues · 10 years ago
  26. 601b515 Communication Framework: Sending functions by Goldwyn Rodrigues · 10 years ago
  27. 4664680 Communication Framework: Receiving by Goldwyn Rodrigues · 10 years ago
  28. 4b26a08 Perform resync for cluster node failure by Goldwyn Rodrigues · 10 years ago
  29. e94987d Initiate recovery on node failure by Goldwyn Rodrigues · 10 years ago
  30. 11dd35d Copy set bits from another slot by Goldwyn Rodrigues · 10 years ago
  31. f9209a3 bitmap_create returns bitmap pointer by Goldwyn Rodrigues · 10 years ago
  32. 96ae923 Gather on-going resync information of other nodes by Goldwyn Rodrigues · 10 years ago
  33. 54519c5 Lock bitmap while joining the cluster by Goldwyn Rodrigues · 10 years ago
  34. b97e9257 Use separate bitmaps for each nodes in the cluster by Goldwyn Rodrigues · 10 years ago
  35. cf921cc Add node recovery callbacks by Goldwyn Rodrigues · 11 years ago
  36. ca8895d Return MD_SB_CLUSTERED if mddev is clustered by Goldwyn Rodrigues · 10 years ago
  37. c4ce867 Introduce md_cluster_info by Goldwyn Rodrigues · 11 years ago
  38. edb39c9 Introduce md_cluster_operations to handle cluster functions by Goldwyn Rodrigues · 11 years ago
  39. 47741b7 DLM lock and unlock functions by Goldwyn Rodrigues · 11 years ago
  40. 8e854e9 Create a separate module for clustering support by Goldwyn Rodrigues · 11 years ago
  41. 183bdf5 Add number of nodes to bitmap structure for clustering by Goldwyn Rodrigues · 11 years ago
  42. a911dcd Merge tag 'dm-3.20-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 10 years ago
  43. b11a278 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  44. 22aa66a dm snapshot: fix a possible invalid memory access on unload by Mikulas Patocka · 10 years ago
  45. 2bec1f4 dm: fix a race condition in dm_get_md by Mikulas Patocka · 10 years ago
  46. 0d695d6 Merge tag 'md/3.20-fixes' of git://neil.brown.name/md by Linus Torvalds · 10 years ago
  47. 26ac107 md/raid5: Fix livelock when array is both resyncing and degraded. by NeilBrown · 10 years ago
  48. b3c5fd3 dm crypt: sort writes by Mikulas Patocka · 10 years ago
  49. 0f5d8e6 dm crypt: add 'submit_from_crypt_cpus' option by Mikulas Patocka · 10 years ago
  50. dc26762 dm crypt: offload writes to thread by Mikulas Patocka · 10 years ago
  51. 94f5e02 dm crypt: remove unused io_pool and _crypt_io_pool by Mikulas Patocka · 10 years ago
  52. 7145c24 dm crypt: avoid deadlock in mempools by Mikulas Patocka · 10 years ago
  53. cf2f1ab dm crypt: don't allocate pages for a partial request by Mikulas Patocka · 10 years ago
  54. f3396c58 dm crypt: use unbound workqueue for request processing by Mikulas Patocka · 10 years ago
  55. f04ebb0 md/raid10: round up to bdev_logical_block_size in narrow_write_error. by NeilBrown · 10 years ago
  56. ab713cd md/raid1: round up to bdev_logical_block_size in narrow_write_error by Nate Dailey · 10 years ago
  57. 37527b8 dm io: reject unsupported DISCARD requests with EOPNOTSUPP by Darrick J. Wong · 10 years ago
  58. f2ed51a dm mirror: do not degrade the mirror on discard error by Mikulas Patocka · 10 years ago
  59. 145b900 dm space map disk: fix sm_disk_count_is_more_than_one() by Mike Snitzer · 10 years ago
  60. 802ea9d Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 10 years ago
  61. 3e12cef Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  62. 5d8e7fb Merge tag 'md/3.20' of git://neil.brown.name/md by Linus Torvalds · 10 years ago
  63. 53a6ab4 md/raid10: fix conversion from RAID0 to RAID10 by NeilBrown · 10 years ago
  64. a4afe76 dm: inherit QUEUE_FLAG_SG_GAPS flags from underlying queues by Keith Busch · 10 years ago
  65. 23e8fe2 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  66. 0c8f863 dm snapshot: remove unnecessary NULL checks before vfree() calls by Markus Elfring · 10 years ago
  67. ff658e9 dm mpath: simplify failure path of dm_multipath_init() by Johannes Thumshirn · 10 years ago
  68. 9cb1397 dm thin metadata: remove unused dm_pool_get_data_block_size() by Rickard Strandqvist · 10 years ago
  69. 88e2f90 dm ioctl: fix stale comment above dm_get_inactive_table() by Junxiao Bi · 10 years ago
  70. cf35248 dm crypt: update url in CONFIG_DM_CRYPT help text by Loic Pefferkorn · 10 years ago
  71. f495339 dm bufio: fix time comparison to use time_after_eq() by Asaf Vertz · 10 years ago
  72. 0f30af9 dm: use time_in_range() and time_after() by Manuel Schölling · 10 years ago
  73. 3ca5a21 dm raid: fix a couple integer overflows by Dan Carpenter · 10 years ago
  74. 65803c2 dm table: train hybrid target type detection to select blk-mq if appropriate by Mike Snitzer · 10 years ago
  75. e5863d9 dm: allocate requests in target when stacking on blk-mq devices by Mike Snitzer · 10 years ago
  76. 466d89a dm: prepare for allocating blk-mq clone requests in target by Keith Busch · 10 years ago
  77. 2eb6e1e dm: submit stacked requests in irq enabled context by Keith Busch · 10 years ago
  78. 1ae49ea dm: split request structure out from dm_rq_target_io structure by Mike Snitzer · 10 years ago
  79. dbf9782 dm: remove exports for request-based interfaces without external callers by Mike Snitzer · 10 years ago
  80. db507b3 dm: fix multipath regression due to initializing wrong request by Mike Snitzer · 10 years ago
  81. dfe15ac md: wakeup thread upon rdev_dec_pending() by Hannes Reinecke · 12 years ago
  82. 6791875 md: make reconfig_mutex optional for writes to md sysfs files. by NeilBrown · 10 years ago
  83. 5c47daf md: move mddev_lock and related to md.h by NeilBrown · 10 years ago
  84. 23da422 md: use mddev->lock to protect updates to resync_{min,max}. by NeilBrown · 10 years ago
  85. 1b30e66 md: minor cleanup in safe_delay_store. by NeilBrown · 10 years ago
  86. 4af1a04 md: move GET_BITMAP_FILE ioctl out from mddev_lock. by NeilBrown · 10 years ago
  87. 1e594bb md: tidy up set_bitmap_file by NeilBrown · 10 years ago
  88. f4ad3d3 md: remove unnecessary 'buf' from get_bitmap_file. by NeilBrown · 10 years ago
  89. 758bfc8 md: remove mddev_lock from rdev_attr_show() by NeilBrown · 10 years ago
  90. b7b17c9 md: remove mddev_lock() from md_attr_show() by NeilBrown · 10 years ago
  91. 7b1485b md/raid5: use ->lock to protect accessing raid5 sysfs attributes. by NeilBrown · 10 years ago
  92. f97fcad md: remove need for mddev_lock() in md_seq_show() by NeilBrown · 10 years ago
  93. 978a7a4 md/bitmap: protect clearing of ->bitmap by mddev->lock by NeilBrown · 10 years ago
  94. 59acf65 Merge tag 'md/3.19-fixes' of git://neil.brown.name/md by Linus Torvalds · 10 years ago
  95. 36d091f md: protect ->pers changes with mddev->lock by NeilBrown · 10 years ago
  96. db721d3 md: level_store: group all important changes into one place. by NeilBrown · 10 years ago
  97. afa0f55 md: rename ->stop to ->free by NeilBrown · 10 years ago
  98. 5aa61f4 md: split detach operation out from ->stop. by NeilBrown · 10 years ago
  99. 3be260c md/linear: remove rcu protections in favour of suspend/resume by NeilBrown · 10 years ago
  100. 64590f4 md: make merge_bvec_fn more robust in face of personality changes. by NeilBrown · 10 years ago