summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/configfs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-021-1/+1
|\
| * nvmet: use a private workqueue instead of the system workqueueSagi Grimberg2022-03-291-1/+1
* | Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-221-13/+14
|\|
| * nvmet: move the call to nvmet_ns_changed out of nvmet_ns_revalidateChristoph Hellwig2022-03-151-1/+2
| * nvmet: use snprintf() with PAGE_SIZE in configfsChaitanya Kulkarni2022-03-141-5/+8
| * nvmet: don't fold linesChaitanya Kulkarni2022-03-141-9/+5
* | nvmet: revert "nvmet: make discovery NQN configurable"Hannes Reinecke2022-03-151-39/+0
|/
* nvmet: make discovery NQN configurableHannes Reinecke2021-10-201-0/+39
* nvmet: fix use-after-free when a port is removedIsrael Rukshin2021-10-201-0/+2
* nvmet: fix a width vs precision bug in nvmet_subsys_attr_serial_show()Dan Carpenter2021-09-131-1/+1
* nvmet: fixup buffer overrun in nvmet_subsys_attr_serial()Hannes Reinecke2021-09-061-1/+2
* nvmet: return bool from nvmet_passthru_ctrl and nvmet_is_passthru_reqChristoph Hellwig2021-09-061-1/+1
* nvmet: make ver stable once connection establishedNoam Gottlieb2021-06-171-5/+31
* nvmet: allow mn change if subsys not discoveredNoam Gottlieb2021-06-171-8/+2
* nvmet: make sn stable once connection was establishedNoam Gottlieb2021-06-171-5/+22
* nvmet: change sn size and check validityNoam Gottlieb2021-06-171-10/+23
* nvmet: fix a spelling mistake "nubmer" -> "number"Colin Ian King2021-04-151-1/+1
* nvmet: do not allow model_number exceed 40 bytesNoam Gottlieb2021-04-021-0/+6
* nvmet: model_number must be immutable once setMax Gurtovoy2021-03-051-27/+23
* nvmet: Fix nvmet_is_port_enabled indentationIsrael Rukshin2021-02-021-1/+1
* nvmet: Use nvmet_is_port_enabled helper for pi_enableIsrael Rukshin2021-02-021-3/+1
* nvmet: add passthru io timeout value attrChaitanya Kulkarni2020-12-011-0/+20
* nvmet: add passthru admin timeout value attrChaitanya Kulkarni2020-12-011-0/+20
* nvmet: fix a memory leakSagi Grimberg2020-08-221-0/+1
* nvmet: introduce the passthru configfs interfaceLogan Gunthorpe2020-07-291-0/+99
* nvmet: Add passthru enable/disable helpersLogan Gunthorpe2020-07-291-0/+4
* nvmet: use unsigned type for u64Chaitanya Kulkarni2020-07-081-8/+8
* nvmet: add metadata/T10-PI supportIsrael Rukshin2020-05-271-0/+58
* nvmet: revalidate-ns & generate AEN from configfsChaitanya Kulkarni2020-05-271-0/+26
* nvmet: mark nvmet_ana_state staticChristoph Hellwig2020-05-271-1/+1
* nvmet: replace kstrndup() with kmemdup_nul()Chen Zhou2020-05-271-2/+2
* nvmet: align addrfam list to specChaitanya Kulkarni2020-05-101-6/+8
* nvmet: centralize port enable access for configfsChaitanya Kulkarni2020-05-101-28/+16
* nvmet: use type-name map for address treqChaitanya Kulkarni2020-05-101-22/+26
* nvmet: use type-name map for ana statesChaitanya Kulkarni2020-05-101-12/+8
* nvmet: use type-name map for address familyChaitanya Kulkarni2020-05-101-24/+27
* nvmet: add generic type-name mappingChaitanya Kulkarni2020-05-101-9/+10
* nvmet: fix NULL dereference when removing a referralSagi Grimberg2020-04-021-1/+9
* nvmet: check sscanf value for subsys serial attrChaitanya Kulkarni2020-03-041-2/+5
* nvmet: make ctrl model configurableMark Ruijter2020-03-041-0/+66
* nvmet: make ctrl-id configurableChaitanya Kulkarni2020-03-041-0/+62
* nvmet: configfs code cleanupChaitanya Kulkarni2020-03-041-7/+4
* nvmet: Fix use-after-free bug when a port is removedLogan Gunthorpe2019-08-011-0/+1
* nvmet: print a hint while rejecting NSID 0 or 0xffffffffMikhail Skorzhinskii2019-07-091-1/+3
* nvmet: return a specified error it subsys_alloc failsMinwoo Im2019-04-251-2/+2
* nvmet: convert to SPDX identifiersChristoph Hellwig2019-02-201-9/+1
* nvmet: allow configfs tcp trtype configurationSagi Grimberg2018-12-131-0/+1
* nvmet: expose support for fabrics SQ flow control disable in treqSagi Grimberg2018-12-081-0/+1
* nvmet: don't override treq upon modification.Sagi Grimberg2018-12-081-4/+7
* nvmet: enable Discovery Controller AENsJay Sternberg2018-12-081-7/+23