1. 4de13d7a Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  2. db2a144 block_device_operations->release() should return void by Al Viro · 11 years ago
  3. 486adf7 md: bad block list should default to disabled. by NeilBrown · 11 years ago
  4. a91d5ac MD: Export 'md_reap_sync_thread' function by Jonathan Brassow · 11 years ago
  5. b6d428c md: don't update metadata when stopping a read-only array. by NeilBrown · 11 years ago
  6. 7ceb17e md: Allow devices to be re-added to a read-only array. by NeilBrown · 11 years ago
  7. 3ea8929d md: HOT_DISK_REMOVE shouldn't make a read-auto device active. by NeilBrown · 11 years ago
  8. 746d320 md: use common code for all calls to ->hot_remove_disk() by NeilBrown · 11 years ago
  9. d87f064 md: never update metadata when array is read-only. by NeilBrown · 11 years ago
  10. 64f8de4 Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq into for-3.10/core by Jens Axboe · 11 years ago
  11. fb9e353 md: Convert md_trim_bio() to use bio_advance() by Kent Overstreet · 12 years ago
  12. 90584fc MD: Prevent sysfs operations on uninitialized kobjects by Jonathan Brassow · 11 years ago
  13. f3378b4 md: expedite metadata update when switching read-auto -> active by NeilBrown · 11 years ago
  14. a646853 md: fix two bugs when attempting to resize RAID0 array. by NeilBrown · 11 years ago
  15. bbfa57c md: protect against crash upon fsync on ro array by Sebastian Riemer · 11 years ago
  16. ea88eea Merge tag 'md-3.8' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  17. 9228ff9 Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  18. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  19. 0a19caa md: Use ->curr_resync as last completed request when cleanly aborting resync. by majianpeng · 12 years ago
  20. 54f8934 md: Update checkpoint of resync/recovery based on time. by majianpeng · 12 years ago
  21. 35d78c6 md:Add place to update ->recovery_cp. by kernelmail · 12 years ago
  22. c02c0ae md.c: re-indent various 'switch' statements. by NeilBrown · 12 years ago
  23. a7a3f08 md: close race between removing and adding a device. by NeilBrown · 12 years ago
  24. 1f3c990 md: removed unused variable in calc_sb_1_csm. by NeilBrown · 12 years ago
  25. eed8c02 wait: add wait_event_lock_irq() interface by Lukas Czerner · 12 years ago
  26. 5eff3c4 md: make sure everything is freed when dm-raid stops an array. by NeilBrown · 12 years ago
  27. 35f9ac2 md: Avoid write invalid address if read_seqretry returned true. by majianpeng · 12 years ago
  28. ab05613 md: Reassigned the parameters if read_seqretry returned true in func md_is_badblock. by majianpeng · 12 years ago
  29. 83f0d77 md: Fix typo in drivers/md by Masanari Iida · 12 years ago
  30. 9db9088 Merge tag 'md-3.7' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  31. 72f36d5 md: refine reporting of resync/reshape delays. by NeilBrown · 12 years ago
  32. db07d85 md: make sure manual changes to recovery checkpoint are saved. by NeilBrown · 12 years ago
  33. 48c26dd md: writing to sync_action should clear the read-auto state. by NeilBrown · 12 years ago
  34. 7f7583d Subject: [PATCH] md:change resync_mismatches to atomic64_t to avoid races by Jianpeng Ma · 12 years ago
  35. 2863b9e MD RAID10: Prep for DM RAID10 device replacement capability by Jonathan Brassow · 12 years ago
  36. 1ca69c4 md: avoid taking the mutex on some ioctls. by NeilBrown · 12 years ago
  37. 4ed8731 MD: change the parameter of md thread by Shaohua Li · 12 years ago
  38. ce40be7 Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  39. 6dafab6 md: make sure metadata is updated when spares are activated or removed. by NeilBrown · 12 years ago
  40. bf800ef block: Add bio_clone_bioset(), bio_clone_kmalloc() by Kent Overstreet · 12 years ago
  41. 1e2a410f block: Ues bi_pool for bio_integrity_alloc() by Kent Overstreet · 12 years ago
  42. 395c72a block: Generalized bio pool freeing by Kent Overstreet · 12 years ago
  43. 667a531 md: Don't truncate size at 4TB for RAID0 and Linear by NeilBrown · 12 years ago
  44. eff0d13 Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  45. 74018dc blk: pass from_schedule to non-request unplug functions. by NeilBrown · 12 years ago
  46. 9cbb175 blk: centralize non-request unplug handling. by NeilBrown · 12 years ago
  47. 0021b7b md: remove plug_cnt feature of plugging. by NeilBrown · 12 years ago
  48. 90cf195 md: remove duplicated test on ->openers when calling do_md_stop() by NeilBrown · 12 years ago
  49. a05b7ea0 md: avoid crash when stopping md array races with closing other open fds. by NeilBrown · 12 years ago
  50. 25f7fd4 md: fix bug in handling of new_data_offset by NeilBrown · 12 years ago
  51. f456309 md: support re-add of recovering devices. by NeilBrown · 12 years ago
  52. 0232605 md: make 'name' arg to md_register_thread non-optional. by NeilBrown · 12 years ago
  53. 7c2c57c md:Add blk_plug in sync_thread. by majianpeng · 12 years ago
  54. 0c09822 md: check the return of mddev_find() by Yuanhan Liu · 12 years ago
  55. 47525e5 DM RAID: Set recovery flags on resume by Jonathan Brassow · 12 years ago
  56. a4a6125 md: allow array to be resized while bitmap is present. by NeilBrown · 12 years ago
  57. 1ec885c md/bitmap: move some fields of 'struct bitmap' into a 'storage' substruct. by NeilBrown · 12 years ago
  58. ef99bf4 md/bitmap: allow a bitmap with no backing storage. by NeilBrown · 12 years ago
  59. 6409bb0 md/bitmap: add new 'space' attribute for bitmaps. by NeilBrown · 12 years ago
  60. 4fa2f32 md: move freeing of badblocks.page into md_rdev_clear by NeilBrown · 12 years ago
  61. 545c879 md: dm-raid should call helper function to clear rdev. by NeilBrown · 12 years ago
  62. c804cde md: use resync_max_sectors for reshape as well as resync. by NeilBrown · 12 years ago
  63. 1fdd6fc9 md: teach sync_page_io about new_data_offset. by NeilBrown · 12 years ago
  64. c6563a8 md: add possibility to change data-offset for devices. by NeilBrown · 12 years ago
  65. 2c810cd md: allow a reshape operation to be reversed. by NeilBrown · 12 years ago
  66. b5e1b8c md: using GFP_NOIO to allocate bio for flush request by Shaohua Li · 12 years ago
  67. 0d9f4f1 MD: Add del_timer_sync to mddev_suspend (fix nasty panic) by Jonathan Brassow · 12 years ago
  68. 30b8aa9 md: fix possible corruption of array metadata on shutdown. by NeilBrown · 12 years ago
  69. ed20958 md: don't call ->add_disk unless there is good reason. by NeilBrown · 12 years ago
  70. ecb178b md: Add judgement bb->unacked_exist in function md_ack_all_badblocks(). by majianpeng · 12 years ago
  71. d096293 md: fix clearing of the 'changed' flags for the bad blocks list. by NeilBrown · 12 years ago
  72. 5714896 md/bitmap: move printing of bitmap status to bitmap.c by NeilBrown · 12 years ago
  73. 050b661 md/raid10: handle merge_bvec_fn in member devices. by NeilBrown · 12 years ago
  74. dafb20f md: tidy up rdev_for_each usage. by NeilBrown · 12 years ago
  75. c744a65 md: don't set md arrays to readonly on shutdown. by NeilBrown · 12 years ago
  76. 4d39aa1 Merge tag 'md-3.3-fixes' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  77. db91ff5 md: two small fixes to handling interrupt resync. by NeilBrown · 12 years ago
  78. b3c9dd1 Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  79. c086ae4 Merge tag 'md-3.3-fixes' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  80. b1bd055 block: Introduce blk_set_stacking_limits function by Martin K. Petersen · 12 years ago
  81. f2a371c md: notify the 'degraded' sysfs attribute on failure. by NeilBrown · 12 years ago
  82. 2943c83 Merge tag 'md-3.3' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  83. ff01bb48 fs: move code out of buffer.c by Al Viro · 13 years ago
  84. 7bfec5f md/raid5: If there is a spare and a want_replacement device, start replacement. by NeilBrown · 13 years ago
  85. 2d78f8c md: create externally visible flags for supporting hot-replace. by NeilBrown · 13 years ago
  86. b8321b6 md: change hot_remove_disk to take an rdev rather than a number. by NeilBrown · 13 years ago
  87. 476a7ab md: remove test for duplicate device when setting slot number. by NeilBrown · 13 years ago
  88. 506c9e4 md: allow non-privileged uses to GET_*_INFO about raid arrays. by NeilBrown · 13 years ago
  89. 60fc137 md: don't give up looking for spares on first failure-to-add by NeilBrown · 13 years ago
  90. 8bd2f0a md: ensure new badblocks are handled promptly. by NeilBrown · 13 years ago
  91. 52c6415 md: bad blocks shouldn't cause a Blocked status on a Faulty device. by NeilBrown · 13 years ago
  92. af8a243 md: take a reference to mddev during sysfs access. by NeilBrown · 13 years ago
  93. 1d23f17 md: refine interpretation of "hold_active == UNTIL_IOCTL". by NeilBrown · 13 years ago
  94. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  95. b4fdcb0 Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  96. 056075c md: Add module.h to all files using it implicitly by Paul Gortmaker · 13 years ago
  97. 5c04b42 Merge branch 'v3.1-rc10' into for-3.2/core by Jens Axboe · 13 years ago
  98. 751e67c md.c: trivial comment fix by Chris Dunlop · 13 years ago
  99. d70ed2e MD: Allow restarting an interrupted incremental recovery. by Andrei Warkentin · 13 years ago
  100. d30519f md: clear In_sync bit on devices added to an active array. by NeilBrown · 13 years ago