1. 026d15f Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  2. b6ffe9b Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  3. 3a564bb Merge tag 'for-4.13/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 7 years ago
  4. 3908c98 dm zoned: fix overflow when converting zone ID to sectors by Damien Le Moal · 7 years ago
  5. 9d92573 Merge branch 'for-4.13/dax' into libnvdimm-for-next by Dan Williams · 7 years ago
  6. 7184ef8 MD: fix sleep in atomic by Shaohua Li · 7 years ago
  7. 9bd4218 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  8. c6b1e36 Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  9. 81e3e04 Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid by Linus Torvalds · 7 years ago
  10. 4d49f1b dm raid: stop using BUG() in __rdev_sectors() by Heinz Mauelshagen · 7 years ago
  11. 00a0ea3 dm thin: do not queue freed thin mapping for next stage processing by Vallish Vaidyeshwara · 7 years ago
  12. 41341af dm: don't set bounce limit by Christoph Hellwig · 7 years ago
  13. 1bc3cd4 Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  14. 7f053a6a MD: fix a null dereference by Shaohua Li · 7 years ago
  15. c4d097d dm raid: fix oops on upgrading to extended superblock format by Heinz Mauelshagen · 7 years ago
  16. 5a85071 md: use a separate bio_set for synchronous IO. by NeilBrown · 7 years ago
  17. feb7695 dm io: fix duplicate bio completion due to missing ref count by Mike Snitzer · 7 years ago
  18. 7def52b dm integrity: fix to not disable/enable interrupts from interrupt context by Mike Snitzer · 7 years ago
  19. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 7 years ago
  20. 3b1a94c dm zoned: drive-managed zoned block device target by Damien Le Moal · 7 years ago
  21. b73c67c dm kcopyd: add sequential write feature by Damien Le Moal · 7 years ago
  22. 0be12c1 dm linear: add support for zoned block devices by Damien Le Moal · 7 years ago
  23. 124c445 dm flakey: add support for zoned block devices by Damien Le Moal · 7 years ago
  24. 1099930 dm: introduce dm_remap_zone_report() by Damien Le Moal · 7 years ago
  25. 264c869 dm: fix REQ_OP_ZONE_REPORT bio handling by Damien Le Moal · 7 years ago
  26. a4aa5e5 dm: fix REQ_OP_ZONE_RESET bio handling by Damien Le Moal · 7 years ago
  27. dd88d31 dm table: add zoned block devices validation by Damien Le Moal · 7 years ago
  28. 7e3fd85 dm crypt: add big-endian variant of plain64 IV by Milan Broz · 7 years ago
  29. 6e333d0 dm bio prison: use rb_entry() rather than container_of() by Geliang Tang · 7 years ago
  30. 23d70c5 dm ioctl: report event number in DM_LIST_DEVICES by Mikulas Patocka · 8 years ago
  31. fc1841e dm ioctl: add a new DM_DEV_ARM_POLL ioctl by Mikulas Patocka · 7 years ago
  32. 93e6442 dm: add basic support for using the select or poll function by Mikulas Patocka · 8 years ago
  33. f660174 blk-mq: use the introduced blk_mq_unquiesce_queue() by Ming Lei · 7 years ago
  34. 9b10f6a block: remove bio_clone() and all references. by NeilBrown · 7 years ago
  35. 5a136fd bcache: use kmalloc to allocate bio in bch_data_verify() by NeilBrown · 7 years ago
  36. 47e0fb4 blk: make the bioset rescue_workqueue optional. by NeilBrown · 7 years ago
  37. 011067b blk: replace bioset_create_nobvec() with a flags arg to bioset_create() by NeilBrown · 7 years ago
  38. af67c31 blk: remove bio_set arg from blk_queue_split() by NeilBrown · 7 years ago
  39. 8df7202 md: change the initialization value for a spare device spot to MD_DISK_ROLE_SPARE by Lidong Zhong · 7 years ago
  40. 037d2ff md/raid1: remove unused bio in sync_request_write by Guoqing Jiang · 7 years ago
  41. 1cdd125 md/raid10: fix FailFast test for wrong device by Guoqing Jiang · 7 years ago
  42. c27b2d6 Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-4.13/block by Jens Axboe · 7 years ago
  43. abebfbe dm: add ->flush() dax operation support by Dan Williams · 7 years ago
  44. cd15fb6 Revert "dm mirror: use all available legs on multiple failures" by Mike Snitzer · 7 years ago
  45. 047385b dm: missing break in process_queued_bios() by Dan Carpenter · 7 years ago
  46. f9c79bc md: don't use flush_signals in userspace processes by Mikulas Patocka · 7 years ago
  47. cc27b0c md: fix deadlock between mddev_suspend() and md_write_start() by NeilBrown · 7 years ago
  48. fdd050b Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme-base by Christoph Hellwig · 7 years ago
  49. 2ad5060 dm integrity: reject mappings too large for device by Ondrej Mosnáček · 7 years ago
  50. 8f66439 Merge tag 'v4.12-rc5' into for-4.13/block by Jens Axboe · 7 years ago
  51. 7e026c8 dm: add ->copy_from_iter() dax operation support by Dan Williams · 7 years ago
  52. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 7 years ago
  53. fc17b65 blk-mq: switch ->queue_rq return value to blk_status_t by Christoph Hellwig · 7 years ago
  54. 2a842ac block: introduce new block status code type by Christoph Hellwig · 7 years ago
  55. 1be5690 dm: change ->end_io calling convention by Christoph Hellwig · 7 years ago
  56. 846785e dm: don't return errnos from ->map by Christoph Hellwig · 7 years ago
  57. 14ef1e4 dm mpath: merge do_end_io_bio into multipath_end_io_bio by Christoph Hellwig · 7 years ago
  58. 9966afa dm: fix REQ_RAHEAD handling by Christoph Hellwig · 7 years ago
  59. a415c0f md: initialise ->writes_pending in personality modules. by NeilBrown · 7 years ago
  60. e6fd209 md: namespace private helper names by Amir Goldstein · 7 years ago
  61. 60c42a3 Merge tag 'for-4.12/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 7 years ago
  62. 5a8948f md: Make flush bios explicitely sync by Jan Kara · 7 years ago
  63. ff0361b dm: make flush bios explicitly sync by Jan Kara · 7 years ago
  64. e153903 md: report sector of stripes with check mismatches by Nix · 7 years ago
  65. 4179bc3 md: uuid debug statement now in processor byte order. by Kyungchan Koh · 7 years ago
  66. 8c1e2162 dm ioctl: restore __GFP_HIGH in copy_params() by Junaid Shahid · 7 years ago
  67. 702a620 dm integrity: use kvmalloc() instead of dm_integrity_kvmalloc() by Mikulas Patocka · 7 years ago
  68. f52236e dm verity: fix no salt use case by Gilad Ben-Yossef · 7 years ago
  69. 2dffdc0 md-cluster: fix potential lock issue in add_new_disk by Guoqing Jiang · 7 years ago
  70. 8b4822d Merge tag 'md/4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  71. 7e1b952 dm cache: handle kmalloc failure allocating background_tracker struct by Colin Ian King · 8 years ago
  72. 13840d3 dm bufio: make the parameter "retain_bytes" unsigned long by Mikulas Patocka · 7 years ago
  73. f98e0eb dm mpath: multipath_clone_and_map must not return -EIO by Christoph Hellwig · 7 years ago
  74. 18a482f dm mpath: don't return -EIO from dm_report_EIO by Christoph Hellwig · 7 years ago
  75. ece0728 dm rq: add a missing break to map_request by Christoph Hellwig · 7 years ago
  76. 0377a07 dm space map disk: fix some book keeping in the disk space map by Joe Thornber · 7 years ago
  77. 91bcdb9 dm thin metadata: call precommit before saving the roots by Joe Thornber · 7 years ago
  78. 2e63309 dm cache policy smq: don't do any writebacks unless IDLE by Joe Thornber · 7 years ago
  79. 49b7f76 dm cache: simplify the IDLE vs BUSY state calculation by Joe Thornber · 7 years ago
  80. 701e03e4 dm cache: track all IO to the cache rather than just the origin device's IO by Joe Thornber · 7 years ago
  81. 6cf4cc8 dm cache policy smq: stop preemptively demoting blocks by Joe Thornber · 7 years ago
  82. 4d44ec5 dm cache policy smq: put newly promoted entries at the top of the multiqueue by Joe Thornber · 7 years ago
  83. 78c4560 dm cache policy smq: be more aggressive about triggering a writeback by Joe Thornber · 7 years ago
  84. a8cd1eb dm cache policy smq: only demote entries in bottom half of the clean multiqueue by Joe Thornber · 7 years ago
  85. 072792d dm cache: fix incorrect 'idle_time' reset in IO tracker by Joe Thornber · 7 years ago
  86. d82dd0e raid1: prefer disk without bad blocks by Tomasz Majchrzak · 7 years ago
  87. 5ddf044 md/r5cache: handle sync with data in write back cache by Song Liu · 7 years ago
  88. 70d466f md/r5cache: gracefully handle journal device errors for writeback mode by Song Liu · 7 years ago
  89. 23b245c md/raid1/10: avoid unnecessary locking by Shaohua Li · 7 years ago
  90. bb3338d md/raid5-cache: in r5l_do_submit_io(), submit io->split_bio first by Song Liu · 7 years ago
  91. 29efc39 md/md0: optimize raid0 discard handling by Shaohua Li · 7 years ago
  92. 19809c2 mm, vmalloc: use __GFP_HIGHMEM implicitly by Michal Hocko · 7 years ago
  93. bc4e54f drivers/md/bcache/super.c: use kvmalloc by Michal Hocko · 7 years ago
  94. d224e93 drivers/md/dm-ioctl.c: use kvmalloc rather than opencoded variant by Michal Hocko · 7 years ago
  95. 752ade6 treewide: use kv[mz]alloc* rather than opencoded variants by Michal Hocko · 7 years ago
  96. a7c3e90 mm: introduce kv[mz]alloc helpers by Michal Hocko · 7 years ago
  97. 2214c26 md: don't return -EAGAIN in md_allow_write for external metadata arrays by Artur Paszkiewicz · 7 years ago
  98. 044f1da Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  99. 2eecf3a Merge tag 'for-4.12/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 7 years ago
  100. 53ef7d0 Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago