summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/configfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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-211-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-091-6/+8
* nvmet: centralize port enable access for configfsChaitanya Kulkarni2020-05-091-28/+16
* nvmet: use type-name map for address treqChaitanya Kulkarni2020-05-091-22/+26
* nvmet: use type-name map for ana statesChaitanya Kulkarni2020-05-091-12/+8
* nvmet: use type-name map for address familyChaitanya Kulkarni2020-05-091-24/+27
* nvmet: add generic type-name mappingChaitanya Kulkarni2020-05-091-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-07-311-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-071-0/+1
* nvmet: don't override treq upon modification.Sagi Grimberg2018-12-071-4/+7
* nvmet: enable Discovery Controller AENsJay Sternberg2018-12-071-7/+23
* nvmet: Optionally use PCI P2P memoryLogan Gunthorpe2018-10-171-0/+47
* Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-141-0/+250
|\
| * nvmet: support configuring ANA groupsChristoph Hellwig2018-07-271-1/+181
| * nvmet: add minimal ANA supportChristoph Hellwig2018-07-271-0/+10
| * nvmet-rdma: support max(16KB, PAGE_SIZE) inline dataSteve Wise2018-07-231-0/+31
| * nvmet: add buffered I/O support for file backed nsChaitanya Kulkarni2018-07-231-0/+29