aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-20nvmet: fix use-after-free when a port is removedIsrael Rukshin1-0/+2
2021-10-20nvme-fc: add support for ->map_queuesSaurav Kashyap1-0/+24
2021-10-20nvme: generate uevent once a multipath namespace is operational againHannes Reinecke1-2/+5
2021-10-19nvme: loop: clear NVME_CTRL_ADMIN_Q_STOPPED after admin queue is reallocatedMing Lei1-0/+2
2021-10-19nvme: paring quiesce/unquiesceMing Lei2-4/+10
2021-10-19nvme: prepare for pairing quiescing and unquiescingMing Lei1-21/+31
2021-10-19nvme: apply nvme API to quiesce/unquiesce admin queueMing Lei6-26/+26
2021-10-19nvme: add APIs for stopping/starting admin queueMing Lei2-0/+14
2021-10-19nvme: don't memset() the normal read/write commandJens Axboe1-2/+6
2021-10-19nvme: move command clear into the various setup helpersJens Axboe2-3/+9
2021-10-18nvmet: use bdev_nr_bytes instead of open coding itChristoph Hellwig1-2/+2
2021-10-18nvme: wire up completion batching for the IRQ pathJens Axboe1-1/+5
2021-10-18nvme: add support for batched completion of polled IOJens Axboe3-12/+51
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe3-4/+4
2021-10-18nvme-multipath: enable polled I/OChristoph Hellwig1-1/+15
2021-10-18block: switch polling to be bio basedChristoph Hellwig1-4/+2