1. 31998ef dm: reject trailing characters in sccanf input by Mikulas Patocka · 12 years ago
  2. 574ce07 dm table: simplify call to free_devices by Hannes Reinecke · 12 years ago
  3. b1bd055 block: Introduce blk_set_stacking_limits function by Martin K. Petersen · 12 years ago
  4. 36a0456 dm table: add immutable feature by Alasdair G Kergon · 13 years ago
  5. cc6cbe1 dm table: add always writeable feature by Alasdair G Kergon · 13 years ago
  6. 3791e2f dm table: add singleton feature by Alasdair G Kergon · 13 years ago
  7. 4693c966 dm table: propagate non rotational flag by Mandeep Singh Baines · 13 years ago
  8. 983c7db dm crypt: always disable discard_zeroes_data by Milan Broz · 13 years ago
  9. 876fbba dm table: avoid crash if integrity profile changes by Mike Snitzer · 13 years ago
  10. ed8b752 dm table: set flush capability based on underlying devices by Mike Snitzer · 13 years ago
  11. 498f010 dm table: share target argument parsing functions by Mike Snitzer · 13 years ago
  12. d5b9dd0 dm: ignore merge_bvec for snapshots when safe by Mikulas Patocka · 13 years ago
  13. 0864901 dm table: clean dm_get_device and move exports by Mike Snitzer · 13 years ago
  14. e29e65a dm: use vzalloc by Joe Perches · 13 years ago
  15. 936688d dm table: fix discard support by Mike Snitzer · 13 years ago
  16. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  17. f4808ca dm table: reject devices without request fns by Milan Broz · 13 years ago
  18. 4c25932 dm table: allow targets to support discards internally by Mike Snitzer · 13 years ago
  19. a63a5cf dm: improve block integrity support by Mike Snitzer · 13 years ago
  20. a91a278 block: Require subsystems to explicitly allocate bio_set integrity mempool by Martin K. Petersen · 13 years ago
  21. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  22. 49731ba block: restore multiple bd_link_disk_holder() support by Tejun Heo · 13 years ago
  23. 99d03c1 dm: per target unplug callback support by NeilBrown · 13 years ago
  24. 9d357b0 dm: introduce target callbacks and congestion callback by NeilBrown · 13 years ago
  25. 275220f Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  26. 72d4cd9 block: max hardware sectors limit wrapper by Mike Snitzer · 14 years ago
  27. e692cb6 block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits instead by Martin K. Petersen · 14 years ago
  28. d4d7762 block: clean up blkdev_get() wrappers and their users by Tejun Heo · 14 years ago
  29. e525fd8 block: make blkdev_get/put() handle exclusive access by Tejun Heo · 14 years ago
  30. e09b457 block: simplify holder symlink handling by Tejun Heo · 14 years ago
  31. c8bf133 Consolidate min_not_zero by Martin K. Petersen · 14 years ago
  32. 5ae89a8 dm: linear support discard by Mike Snitzer · 14 years ago
  33. 26803b9 dm ioctl: refactor dm_table_complete by Will Drewry · 14 years ago
  34. 8215d6e dm table: remove unused dm_get_device range parameters by Nikanth Karthikesan · 14 years ago
  35. ecdb2e2 dm table: remove dm_get from dm_table_get_md by Kiyoshi Ueda · 14 years ago
  36. b27d7f1 DM: Fix device mapper topology stacking by Martin K. Petersen · 14 years ago
  37. 5336538 Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm by Linus Torvalds · 15 years ago
  38. e7d2860 tree-wide: convert open calls to remove spaces to skip_spaces() lib function by André Goddard Rosa · 15 years ago
  39. a794015 dm: bind new table before destroying old by Alasdair G Kergon · 15 years ago
  40. 40bea43 dm stripe: expose correct io hints by Mike Snitzer · 15 years ago
  41. a963a95 dm table: add more context to terse warning messages by Mike Snitzer · 15 years ago
  42. f6a1ed1 dm table: fix queue_limit checking device iterator by Mikulas Patocka · 15 years ago
  43. 5dea271 dm table: pass correct dev area size to device_area_is_valid by Mike Snitzer · 15 years ago
  44. a732c20 dm: remove queue next_ordered workaround for barriers by Mike Snitzer · 15 years ago
  45. ea9df47 dm table: fix blk_stack_limits arg to use bytes not sectors by Mike Snitzer · 15 years ago
  46. 5d67aa2 dm: do not set QUEUE_ORDERED_DRAIN if request based by Kiyoshi Ueda · 15 years ago
  47. e6ee8c0 dm: enable request based option by Kiyoshi Ueda · 15 years ago
  48. cec47e3 dm: prepare for request based option by Kiyoshi Ueda · 15 years ago
  49. 754c5fc dm: calculate queue limits during resume not load by Mike Snitzer · 15 years ago
  50. 1197764 dm table: establish queue limits by copying table limits by Mike Snitzer · 15 years ago
  51. 5ab9758 dm table: replace struct io_restrictions with struct queue_limits by Mike Snitzer · 15 years ago
  52. be6d430 dm table: validate device logical_block_size by Mike Snitzer · 15 years ago
  53. 02acc3a dm table: ensure targets are aligned to logical_block_size by Mike Snitzer · 15 years ago
  54. 1b6da75 dm table: improve warning message when devices not freed before destruction by Jonthan Brassow · 15 years ago
  55. 5657e8f dm: use i_size_read by Mikulas Patocka · 15 years ago
  56. 9df1bb9 Revert "block: Fix bounce limit setting in DM" by Jens Axboe · 15 years ago
  57. a05c0205 block: Fix bounce limit setting in DM by Martin K. Petersen · 15 years ago
  58. ae03bf6 block: Use accessor functions for queue limits by Martin K. Petersen · 15 years ago
  59. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 15 years ago
  60. 692d0eb dm: remove limited barrier support by Mikulas Patocka · 15 years ago
  61. 9c47008 dm: add integrity support by Martin K. Petersen · 15 years ago
  62. 570b9d9 dm table: fix upgrade mode race by Alasdair G Kergon · 15 years ago
  63. d581687 dm table: rework reference counting by Mikulas Patocka · 16 years ago
  64. ab4c14248 dm: support barriers on simple devices by Andi Kleen · 16 years ago
  65. 0e435ac block: fix setting of max_segment_size and seg_boundary mask by Milan Broz · 16 years ago
  66. 2248485 Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev by Linus Torvalds · 16 years ago
  67. 72e8264 [PATCH] dm: kill lookup_device wrapper by Christoph Hellwig · 16 years ago
  68. 9a1c354 [PATCH] pass fmode_t to blkdev_put() by Al Viro · 16 years ago
  69. aeb5d72 [PATCH] introduce fmode_t, do annotations by Al Viro · 16 years ago
  70. 0c2322e dm: detect lost queue by Alasdair G Kergon · 16 years ago
  71. 82b1519 dm: export struct dm_dev by Mikulas Patocka · 16 years ago
  72. d5686b4 [PATCH] switch mtd and dm-table to lookup_bdev() by Al Viro · 16 years ago
  73. 9980c63 dm table: remove merge_bvec sector restriction by Milan Broz · 16 years ago
  74. c9a3f6d dm: use unlocked variants of queue flag check/set by Jens Axboe · 16 years ago
  75. 75ad23b block: make queue flags non-atomic by Nick Piggin · 16 years ago
  76. 4fdfe40 dm table: remove unused dm_create_error_table by Adrian Bunk · 16 years ago
  77. e8488d0 dm table: drop void suspend_targets return by Adrian Bunk · 16 years ago
  78. 1d957f9 Introduce path_put() by Jan Blunck · 16 years ago
  79. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  80. 69a2ce7 dm: table use uninitialized_var by Andrew Morton · 16 years ago
  81. 82d601d dm: table remove unused total by Jun'ichi Nomura · 16 years ago
  82. afb2452 dm: table use list_for_each by Paul Jimenez · 16 years ago
  83. 9121250 dm: merge max_hw_sector by Neil Brown · 17 years ago
  84. 512875b dm: table detect io beyond device by Jun'ichi Nomura · 17 years ago
  85. 2ad8b1e Add UNPLUG traces to all appropriate places by Alan D. Brunelle · 17 years ago
  86. 5ec140e dm: bounce_pfn limit added by Vasily Averin · 17 years ago
  87. 094262d dm: use kzalloc by Dmitry Monakhov · 17 years ago
  88. fd5d806 block: convert blkdev_issue_flush() to use empty barriers by Jens Axboe · 17 years ago
  89. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
  90. 2cd54d9 dm: allow offline devices by Mike Anderson · 17 years ago
  91. 999d816 [PATCH] dm table: add target flush by Bryn Reeves · 18 years ago
  92. 3cb4021 [PATCH] dm: extract device limit setting by Bryn Reeves · 18 years ago
  93. 8757b77 [PATCH] dm table: add target preresume by Milan Broz · 18 years ago
  94. 72d9486 [PATCH] dm: improve error message consistency by Alasdair G Kergon · 18 years ago
  95. c2ade42 [PATCH] dm: create error table by David Teigland · 18 years ago
  96. 814d686 [PATCH] dm table split_args: handle no input by David Teigland · 18 years ago
  97. 1435353 [PATCH] dm table: get_target: fix last index by Milan Broz · 18 years ago
  98. 48c9c27 [PATCH] sem2mutex: drivers/md by Arjan van de Ven · 18 years ago
  99. f165921 [PATCH] dm/md dependency tree in sysfs: dm to use bd_claim_by_disk by Jun'ichi Nomura · 18 years ago
  100. 1134e5a [PATCH] dm table: store md by Mike Anderson · 18 years ago