| Commit message (Expand) | Author | Age | Files | Lines |
* | nvmet_fc: fix better length checking | James Smart | 2017-11-16 | 1 | -2/+4 |
* | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 2017-11-14 | 19 | -899/+2474 |
|\ |
|
| * | nvme: fix visibility of "uuid" ns attribute | Martin Wilck | 2017-11-11 | 1 | -1/+1 |
| * | nvme: expose subsys attribute to sysfs | Hannes Reinecke | 2017-11-10 | 1 | -0/+48 |
| * | nvme: create 'slaves' and 'holders' entries for hidden controllers | Hannes Reinecke | 2017-11-10 | 3 | -0/+40 |
| * | nvme: also expose the namespace identification sysfs files for mpath nodes | Christoph Hellwig | 2017-11-10 | 3 | -26/+38 |
| * | nvme: implement multipath access to nvme subsystems | Christoph Hellwig | 2017-11-10 | 5 | -14/+455 |
| * | nvme: track shared namespaces | Christoph Hellwig | 2017-11-10 | 3 | -50/+210 |
| * | nvme: introduce a nvme_ns_ids structure | Christoph Hellwig | 2017-11-10 | 2 | -34/+49 |
| * | nvme: track subsystems | Christoph Hellwig | 2017-11-10 | 3 | -36/+205 |
| * | block, nvme: Introduce blk_mq_req_flags_t | Bart Van Assche | 2017-11-10 | 2 | -4/+6 |
| * | nvmet: kill nvmet_inline_bio_init | Christoph Hellwig | 2017-11-10 | 1 | -14/+4 |
| * | nvmet: better data length validation | Christoph Hellwig | 2017-11-10 | 5 | -25/+34 |
| * | nvme-pci: avoid dereference of symbol from unloaded module | Ming Lei | 2017-11-10 | 1 | -1/+2 |
| * | nvme: send uevent for some asynchronous events | Keith Busch | 2017-11-10 | 2 | -0/+29 |
| * | nvme: unexport starting async event work | Keith Busch | 2017-11-10 | 2 | -8/+1 |
| * | nvme: remove handling of multiple AEN requests | Keith Busch | 2017-11-10 | 6 | -40/+11 |
| * | nvme-fc: remove unused "queue_size" field | Keith Busch | 2017-11-10 | 1 | -6/+3 |
| * | nvme: centralize AEN defines | Keith Busch | 2017-11-10 | 6 | -58/+22 |
| * | nvmet: remove redundant local variable | Sagi Grimberg | 2017-11-10 | 1 | -9/+4 |
| * | nvmet: remove redundant memset if failed to get_smart_log failed | Sagi Grimberg | 2017-11-10 | 1 | -3/+1 |
| * | nvme: fix eui_show() print format | Javier González | 2017-11-10 | 1 | -1/+1 |
| * | nvme: compare NQN string with right size | Javier González | 2017-11-10 | 1 | -1/+1 |
| * | nvmet: fix comment typos in admin-cmd.c | Minwoo Im | 2017-11-10 | 1 | -2/+2 |
| * | nvme-rdma: fix nvme_rdma_create_queue_ib error flow | Max Gurtovoy | 2017-11-10 | 1 | -1/+1 |
| * | nvmet-rdma: update queue list during ib_device removal | Israel Rukshin | 2017-11-10 | 1 | -2/+4 |
| * | nvme-fc: decouple ns references from lldd references | James Smart | 2017-11-10 | 1 | -6/+78 |
| * | nvme-fc: fix localport resume using stale values | James Smart | 2017-11-10 | 1 | -2/+10 |
| * | nvme: check admin passthru command effects | Keith Busch | 2017-11-10 | 2 | -0/+108 |
| * | nvme: factor get log into a helper | Keith Busch | 2017-11-10 | 1 | -6/+13 |
| * | nvme: fix and clarify the check for missing metadata | Christoph Hellwig | 2017-11-10 | 1 | -13/+18 |
| * | nvme: split __nvme_revalidate_disk | Christoph Hellwig | 2017-11-10 | 1 | -23/+26 |
| * | nvme: set the chunk size before freezing the queue | Christoph Hellwig | 2017-11-10 | 1 | -2/+3 |
| * | nvme: don't pass struct nvme_ns to nvme_config_discard | Christoph Hellwig | 2017-11-10 | 1 | -16/+17 |
| * | nvme: don't pass struct nvme_ns to nvme_init_integrity | Christoph Hellwig | 2017-11-10 | 1 | -7/+7 |
| * | nvme: always unregister the integrity profile in __nvme_revalidate_disk | Christoph Hellwig | 2017-11-10 | 1 | -30/+10 |
| * | nvme: move the dying queue check from cancel to completion | Christoph Hellwig | 2017-11-10 | 1 | -6/+3 |
| * | block: add a poll_fn callback to struct request_queue | Christoph Hellwig | 2017-11-03 | 1 | -1/+1 |
| * | Merge branch 'nvme-4.15' of git://git.infradead.org/nvme into for-4.15/block | Jens Axboe | 2017-11-03 | 12 | -491/+1008 |
| |\ |
|
| | * | nvme: comment typo fixed in clearing AER | Minwoo Im | 2017-11-03 | 1 | -1/+1 |
| | * | nvme: Remove unused headers | Keith Busch | 2017-11-01 | 1 | -4/+0 |
| | * | nvmet: fix fatal_err_work deadlock | James Smart | 2017-11-01 | 1 | -2/+14 |
| | * | nvme-fc: add dev_loss_tmo timeout and remoteport resume support | James Smart | 2017-11-01 | 1 | -39/+239 |
| | * | nvme: allow controller RESETTING to RECONNECTING transition | James Smart | 2017-11-01 | 1 | -0/+1 |
| | * | nvme-fc: check connectivity before initiating reconnects | James Smart | 2017-11-01 | 1 | -7/+16 |
| | * | nvme-fc: add a dev_loss_tmo field to the remoteport | James Smart | 2017-11-01 | 1 | -0/+31 |
| | * | nvme-fc: change ctlr state assignments during reset/reconnect | James Smart | 2017-11-01 | 1 | -15/+13 |
| | * | nvme: flush reset_work before safely continuing with delete operation | Sagi Grimberg | 2017-11-01 | 2 | -1/+1 |
| | * | nvme-rdma: reuse nvme_delete_ctrl when reconnect attempts expire | Sagi Grimberg | 2017-11-01 | 1 | -1/+1 |
| | * | nvme: consolidate common code from ->reset_work | Christoph Hellwig | 2017-11-01 | 4 | -21/+4 |