1. 26cb62a dm: remove unnecessary (void*) conversions by Yu Zhe · 2 years ago
  2. dcdd467 dm log: avoid multiple line dereference by Heinz Mauelshagen · 2 years ago
  3. fb99e87b dm log: avoid trailing semicolon in macro by Heinz Mauelshagen · 2 years ago
  4. 2e84fec dm: avoid split of quoted strings where possible by Heinz Mauelshagen · 2 years, 1 month ago
  5. 0ef0b47 dm: add missing empty lines by Heinz Mauelshagen · 2 years, 1 month ago
  6. a4a82ce dm: correct block comments format. by Heinz Mauelshagen · 2 years, 1 month ago
  7. 255e264 dm: address indent/space issues by Heinz Mauelshagen · 2 years, 1 month ago
  8. 9642228 dm: address space issues relative to switch/while/for/... by Heinz Mauelshagen · 2 years, 1 month ago
  9. 44bc08e dm: enclose complex macros into parentheses where possible by Heinz Mauelshagen · 2 years, 1 month ago
  10. 86a3238 dm: change "unsigned" to "unsigned int" by Heinz Mauelshagen · 2 years, 1 month ago
  11. 3bd9400 dm: add missing SPDX-License-Indentifiers by Heinz Mauelshagen · 2 years, 1 month ago
  12. c1389b3 dm mirror log: Use the new blk_opf_t type by Bart Van Assche · 2 years, 7 months ago
  13. 581075e dm/core: Reduce the size of struct dm_io_request by Bart Van Assche · 2 years, 7 months ago
  14. 90736eb dm mirror log: clear log bits up to BITS_PER_LONG boundary by Mikulas Patocka · 2 years, 8 months ago
  15. 85e123c dm mirror log: round up region bitmap size to BITS_PER_LONG by Mikulas Patocka · 2 years, 8 months ago
  16. 6dcbb52 dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them by Christoph Hellwig · 3 years, 4 months ago
  17. 8ec4566 dm: update target status functions to support IMA measurement by Tushar Sugandhi · 3 years, 7 months ago
  18. 70fd761 block,fs: use REQ_* flags directly by Christoph Hellwig · 8 years ago
  19. 9c5a559 dm log: fix unitialized bio operation flags by Heinz Mauelshagen · 9 years ago
  20. e604714 dm: use bio op accessors by Mike Christie · 9 years ago
  21. 8fb980e dm: use memweight() by Akinobu Mita · 13 years ago
  22. 31998ef dm: reject trailing characters in sccanf input by Mikulas Patocka · 13 years ago
  23. e29e65a dm: use vzalloc by Joe Perches · 14 years ago
  24. c8f543e dm log: clean up bit little endian bitops by Akinobu Mita · 14 years ago
  25. 283a832 dm: suppress endian warnings by Alasdair G Kergon · 14 years ago
  26. bda8efe dm io: use fixed initial mempool size by Mikulas Patocka · 14 years ago
  27. 44bbd7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm by Linus Torvalds · 14 years ago
  28. 024d37e dm: fix opening log and cow devices for read only tables by Milan Broz · 14 years ago
  29. bb5cda3 dm: use little-endian bitops by Akinobu Mita · 14 years ago
  30. dbc883f dm log: use PTR_ERR value instead of ENOMEM by Dan Carpenter · 14 years ago
  31. d87f4c1 dm: implement REQ_FLUSH/FUA support for bio-based dm by Tejun Heo · 14 years ago
  32. 8215d6e dm table: remove unused dm_get_device range parameters by Nikanth Karthikesan · 15 years ago
  33. 64b30c4 dm raid1: report flush errors separately in status by Mikulas Patocka · 15 years ago
  34. 076010e2 dm log: use flush callback fn by Mikulas Patocka · 15 years ago
  35. 87a8f24 dm log: add flush callback fn by Mikulas Patocka · 15 years ago
  36. 5adc78d dm log: introduce flush_failed variable by Mikulas Patocka · 15 years ago
  37. 20a34a8 dm log: add flush_header function by Mikulas Patocka · 15 years ago
  38. b09acf1 dm raid1: split touched state into two by Mikulas Patocka · 15 years ago
  39. 18d8594 dm log: fix create_log_context to use logical_block_size of log device by Mike Snitzer · 16 years ago
  40. 5657e8f dm: use i_size_read by Mikulas Patocka · 16 years ago
  41. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 16 years ago
  42. ec44ab9 dm log: remove struct dm_dirty_log_internal by Mike Snitzer · 16 years ago
  43. 84e67c9 dm log: use standard kernel module refcount by Mike Snitzer · 16 years ago
  44. ac1f0ac dm log: ensure log bitmap fits on log device by Milan Broz · 16 years ago
  45. 2045e88 dm log: move region_size validation by Milan Broz · 16 years ago
  46. 6f3af01 dm log: avoid reinitialising io_req on every operation by Takahiro Yasui · 16 years ago
  47. c7a2bd1 dm log: fix dm_io_client leak on error paths by Takahiro Yasui · 16 years ago
  48. 586e80e dm: remove dm header from targets by Mikulas Patocka · 16 years ago
  49. c8da2f8 dm log: make dm_dirty_log init and exit static by Adrian Bunk · 17 years ago
  50. a765e20 dm: move include files by Alasdair G Kergon · 17 years ago
  51. 2a23aa1 dm log: make module use tracking internal by Jonathan Brassow · 17 years ago
  52. b8206bc dm log: move register functions by Alasdair G Kergon · 17 years ago
  53. 416cd17 dm log: clean interface by Heinz Mauelshagen · 17 years ago
  54. 22a1ceb dm io: clean interface by Heinz Mauelshagen · 17 years ago
  55. 769aef3 dm log: move dirty region log code into separate module by Heinz Mauelshagen · 17 years ago
  56. b7fd54a7 dm log: generalise name in messages by Heinz Mauelshagen · 17 years ago
  57. fb8b284 dm log: auto load modules by Jonathan Brassow · 17 years ago
  58. 6b3df0d dm log: split suspend by Jonathan Brassow · 17 years ago
  59. ba8b45c dm log: fix resume failed log device by Jonathan Brassow · 18 years ago
  60. 5d234d1 dm log: update dm io interface by Heinz Mauelshagen · 18 years ago
  61. 315dcc2 dm log: report fault status by Jonathan E Brassow · 18 years ago
  62. 01d03a6 dm log: fault detection by Jonathan E Brassow · 18 years ago
  63. 88b20a1 [PATCH] dm: raid1: reset sync_search on resume by Jonathan E Brassow · 18 years ago
  64. f3ee6b2 [PATCH] dm: log: rename complete_resync_work by Jonathan E Brassow · 18 years ago
  65. 72d9486 [PATCH] dm: improve error message consistency by Alasdair G Kergon · 19 years ago
  66. 8a835f1 [PATCH] dm mirror log: sync_count fix by Alasdair G Kergon · 19 years ago
  67. 29121bd [PATCH] dm mirror log: bitset_size fix by Alasdair G Kergon · 19 years ago
  68. b7cca19 [PATCH] dm mirror log: refactor context by Alasdair G Kergon · 19 years ago
  69. 702ca6f [PATCH] dm mirror log: sector size fix by Kevin Corry · 19 years ago
  70. 1113a7e [PATCH] device-mapper log bitset: fix big endian find_next_zero_bit by Stefan Bader · 19 years ago
  71. a4fc471 [PATCH] device-mapper log bitset: fix endian by Patrick Caulfield · 19 years ago
  72. ac81b2e [PATCH] make dm-mirror not issue invalid resync requests by Darrick J. Wong · 19 years ago
  73. 0e56822 [PATCH] device-mapper: mirror log bitset fix by Alasdair G Kergon · 19 years ago
  74. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago v2.6.12-rc2