summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | nvmet-rdma: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg2022-02-281-3/+3
| * | | | nvmet-fc: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg2022-02-281-6/+6
| * | | | nvmet: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg2022-02-281-2/+2
| * | | | nvme-fc: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg2022-02-281-8/+8
| * | | | nvme: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg2022-02-281-9/+9
| * | | | nvmet: allow bdev in buffered_io modeChaitanya Kulkarni2022-02-281-0/+8
| * | | | nvmet: use i_size_read() to set size for file-nsChaitanya Kulkarni2022-02-282-14/+5
| * | | | nvme-fabrics: remove unnecessary braces for caseChaitanya Kulkarni2022-02-281-1/+1
| * | | | nvme-fabrics: use consistent zeroout patternChaitanya Kulkarni2022-02-281-2/+1
| * | | | nvme-fabrics: use unsigned int typeChaitanya Kulkarni2022-02-281-1/+1
| * | | | nvme-fabrics: use unsigned int typeChaitanya Kulkarni2022-02-281-1/+1
| * | | | nvme-core: remove unnecessary function parameterChaitanya Kulkarni2022-02-281-5/+3
| * | | | nvme-core: remove unnecessary semicolonChaitanya Kulkarni2022-02-281-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-213-20/+19
|\| | |
| * | | block: pass a block_device and opf to bio_initChristoph Hellwig2022-02-023-10/+8
| * | | block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-023-11/+12
| * | | block: pass a block_device and opf to blk_next_bioChaitanya Kulkarni2022-02-021-3/+3
* | | | nvmet: revert "nvmet: make discovery NQN configurable"Hannes Reinecke2022-03-152-41/+1
| |_|/ |/| |
* | | nvme-tcp: send H2CData PDUs based on MAXH2CDATAVarun Prakash2022-02-231-14/+49
* | | nvme: also mark passthrough-only namespaces ready in nvme_update_ns_infoChristoph Hellwig2022-02-231-3/+3
* | | nvme: don't return an error from nvme_configure_metadataChristoph Hellwig2022-02-231-8/+5
* | | block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig2022-02-172-2/+2
| |/ |/|
* | nvme-tcp: fix bogus request completion when failing to send AERSagi Grimberg2022-02-091-1/+9
* | nvme: add nvme_complete_req tracepoint for batched completionBean Huo2022-02-091-0/+1
* | nvme-fabrics: fix state check in nvmf_ctlr_matches_baseopts()Uday Shankar2022-02-031-0/+1
* | nvme-rdma: fix possible use-after-free in transport error_recovery workSagi Grimberg2022-02-021-0/+1
* | nvme-tcp: fix possible use-after-free in transport error_recovery workSagi Grimberg2022-02-021-0/+1
* | nvme: fix a possible use-after-free in controller reset during loadSagi Grimberg2022-02-021-1/+8
|/
* nvme-fabrics: remove the unneeded ret variable in nvmf_dev_showChangcheng Deng2022-01-271-2/+1
* nvme-pci: add the IGNORE_DEV_SUBNQN quirk for Intel P4500/P4600 SSDsWu Zheng2022-01-271-1/+2
* Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-124-12/+66
|\
| * nvme: add 'iopolicy' module parameterHannes Reinecke2021-12-233-8/+41
| * nvme: drop unused variable ctrl in nvme_setup_cmdGeliang Tang2021-12-231-1/+0
| * nvme: increment request genctr on completionKeith Busch2021-12-232-2/+4
| * nvme-fabrics: print out valid arguments when reading from /dev/nvme-fabricsHannes Reinecke2021-12-231-1/+21
* | Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-125-49/+113
|\ \
| * | nvme-pci: fix queue_rqs list splittingKeith Busch2022-01-051-14/+14
| * | nvme: add support for mq_ops->queue_rqs()Jens Axboe2021-12-161-0/+59
| * | nvme: separate command prep and issueJens Axboe2021-12-161-27/+36
| * | nvme: split command copy into a helperJens Axboe2021-12-161-14/+12
| |/
| * block: remove the gendisk argument to blk_execute_rqChristoph Hellwig2021-11-293-8/+6
| * block: remove the ->rq_disk field in struct requestChristoph Hellwig2021-11-292-4/+4
* | nvmet-tcp: fix possible list corruption for unexpected command failureSagi Grimberg2021-12-081-1/+8
* | nvme: fix use after free when disconnecting a reconnecting ctrlRuozhu Li2021-12-072-1/+2
* | nvme-multipath: set ana_log_size to 0 after free ana_log_bufHou Tao2021-12-071-1/+2
* | nvme: report write pointer for a full zone as zone start + zone lenNiklas Cassel2021-12-061-1/+4
* | nvme: disable namespace access for unsupported metadataKeith Busch2021-12-061-3/+14
* | nvme: show subsys nqn for duplicate cntlidsKeith Busch2021-12-061-2/+3
|/
* nvmet: use IOCB_NOWAIT only if the filesystem supports itMaurizio Lombardi2021-11-251-1/+3
* nvme: fix write zeroes piKlaus Jensen2021-11-231-3/+12