1. e1260be Merge 4.9.137 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  2. 6c446ad dm ioctl: harden copy_params()'s copy_from_user() from malicious users by Wenwen Wang · 6 years ago
  3. 05baf14 Merge tag 'v4.9.93' into android-4.9 by Greg Hackmann · 6 years ago
  4. 6be48fd dm ioctl: remove double parentheses by Matthias Kaehlcke · 7 years ago
  5. 95c782a Merge 4.9.27 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  6. a0d50c8 dm ioctl: prevent stack leak in dm ioctl call by Adrian Salido · 7 years ago
  7. a058da8 CHROMIUM: dm: boot time specification of dm= by Will Drewry · 14 years ago
  8. b5ab4a9 dm: allow bio-based table to be upgraded to bio-based with DAX support by Toshi Kani · 8 years ago
  9. 028b39e dm ioctl: Simplify parameter buffer management code by Bart Van Assche · 8 years ago
  10. 4cc9613 dm: move request-based code out to dm-rq.[hc] by Mike Snitzer · 8 years ago
  11. 72f6d8d dm ioctl: drop use of __GFP_REPEAT in copy_params()'s __vmalloc() call by Michal Hocko · 8 years ago
  12. 591ddcf dm: allow immutable request-based targets to use blk-mq pdu by Mike Snitzer · 8 years ago
  13. f083b09 dm: set DM_TARGET_WILDCARD feature on "error" target by Mike Snitzer · 8 years ago
  14. f368ed6 char: make misc_deregister a void function by Greg Kroah-Hartman · 9 years ago
  15. 3e6180f dm: only initialize the request_queue once by Christoph Hellwig · 9 years ago
  16. 88e2f90 dm ioctl: fix stale comment above dm_get_inactive_table() by Junxiao Bi · 9 years ago
  17. ffcc393 dm: enhance internal suspend and resume interface by Mike Snitzer · 10 years ago
  18. 86f1152 dm: allow active and inactive tables to share dm_devs by Benjamin Marzinski · 10 years ago
  19. 2c140a2 dm: allow remove to be deferred by Mikulas Patocka · 11 years ago
  20. fd2ed4d dm: add statistics support by Mikulas Patocka · 11 years ago
  21. f11c1c5 dm ioctl: cleanup error handling in table_load by Mike Snitzer · 11 years ago
  22. 00c4fc3 dm ioctl: increase granularity of type_lock when loading table by Mike Snitzer · 11 years ago
  23. c2b0482 dm ioctl: prevent rename to empty name or uuid by Alasdair Kergon · 11 years ago
  24. 83d5e5b dm: optimize use SRCU and RCU by Mikulas Patocka · 11 years ago
  25. 220cd05 dm: use __GFP_HIGHMEM in __vmalloc by Mikulas Patocka · 11 years ago
  26. 1c0e883 dm ioctl: set noio flag to avoid __vmalloc deadlock by Mikulas Patocka · 11 years ago
  27. a260624 dm ioctl: allow message to return data by Mikulas Patocka · 11 years ago
  28. 02cde50 dm ioctl: optimize functions without variable params by Mikulas Patocka · 11 years ago
  29. e2914cc dm ioctl: introduce ioctl_flags by Mikulas Patocka · 11 years ago
  30. fd7c092 dm: fix truncated status strings by Mikulas Patocka · 11 years ago
  31. 9c5091f dm ioctl: use kmalloc if possible by Mikulas Patocka · 11 years ago
  32. 5023e5c dm ioctl: remove PF_MEMALLOC by Mikulas Patocka · 11 years ago
  33. e910d7e dm ioctl: prevent unsafe change to dm_ioctl data_size by Alasdair G Kergon · 11 years ago
  34. 1f4e0ff dm thin: commit before gathering status by Alasdair G Kergon · 12 years ago
  35. 31998ef dm: reject trailing characters in sccanf input by Mikulas Patocka · 12 years ago
  36. 902c6a9 dm ioctl: do not leak argv if target message only contains whitespace by Jesper Juhl · 12 years ago
  37. 36a0456 dm table: add immutable feature by Alasdair G Kergon · 13 years ago
  38. 759dea2 dm ioctl: forbid multiple device specifiers by Mikulas Patocka · 13 years ago
  39. ba2e19b dm ioctl: introduce __get_dev_cell by Mikulas Patocka · 13 years ago
  40. 0ddf964 dm ioctl: fill in device parameters in more ioctls by Mikulas Patocka · 13 years ago
  41. 2ca4c92 dm ioctl: prevent empty message by Alasdair G Kergon · 13 years ago
  42. f868120 dm ioctl: add flag to wipe buffers for secure data by Milan Broz · 13 years ago
  43. 6bb43b5 dm ioctl: prepare for crypt key wiping by Milan Broz · 13 years ago
  44. 810b492 dm ioctl: suppress needless warning messages by Milan Broz · 13 years ago
  45. 84c8955 dm ioctl: allow rename to fill empty uuid by Peter Jones · 13 years ago
  46. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  47. 7e507eb dm: allow autoloading of dm mod by Peter Rajnoha · 14 years ago
  48. 26803b9 dm ioctl: refactor dm_table_complete by Will Drewry · 14 years ago
  49. 4a0b4dd dm: do not initialise full request queue when bio based by Mike Snitzer · 14 years ago
  50. a5664da dm ioctl: make bio or request based device type immutable by Mike Snitzer · 14 years ago
  51. 402ab35 dm ioctl: use nonseekable_open by Arnd Bergmann · 14 years ago
  52. 3f77316d dm: separate device deletion from dm_put by Kiyoshi Ueda · 14 years ago
  53. 98f3328 dm ioctl: release _hash_lock between devices in remove_all by Kiyoshi Ueda · 14 years ago
  54. 856a6f1 dm ioctl: return uevent flag after rename by Peter Rajnoha · 14 years ago
  55. 094ea9a dm ioctl: make __dev_status void by Alasdair G Kergon · 14 years ago
  56. 6be5449 dm ioctl: remove __dev_status from geometry and target message by Peter Rajnoha · 14 years ago
  57. 3abf85b dm ioctl: introduce flag indicating uevent was generated by Peter Rajnoha · 14 years ago
  58. 0f3649a dm ioctl: only issue uevent on resume if state changed by Mike Snitzer · 14 years ago
  59. 4f186f8 dm: rename dm_suspended to dm_suspended_md by Kiyoshi Ueda · 14 years ago
  60. 042d2a9 dm: keep old table until after resume succeeded by Alasdair G Kergon · 14 years ago
  61. 1d0f3ce dm ioctl: retrieve status from inactive table by Mike Snitzer · 14 years ago
  62. c50abeb dm ioctl: forbid messages to devices being deleted by Mike Anderson · 14 years ago
  63. 7c66641 dm: rename dm_get_table to dm_get_live_table by Alasdair G Kergon · 14 years ago
  64. a518b86 dm ioctl: prefer strlcpy over strncpy by Roel Kluin · 14 years ago
  65. 6076905 dm: avoid _hash_lock deadlock by Mikulas Patocka · 14 years ago
  66. e454cea Driver-Core: extend devnode callbacks to provide permissions by Kay Sievers · 15 years ago
  67. e6ee8c0 dm: enable request based option by Kiyoshi Ueda · 15 years ago
  68. 60935eb dm ioctl: support cookies for udev by Milan Broz · 15 years ago
  69. d405640 Driver Core: misc: add nodename support for misc devices. by Kay Sievers · 15 years ago
  70. 9c47008 dm: add integrity support by Martin K. Petersen · 15 years ago
  71. f80a557 dm table: rework reference counting fix by Mikulas Patocka · 15 years ago
  72. bc0fd67 dm ioctl: validate name length when renaming by Milan Broz · 15 years ago
  73. d581687 dm table: rework reference counting by Mikulas Patocka · 15 years ago
  74. 23d39f6 dm ioctl: allow dm_copy_name_and_uuid to return only one field by Milan Broz · 15 years ago
  75. aeb5d72 [PATCH] introduce fmode_t, do annotations by Al Viro · 16 years ago
  76. b0af205 Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm by Linus Torvalds · 16 years ago
  77. 82b1519 dm: export struct dm_dev by Mikulas Patocka · 16 years ago
  78. b7db995 block: move policy from disk to part0 by Tejun Heo · 16 years ago
  79. f331c02 block: don't depend on consecutive minor space by Tejun Heo · 16 years ago
  80. a26ffd4 dm ioctl: use uninitialized_var by Andrew Morton · 16 years ago
  81. 76c072b dm ioctl: move compat code by Milan Broz · 16 years ago
  82. 27238b2 dm ioctl: remove lock_kernel by Alasdair G Kergon · 16 years ago
  83. 69267a3 dm: trigger change uevent on rename by Alasdair G Kergon · 16 years ago
  84. 512875b dm: table detect io beyond device by Jun'ichi Nomura · 16 years ago
  85. 96a1f7d dm: export name and uuid by Mike Anderson · 17 years ago
  86. bb56acf dm io:ctl remove vmalloc void cast by Jesper Juhl · 17 years ago
  87. 027d50f dm io:ctl use constant struct size by Milan Broz · 17 years ago
  88. fa027c2 [PATCH] mark struct file_operations const 4 by Arjan van de Ven · 17 years ago
  89. 81fdb09 [PATCH] dm: ioctl: add noflush suspend by Kiyoshi Ueda · 17 years ago
  90. a3d77d3 [PATCH] dm: suspend: parameter change by Kiyoshi Ueda · 17 years ago
  91. bfc5ecd [PATCH] dm: fix find_device race by Alasdair G Kergon · 18 years ago
  92. 96192ff [PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer needed by Greg Kroah-Hartman · 19 years ago
  93. ff23eca [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree by Greg Kroah-Hartman · 19 years ago
  94. 8ab5e4c [PATCH] devfs: Remove devfs_remove() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  95. 1a715c5 [PATCH] devfs: Remove devfs_mk_bdev() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  96. 95dc112 [PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  97. 72d9486 [PATCH] dm: improve error message consistency by Alasdair G Kergon · 18 years ago
  98. 5c6bd75 [PATCH] dm: prevent removal if open by Alasdair G Kergon · 18 years ago
  99. 2b06cff [PATCH] dm: consolidate creation functions by Alasdair G Kergon · 18 years ago
  100. 7ec75f2 [PATCH] dm: fix mapped device ref counting by Jeff Mahoney · 18 years ago