summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
2022-02-28nvme-rdma: add helpers for mapping/unmapping requestMax Gurtovoy
2022-02-28nvmet-tcp: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg
2022-02-28nvmet-rdma: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg
2022-02-28nvmet-fc: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg
2022-02-28nvmet: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg
2022-02-28nvme-fc: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg
2022-02-28nvme: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg
2022-02-28nvmet: allow bdev in buffered_io modeChaitanya Kulkarni
2022-02-28nvmet: use i_size_read() to set size for file-nsChaitanya Kulkarni
2022-02-28nvme-fabrics: remove unnecessary braces for caseChaitanya Kulkarni
2022-02-28nvme-fabrics: use consistent zeroout patternChaitanya Kulkarni
2022-02-28nvme-fabrics: use unsigned int typeChaitanya Kulkarni
2022-02-28nvme-fabrics: use unsigned int typeChaitanya Kulkarni
2022-02-28nvme-core: remove unnecessary function parameterChaitanya Kulkarni
2022-02-28nvme-core: remove unnecessary semicolonChaitanya Kulkarni
2022-02-23nvme-tcp: send H2CData PDUs based on MAXH2CDATAVarun Prakash
2022-02-23nvme: also mark passthrough-only namespaces ready in nvme_update_ns_infoChristoph Hellwig
2022-02-23nvme: don't return an error from nvme_configure_metadataChristoph Hellwig
2022-02-17block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig
2022-02-09nvme-tcp: fix bogus request completion when failing to send AERSagi Grimberg
2022-02-09nvme: add nvme_complete_req tracepoint for batched completionBean Huo
2022-02-03nvme-fabrics: fix state check in nvmf_ctlr_matches_baseopts()Uday Shankar
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2022-02-02block: pass a block_device and opf to blk_next_bioChaitanya Kulkarni
2022-02-02nvme-rdma: fix possible use-after-free in transport error_recovery workSagi Grimberg
2022-02-02nvme-tcp: fix possible use-after-free in transport error_recovery workSagi Grimberg
2022-02-02nvme: fix a possible use-after-free in controller reset during loadSagi Grimberg
2022-01-27nvme-fabrics: remove the unneeded ret variable in nvmf_dev_showChangcheng Deng
2022-01-27nvme-pci: add the IGNORE_DEV_SUBNQN quirk for Intel P4500/P4600 SSDsWu Zheng
2022-01-12Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-01-05nvme-pci: fix queue_rqs list splittingKeith Busch
2021-12-23nvme: add 'iopolicy' module parameterHannes Reinecke
2021-12-23nvme: drop unused variable ctrl in nvme_setup_cmdGeliang Tang
2021-12-23nvme: increment request genctr on completionKeith Busch
2021-12-23nvme-fabrics: print out valid arguments when reading from /dev/nvme-fabricsHannes Reinecke
2021-12-16nvme: add support for mq_ops->queue_rqs()Jens Axboe
2021-12-16nvme: separate command prep and issueJens Axboe
2021-12-16nvme: split command copy into a helperJens Axboe
2021-12-08nvmet-tcp: fix possible list corruption for unexpected command failureSagi Grimberg
2021-12-07nvme: fix use after free when disconnecting a reconnecting ctrlRuozhu Li
2021-12-07nvme-multipath: set ana_log_size to 0 after free ana_log_bufHou Tao
2021-12-06nvme: report write pointer for a full zone as zone start + zone lenNiklas Cassel
2021-12-06nvme: disable namespace access for unsupported metadataKeith Busch
2021-12-06nvme: show subsys nqn for duplicate cntlidsKeith Busch
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig
2021-11-25nvmet: use IOCB_NOWAIT only if the filesystem supports itMaurizio Lombardi
2021-11-23nvme: fix write zeroes piKlaus Jensen