aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-08nvmet-tcp: fix possible list corruption for unexpected command failureSagi Grimberg1-1/+8
2021-12-07nvme: fix use after free when disconnecting a reconnecting ctrlRuozhu Li2-1/+2
2021-12-07nvme-multipath: set ana_log_size to 0 after free ana_log_bufHou Tao1-1/+2
2021-12-06nvme: report write pointer for a full zone as zone start + zone lenNiklas Cassel1-1/+4
2021-12-06nvme: disable namespace access for unsupported metadataKeith Busch1-3/+14
2021-12-06nvme: show subsys nqn for duplicate cntlidsKeith Busch1-2/+3
2021-11-25nvmet: use IOCB_NOWAIT only if the filesystem supports itMaurizio Lombardi1-1/+3
2021-11-23nvme: fix write zeroes piKlaus Jensen1-3/+12
2021-11-23nvme-fabrics: ignore invalid fast_io_fail_tmo valuesMaurizio Lombardi1-0/+3
2021-11-23nvme-pci: add NO APST quirk for Kioxia deviceEnzo Matsumiya1-0/+14
2021-11-23nvme-tcp: fix memory leak when freeing a queueMaurizio Lombardi1-0/+6
2021-11-23nvme-tcp: validate R2T PDU in nvme_tcp_handle_r2t()Varun Prakash1-31/+24
2021-11-23nvmet-tcp: fix incomplete data digest sendVarun Prakash1-1/+6
2021-11-23nvmet-tcp: fix memory leak when performing a controller resetMaurizio Lombardi1-1/+4
2021-11-23nvmet-tcp: add an helper to free the cmd buffersMaurizio Lombardi1-9/+19
2021-11-23nvmet-tcp: fix a race condition between release_queue and io_workMaurizio Lombardi1-1/+3
2021-11-09Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+4
2021-11-09nvme: wait until quiesce is doneMing Lei1-0/+4
2021-11-01Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2021-11-01Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2021-11-01Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds18-39/+259
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds10-69/+161
2021-10-27nvmet-tcp: fix header digest verificationAmit Engel1-1/+1
2021-10-27nvmet: use flex_array_size and struct_sizeLen Baker2-2/+2
2021-10-27nvmet: register discovery subsystem as 'current'Hannes Reinecke2-6/+12
2021-10-27nvmet: switch check for subsystem typeHannes Reinecke1-1/+1
2021-10-27nvmet-tcp: fix data digest pointer calculationVarun Prakash1-1/+1
2021-10-27nvme-tcp: fix data digest pointer calculationVarun Prakash1-1/+1
2021-10-27nvme-tcp: fix possible req->offset corruptionVarun Prakash1-1/+2
2021-10-26nvme-tcp: fix H2CData PDU send accounting (again)Sagi Grimberg1-1/+3
2021-10-26nvmet-tcp: fix a memory leak when releasing a queueMaurizio Lombardi1-0/+3
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe1-2/+2
2021-10-20nvmet: use struct_size over open coded arithmeticLen Baker1-2/+2
2021-10-20nvme: drop scan_lock and always kick requeue list when removing namespacesHannes Reinecke1-5/+4
2021-10-20nvme-pci: clear shadow doorbell memory on resetsKeith Busch1-1/+8
2021-10-20nvme-rdma: fix error code in nvme_rdma_setup_ctrlMax Gurtovoy1-0/+2
2021-10-20nvme-multipath: add error handling support for add_disk()Luis Chamberlain1-2/+12
2021-10-20nvmet: use macro definitions for setting cmic valueMax Gurtovoy1-1/+2
2021-10-20nvmet: use macro definition for setting nmic valueMax Gurtovoy1-1/+1
2021-10-20nvme: display correct subsystem NQNHannes Reinecke5-4/+11
2021-10-20nvme: Add connect option 'discovery'Hannes Reinecke3-1/+13
2021-10-20nvme: expose subsystem type in sysfs attribute 'subsystype'Hannes Reinecke2-0/+28
2021-10-20nvmet: set 'CNTRLTYPE' in the identify controller dataHannes Reinecke3-1/+9
2021-10-20nvmet: add nvmet_is_disc_subsys() helperHannes Reinecke3-4/+9
2021-10-20nvmet: make discovery NQN configurableHannes Reinecke2-1/+41
2021-10-20nvmet-rdma: implement get_max_queue_size controller opMax Gurtovoy1-0/+6
2021-10-20nvmet: add get_max_queue_size op for controllersMax Gurtovoy2-3/+6
2021-10-20nvme-rdma: limit the maximal queue size for RDMA controllersMax Gurtovoy1-0/+7
2021-10-20nvmet-tcp: fix use-after-free when a port is removedIsrael Rukshin1-0/+16
2021-10-20nvmet-rdma: fix use-after-free when a port is removedIsrael Rukshin1-0/+24