aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/configfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-17nvmet: Optionally use PCI P2P memoryLogan Gunthorpe1-0/+47
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+250
2018-07-27nvmet: support configuring ANA groupsChristoph Hellwig1-1/+181
2018-07-27nvmet: add minimal ANA supportChristoph Hellwig1-0/+10
2018-07-25nvmet: fixup crash on NULL device pathHannes Reinecke1-2/+7
2018-07-23nvmet-rdma: support max(16KB, PAGE_SIZE) inline dataSteve Wise1-0/+31
2018-07-23nvmet: add buffered I/O support for file backed nsChaitanya Kulkarni1-0/+29
2018-06-08nvmet: filter newlines from user inputSagi Grimberg1-5/+9
2018-03-26nvmet: refactor configfs transport type handlingChristoph Hellwig1-32/+29
2018-03-26nvmet: move device_uuid configfs attr definition to suitable placeMax Gurtovoy1-2/+2
2017-10-19nvmet: make config_item_type constBhumika Goyal1-15/+15
2017-08-28nvmet: use NVME_NSID_ALLChristoph Hellwig1-1/+1
2017-07-20nvmet: preserve controller serial number between rebootsJohannes Thumshirn1-0/+22
2017-07-20nvmet: prefix version configfs file with attrJohannes Thumshirn1-4/+4
2017-06-15nvmet: allow overriding the NVMe VS via configfsJohannes Thumshirn1-0/+37
2017-06-15nvmet: add uuid field to nvme_ns and populate via configfsJohannes Thumshirn1-0/+31
2017-01-26nvmet: delete controllers deletion upon subsystem releaseSagi Grimberg1-0/+1
2016-12-14Merge tag 'configfs-for-4.10' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-6/+4
2016-12-06nvme-fabrics: patch target code in prep for FC transport supportJames Smart1-0/+14
2016-12-06nvmet: Fix possible infinite loop triggered on hot namespace removalSolganik Alexander1-3/+3
2016-12-01fs: configfs: don't return anything from drop_linkAndrzej Pietrasiewicz1-6/+4
2016-07-07nvmet: fix an error codeDan Carpenter1-2/+2
2016-07-05nvmet: add a generic NVMe targetChristoph Hellwig1-0/+917