1. 412445a dm: introduce a new DM_MAPIO_KILL return value by Christoph Hellwig · 8 years ago
  2. 7ed8578 dm rq: change ->rq_end_io calling conventions by Christoph Hellwig · 8 years ago
  3. b79f10e dm mpath: merge do_end_io into multipath_end_io by Christoph Hellwig · 8 years ago
  4. 7e25a76 Merge branch 'dm-4.12' into dm-4.12-post-merge by Mike Snitzer · 8 years ago
  5. 390020a dm bufio: check new buffer allocation watermark every 30 seconds by Mikulas Patocka · 8 years ago
  6. 1b0fb5a dm bufio: avoid a possible ABBA deadlock by Mikulas Patocka · 8 years ago
  7. 86331f3 dm mpath: make it easier to detect unintended I/O request flushes by Bart Van Assche · 8 years ago
  8. 9a8ac3a dm mpath: cleanup QUEUE_IF_NO_PATH bit manipulation by introducing assign_bit() by Bart Van Assche · 8 years ago
  9. ca5beb7 dm mpath: micro-optimize the hot path relative to MPATHF_QUEUE_IF_NO_PATH by Bart Van Assche · 8 years ago
  10. 7e0d574 dm: introduce enum dm_queue_mode to cleanup related code by Bart Van Assche · 8 years ago
  11. b194679 dm mpath: verify __pg_init_all_paths locking assumptions at runtime by Bart Van Assche · 8 years ago
  12. 1ea0654 dm: verify suspend_locking assumptions at runtime by Bart Van Assche · 8 years ago
  13. 73cbca6 dm block manager: remove an unused argument from dm_block_manager_create() by Bart Van Assche · 8 years ago
  14. 23a6012 dm rq: check blk_mq_register_dev() return value in dm_mq_init_request_queue() by Bart Van Assche · 8 years ago
  15. c1d7ecf dm mpath: delay requeuing while path initialization is in progress by Bart Van Assche · 8 years ago
  16. 7083abb dm mpath: avoid that path removal can trigger an infinite loop by Bart Van Assche · 8 years ago
  17. 89bfce7 dm mpath: split and rename activate_path() to prepare for its expanded use by Bart Van Assche · 8 years ago
  18. 4617f56 dm ioctl: prevent stack leak in dm ioctl call by Adrian Salido · 8 years ago
  19. 84ff1bc dm integrity: use previously calculated log2 of sectors_per_block by Mikulas Patocka · 8 years ago
  20. 6625d90 dm integrity: use hex2bin instead of open-coded variant by Mikulas Patocka · 8 years ago
  21. e944e03 dm crypt: replace custom implementation of hex2bin() by Andy Shevchenko · 8 years ago
  22. 86f917a dm crypt: remove obsolete references to per-CPU state by Eric Biggers · 8 years ago
  23. d1ac3ff dm verity: switch to using asynchronous hash crypto API by Gilad Ben-Yossef · 8 years ago
  24. a1b8913 dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues by Tim Murray · 8 years ago
  25. c82feee dm crypt: rewrite (wipe) key in crypto layer using random data by Ondrej Kozina · 8 years ago
  26. 06eb061 dm mpath: requeue after a small delay if blk_get_request() fails by Bart Van Assche · 8 years ago
  27. 117aceb dm era: save spacemap metadata root after the pre-commit by Somasundaram Krishnasamy · 8 years ago
  28. 948f581 dm thin: fix a memory leak when passing discard bio down by Dennis Yang · 8 years ago
  29. 7d1fedb dm btree: fix for dm_btree_find_lowest_key() by Vinothkumar Raja · 8 years ago
  30. e36215d dm ioctl: remove double parentheses by Matthias Kaehlcke · 8 years ago
  31. 9119fed dm: remove dummy dm_table definition by Mikulas Patocka · 8 years ago
  32. 583fe74 dm crypt: fix large block integrity support by Mikulas Patocka · 8 years ago
  33. 9d609f8 dm integrity: support larger block sizes by Mikulas Patocka · 8 years ago
  34. 56b67a4 dm integrity: various small changes and cleanups by Mikulas Patocka · 8 years ago
  35. e2460f2 dm: mark targets that pass integrity data by Mikulas Patocka · 8 years ago
  36. 3c12016 dm table: replace while loops with for loops by Mikulas Patocka · 8 years ago
  37. 08e0029 blk-mq: remove the error argument to blk_mq_complete_request by Christoph Hellwig · 8 years ago
  38. 8fc7798 dm mpath: don't check for req->errors by Christoph Hellwig · 8 years ago
  39. e0af413 dm rq: don't pass irrelevant error code to blk_mq_complete_request by Christoph Hellwig · 8 years ago
  40. 48920ff block: remove the discard_zeroes_data flag by Christoph Hellwig · 8 years ago
  41. 615ec94 dm kcopyd: switch to use REQ_OP_WRITE_ZEROES by Christoph Hellwig · 8 years ago
  42. ac62d62 dm: support REQ_OP_WRITE_ZEROES by Christoph Hellwig · 8 years ago
  43. 0f5d690 dm io: discards don't take a payload by Christoph Hellwig · 8 years ago
  44. 3deff1a md: support REQ_OP_WRITE_ZEROES by Christoph Hellwig · 8 years ago
  45. 65f619d Merge branch 'for-linus' into for-4.12/block by Jens Axboe · 8 years ago
  46. 6077c2d dm rq: Avoid that request processing stalls sporadically by Bart Van Assche · 8 years ago
  47. fbbaf70 block: trace completion of all bios. by NeilBrown · 8 years ago
  48. cc7e394 dm cache policy smq: make the cleaner policy write-back more aggressively by Joe Thornber · 8 years ago
  49. 449b668 dm cache: set/clear the cache core's dirty_bitset when loading mappings by Joe Thornber · 8 years ago
  50. f363b08 blk-mq: constify struct blk_mq_ops by Eric Biggers · 8 years ago
  51. 7b81ef8 dm raid: select the Kconfig option CONFIG_MD_RAID0 by Mikulas Patocka · 8 years ago
  52. 6e53636 dm raid: add raid4/5/6 journal write-back support via journal_mode option by Heinz Mauelshagen · 8 years ago
  53. 4464e36 dm raid: fix table line argument order in status by Heinz Mauelshagen · 8 years ago
  54. 78e470c md: add raid4/5/6 journal mode switching API by Heinz Mauelshagen · 8 years ago
  55. ff3af92 dm crypt: use shifts instead of sector_div by Mikulas Patocka · 8 years ago
  56. c2bcb2b dm integrity: add recovery mode by Mikulas Patocka · 8 years ago
  57. 1aa0efd dm integrity: factor out create_journal() from dm_integrity_ctr() by Mike Snitzer · 8 years ago
  58. 8f0009a dm crypt: optionally support larger encryption sector size by Milan Broz · 8 years ago
  59. 33d2f09 dm crypt: introduce new format of cipher with "capi:" prefix by Milan Broz · 8 years ago
  60. e889f97 dm crypt: factor IV constructor out to separate function by Milan Broz · 8 years ago
  61. ef43aa3 dm crypt: add cryptographic data integrity protection (authenticated encryption) by Milan Broz · 8 years ago
  62. 7eada90 dm: add integrity target by Mikulas Patocka · 8 years ago
  63. 3009b30 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 8 years ago
  64. 11353b9 md/raid1: fix a trivial typo in comments by Zhilong Liu · 8 years ago
  65. 0977762 md/r5cache: fix set_syndrome_sources() for data in cache by Song Liu · 8 years ago
  66. f5fe1b5 blk: Ensure users for current->bio_list can see the full list. by NeilBrown · 8 years ago
  67. 1345921 md: fix incorrect use of lexx_to_cpu in does_sb_need_changing by Jason Yan · 8 years ago
  68. 3fb632e md: fix super_offset endianness in super_1_rdev_size_change by Jason Yan · 8 years ago
  69. f4b7ac6 drivers/md/bcache/util.h: remove duplicate inclusion of blkdev.h by Masanari Iida · 8 years ago
  70. 61eb2b4 md/raid1/10: fix potential deadlock by Shaohua Li · 8 years ago
  71. 1b3bae4 md: don't impose the MD_SB_DISKS limit on arrays without metadata. by NeilBrown · 8 years ago
  72. c948363 md: move funcs from pers->resize to update_size by Guoqing Jiang · 8 years ago
  73. 75df023 md-cluster: remove useless memset from gather_all_resync_info by Guoqing Jiang · 8 years ago
  74. 9c8043f md-cluster: free md_cluster_info if node leave cluster by Guoqing Jiang · 8 years ago
  75. 99b3d74 md: delete dead code by Shaohua Li · 8 years ago
  76. 6d39978 md/raid10: submit bio directly to replacement disk by Shaohua Li · 8 years ago
  77. 400a0be dm bufio: add sector start offset to dm-bufio interface by Mikulas Patocka · 8 years ago
  78. 9b4b5a7 dm table: add flag to allow target to handle its own integrity metadata by Milan Broz · 8 years ago
  79. b29d498 dm cache: significant rework to leverage dm-bio-prison-v2 by Joe Thornber · 8 years ago
  80. 742c8fd dm bio prison v2: new interface for the bio prison by Joe Thornber · 8 years ago
  81. 1827adb Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  82. ca4c7d7 Merge tag 'dm-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 8 years ago
  83. 0881e7b sched/headers: Prepare to move the get_task_struct()/put_task_struct() and related APIs from <linux/sched.h> to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  84. b2d0910 sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h> by Ingo Molnar · 8 years ago
  85. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  86. 5b3cc15 sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  87. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  88. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  89. e601757 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> by Ingo Molnar · 8 years ago
  90. 0837e49 KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload() by David Howells · 8 years ago
  91. 2664f3c dm raid: bump the target version by Mike Snitzer · 8 years ago
  92. d36a195 dm raid: fix data corruption on reshape request by Heinz Mauelshagen · 8 years ago
  93. ad47047 dm raid: fix raid "check" regression due to improper cleanup in raid_message() by Mike Snitzer · 8 years ago
  94. a682e00 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 8 years ago
  95. 1802979 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  96. 61febef dm-rq: don't dereference request payload after ending request by Jens Axboe · 8 years ago
  97. 1ec4922 md/raid1: fix write behind issues introduced by bio_clone_bioset_partial by Shaohua Li · 8 years ago
  98. aff8da0 md/raid1: handle flush request correctly by Shaohua Li · 8 years ago
  99. d939cdf md/linear: shutup lockdep warnning by Shaohua Li · 8 years ago
  100. 7a771ce Merge tag 'dm-4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 8 years ago