1. f84cb8a dm mpath: disable WRITE SAME if it fails by Mike Snitzer · 11 years ago
  2. fd2ed4d dm: add statistics support by Mikulas Patocka · 11 years ago
  3. 83d5e5b dm: optimize use SRCU and RCU by Mikulas Patocka · 11 years ago
  4. 058ce5c dm: document iterate_devices by Alasdair G Kergon · 11 years ago
  5. b0d8ed4 dm: add target num_write_bios fn by Alasdair G Kergon · 11 years ago
  6. 55a62ee dm: rename request variables to bios by Alasdair G Kergon · 11 years ago
  7. fd7c092 dm: fix truncated status strings by Mikulas Patocka · 11 years ago
  8. 7de3ee5 dm: remove map_info by Mikulas Patocka · 12 years ago
  9. ddbd658 dm: move target request nr to dm_target_io by Mikulas Patocka · 12 years ago
  10. c0820cf dm: introduce per_bio_data by Mikulas Patocka · 12 years ago
  11. d54eaa5 dm: prepare to support WRITE SAME by Mike Snitzer · 12 years ago
  12. 1f4e0ff dm thin: commit before gathering status by Alasdair G Kergon · 12 years ago
  13. 0ac5548 dm: use bool bitfields in struct dm_target by Alasdair G Kergon · 12 years ago
  14. 0e9c24e dm: allow targets to request flushes regardless of underlying device support by Joe Thornber · 12 years ago
  15. 7acf027 dm: introduce split_discard_requests by Mikulas Patocka · 12 years ago
  16. 542f903 dm: support non power of two target max_io_len by Mike Snitzer · 12 years ago
  17. af7346e dm: remove unused flush target method by Joe Thornber · 12 years ago
  18. 36a0456 dm table: add immutable feature by Alasdair G Kergon · 13 years ago
  19. cc6cbe1 dm table: add always writeable feature by Alasdair G Kergon · 13 years ago
  20. 3791e2f dm table: add singleton feature by Alasdair G Kergon · 13 years ago
  21. 71a1673 dm: use local printk ratelimit by Namhyung Kim · 13 years ago
  22. 983c7db dm crypt: always disable discard_zeroes_data by Milan Broz · 13 years ago
  23. 498f010 dm table: share target argument parsing functions by Mike Snitzer · 13 years ago
  24. 4c25932 dm table: allow targets to support discards internally by Mike Snitzer · 13 years ago
  25. af1db72 md/dm - remove remains of plug_fn callback. by NeilBrown · 13 years ago
  26. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  27. 99d03c1 dm: per target unplug callback support by NeilBrown · 14 years ago
  28. 9d357b0 dm: introduce target callbacks and congestion callback by NeilBrown · 14 years ago
  29. 56a67df dm: factor out max_io_len_target_boundary by Mike Snitzer · 14 years ago
  30. 5ae89a8 dm: linear support discard by Mike Snitzer · 14 years ago
  31. 57cba5d dm: rename map_info flush_request to target_request_nr by Mike Snitzer · 14 years ago
  32. 8215d6e dm table: remove unused dm_get_device range parameters by Nikanth Karthikesan · 14 years ago
  33. 64dbce5 dm: export suspended state to targets by Kiyoshi Ueda · 15 years ago
  34. 4f186f8 dm: rename dm_suspended to dm_suspended_md by Kiyoshi Ueda · 15 years ago
  35. 042d2a9 dm: keep old table until after resume succeeded by Alasdair G Kergon · 15 years ago
  36. 7c66641 dm: rename dm_get_table to dm_get_live_table by Alasdair G Kergon · 15 years ago
  37. 40bea43 dm stripe: expose correct io hints by Mike Snitzer · 15 years ago
  38. 5dea271 dm table: pass correct dev area size to device_area_is_valid by Mike Snitzer · 15 years ago
  39. cec47e3 dm: prepare for request based option by Kiyoshi Ueda · 15 years ago
  40. 754c5fc dm: calculate queue limits during resume not load by Mike Snitzer · 15 years ago
  41. af4874e dm target:s introduce iterate devices fn by Mike Snitzer · 15 years ago
  42. 5ab9758 dm table: replace struct io_restrictions with struct queue_limits by Mike Snitzer · 15 years ago
  43. f9ab94c dm: introduce num_flush_requests by Mikulas Patocka · 15 years ago
  44. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 15 years ago
  45. 692d0eb dm: remove limited barrier support by Mikulas Patocka · 15 years ago
  46. 45194e4 dm target: remove struct tt_internal by Cheng Renquan · 15 years ago
  47. ab4c14248 dm: support barriers on simple devices by Andi Kleen · 16 years ago
  48. 7d76345 dm request: extend target interface by Kiyoshi Ueda · 16 years ago
  49. 10d3bd0 dm: consolidate target deregistration error handling by Mikulas Patocka · 16 years ago
  50. 2248485 Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev by Linus Torvalds · 16 years ago
  51. d63a5ce dm: publish array_too_big by Mikulas Patocka · 16 years ago
  52. 647b3d0 [PATCH] lose unused arguments in dm ioctl callbacks by Al Viro · 17 years ago
  53. aeb5d72 [PATCH] introduce fmode_t, do annotations by Al Viro · 16 years ago
  54. 5416090 dm: publish dm_vcalloc by Mikulas Patocka · 16 years ago
  55. ea0ec64 dm: publish dm_table_unplug_all by Mikulas Patocka · 16 years ago
  56. 89343da dm: publish dm_get_mapinfo by Mikulas Patocka · 16 years ago
  57. 82b1519 dm: export struct dm_dev by Mikulas Patocka · 16 years ago
  58. f6fccb1 dm: introduce merge_bvec_fn by Milan Broz · 16 years ago
  59. 735643e Remove "#ifdef __KERNEL__" checks from unexported headers by Robert P. J. Day · 16 years ago
  60. 4fdfe40 dm table: remove unused dm_create_error_table by Adrian Bunk · 16 years ago
  61. 0da336e dm: expose macros by Alasdair G Kergon · 16 years ago
  62. 416cd17 dm log: clean interface by Heinz Mauelshagen · 16 years ago
  63. 4f41b09 dm: table remove unused variable by Vasily Averin · 16 years ago
  64. 9121250 dm: merge max_hw_sector by Neil Brown · 17 years ago
  65. 5ec140e dm: bounce_pfn limit added by Vasily Averin · 17 years ago
  66. 7a8c3d3 dm: uevent generate events by Mike Anderson · 17 years ago
  67. 96a1f7d dm: export name and uuid by Mike Anderson · 17 years ago
  68. 2e93ccc [PATCH] dm: suspend: add noflush pushback by Kiyoshi Ueda · 18 years ago
  69. 45cbcd7 [PATCH] dm: map and endio return code clarification by Kiyoshi Ueda · 18 years ago
  70. a3d77d3 [PATCH] dm: suspend: parameter change by Kiyoshi Ueda · 18 years ago
  71. 999d816 [PATCH] dm table: add target flush by Bryn Reeves · 18 years ago
  72. 3cb4021 [PATCH] dm: extract device limit setting by Bryn Reeves · 18 years ago
  73. 8757b77 [PATCH] dm table: add target preresume by Milan Broz · 18 years ago
  74. aa129a2 [PATCH] dm: support ioctls on mapped devices by Milan Broz · 18 years ago
  75. 72d9486 [PATCH] dm: improve error message consistency by Alasdair G Kergon · 18 years ago
  76. c2ade42 [PATCH] dm: create error table by David Teigland · 18 years ago
  77. 17b2f66 [PATCH] dm: add exports by Alasdair G Kergon · 18 years ago
  78. 969429b [PATCH] dm: make sure QUEUE_FLAG_CLUSTER is set properly by NeilBrown · 18 years ago
  79. 3ee247e [PATCH] dm: dm-table warning fix by Alasdair G Kergon · 18 years ago
  80. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago