1. 8e5d31e Merge branch 'nvme-4.10' of git://git.infradead.org/nvme into for-linus by Jens Axboe · 8 years ago
  2. 7c3a23b nvmet/fcloop: remove some logically dead code performing redundant ret checks by Colin Ian King · 8 years ago
  3. 6c73f94 nvmet: fix KATO offset in Set Features by Daniel Verkamp · 8 years ago
  4. 17a1ec0 nvme/fc: simplify error handling of nvme_fc_create_hw_io_queues by Johannes Thumshirn · 8 years ago
  5. c703489 nvme/fc: correct some printk information by James Smart · 8 years ago
  6. 2c473a9 nvme/scsi: Remove START STOP emulation by Andy Lutomirski · 8 years ago
  7. ff13b39 nvme/pci: Delete misleading queue-wrap comment by Keith Busch · 8 years ago
  8. 9fa196e nvme/pci: Fix whitespace problem by Max Gurtovoy · 8 years ago
  9. e6282ae nvme: simplify stripe quirk by Keith Busch · 8 years ago
  10. c965809 nvme : Use correct scnprintf in cmb show by Stephen Bates · 8 years ago
  11. 4d5b57e Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  12. cf1b334 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  13. 84b6079 Merge tag 'configfs-for-4.10' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 8 years ago
  14. 512fb1b nvmet_rdma: log the connection reject message by Steve Wise · 8 years ago
  15. 7f03953 nvme-rdma: use rdma connection reject helper functions by Steve Wise · 8 years ago
  16. d2a6191 nvme/pci: Log PCI_STATUS when the controller dies by Andy Lutomirski · 8 years ago
  17. cdb98c2 Revert "nvme: add support for the Write Zeroes command" by Linus Torvalds · 8 years ago
  18. b92e09b Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 8 years ago
  19. 36869cb Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  20. f9d03f9 block: improve handling of the magic discard payload by Christoph Hellwig · 8 years ago
  21. 475d0fe nvme-fabrics: Add FC LLDD loopback driver to test FC-NVME by James Smart · 8 years ago
  22. c534320 nvme-fabrics: Add target support for FC transport by James Smart · 8 years ago
  23. e399441 nvme-fabrics: Add host support for FC transport by James Smart · 8 years ago
  24. 885aa40 nvme-fabrics: patch target code in prep for FC transport support by James Smart · 8 years ago
  25. 721b391 nvme-fabrics: set sqe.command_id in core not transports by James Smart · 8 years ago
  26. 27a4bee nvme-rdma: align to generic ib_event logging helper by Max Gurtovoy · 8 years ago
  27. 675796b nvmet-rdma: align to generic ib_event logging helper by Max Gurtovoy · 8 years ago
  28. d4a5340 nvme-rdma: remove redundant define by Sagi Grimberg · 8 years ago
  29. 6eb7283 nvme-fabrics: Adjust source code indentation by Bart Van Assche · 8 years ago
  30. 6bcb526 nvme/scsi: Remove set-but-not-used variables by Bart Van Assche · 8 years ago
  31. e4fcf07 nvmet: Fix possible infinite loop triggered on hot namespace removal by Solganik Alexander · 8 years ago
  32. f3116d8 nvme-fabrics: Fix a memory leak in an nvmf_create_ctrl() error path by Bart Van Assche · 8 years ago
  33. 8eadfcb nvme-fabrics: Fix memory leaks in nvmf_parse_options() by Bart Van Assche · 8 years ago
  34. 76c08bf nvme-rdma: force queue size to respect controller capability by Samuel Jones · 8 years ago
  35. 70d4281 nvmet-rdma: Fix REJ status code by Bart Van Assche · 8 years ago
  36. a2e7eef nvme: move NVMe class code to pci_ids.h by Christoph Hellwig · 8 years ago
  37. d262920 nvmet: add support for the Write Zeroes command by Chaitanya Kulkarni · 8 years ago
  38. 6d31e3ba nvme: add support for the Write Zeroes command by Chaitanya Kulkarni · 8 years ago
  39. e16769d fs: configfs: don't return anything from drop_link by Andrzej Pietrasiewicz · 8 years ago
  40. 8e53624 lightnvm: eliminate nvm_lun abstraction in mm by Javier González · 8 years ago
  41. 8e79b5c lightnvm: move block provisioning to targets by Javier González · 8 years ago
  42. bb31497 lightnvm: enable to send hint to erase command by Javier González · 8 years ago
  43. 3dc87dd nvme: lightnvm: attach lightnvm sysfs to nvme block device by Matias Bjørling · 8 years ago
  44. 7498e99 nvme: lightnvm: frees wrong cmd structure by Matias Bjørling · 8 years ago
  45. 3a83f46 block: bio: pass bvec table to bio_init() by Ming Lei · 8 years ago
  46. d487562 nvme/pci: Don't free queues on error by Keith Busch · 8 years ago
  47. bac0000 nvme: untangle 0 and BLK_MQ_RQ_QUEUE_OK by Omar Sandoval · 8 years ago
  48. 14c862d nvmet-rdma: drain the queue-pair just before freeing it by Sagi Grimberg · 8 years ago
  49. c8dbc37 nvme-rdma: stop and free io queues on connect failure by Steve Wise · 8 years ago
  50. 766dbb1 nvmet-rdma: don't forget to delete a queue from the list of connection failed by Sagi Grimberg · 8 years ago
  51. 8242dda nvmet: Don't queue fatal error work if csts.cfs is set by Sagi Grimberg · 8 years ago
  52. 553cd9e nvme-rdma: reject non-connect commands before the queue is live by Christoph Hellwig · 8 years ago
  53. fa14a0a nvmet-rdma: Fix possible NULL deref when handling rdma cm events by Bart Van Assche · 8 years ago
  54. 409ae5a lightnvm: invalid offset calculation for lba_shift by Matias Bjørling · 8 years ago
  55. bbd7bb7 block: move poll code to blk-mq by Jens Axboe · 8 years ago
  56. 7bf5853 nvme: don't pass the full CQE to nvme_complete_async_event by Christoph Hellwig · 8 years ago
  57. d49187e nvme: introduce struct nvme_request by Christoph Hellwig · 8 years ago
  58. a6eaa88 nvme: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq code by Bart Van Assche · 8 years ago
  59. 3174dd3 nvme: Fix a race condition related to stopping queues by Bart Van Assche · 8 years ago
  60. 2b053ac blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request() by Bart Van Assche · 8 years ago
  61. 9b7dd57 blk-mq: Remove blk_mq_cancel_requeue_work() by Bart Van Assche · 8 years ago
  62. 70fd761 block,fs: use REQ_* flags directly by Christoph Hellwig · 8 years ago
  63. e806402 block: split out request-only flags into a new namespace by Christoph Hellwig · 8 years ago
  64. ecd06f2 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  65. e9c9346 nvmet: use symbolic constants for CNS values by Christoph Hellwig · 8 years ago
  66. fa60682 nvme: use symbolic constants for CNS values by Christoph Hellwig · 8 years ago
  67. a446c08 nvme.h: resync with nvme-cli by Christoph Hellwig · 8 years ago
  68. 8ef2074 nvme: Add tertiary number to NVME_VS by Gabriel Krisman Bertazi · 8 years ago
  69. 202021c nvme : Add sysfs entry for NVMe CMBs when appropriate by Stephen Bates · 8 years ago
  70. c5f6ce9 nvme: don't schedule multiple resets by Keith Busch · 8 years ago
  71. 7065906 nvme: Delete created IO queues on reset by Keith Busch · 8 years ago
  72. 0df1e4f nvme: Stop probing a removed device by Keith Busch · 8 years ago
  73. 2b6b535 nvme: use the DMA_ATTR_NO_WARN attribute by Mauricio Faria de Oliveira · 8 years ago
  74. 12e3d3c Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  75. b9044ac Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  76. 513a4be Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  77. 1a6fe74 nvme: Pass pointers, not dma addresses, to nvme_get/set_features() by Andy Lutomirski · 8 years ago
  78. 26501db nvme/scsi: Remove power management support by Andy Lutomirski · 8 years ago
  79. 2e5d0ba nvmet: Make dsm number of ranges zero based by Alexander Solganik · 8 years ago
  80. 9b349b0 nvmet: Use direct IO for writes by Sagi Grimberg · 8 years ago
  81. 2d79c7d admin-cmd: Added smart-log command support. by Chaitanya Kulkarni · 8 years ago
  82. 478bcb9 nvme-fabrics: Add host_traddr options field to host infrastructure by James Smart · 8 years ago
  83. 4a9f05c nvme-fabrics: revise host transport option descriptions by James Smart · 8 years ago
  84. 0fe51ff nvme-fabrics: rework nvmf_get_address() for variable options by James Smart · 8 years ago
  85. 11975e0 nvme-rdma: use IB_PD_UNSAFE_GLOBAL_RKEY by Christoph Hellwig · 8 years ago
  86. ed082d3 IB/core: add support to create a unsafe global rkey to ib_create_pd by Christoph Hellwig · 8 years ago
  87. 3b4ac78 nvme-rdma: only clear queue flags after successful connect by Sagi Grimberg · 8 years ago
  88. 40267ef lightnvm: expose device geometry through sysfs by Simon A. F. Lund · 8 years ago
  89. b0b4e09 lightnvm: control life of nvm_dev in driver by Matias Bjørling · 8 years ago
  90. ac81bfa9 nvme: refactor namespaces to support non-gendisk devices by Matias Bjørling · 8 years ago
  91. 4662660 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  92. b5af7f2 nvme: remove the post_scan callout by Christoph Hellwig · 8 years ago
  93. dca51e7 nvme: switch to use pci_alloc_irq_vectors by Christoph Hellwig · 8 years ago
  94. 7d7e0f9 blk-mq: remove ->map_queue by Christoph Hellwig · 8 years ago
  95. 3bc42f3 Merge branch 'nvmf-4.8-rc' of git://git.infradead.org/nvme-fabrics into for-linus by Jens Axboe · 8 years ago
  96. 2cfe199 nvme-rdma: add back dependency on CONFIG_BLOCK by Arnd Bergmann · 8 years ago
  97. 1bda18d nvme-rdma: fix null pointer dereference on req->mr by Colin Ian King · 8 years ago
  98. e87a911 nvme-rdma: use ib_client API to detect device removal by Steve Wise · 8 years ago
  99. e89ca58 nvme-rdma: add DELETING queue flag by Sagi Grimberg · 8 years ago
  100. bd0b841 nvme: make NVME_RDMA depend on BLOCK by Linus Torvalds · 8 years ago