1. c2f3d24 dm mpath: reject messages when device is suspended by Kiyoshi Ueda · 15 years ago
  2. 64dbce5 dm: export suspended state to targets by Kiyoshi Ueda · 15 years ago
  3. 4f186f8 dm: rename dm_suspended to dm_suspended_md by Kiyoshi Ueda · 15 years ago
  4. 4d4471c dm: swap target postsuspend call and setting suspended flag by Kiyoshi Ueda · 15 years ago
  5. 61afef6 dm crypt: add plain64 iv by Milan Broz · 15 years ago
  6. 6db4ccd dm: trace request based remapping by Jun'ichi Nomura · 15 years ago
  7. c1f0c18 dm snapshot: allow live exception store handover between tables by Mike Snitzer · 15 years ago
  8. 042d2a9 dm: keep old table until after resume succeeded by Alasdair G Kergon · 15 years ago
  9. a794015 dm: bind new table before destroying old by Alasdair G Kergon · 15 years ago
  10. 1d0f3ce dm ioctl: retrieve status from inactive table by Mike Snitzer · 15 years ago
  11. 12fc0f4 dm io: handle empty barriers by Mikulas Patocka · 15 years ago
  12. 67a46da dm mpath: prevent io from work queue while suspended by Mike Anderson · 15 years ago
  13. 6380f26 dm mpath: add mutex to synchronize adding and flushing work by Mike Anderson · 15 years ago
  14. c50abeb dm ioctl: forbid messages to devices being deleted by Mike Anderson · 15 years ago
  15. 432a212 dm: add dm_deleting_md function by Mike Anderson · 15 years ago
  16. 6df400a dm mpath: flush workqueues before suspend completes by Kiyoshi Ueda · 15 years ago
  17. 7c66641 dm: rename dm_get_table to dm_get_live_table by Alasdair G Kergon · 15 years ago
  18. d0bcb87 dm: add request based barrier support by Kiyoshi Ueda · 15 years ago
  19. 980691e dm: move dm_end_request by Kiyoshi Ueda · 15 years ago
  20. 11a6824 dm: refactor request based completion functions by Kiyoshi Ueda · 15 years ago
  21. b4324fe dm: use md pending for in flight IO counting by Kiyoshi Ueda · 15 years ago
  22. 9f518b2 dm: simplify request based suspend by Kiyoshi Ueda · 15 years ago
  23. 6facdaf dm: abstract clone_rq by Kiyoshi Ueda · 15 years ago
  24. 0888564 dm: pass gfp_mask to alloc_rq_tio by Kiyoshi Ueda · 15 years ago
  25. 598de40 dm: use clone in map_request function by Kiyoshi Ueda · 15 years ago
  26. 90abb8c dm: abstract dm_in_flight function by Kiyoshi Ueda · 15 years ago
  27. 9ca170a dm kcopyd: accept zero size jobs by Mikulas Patocka · 15 years ago
  28. c26655c dm snapshot: track suspended state in target by Mike Snitzer · 15 years ago
  29. fc56f6f dm snapshot: move cow ref from exception store to snap core by Mike Snitzer · 15 years ago
  30. 985903b dm snapshot: add allocated metadata to snapshot status by Mike Snitzer · 15 years ago
  31. 3510cb9 dm snapshot: rename exception functions by Jon Brassow · 15 years ago
  32. 191437a dm snapshot: rename exception_table to dm_exception_table by Jon Brassow · 15 years ago
  33. 1d4989c dm snapshot: rename dm_snap_exception to dm_exception by Jon Brassow · 15 years ago
  34. d32a6ea dm snapshot: consolidate insert exception functions by Jon Brassow · 15 years ago
  35. 7e201b3 dm snapshot: abstract minimum_chunk_size fn by Mikulas Patocka · 15 years ago
  36. 102c6dd dm snapshot: simplify sector_to_chunk expression by Mikulas Patocka · 15 years ago
  37. f5acc83 dm snapshot: avoid else clause in persistent_read_metadata by Jon Brassow · 15 years ago
  38. a518b86 dm ioctl: prefer strlcpy over strncpy by Roel Kluin · 15 years ago
  39. 5339fc2 dm raid1: explicitly initialise bio_lists by Mikulas Patocka · 15 years ago
  40. 929be8f dm raid1: hold all write bios when leg fails by Mikulas Patocka · 15 years ago
  41. 60f355e dm raid1: hold write bios when errors are handled by Mikulas Patocka · 15 years ago
  42. c58098b dm raid1: remove bio_endio from dm_rh_mark_nosync by Mikulas Patocka · 15 years ago
  43. 87968dd dm raid1: abstract get_valid_mirror function by Mikulas Patocka · 15 years ago
  44. 0f398a8 dm raid1: use hold framework in do_failures by Mikulas Patocka · 15 years ago
  45. 0478850 dm raid1: add framework to hold bios during suspend by Mikulas Patocka · 15 years ago
  46. 64b30c4 dm raid1: report flush errors separately in status by Mikulas Patocka · 15 years ago
  47. c0da374 dm raid1: implement mirror_flush by Mikulas Patocka · 15 years ago
  48. 076010e2 dm log: use flush callback fn by Mikulas Patocka · 15 years ago
  49. 87a8f24 dm log: add flush callback fn by Mikulas Patocka · 15 years ago
  50. 5adc78d dm log: introduce flush_failed variable by Mikulas Patocka · 15 years ago
  51. 20a34a8 dm log: add flush_header function by Mikulas Patocka · 15 years ago
  52. b09acf1 dm raid1: split touched state into two by Mikulas Patocka · 15 years ago
  53. 4184153 dm raid1: support flush by Mikulas Patocka · 15 years ago
  54. f1e5398 dm io: remove extra bi_io_vec region hack by Mikulas Patocka · 15 years ago
  55. 952b355 dm io: use slab for struct io by Mikulas Patocka · 15 years ago
  56. 542da31 dm crypt: make wipe message also wipe essiv key by Milan Broz · 15 years ago
  57. b95bf2d dm crypt: separate essiv allocation from initialisation by Milan Broz · 15 years ago
  58. 5861f1b dm crypt: restructure essiv error path by Milan Broz · 15 years ago
  59. 6047359 dm crypt: move private iv fields to structs by Milan Broz · 15 years ago
  60. 0b43095 dm crypt: make wipe message also wipe tfm key by Milan Broz · 15 years ago
  61. 8e87b9b dm snapshot: cope with chunk size larger than origin by Mikulas Patocka · 15 years ago
  62. 94e76572 dm snapshot: only take lock for statustype info not table by Mikulas Patocka · 15 years ago
  63. d2bb7df dm: sysfs add empty release function to avoid debug warning by Milan Broz · 15 years ago
  64. 613978f dm exception store: free tmp_store on persistent flag error by Julia Lawall · 15 years ago
  65. 6076905 dm: avoid _hash_lock deadlock by Mikulas Patocka · 15 years ago
  66. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  67. 382f51f Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 15 years ago
  68. 1557d33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 by Linus Torvalds · 15 years ago
  69. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  70. 3ae31f6 [SCSI] scsi_dh: Change the scsidh_activate interface to be asynchronous by Chandra Seetharaman · 15 years ago
  71. d0e2607 md: revert incorrect fix for read error handling in raid1. by NeilBrown · 15 years ago
  72. 6d45611 sysctl: Drop & in front of every proc_handler. by Eric W. Biederman · 15 years ago
  73. bb9074f Merge commit 'v2.6.32-rc7' by Eric W. Biederman · 15 years ago
  74. c148ffd md/raid5: Allow dirty-degraded arrays to be assembled when only party is degraded. by NeilBrown · 15 years ago
  75. 7ef9014 Don't unconditionally set in_sync on newly added device in raid5_reshape by NeilBrown · 15 years ago
  76. 0261cd9f md: allow v0.91 metadata to record devices as being active but not in-sync. by NeilBrown · 15 years ago
  77. 894d249 sysctl drivers: Remove dead binary sysctl support by Eric W. Biederman · 15 years ago
  78. 5e86510 md: factor out updating of 'recovery_offset'. by NeilBrown · 15 years ago
  79. 06fe9fb tree-wide: fix a very frequent spelling mistake by Dirk Hohndel · 15 years ago
  80. 8dee721 md/raid5: make sure curr_sync_completes is uptodate when reshape starts by NeilBrown · 15 years ago
  81. 24395a85 md: don't clear endpoint for resync when resync is interrupted. by NeilBrown · 15 years ago
  82. bf699c9 Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 15 years ago
  83. 6629542 md/raid6: kill a gcc-4.0.1 'uninitialized variable' warning by Dan Williams · 15 years ago
  84. c1cc65c dm snapshot: allow chunk size to be less than page size by Mikulas Patocka · 15 years ago
  85. df96eee dm snapshot: use unsigned integer chunk size by Mikulas Patocka · 15 years ago
  86. 4c6fff4 dm snapshot: lock snapshot while supplying status by Mikulas Patocka · 15 years ago
  87. 0e8c4e4 dm exception store: fix failed set_chunk_size error path by Mikulas Patocka · 15 years ago
  88. 3f2412d dm snapshot: require non zero chunk size by end of ctr by Mikulas Patocka · 15 years ago
  89. f88fb98 dm: dec_pending needs locking to save error value by Kiyoshi Ueda · 15 years ago
  90. 03022c5 dm: add missing del_gendisk to alloc_dev error path by Zdenek Kabelac · 15 years ago
  91. bca915a dm log: userspace fix incorrect luid cast in userspace_ctr by Andrew Morton · 15 years ago
  92. 034a186 dm snapshot: free exception store on init failure by Jonathan Brassow · 15 years ago
  93. 6d45d93 dm snapshot: sort by chunk size to fix race by Mikulas Patocka · 15 years ago
  94. 5dd33c9 md/async: don't pass a memory pointer as a page pointer. by NeilBrown · 15 years ago
  95. 5e5e3e7 md: Fix handling of raid5 array which is being reshaped to fewer devices. by NeilBrown · 15 years ago
  96. e4424fe md: fix problems with RAID6 calculations for DDF. by NeilBrown · 15 years ago
  97. 417b8d4 md/raid456: downlevel multicore operations to raid_run_ops by Dan Williams · 15 years ago
  98. dce3a7a md: drivers/md/unroll.pl replaced with awk analog by Vladimir Dronnikov · 15 years ago
  99. ae8fa28 md: remove clumsy usage of do_sync_mapping_range from bitmap code by NeilBrown · 15 years ago
  100. ed9bfdf md: raid1/raid10: handle allocation errors during array setup. by NeilBrown · 15 years ago