Age | Commit message (Expand) | Author |
2021-03-18 | nvmet-tcp: fix kmap leak when data digest in use | Elad Grupi |
2021-03-18 | nvmet: don't check iosqes,iocqes for discovery controllers | Sagi Grimberg |
2021-03-18 | nvme-fabrics: only reserve a single tag | Christoph Hellwig |
2021-03-12 | Merge tag 'nvme-5.12-2021-03-12' of git://git.infradead.org/nvme into block-5.12 | Jens Axboe |
2021-03-11 | block: rename BIO_MAX_PAGES to BIO_MAX_VECS | Christoph Hellwig |
2021-03-11 | nvme-rdma: Fix a use after free in nvmet_rdma_write_data_done | Lv Yunlong |
2021-03-05 | nvmet: model_number must be immutable once set | Max Gurtovoy |
2021-02-26 | block: Add bio_max_segs | Matthew Wilcox (Oracle) |
2021-02-21 | Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-02-21 | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-02-10 | nvmet: remove else at the end of the function | Chaitanya Kulkarni |
2021-02-10 | nvmet: add nvmet_req_subsys() helper | Chaitanya Kulkarni |
2021-02-10 | nvmet: use min of device_path and disk len | Chaitanya Kulkarni |
2021-02-10 | nvmet: use invalid cmd opcode helper | Chaitanya Kulkarni |
2021-02-10 | nvmet: use invalid cmd opcode helper | Chaitanya Kulkarni |
2021-02-10 | nvmet: add helper to report invalid opcode | Chaitanya Kulkarni |
2021-02-10 | nvmet: remove extra variable in id-ns handler | Chaitanya Kulkarni |
2021-02-10 | nvmet: make nvmet_find_namespace() req based | Chaitanya Kulkarni |
2021-02-10 | nvmet: return uniform error for invalid ns | Chaitanya Kulkarni |
2021-02-10 | nvmet: set status to 0 in case for invalid nsid | Chaitanya Kulkarni |
2021-02-10 | nvmet-fc: add a missing __rcu annotation to nvmet_fc_tgt_assoc.queues | Christoph Hellwig |
2021-02-10 | nvmet-tcp: fix potential race of tcp socket closing accept_work | Sagi Grimberg |
2021-02-10 | nvmet-tcp: fix receive data digest calculation for multiple h2cdata PDUs | Sagi Grimberg |
2021-02-03 | nvmet-tcp: fix out-of-bounds access when receiving multiple h2cdata PDUs | Sagi Grimberg |
2021-02-02 | nvmet: add lba to sect conversion helpers | Chaitanya Kulkarni |
2021-02-02 | nvmet: remove extra variable in identify ns | Chaitanya Kulkarni |
2021-02-02 | nvmet: remove extra variable in id-desclist | Chaitanya Kulkarni |
2021-02-02 | nvmet: remove extra variable in smart log nsid | Chaitanya Kulkarni |
2021-02-02 | nvme: constify static attribute_group structs | Rikard Falkeborn |
2021-02-02 | nvmet-fc: use RCU proctection for assoc_list | Leonid Ravich |
2021-02-02 | nvmet: Fix nvmet_is_port_enabled indentation | Israel Rukshin |
2021-02-02 | nvmet: Use nvmet_is_port_enabled helper for pi_enable | Israel Rukshin |
2021-01-27 | block: use an on-stack bio in blkdev_issue_flush | Christoph Hellwig |
2021-01-24 | block: remove unnecessary argument from blk_execute_rq_nowait | Guoqing Jiang |
2021-01-18 | nvmet: set right status on error in id-ns handler | Chaitanya Kulkarni |
2021-01-14 | nvmet-rdma: Fix NULL deref when setting pi_enable and traddr INADDR_ANY | Israel Rukshin |
2021-01-06 | nvmet-rdma: Fix list_del corruption on queue establishment failure | Israel Rukshin |
2021-01-06 | nvme-fcloop: Fix sscanf type and list_first_entry_or_null warnings | James Smart |
2020-12-16 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2020-12-16 | Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-12-07 | nvme-loop: use blk_mq_hctx_set_fq_lock_class to set loop's lock class | Ming Lei |
2020-12-01 | block: switch partition lookup to use struct block_device | Christoph Hellwig |
2020-12-01 | nvmet: fix a spelling mistake "incuding" -> "including" in Kconfig | Colin Ian King |
2020-12-01 | nvmet: make sure discovery change log event is protected | Max Gurtovoy |
2020-12-01 | nvmet: remove unused ctrl->cqs | Amit |
2020-12-01 | nvmet: use inline bio for passthru fast path | Chaitanya Kulkarni |
2020-12-01 | nvmet: use blk_rq_bio_prep instead of blk_rq_append_bio | Chaitanya Kulkarni |
2020-12-01 | nvmet: remove op_flags for passthru commands | Chaitanya Kulkarni |
2020-12-01 | nvme: split nvme_alloc_request() | Chaitanya Kulkarni |
2020-12-01 | nvmet: add passthru io timeout value attr | Chaitanya Kulkarni |