1. 8c7a8d1 lib/scatterlist: Fix chaining support in sgl_alloc_order() by Bart Van Assche · 7 years ago
  2. 9b9c63f7 Merge branch 'nvme-4.16' of git://git.infradead.org/nvme into for-4.16/block by Jens Axboe · 7 years ago
  3. 88de459 nvme-pci: clean up SMBSZ bit definitions by Christoph Hellwig · 7 years ago
  4. f65efd6 nvme-pci: clean up CMB initialization by Christoph Hellwig · 7 years ago
  5. 0fd997d nvme-fc: correct hang in nvme_ns_remove() by James Smart · 7 years ago
  6. d625d05 nvme-fc: fix rogue admin cmds stalling teardown by James Smart · 7 years ago
  7. 396eaf2 blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedback by Ming Lei · 7 years ago
  8. 85cf955 aoe: use ktime_t instead of timeval by Tina Ruchandani · 7 years ago
  9. 423b4487 nvmet: release a ns reference in nvmet_req_uninit if needed by Sagi Grimberg · 7 years ago
  10. df351ef nvme-fabrics: fix memory leak when parsing host ID option by Roland Dreier · 7 years ago
  11. 8adb8c1 nvme: fix comment typos in nvme_create_io_queues by Minwoo Im · 7 years ago
  12. b227c59 nvme: host delete_work and reset_work on separate workqueues by Roy Shterman · 7 years ago
  13. c100ec4 dm: fix incomplete request_queue initialization by Mike Snitzer · 7 years ago
  14. 147b27e nvme-pci: allocate device queues storage space at probe by Sagi Grimberg · 7 years ago
  15. 79c48cc nvme-pci: serialize pci resets by Sagi Grimberg · 7 years ago
  16. 33f782c null_blk: remove explicit 'select FAULT_INJECTION' by Arnd Bergmann · 7 years ago
  17. a127567 dm mpath: Use blk_path_error by Keith Busch · 7 years ago
  18. e1f425e nvme/multipath: Use blk_path_error by Keith Busch · 7 years ago
  19. 908e456 nvme/multipath: Consult blk_status_t for failover by Keith Busch · 7 years ago
  20. e96fef2 nvme: Add more command status translation by Keith Busch · 7 years ago
  21. 93b5704 null_blk: add option for managing IO timeouts by Jens Axboe · 7 years ago
  22. 5448aca null_blk: wire up timeouts by Jens Axboe · 7 years ago
  23. 3609c47 bcache: closures: move control bits one bit right by Michael Lyle · 7 years ago
  24. 616486a bcache: fix writeback target calc on large devices by Michael Lyle · 7 years ago
  25. 5138ac6 bcache: fix misleading error message in bch_count_io_errors() by Coly Li · 7 years ago
  26. 2831231 bcache: reduce cache_set devices iteration by devices_max_used by Coly Li · 7 years ago
  27. b40503e bcache: fix unmatched generic_end_io_acct() & generic_start_io_acct() by Zhai Zhaoxuan · 7 years ago
  28. ce439bf bcache: mark closure_sync() __sched by Kent Overstreet · 7 years ago
  29. e4bf791 bcache: Fix, improve efficiency of closure_sync() by Kent Overstreet · 7 years ago
  30. b1092c9 bcache: allow quick writeback when backing idle by Michael Lyle · 7 years ago
  31. 6e6ccc6 bcache: writeback: properly order backing device IO by Michael Lyle · 7 years ago
  32. 539d39e bcache: fix wrong return value in bch_debug_init() by Tang Junhui · 7 years ago
  33. 4eca1cb bcache: segregate flash only volume write streams by Tang Junhui · 7 years ago
  34. 9d13411 bcache: Use PTR_ERR_OR_ZERO() by Vasyl Gomonovych · 7 years ago
  35. 8d29c44 bcache: stop writeback thread after detaching by Tang Junhui · 7 years ago
  36. b221fc1 bcache: ret IOERR when read meets metadata error by Rui Hua · 7 years ago
  37. b837b28 nvme: fix subsystem multiple controllers support check by Israel Rukshin · 7 years ago
  38. 85088c4 nvme: take refcount on transport module by Nitzan Carmi · 7 years ago
  39. 2b1b7e7 nvme-pci: fix NULL pointer reference in nvme_alloc_ns by Jianchao Wang · 7 years ago
  40. 1a3838d nvme: modify the debug level for setting shutdown timeout by Max Gurtovoy · 7 years ago
  41. 4caff8f nvme-pci: don't open-code nvme_reset_ctrl by Sagi Grimberg · 7 years ago
  42. 6b1943a nvmet: rearrange nvmet_ctrl_free() by Israel Rukshin · 7 years ago
  43. eca19dc nvmet: fix error flow in nvmet_alloc_ctrl() by Israel Rukshin · 7 years ago
  44. 6fbcde6 nvme-pci: remove an unnecessary initialization in HMB code by Minwoo Im · 7 years ago
  45. 0de5cd3 nvme-fabrics: protect against module unload during create_ctrl by Roy Shterman · 7 years ago
  46. 9ce1f2e nvmet-fc: cleanup nvmet add_port/remove_port by James Smart · 7 years ago
  47. b6f8077 nvme_fcloop: refactor host/target io job access by James Smart · 7 years ago
  48. 24431d6 nvme_fcloop: rework to remove xxx_IN_ISR feature flags by James Smart · 7 years ago
  49. 6fda202 nvme_fcloop: disassocate local port structs by James Smart · 7 years ago
  50. 278e096 nvme_fcloop: fix abort race condition by James Smart · 7 years ago
  51. 6a1c57a nvmet: lower log level for each queue creation by Sagi Grimberg · 7 years ago
  52. 424125a nvmet-rdma: lowering log level for chatty debug messages by Sagi Grimberg · 7 years ago
  53. cb4876e nvmet-rdma: removed queue cleanup from module exit by Sagi Grimberg · 7 years ago
  54. 14db491 target: Use sgl_alloc_order() and sgl_free() by Bart Van Assche · 7 years ago
  55. 68c6e9c nvmet/rdma: Use sgl_alloc() and sgl_free() by Bart Van Assche · 7 years ago
  56. 4442b56 nvmet/fc: Use sgl_alloc() and sgl_free() by Bart Van Assche · 7 years ago
  57. 91f7b74 DAC960: split up ioctl function to reduce stack size by Arnd Bergmann · 7 years ago
  58. 92681ec dm-crypt: don't clear bvec->bv_page in crypt_free_buffer_pages() by Ming Lei · 7 years ago
  59. 25d8be7 block: move bio_alloc_pages() to bcache by Ming Lei · 7 years ago
  60. c2421ed bcache: comment on direct access to bvec table by Ming Lei · 7 years ago
  61. 8f50e35 dm: limit the max bio size as BIO_MAX_PAGES * PAGE_SIZE by Ming Lei · 7 years ago
  62. 263663c block: convert to bio_first_bvec_all & bio_first_page_all by Ming Lei · 7 years ago
  63. 882d417 pktcdvd: Fix a recently introduced NULL pointer dereference by Bart Van Assche · 7 years ago
  64. 5a0ec38 pktcdvd: Fix pkt_setup_dev() error path by Bart Van Assche · 7 years ago
  65. 8b7bc84 lightnvm: pblk: refactor pblk_ppa_comp function by Matias Bjørling · 7 years ago
  66. 998ba62 lightnvm: pblk: add iostat support by Javier González · 7 years ago
  67. 30d82a86 lightnvm: pblk: print instance name on instance info by Javier González · 7 years ago
  68. c6847e4 lightnvm: pblk: free write buffer on init failure by Javier González · 7 years ago
  69. cc4f5ba lightnvm: pblk: ensure kthread alloc. before kicking it by Javier González · 7 years ago
  70. 8f55459 lightnvm: pblk: do not log recovery read errors by Javier González · 7 years ago
  71. 5d201f0 lightnvm: pblk: ignore high ecc errors on recovery by Javier González · 7 years ago
  72. e539273 lightnvm: set target over-provision on create ioctl by Javier González · 7 years ago
  73. a768993 lightnvm: pblk: use exact free block counter in RL by Javier González · 7 years ago
  74. aed49e1 lightnvm: pblk: remove pblk_gc_stop by Hans Holmberg · 7 years ago
  75. b36bbf9 lightnvm: pblk: prevent premature sync point resets by Hans Holmberg · 7 years ago
  76. 533657c1 lightnvm: pblk: clear flush point on completed writes by Hans Holmberg · 7 years ago
  77. 8154d29 lightnvm: pblk: rename sync_point to flush_point by Hans Holmberg · 7 years ago
  78. 06bc072 lightnvm: pblk: refactor emeta consistency check by Hans Holmberg · 7 years ago
  79. d6d3ec2 lightnvm: pblk: remove pblk_for_each_lun helper by Javier González · 7 years ago
  80. b1bcfda lightnvm: pblk: compress and reorder helper functions by Javier González · 7 years ago
  81. bd77b23 lightnvm: guarantee target unique name across devs. by Javier González · 7 years ago
  82. e29c80e lightnvm: refactor target type lookup by Javier González · 7 years ago
  83. fae7fae lightnvm: make geometry structures 2.0 ready by Matias Bjørling · 7 years ago
  84. bb27aa9 lightnvm: remove lower page tables by Matias Bjørling · 7 years ago
  85. e3e13bc lightnvm: remove hybrid ocssd 1.2 support by Matias Bjørling · 7 years ago
  86. 26f76dc lightnvm: use internal pblk methods by Matias Bjørling · 7 years ago
  87. aba203d lightnvm: remove rrpc by Matias Bjørling · 7 years ago
  88. 74ede5a null_blk: remove lightnvm support by Matias Bjørling · 7 years ago
  89. 6ba64fe Merge branch 'WIP.x86-pti.base.prep-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  90. c437279 Merge tag 'dmaengine-fix-4.15-rc4' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 7 years ago
  91. 1784f91 drivers/misc/intel/pti: Rename the header file to free up the namespace by Ingo Molnar · 7 years ago
  92. f3b5ad8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
  93. f25e229 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 7 years ago
  94. 7a3c296 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  95. c36c7a7 Merge tag 'usb-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago
  96. a84ec72 Merge tag 'staging-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 7 years ago
  97. d6e47ee Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  98. ee1b43e Merge tag 'for-4.15/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 7 years ago
  99. 66dbbd7 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  100. 07a20ed Merge tag 'mmc-v4.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 7 years ago