summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/configfs.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-01Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2022-03-29nvmet: use a private workqueue instead of the system workqueueSagi Grimberg1-1/+1
2022-03-21Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-13/+14
2022-03-15nvmet: revert "nvmet: make discovery NQN configurable"Hannes Reinecke1-39/+0
2022-03-15nvmet: move the call to nvmet_ns_changed out of nvmet_ns_revalidateChristoph Hellwig1-1/+2
2022-03-14nvmet: use snprintf() with PAGE_SIZE in configfsChaitanya Kulkarni1-5/+8
2022-03-14nvmet: don't fold linesChaitanya Kulkarni1-9/+5
2021-10-20nvmet: make discovery NQN configurableHannes Reinecke1-0/+39
2021-10-20nvmet: fix use-after-free when a port is removedIsrael Rukshin1-0/+2
2021-09-13nvmet: fix a width vs precision bug in nvmet_subsys_attr_serial_show()Dan Carpenter1-1/+1
2021-09-06nvmet: fixup buffer overrun in nvmet_subsys_attr_serial()Hannes Reinecke1-1/+2
2021-09-06nvmet: return bool from nvmet_passthru_ctrl and nvmet_is_passthru_reqChristoph Hellwig1-1/+1
2021-06-17nvmet: make ver stable once connection establishedNoam Gottlieb1-5/+31
2021-06-17nvmet: allow mn change if subsys not discoveredNoam Gottlieb1-8/+2
2021-06-17nvmet: make sn stable once connection was establishedNoam Gottlieb1-5/+22
2021-06-17nvmet: change sn size and check validityNoam Gottlieb1-10/+23
2021-04-15nvmet: fix a spelling mistake "nubmer" -> "number"Colin Ian King1-1/+1
2021-04-02nvmet: do not allow model_number exceed 40 bytesNoam Gottlieb1-0/+6
2021-03-05nvmet: model_number must be immutable once setMax Gurtovoy1-27/+23
2021-02-02nvmet: Fix nvmet_is_port_enabled indentationIsrael Rukshin1-1/+1
2021-02-02nvmet: Use nvmet_is_port_enabled helper for pi_enableIsrael Rukshin1-3/+1
2020-12-01nvmet: add passthru io timeout value attrChaitanya Kulkarni1-0/+20
2020-12-01nvmet: add passthru admin timeout value attrChaitanya Kulkarni1-0/+20
2020-08-21nvmet: fix a memory leakSagi Grimberg1-0/+1
2020-07-29nvmet: introduce the passthru configfs interfaceLogan Gunthorpe1-0/+99
2020-07-29nvmet: Add passthru enable/disable helpersLogan Gunthorpe1-0/+4
2020-07-08nvmet: use unsigned type for u64Chaitanya Kulkarni1-8/+8
2020-05-27nvmet: add metadata/T10-PI supportIsrael Rukshin1-0/+58
2020-05-27nvmet: revalidate-ns & generate AEN from configfsChaitanya Kulkarni1-0/+26
2020-05-27nvmet: mark nvmet_ana_state staticChristoph Hellwig1-1/+1
2020-05-27nvmet: replace kstrndup() with kmemdup_nul()Chen Zhou1-2/+2
2020-05-09nvmet: align addrfam list to specChaitanya Kulkarni1-6/+8
2020-05-09nvmet: centralize port enable access for configfsChaitanya Kulkarni1-28/+16
2020-05-09nvmet: use type-name map for address treqChaitanya Kulkarni1-22/+26
2020-05-09nvmet: use type-name map for ana statesChaitanya Kulkarni1-12/+8
2020-05-09nvmet: use type-name map for address familyChaitanya Kulkarni1-24/+27
2020-05-09nvmet: add generic type-name mappingChaitanya Kulkarni1-9/+10
2020-04-02nvmet: fix NULL dereference when removing a referralSagi Grimberg1-1/+9
2020-03-04nvmet: check sscanf value for subsys serial attrChaitanya Kulkarni1-2/+5
2020-03-04nvmet: make ctrl model configurableMark Ruijter1-0/+66
2020-03-04nvmet: make ctrl-id configurableChaitanya Kulkarni1-0/+62
2020-03-04nvmet: configfs code cleanupChaitanya Kulkarni1-7/+4
2019-07-31nvmet: Fix use-after-free bug when a port is removedLogan Gunthorpe1-0/+1
2019-07-09nvmet: print a hint while rejecting NSID 0 or 0xffffffffMikhail Skorzhinskii1-1/+3
2019-04-25nvmet: return a specified error it subsys_alloc failsMinwoo Im1-2/+2
2019-02-20nvmet: convert to SPDX identifiersChristoph Hellwig1-9/+1
2018-12-13nvmet: allow configfs tcp trtype configurationSagi Grimberg1-0/+1
2018-12-07nvmet: expose support for fabrics SQ flow control disable in treqSagi Grimberg1-0/+1
2018-12-07nvmet: don't override treq upon modification.Sagi Grimberg1-4/+7
2018-12-07nvmet: enable Discovery Controller AENsJay Sternberg1-7/+23