1. aa5cbd1 md/bitmap: protect against bitmap removal while being updated. by NeilBrown · 15 years ago
  2. d2fdb77 dm snapshot: use merge origin if snapshot invalid by Mikulas Patocka · 15 years ago
  3. d8ddb1c dm snapshot: report merge failure in status by Mike Snitzer · 15 years ago
  4. 8a2d528 dm snapshot: merge consecutive chunks together by Mike Snitzer · 15 years ago
  5. 73dfd07 dm snapshot: trigger exceptions in remaining snapshots during merge by Mikulas Patocka · 15 years ago
  6. 17aa033 dm snapshot: delay merging a chunk until writes to it complete by Mikulas Patocka · 15 years ago
  7. 9fe86254 dm snapshot: queue writes to chunks being merged by Mikulas Patocka · 15 years ago
  8. 1e03f97 dm snapshot: add merging by Mikulas Patocka · 15 years ago
  9. 9d3b15c dm snapshot: permit only one merge at once by Mikulas Patocka · 15 years ago
  10. 10b8106 dm snapshot: support barriers in snapshot merge target by Mike Snitzer · 15 years ago
  11. 3452c2a dm snapshot: avoid allocating exceptions in merge by Mikulas Patocka · 15 years ago
  12. 515ad66 dm snapshot: rework writing to origin by Mikulas Patocka · 15 years ago
  13. d698aa4 dm snapshot: add merge target by Mikulas Patocka · 15 years ago
  14. 4454a62 dm exception store: add merge specific methods by Mikulas Patocka · 15 years ago
  15. 615d1eb dm snapshot: create function for chunk_is_tracked wait by Mike Snitzer · 15 years ago
  16. 9eaae8f dm snapshot: make bio optional in __origin_write by Mikulas Patocka · 15 years ago
  17. c2f3d24 dm mpath: reject messages when device is suspended by Kiyoshi Ueda · 15 years ago
  18. 64dbce5 dm: export suspended state to targets by Kiyoshi Ueda · 15 years ago
  19. 4f186f8 dm: rename dm_suspended to dm_suspended_md by Kiyoshi Ueda · 15 years ago
  20. 4d4471c dm: swap target postsuspend call and setting suspended flag by Kiyoshi Ueda · 15 years ago
  21. 61afef6 dm crypt: add plain64 iv by Milan Broz · 15 years ago
  22. 6db4ccd dm: trace request based remapping by Jun'ichi Nomura · 15 years ago
  23. c1f0c18 dm snapshot: allow live exception store handover between tables by Mike Snitzer · 15 years ago
  24. 042d2a9 dm: keep old table until after resume succeeded by Alasdair G Kergon · 15 years ago
  25. a794015 dm: bind new table before destroying old by Alasdair G Kergon · 15 years ago
  26. 1d0f3ce dm ioctl: retrieve status from inactive table by Mike Snitzer · 15 years ago
  27. 12fc0f4 dm io: handle empty barriers by Mikulas Patocka · 15 years ago
  28. 67a46da dm mpath: prevent io from work queue while suspended by Mike Anderson · 15 years ago
  29. 6380f26 dm mpath: add mutex to synchronize adding and flushing work by Mike Anderson · 15 years ago
  30. c50abeb dm ioctl: forbid messages to devices being deleted by Mike Anderson · 15 years ago
  31. 432a212 dm: add dm_deleting_md function by Mike Anderson · 15 years ago
  32. 6df400a dm mpath: flush workqueues before suspend completes by Kiyoshi Ueda · 15 years ago
  33. 7c66641 dm: rename dm_get_table to dm_get_live_table by Alasdair G Kergon · 15 years ago
  34. d0bcb87 dm: add request based barrier support by Kiyoshi Ueda · 15 years ago
  35. 980691e dm: move dm_end_request by Kiyoshi Ueda · 15 years ago
  36. 11a6824 dm: refactor request based completion functions by Kiyoshi Ueda · 15 years ago
  37. b4324fe dm: use md pending for in flight IO counting by Kiyoshi Ueda · 15 years ago
  38. 9f518b2 dm: simplify request based suspend by Kiyoshi Ueda · 15 years ago
  39. 6facdaf dm: abstract clone_rq by Kiyoshi Ueda · 15 years ago
  40. 0888564 dm: pass gfp_mask to alloc_rq_tio by Kiyoshi Ueda · 15 years ago
  41. 598de40 dm: use clone in map_request function by Kiyoshi Ueda · 15 years ago
  42. 90abb8c dm: abstract dm_in_flight function by Kiyoshi Ueda · 15 years ago
  43. 9ca170a dm kcopyd: accept zero size jobs by Mikulas Patocka · 15 years ago
  44. c26655c dm snapshot: track suspended state in target by Mike Snitzer · 15 years ago
  45. fc56f6f dm snapshot: move cow ref from exception store to snap core by Mike Snitzer · 15 years ago
  46. 985903b dm snapshot: add allocated metadata to snapshot status by Mike Snitzer · 15 years ago
  47. 3510cb9 dm snapshot: rename exception functions by Jon Brassow · 15 years ago
  48. 191437a dm snapshot: rename exception_table to dm_exception_table by Jon Brassow · 15 years ago
  49. 1d4989c dm snapshot: rename dm_snap_exception to dm_exception by Jon Brassow · 15 years ago
  50. d32a6ea dm snapshot: consolidate insert exception functions by Jon Brassow · 15 years ago
  51. 7e201b3 dm snapshot: abstract minimum_chunk_size fn by Mikulas Patocka · 15 years ago
  52. 102c6dd dm snapshot: simplify sector_to_chunk expression by Mikulas Patocka · 15 years ago
  53. f5acc83 dm snapshot: avoid else clause in persistent_read_metadata by Jon Brassow · 15 years ago
  54. a518b86 dm ioctl: prefer strlcpy over strncpy by Roel Kluin · 15 years ago
  55. 5339fc2 dm raid1: explicitly initialise bio_lists by Mikulas Patocka · 15 years ago
  56. 929be8f dm raid1: hold all write bios when leg fails by Mikulas Patocka · 15 years ago
  57. 60f355e dm raid1: hold write bios when errors are handled by Mikulas Patocka · 15 years ago
  58. c58098b dm raid1: remove bio_endio from dm_rh_mark_nosync by Mikulas Patocka · 15 years ago
  59. 87968dd dm raid1: abstract get_valid_mirror function by Mikulas Patocka · 15 years ago
  60. 0f398a8 dm raid1: use hold framework in do_failures by Mikulas Patocka · 15 years ago
  61. 0478850 dm raid1: add framework to hold bios during suspend by Mikulas Patocka · 15 years ago
  62. 64b30c4 dm raid1: report flush errors separately in status by Mikulas Patocka · 15 years ago
  63. c0da374 dm raid1: implement mirror_flush by Mikulas Patocka · 15 years ago
  64. 076010e2 dm log: use flush callback fn by Mikulas Patocka · 15 years ago
  65. 87a8f24 dm log: add flush callback fn by Mikulas Patocka · 15 years ago
  66. 5adc78d dm log: introduce flush_failed variable by Mikulas Patocka · 15 years ago
  67. 20a34a8 dm log: add flush_header function by Mikulas Patocka · 15 years ago
  68. b09acf1 dm raid1: split touched state into two by Mikulas Patocka · 15 years ago
  69. 4184153 dm raid1: support flush by Mikulas Patocka · 15 years ago
  70. f1e5398 dm io: remove extra bi_io_vec region hack by Mikulas Patocka · 15 years ago
  71. 952b355 dm io: use slab for struct io by Mikulas Patocka · 15 years ago
  72. 542da31 dm crypt: make wipe message also wipe essiv key by Milan Broz · 15 years ago
  73. b95bf2d dm crypt: separate essiv allocation from initialisation by Milan Broz · 15 years ago
  74. 5861f1b dm crypt: restructure essiv error path by Milan Broz · 15 years ago
  75. 6047359 dm crypt: move private iv fields to structs by Milan Broz · 15 years ago
  76. 0b43095 dm crypt: make wipe message also wipe tfm key by Milan Broz · 15 years ago
  77. 8e87b9b dm snapshot: cope with chunk size larger than origin by Mikulas Patocka · 15 years ago
  78. 94e76572 dm snapshot: only take lock for statustype info not table by Mikulas Patocka · 15 years ago
  79. d2bb7df dm: sysfs add empty release function to avoid debug warning by Milan Broz · 15 years ago
  80. 613978f dm exception store: free tmp_store on persistent flag error by Julia Lawall · 15 years ago
  81. 6076905 dm: avoid _hash_lock deadlock by Mikulas Patocka · 15 years ago
  82. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  83. 382f51f Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 15 years ago
  84. 1557d33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 by Linus Torvalds · 15 years ago
  85. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  86. 3ae31f6 [SCSI] scsi_dh: Change the scsidh_activate interface to be asynchronous by Chandra Seetharaman · 15 years ago
  87. d0e2607 md: revert incorrect fix for read error handling in raid1. by NeilBrown · 15 years ago
  88. 6d45611 sysctl: Drop & in front of every proc_handler. by Eric W. Biederman · 15 years ago
  89. bb9074f Merge commit 'v2.6.32-rc7' by Eric W. Biederman · 15 years ago
  90. c148ffd md/raid5: Allow dirty-degraded arrays to be assembled when only party is degraded. by NeilBrown · 15 years ago
  91. 7ef9014 Don't unconditionally set in_sync on newly added device in raid5_reshape by NeilBrown · 15 years ago
  92. 0261cd9f md: allow v0.91 metadata to record devices as being active but not in-sync. by NeilBrown · 15 years ago
  93. 894d249 sysctl drivers: Remove dead binary sysctl support by Eric W. Biederman · 15 years ago
  94. 5e86510 md: factor out updating of 'recovery_offset'. by NeilBrown · 15 years ago
  95. 06fe9fb tree-wide: fix a very frequent spelling mistake by Dirk Hohndel · 15 years ago
  96. 8dee721 md/raid5: make sure curr_sync_completes is uptodate when reshape starts by NeilBrown · 15 years ago
  97. 24395a85 md: don't clear endpoint for resync when resync is interrupted. by NeilBrown · 15 years ago
  98. bf699c9 Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 15 years ago
  99. e5d8497 async_tx: Move ASYNC_RAID6_TEST option to crypto/async_tx/, fix dependencies by David Woodhouse · 15 years ago
  100. f5e70d0 md: Factor out RAID6 algorithms into lib/ by David Woodhouse · 15 years ago