1. 0ac5548 dm: use bool bitfields in struct dm_target by Alasdair G Kergon · 12 years ago
  2. 16ad3d1 dm thin: set flush_supported by Joe Thornber · 12 years ago
  3. 0e9c24e dm: allow targets to request flushes regardless of underlying device support by Joe Thornber · 12 years ago
  4. f4b9036 dm persistent data: only commit space map if index changed by Joe Thornber · 12 years ago
  5. 8d44c98 dm persistent data: always unlock superblock in dm_bm_flush_and_unlock by Joe Thornber · 12 years ago
  6. 6004970 dm thin: avoid unnecessarily breaking sharing for flushes by Joe Thornber · 12 years ago
  7. 905386f dm thin: fix memory leak in process_prepared_mapping error paths by Joe Thornber · 12 years ago
  8. c66029f dm crypt: rename struct convert_context sector field by Mikulas Patocka · 12 years ago
  9. 49a8a92 dm crypt: store crypt_config instead of dm_target struct by Alasdair G Kergon · 12 years ago
  10. fd2d231 dm crypt: move cipher data out of per_cpu struct by Mikulas Patocka · 12 years ago
  11. 40b6229 dm crypt: rename pending field by Mikulas Patocka · 12 years ago
  12. c039c33 dm raid: move sectors_per_dev calculation by Jonathan E Brassow · 12 years ago
  13. f999e8f dm raid: restructure parse_raid_params by Jonathan E Brassow · 12 years ago
  14. a58a935 dm mpath: add retain_attached_hw_handler feature by Mike Snitzer · 12 years ago
  15. f9a8e0c dm thin: optimize power of two block size by Mikulas Patocka · 12 years ago
  16. 4929630 dm thin: split discards on block boundary by Mikulas Patocka · 12 years ago
  17. 7acf027 dm: introduce split_discard_requests by Mikulas Patocka · 12 years ago
  18. 55f2b8b dm thin: support for non power of 2 pool blocksize by Mike Snitzer · 12 years ago
  19. 33d07c0 dm stripe: optimize chunk_size calculations by Mikulas Patocka · 12 years ago
  20. 8f069b4 dm stripe: remove minimum stripe size by Mikulas Patocka · 12 years ago
  21. eb850de dm stripe: support for non power of 2 chunksize by Mike Snitzer · 12 years ago
  22. 542f903 dm: support non power of two target max_io_len by Mike Snitzer · 12 years ago
  23. 1df0548 dm stripe: remove stripes_mask by Mikulas Patocka · 12 years ago
  24. f14fa69 dm stripe: fix size test by Mikulas Patocka · 12 years ago
  25. f09996c dm thin: provide specific errors for two table load failure cases by Mike Snitzer · 12 years ago
  26. 1a66a08 dm: replace simple_strtoul by majianpeng · 12 years ago
  27. 70c4861 dm snapshot: remove redundant assignment in merge fn by Alasdair G Kergon · 12 years ago
  28. 8c97117 dm thin metadata: introduce THIN_MAX_CONCURRENT_LOCKS by Joe Thornber · 12 years ago
  29. d973ac1 dm thin metadata: remove pointless label from __commit_transaction by Joe Thornber · 12 years ago
  30. 3caf6d7 dm persistent data: remove debug space map checker by Joe Thornber · 12 years ago
  31. 17b7d63 dm thin: clean up compiler warning by Mike Snitzer · 12 years ago
  32. 7768ed3 dm thin: reduce endio_hook pool size by Alasdair G Kergon · 12 years ago
  33. 9351737 Merge tag 'dm-3.5-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm by Linus Torvalds · 12 years ago
  34. 7c8d3a4 dm raid1: set discard_zeroes_data_unsupported by Mikulas Patocka · 12 years ago
  35. 650d2a0 dm thin: do not send discards to shared blocks by Mikulas Patocka · 12 years ago
  36. 751f188 dm raid1: fix crash with mirror recovery and discard by Mikulas Patocka · 12 years ago
  37. 58e94ae md/raid1: close some possible races on write errors during resync by NeilBrown · 12 years ago
  38. a05b7ea0 md: avoid crash when stopping md array races with closing other open fds. by NeilBrown · 12 years ago
  39. 25f7fd4 md: fix bug in handling of new_data_offset by NeilBrown · 12 years ago
  40. fdb1335 Merge tag 'md-3.5-fixes' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  41. 2d4f4f3 md/raid1: fix use-after-free bug in RAID1 data-check code. by NeilBrown · 12 years ago
  42. 6c8addc Merge tag 'md-3.5-fixes' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  43. 1068411 md/raid10: fix careless build error by NeilBrown · 12 years ago
  44. 3492ee72 Merge tag 'dm-3.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm by Linus Torvalds · 12 years ago
  45. b0239fa dm persistent data: fix allocation failure in space map checker init by Mike Snitzer · 12 years ago
  46. 6266230 dm persistent data: handle space map checker creation failure by Mike Snitzer · 12 years ago
  47. 25d7cd6 dm persistent data: fix shadow_info_leak on dm_tm_destroy by Mike Snitzer · 12 years ago
  48. 0d200ae dm thin: commit metadata before creating metadata snapshot by Joe Thornber · 12 years ago
  49. b357f04 md: fix up plugging (again). by NeilBrown · 12 years ago
  50. f456309 md: support re-add of recovering devices. by NeilBrown · 12 years ago
  51. 32644af md/raid1: fix bug in read_balance introduced by hot-replace by NeilBrown · 12 years ago
  52. fab363b raid5: delayed stripe fix by Shaohua Li · 12 years ago
  53. 2e8ac303 md/raid456: When read error cannot be recovered, record bad block by majianpeng · 12 years ago
  54. 0232605 md: make 'name' arg to md_register_thread non-optional. by NeilBrown · 12 years ago
  55. 055d374 md/raid10: fix failure when trying to repair a read error. by NeilBrown · 12 years ago
  56. 5f066c6 md/raid5: fix refcount problem when blocked_rdev is set. by NeilBrown · 12 years ago
  57. 7c2c57c md:Add blk_plug in sync_thread. by majianpeng · 12 years ago
  58. 1850753 md/raid5: In ops_run_io, inc nr_pending before calling md_wait_for_blocked_rdev by majianpeng · 12 years ago
  59. 6c0544e md/raid5: Do not add data_offset before call to is_badblock by majianpeng · 12 years ago
  60. 5cfb22a md/raid5: prefer replacing failed devices over want-replacement devices. by NeilBrown · 12 years ago
  61. fc448a1 md/raid10: Don't try to recovery unmatched (and unused) chunks. by NeilBrown · 12 years ago
  62. 374916e Merge tag 'md-3.5-fixes' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  63. 912afc3 Merge tag 'dm-3.5-changes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm by Linus Torvalds · 12 years ago
  64. cc8394d dm thin: provide userspace access to pool metadata by Joe Thornber · 12 years ago
  65. a24c256 dm thin: use slab mempools by Mike Snitzer · 12 years ago
  66. 3599165 dm mpath: allow ioctls to trigger pg init by Mikulas Patocka · 12 years ago
  67. f220fd4 dm mpath: delay retry of bypassed pg by Mike Christie · 12 years ago
  68. 1fbdd2b dm mpath: reduce size of struct multipath by Mike Snitzer · 12 years ago
  69. aba336b md: raid1/raid10: fix problem with merge_bvec_fn by NeilBrown · 12 years ago
  70. c80ddb5 Merge tag 'md-3.5' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  71. 1dff2b8 md/bitmap: record the space available for the bitmap in the superblock. by NeilBrown · 13 years ago
  72. 63aced6 md/raid10: Remove extras after reshape to smaller number of devices. by NeilBrown · 13 years ago
  73. da7613b md/raid5: improve removal of extra devices after reshape. by NeilBrown · 13 years ago
  74. 0c09822 md: check the return of mddev_find() by Yuanhan Liu · 13 years ago
  75. 4f0a5e0 MD RAID1: Further conditionalize 'fullsync' by Jonathan Brassow · 13 years ago
  76. c32fb9e DM RAID: Use md_error() in place of simply setting Faulty bit by Jonathan Brassow · 13 years ago
  77. 81f382f DM RAID: Record and handle missing devices by Jonathan Brassow · 13 years ago
  78. 47525e5 DM RAID: Set recovery flags on resume by Jonathan Brassow · 13 years ago
  79. 30b6764 md/raid5: Allow reshape while a bitmap is present. by NeilBrown · 13 years ago
  80. bb63a70 md/raid10: resize bitmap when required during reshape. by NeilBrown · 13 years ago
  81. a4a6125 md: allow array to be resized while bitmap is present. by NeilBrown · 13 years ago
  82. b81a040 md/bitmap: make sure reshape request are reflected in superblock. by NeilBrown · 13 years ago
  83. d60b479 md/bitmap: add bitmap_resize function to allow bitmap resizing. by NeilBrown · 13 years ago
  84. 15702d7 md/bitmap: use DIV_ROUND_UP instead of open-code by NeilBrown · 13 years ago
  85. 40cffcc md/bitmap: create a 'struct bitmap_counts' substructure of 'struct bitmap' by NeilBrown · 13 years ago
  86. 63c6826 md/bitmap: make bitmap bitops atomic. by NeilBrown · 13 years ago
  87. bdfd114 md/bitmap: make _page_attr bitops atomic. by NeilBrown · 13 years ago
  88. fae7d32 md/bitmap: merge bitmap_file_unmap and bitmap_file_put. by NeilBrown · 13 years ago
  89. 62f82fa md/bitmap: remove async freeing of bitmap file. by NeilBrown · 13 years ago
  90. 7466712 md/bitmap: convert some spin_lock_irqsave to spin_lock_irq by NeilBrown · 13 years ago
  91. b405fe9 md/bitmap: use set_bit, test_bit, etc for operation on bitmap->flags. by NeilBrown · 13 years ago
  92. 84e9234 md/bitmap: remove single-bit manipulation on sb->state by NeilBrown · 13 years ago
  93. edbb79d md/bitmap: remove bitmap_mask_state by NeilBrown · 13 years ago
  94. bc9891a md/bitmap: move storage allocation from bitmap_load to bitmap_create. by NeilBrown · 13 years ago
  95. d1244cb md/bitmap: separate bitmap file allocation to its own function. by NeilBrown · 13 years ago
  96. 9b1215c md/bitmap: store bytes in file rather than just in last page. by NeilBrown · 13 years ago
  97. 1ec885c md/bitmap: move some fields of 'struct bitmap' into a 'storage' substruct. by NeilBrown · 13 years ago
  98. d189122 md/bitmap: change *_page_attr() to take a page number, not a page. by NeilBrown · 13 years ago
  99. 27581e5 md/bitmap: centralise allocation of bitmap file pages. by NeilBrown · 13 years ago
  100. ef99bf4 md/bitmap: allow a bitmap with no backing storage. by NeilBrown · 13 years ago