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. 3067e02 Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 15 years ago
  67. f71eaf6 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 15 years ago
  68. 78f1ae1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 15 years ago
  69. fa395aa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
  70. 3e74683 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 15 years ago
  71. 6825fbc Merge branch 'next-i2c' of git://git.fluff.org/bjdooks/linux by Linus Torvalds · 15 years ago
  72. 6bb951a Merge branch 's3c24xx-updates' of git://git.fluff.org/bjdooks/linux by Linus Torvalds · 15 years ago
  73. e49aedb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-next-2.6 by Linus Torvalds · 15 years ago
  74. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  75. f6c4c81 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 15 years ago
  76. 382f51f Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 15 years ago
  77. 701791c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 15 years ago
  78. 4ba1525 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 15 years ago
  79. 3a43aaa Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 15 years ago
  80. aed886c Merge branch 'davinci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci by Linus Torvalds · 15 years ago
  81. 67dd2f5 Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 15 years ago
  82. 5327b9b Doc: use misc-devices/ dir for drivers by Jean Delvare · 15 years ago
  83. e3cc222 Doc: better explanation of procs_running by Luis Garces-Erice · 15 years ago
  84. bfc9dca correct gpio.txt typos by Dominik D. Geyer · 15 years ago
  85. 2770f18 docbook: fix signal_pending() argument by Shawn Bohrer · 15 years ago
  86. 038f7d0 use DMA_BIT_MASK instead of inline constant by Marin Mitov · 15 years ago
  87. 472c064 Use KERN_WARNING instead of KERN_WARN, which does not exist by Randy Dunlap · 15 years ago
  88. 79a56ed nvram: Fix missing smp_lock.h in nvram by Frederic Weisbecker · 15 years ago
  89. 54fe467 hwmon: (adt7475) Add VID support for the ADT7476 by Jean Delvare · 15 years ago
  90. b058b85 hwmon: (adt7475) Add an entry in MAINTAINERS by Jean Delvare · 15 years ago
  91. d8d2ee0 hwmon: (adt7475) Add support for the ADT7476 by Jean Delvare · 15 years ago
  92. ebfaf1f hwmon: (adt7475) Voltage attenuators can be bypassed by Jean Delvare · 15 years ago
  93. d07ca4a hwmon: (adt7475) Print device information on probe by Jean Delvare · 15 years ago
  94. 378933c hwmon: (adt7475) Handle alternative pin functions by Jean Delvare · 15 years ago
  95. 0f14480 hwmon: (adt7475) Move sysfs files removal to a separate function by Jean Delvare · 15 years ago
  96. 3d84998 hwmon: (adt7475) Add support for the ADT7490 by Jean Delvare · 15 years ago
  97. d656b6f hwmon: (adt7475) Improve device detection by Jean Delvare · 15 years ago
  98. 54ecb9e hwmon: (adt7475) Add missing static marker by Jean Delvare · 15 years ago
  99. cffb9dd hwmon: (adt7475) Rework voltage inputs handling by Jean Delvare · 15 years ago
  100. f99318b hwmon: (adt7475) Implement pwm_use_point2_pwm_at_crit by Jean Delvare · 15 years ago