aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2021-11-25nvmet: use IOCB_NOWAIT only if the filesystem supports itGravatar Maurizio Lombardi 1-1/+3
2021-11-23nvme: fix write zeroes piGravatar Klaus Jensen 1-3/+12
2021-11-23nvme-fabrics: ignore invalid fast_io_fail_tmo valuesGravatar Maurizio Lombardi 1-0/+3
2021-11-23nvme-pci: add NO APST quirk for Kioxia deviceGravatar Enzo Matsumiya 1-0/+14
2021-11-23nvme-tcp: fix memory leak when freeing a queueGravatar Maurizio Lombardi 1-0/+6
2021-11-23nvme-tcp: validate R2T PDU in nvme_tcp_handle_r2t()Gravatar Varun Prakash 1-31/+24
2021-11-23nvmet-tcp: fix incomplete data digest sendGravatar Varun Prakash 1-1/+6
2021-11-23nvmet-tcp: fix memory leak when performing a controller resetGravatar Maurizio Lombardi 1-1/+4
2021-11-23nvmet-tcp: add an helper to free the cmd buffersGravatar Maurizio Lombardi 1-9/+19
2021-11-23nvmet-tcp: fix a race condition between release_queue and io_workGravatar Maurizio Lombardi 1-1/+3
2021-11-09Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+4
2021-11-09nvme: wait until quiesce is doneGravatar Ming Lei 1-0/+4
2021-11-01Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2021-11-01Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2021-11-01Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 18-39/+259
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 10-69/+161
2021-10-27nvmet-tcp: fix header digest verificationGravatar Amit Engel 1-1/+1
2021-10-27nvmet: use flex_array_size and struct_sizeGravatar Len Baker 2-2/+2
2021-10-27nvmet: register discovery subsystem as 'current'Gravatar Hannes Reinecke 2-6/+12
2021-10-27nvmet: switch check for subsystem typeGravatar Hannes Reinecke 1-1/+1
2021-10-27nvmet-tcp: fix data digest pointer calculationGravatar Varun Prakash 1-1/+1
2021-10-27nvme-tcp: fix data digest pointer calculationGravatar Varun Prakash 1-1/+1
2021-10-27nvme-tcp: fix possible req->offset corruptionGravatar Varun Prakash 1-1/+2
2021-10-26nvme-tcp: fix H2CData PDU send accounting (again)Gravatar Sagi Grimberg 1-1/+3
2021-10-26nvmet-tcp: fix a memory leak when releasing a queueGravatar Maurizio Lombardi 1-0/+3
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentGravatar Jens Axboe 1-2/+2
2021-10-20nvmet: use struct_size over open coded arithmeticGravatar Len Baker 1-2/+2
2021-10-20nvme: drop scan_lock and always kick requeue list when removing namespacesGravatar Hannes Reinecke 1-5/+4
2021-10-20nvme-pci: clear shadow doorbell memory on resetsGravatar Keith Busch 1-1/+8
2021-10-20nvme-rdma: fix error code in nvme_rdma_setup_ctrlGravatar Max Gurtovoy 1-0/+2
2021-10-20nvme-multipath: add error handling support for add_disk()Gravatar Luis Chamberlain 1-2/+12
2021-10-20nvmet: use macro definitions for setting cmic valueGravatar Max Gurtovoy 1-1/+2
2021-10-20nvmet: use macro definition for setting nmic valueGravatar Max Gurtovoy 1-1/+1
2021-10-20nvme: display correct subsystem NQNGravatar Hannes Reinecke 5-4/+11
2021-10-20nvme: Add connect option 'discovery'Gravatar Hannes Reinecke 3-1/+13
2021-10-20nvme: expose subsystem type in sysfs attribute 'subsystype'Gravatar Hannes Reinecke 2-0/+28
2021-10-20nvmet: set 'CNTRLTYPE' in the identify controller dataGravatar Hannes Reinecke 3-1/+9
2021-10-20nvmet: add nvmet_is_disc_subsys() helperGravatar Hannes Reinecke 3-4/+9
2021-10-20nvmet: make discovery NQN configurableGravatar Hannes Reinecke 2-1/+41
2021-10-20nvmet-rdma: implement get_max_queue_size controller opGravatar Max Gurtovoy 1-0/+6
2021-10-20nvmet: add get_max_queue_size op for controllersGravatar Max Gurtovoy 2-3/+6
2021-10-20nvme-rdma: limit the maximal queue size for RDMA controllersGravatar Max Gurtovoy 1-0/+7
2021-10-20nvmet-tcp: fix use-after-free when a port is removedGravatar Israel Rukshin 1-0/+16
2021-10-20nvmet-rdma: fix use-after-free when a port is removedGravatar Israel Rukshin 1-0/+24
2021-10-20nvmet: fix use-after-free when a port is removedGravatar Israel Rukshin 1-0/+2
2021-10-20nvme-fc: add support for ->map_queuesGravatar Saurav Kashyap 1-0/+24
2021-10-20nvme: generate uevent once a multipath namespace is operational againGravatar Hannes Reinecke 1-2/+5
2021-10-19nvme: loop: clear NVME_CTRL_ADMIN_Q_STOPPED after admin queue is reallocatedGravatar Ming Lei 1-0/+2
2021-10-19nvme: paring quiesce/unquiesceGravatar Ming Lei 2-4/+10
2021-10-19nvme: prepare for pairing quiescing and unquiescingGravatar Ming Lei 1-21/+31