1. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  2. 31cc1dd Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 14 years ago
  3. 627a2d3 md: deal with merge_bvec_fn in component devices better. by NeilBrown · 14 years ago
  4. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 14 years ago
  5. f070304 dm raid1: fix deadlock when suspending failed device by Takahiro Yasui · 14 years ago
  6. 924e600 dm: eliminate some holes data structures by Mike Snitzer · 14 years ago
  7. 3abf85b dm ioctl: introduce flag indicating uevent was generated by Peter Rajnoha · 14 years ago
  8. a97f925 dm: free dm_io before bio_endio not after by Mikulas Patocka · 14 years ago
  9. 8215d6e dm table: remove unused dm_get_device range parameters by Nikanth Karthikesan · 14 years ago
  10. 0f3649a dm ioctl: only issue uevent on resume if state changed by Mike Snitzer · 14 years ago
  11. ede5ea0 dm raid1: always return error if all legs fail by Mikulas Patocka · 14 years ago
  12. fb61264 dm mpath: refactor pg_init by Kiyoshi Ueda · 14 years ago
  13. 2bded7b dm mpath: wait for pg_init completion when suspending by Kiyoshi Ueda · 14 years ago
  14. d0259bf dm mpath: hold io until all pg_inits completed by Kiyoshi Ueda · 14 years ago
  15. fce323d dm mpath: avoid storing private suspended state by Kiyoshi Ueda · 14 years ago
  16. ecdb2e2 dm table: remove dm_get from dm_table_get_md by Kiyoshi Ueda · 14 years ago
  17. f7b934c dm mpath: skip activate_path for failed paths by Moger, Babu · 14 years ago
  18. 83c0d5d dm mpath: pass struct pgpath to pg init done by Moger, Babu · 14 years ago
  19. 0a135ba Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  20. 8a78362 block: Consolidate phys_segment and hw_segment limits by Martin K. Petersen · 14 years ago
  21. 086fa5f block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors by Martin K. Petersen · 14 years ago
  22. a29d8b8 percpu: add __percpu sparse annotations to what's left by Tejun Heo · 14 years ago
  23. 9307f6b dm: sysfs revert add empty release function to avoid debug warning by Alasdair G Kergon · 14 years ago
  24. 9eef87d dm mpath: fix stall when requeueing io by Kiyoshi Ueda · 14 years ago
  25. 558569a dm raid1: fix null pointer dereference in suspend by Takahiro Yasui · 14 years ago
  26. 5528d17 dm raid1: fail writes if errors are not handled and log fails by Mikulas Patocka · 14 years ago
  27. ebfd32b dm log: userspace fix overhead_size calcuations by Jonathan Brassow · 14 years ago
  28. 55f67f2 dm snapshot: persistent annotate work_queue as on stack by Mike Snitzer · 14 years ago
  29. 781248c dm stripe: avoid divide by zero with invalid stripe count by Nikanth Karthikesan · 14 years ago
  30. ef286f6 md: fix some lockdep issues between md and sysfs. by NeilBrown · 14 years ago
  31. 9eb07c2 md: fix 'degraded' calculation when starting a reshape. by NeilBrown · 14 years ago
  32. b27d7f1 DM: Fix device mapper topology stacking by Martin K. Petersen · 14 years ago
  33. 404e4b4 md: allow a resync that is waiting for other resync to complete, to be aborted. by NeilBrown · 14 years ago
  34. 7fb9dad md: remove unnecessary code from do_md_run by NeilBrown · 14 years ago
  35. a2d79c3 md: make recovery started by do_md_run() visible via sync_action by Dan Williams · 14 years ago
  36. 0f9552b md: fix small irregularity with start_ro module parameter by NeilBrown · 14 years ago
  37. cbd1998 md: Fix unfortunate interaction with evms by NeilBrown · 14 years ago
  38. 5336538 Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm by Linus Torvalds · 15 years ago
  39. 7b75c2f drivers/md/md.c: use %pU to print UUIDs by Joe Perches · 15 years ago
  40. e7d2860 tree-wide: convert open calls to remove spaces to skip_spaces() lib function by André Goddard Rosa · 15 years ago
  41. 06e3c81 md: add 'recovery_start' per-device sysfs attribute by Dan Williams · 15 years ago
  42. 4e59ca7 md: rcu_read_lock() walk of mddev->disks in md_do_sync() by Dan Williams · 15 years ago
  43. 93be75f md: integrate spares into array at earliest opportunity. by NeilBrown · 15 years ago
  44. aa98aa3 md: move compat_ioctl handling into md.c by Arnd Bergmann · 15 years ago
  45. 93bd89a md: revise Kconfig help for MD_MULTIPATH by NeilBrown · 15 years ago
  46. 0efb9e6 md: add MODULE_DESCRIPTION for all md related modules. by NeilBrown · 15 years ago
  47. 1e50915 raid: improve MD/raid10 handling of correctable read errors. by Robert Becker · 15 years ago
  48. 67b8dc4 md/raid10: print more useful messages on device failure. by Robert Becker · 15 years ago
  49. ffa2332 md/bitmap: update dirty flag when bitmap bits are explicitly set. by NeilBrown · 15 years ago
  50. ece5cff md: Support write-intent bitmaps with externally managed metadata. by NeilBrown · 15 years ago
  51. 624ce4f md/bitmap: move setting of daemon_lastrun out of bitmap_read_sb by NeilBrown · 15 years ago
  52. 43a7050 md: support updating bitmap parameters via sysfs. by NeilBrown · 15 years ago
  53. 72e0207 md: factor out parsing of fixed-point numbers by NeilBrown · 15 years ago
  54. f6af949 md: support bitmap offset appropriate for external-metadata arrays. by NeilBrown · 15 years ago
  55. 9cd30fd md: remove needless setting of thread->timeout in raid10_quiesce by NeilBrown · 15 years ago
  56. 1b04be9 md: change daemon_sleep to be in 'jiffies' rather than 'seconds'. by NeilBrown · 15 years ago
  57. 42a04b5 md: move offset, daemon_sleep and chunksize out of bitmap structure by NeilBrown · 15 years ago
  58. c3d9714 md: collect bitmap-specific fields into one structure. by NeilBrown · 15 years ago
  59. 709ae48 md/raid1: add takeover support for raid5->raid1 by NeilBrown · 15 years ago
  60. 6eef4b2 md: add honouring of suspend_{lo,hi} to raid1. by NeilBrown · 15 years ago
  61. 729a186 md/raid5: don't complete make_request on barrier until writes are scheduled by NeilBrown · 15 years ago
  62. a2826aa md: support barrier requests on all personalities. by NeilBrown · 15 years ago
  63. efa5933 md: don't reset curr_resync_completed after an interrupted resync by NeilBrown · 15 years ago
  64. c07b70a md: adjust resync_min usefully when resync aborts. by NeilBrown · 15 years ago
  65. 7820f9e md: remove sparse warning:symbol XXX was not declared. by NeilBrown · 15 years ago
  66. 8553fe7ec md/raid5: remove some sparse warnings. by NeilBrown · 15 years ago
  67. aa5cbd1 md/bitmap: protect against bitmap removal while being updated. by NeilBrown · 15 years ago
  68. d2fdb77 dm snapshot: use merge origin if snapshot invalid by Mikulas Patocka · 15 years ago
  69. d8ddb1c dm snapshot: report merge failure in status by Mike Snitzer · 15 years ago
  70. 8a2d528 dm snapshot: merge consecutive chunks together by Mike Snitzer · 15 years ago
  71. 73dfd07 dm snapshot: trigger exceptions in remaining snapshots during merge by Mikulas Patocka · 15 years ago
  72. 17aa033 dm snapshot: delay merging a chunk until writes to it complete by Mikulas Patocka · 15 years ago
  73. 9fe86254 dm snapshot: queue writes to chunks being merged by Mikulas Patocka · 15 years ago
  74. 1e03f97 dm snapshot: add merging by Mikulas Patocka · 15 years ago
  75. 9d3b15c dm snapshot: permit only one merge at once by Mikulas Patocka · 15 years ago
  76. 10b8106 dm snapshot: support barriers in snapshot merge target by Mike Snitzer · 15 years ago
  77. 3452c2a dm snapshot: avoid allocating exceptions in merge by Mikulas Patocka · 15 years ago
  78. 515ad66 dm snapshot: rework writing to origin by Mikulas Patocka · 15 years ago
  79. d698aa4 dm snapshot: add merge target by Mikulas Patocka · 15 years ago
  80. 4454a62 dm exception store: add merge specific methods by Mikulas Patocka · 15 years ago
  81. 615d1eb dm snapshot: create function for chunk_is_tracked wait by Mike Snitzer · 15 years ago
  82. 9eaae8f dm snapshot: make bio optional in __origin_write by Mikulas Patocka · 15 years ago
  83. c2f3d24 dm mpath: reject messages when device is suspended by Kiyoshi Ueda · 15 years ago
  84. 64dbce5 dm: export suspended state to targets by Kiyoshi Ueda · 15 years ago
  85. 4f186f8 dm: rename dm_suspended to dm_suspended_md by Kiyoshi Ueda · 15 years ago
  86. 4d4471c dm: swap target postsuspend call and setting suspended flag by Kiyoshi Ueda · 15 years ago
  87. 61afef6 dm crypt: add plain64 iv by Milan Broz · 15 years ago
  88. 6db4ccd dm: trace request based remapping by Jun'ichi Nomura · 15 years ago
  89. c1f0c18 dm snapshot: allow live exception store handover between tables by Mike Snitzer · 15 years ago
  90. 042d2a9 dm: keep old table until after resume succeeded by Alasdair G Kergon · 15 years ago
  91. a794015 dm: bind new table before destroying old by Alasdair G Kergon · 15 years ago
  92. 1d0f3ce dm ioctl: retrieve status from inactive table by Mike Snitzer · 15 years ago
  93. 12fc0f4 dm io: handle empty barriers by Mikulas Patocka · 15 years ago
  94. 67a46da dm mpath: prevent io from work queue while suspended by Mike Anderson · 15 years ago
  95. 6380f26 dm mpath: add mutex to synchronize adding and flushing work by Mike Anderson · 15 years ago
  96. c50abeb dm ioctl: forbid messages to devices being deleted by Mike Anderson · 15 years ago
  97. 432a212 dm: add dm_deleting_md function by Mike Anderson · 15 years ago
  98. 6df400a dm mpath: flush workqueues before suspend completes by Kiyoshi Ueda · 15 years ago
  99. 7c66641 dm: rename dm_get_table to dm_get_live_table by Alasdair G Kergon · 15 years ago
  100. d0bcb87 dm: add request based barrier support by Kiyoshi Ueda · 15 years ago