| Commit message (Expand) | Author | Age | Files | Lines |
* | nvmet-rdma: Fix list_del corruption on queue establishment failure | Israel Rukshin | 2021-01-06 | 1 | -0/+10 |
* | nvme-fcloop: Fix sscanf type and list_first_entry_or_null warnings | James Smart | 2021-01-06 | 1 | -3/+4 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2020-12-16 | 1 | -1/+2 |
|\ |
|
| * | RDMA/core: remove use of dma_virt_ops | Christoph Hellwig | 2020-11-17 | 1 | -1/+2 |
* | | Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-12-16 | 8 | -35/+147 |
|\ \ |
|
| * | | nvmet: fix a spelling mistake "incuding" -> "including" in Kconfig | Colin Ian King | 2020-12-01 | 1 | -1/+1 |
| * | | nvmet: make sure discovery change log event is protected | Max Gurtovoy | 2020-12-01 | 1 | -0/+1 |
| * | | nvmet: remove unused ctrl->cqs | Amit | 2020-12-01 | 2 | -14/+2 |
| * | | nvmet: use inline bio for passthru fast path | Chaitanya Kulkarni | 2020-12-01 | 2 | -3/+10 |
| * | | nvmet: use blk_rq_bio_prep instead of blk_rq_append_bio | Chaitanya Kulkarni | 2020-12-01 | 1 | -6/+2 |
| * | | nvmet: remove op_flags for passthru commands | Chaitanya Kulkarni | 2020-12-01 | 1 | -7/+1 |
| * | | nvme: split nvme_alloc_request() | Chaitanya Kulkarni | 2020-12-01 | 1 | -1/+1 |
| * | | nvmet: add passthru io timeout value attr | Chaitanya Kulkarni | 2020-12-01 | 3 | -1/+23 |
| * | | nvmet: add passthru admin timeout value attr | Chaitanya Kulkarni | 2020-12-01 | 3 | -0/+27 |
| * | | nvme: use consistent macro name for timeout | Chaitanya Kulkarni | 2020-12-01 | 1 | -1/+1 |
| * | | nvme-fcloop: add sysfs attribute to inject command drop | James Smart | 2020-12-01 | 1 | -2/+79 |
| |/ |
|
* | | nvme-loop: use blk_mq_hctx_set_fq_lock_class to set loop's lock class | Ming Lei | 2020-12-07 | 1 | -0/+10 |
* | | block: switch partition lookup to use struct block_device | Christoph Hellwig | 2020-12-01 | 1 | -10/+10 |
|/ |
|
* | nvmet: fix a NULL pointer dereference when tracing the flush command | Chaitanya Kulkarni | 2020-10-27 | 2 | -16/+9 |
* | nvmet: don't use BLK_MQ_REQ_NOWAIT for passthru | Chaitanya Kulkarni | 2020-10-22 | 1 | -1/+1 |
* | nvmet: cleanup nvmet_passthru_map_sg() | Logan Gunthorpe | 2020-10-22 | 1 | -3/+4 |
* | nvmet: limit passthru MTDS by BIO_MAX_PAGES | Logan Gunthorpe | 2020-10-22 | 1 | -1/+8 |
* | nvmet: fix uninitialized work for zero kato | zhenwei pi | 2020-10-22 | 1 | -1/+2 |
* | nvme-loop: don't put ctrl on nvme_init_ctrl error | Chaitanya Kulkarni | 2020-10-07 | 1 | -2/+2 |
* | nvmet-fc: fix missing check for no hostport struct | James Smart | 2020-09-27 | 1 | -1/+1 |
* | nvmet: add passthru ZNS support | Chaitanya Kulkarni | 2020-09-27 | 1 | -0/+16 |
* | nvmet: handle keep-alive timer when kato is modified by a set features cmd | Amit Engel | 2020-09-27 | 3 | -2/+6 |
* | nvmet-tcp: have queue io_work context run on sock incoming cpu | Mark Wunderlich | 2020-09-27 | 1 | -11/+10 |
* | nvme: lift the file open code from nvme_ctrl_get_by_path | Chaitanya Kulkarni | 2020-09-27 | 1 | -11/+16 |
* | Merge tag 'block-5.9-2020-09-22' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-09-22 | 1 | -0/+2 |
|\ |
|
| * | nvmet: get transport reference for passthru ctrl | Christoph Hellwig | 2020-09-17 | 1 | -0/+2 |
* | | Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-09-04 | 2 | -3/+11 |
|\| |
|
| * | nvmet-fc: Fix a missed _irqsave version of spin_lock in 'nvmet_fc_fod_op_done()' | Christophe JAILLET | 2020-08-28 | 1 | -2/+2 |
| * | nvmet-tcp: Fix NULL dereference when a connect data comes in h2cdata pdu | Ziye Yang | 2020-08-28 | 1 | -1/+9 |
* | | Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-08-24 | 4 | -9/+25 |
|\| |
|
| * | nvmet: Disable keep-alive timer when kato is cleared to 0h | Amit Engel | 2020-08-21 | 1 | -0/+6 |
| * | nvme: rename and document nvme_end_request | Christoph Hellwig | 2020-08-21 | 1 | -1/+1 |
| * | nvmet: call blk_mq_free_request() directly | Chaitanya Kulkarni | 2020-08-21 | 1 | -3/+3 |
| * | nvmet: fix oops in pt cmd execution | Chaitanya Kulkarni | 2020-08-21 | 1 | -3/+3 |
| * | nvmet: add ns tear down label for pt-cmd handling | Chaitanya Kulkarni | 2020-08-21 | 1 | -4/+5 |
| * | nvmet-passthru: Reject commands with non-sgl flags set | Logan Gunthorpe | 2020-08-21 | 1 | -0/+8 |
| * | nvmet: fix a memory leak | Sagi Grimberg | 2020-08-21 | 1 | -0/+1 |
* | | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-23 | 4 | -5/+4 |
|/ |
|
* | nvme-loop: remove extra variable in create ctrl | Chaitanya Kulkarni | 2020-07-29 | 1 | -8/+6 |
* | nvme-loop: set ctrl state connecting after init | Chaitanya Kulkarni | 2020-07-29 | 1 | -0/+3 |
* | nvmet: introduce the passthru Kconfig option | Chaitanya Kulkarni | 2020-07-29 | 1 | -0/+12 |
* | nvmet: introduce the passthru configfs interface | Logan Gunthorpe | 2020-07-29 | 2 | -0/+100 |
* | nvmet: Add passthru enable/disable helpers | Logan Gunthorpe | 2020-07-29 | 4 | -1/+111 |
* | nvmet: add passthru code to process commands | Logan Gunthorpe | 2020-07-29 | 5 | -2/+506 |
* | nvmet-fc: remove redundant del_work_active flag | James Smart | 2020-07-29 | 1 | -24/+3 |