summaryrefslogtreecommitdiff
path: root/drivers/nvme/target/configfs.c
AgeCommit message (Expand)AuthorFilesLines
10 daysnvmet: print namespace IDs as unsigned 32bit valueMohamed Khalfella1-2/+2
2026-07-29nvmet: reject out-of-range mdts values in configfs storeGuixin Liu1-4/+6
2026-06-09nvme: target: allocate ana_state with portRosen Penev1-8/+1
2026-04-08nvmet: introduce new mdts configuration entryAurelien Aptel1-0/+27
2026-03-27nvme-auth: target: remove obsolete crypto_has_shash() checksEric Biggers1-3/+0
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-8/+8
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2025-01-20Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds1-0/+49
2025-01-10nvme: Add PCI transport typeDamien Le Moal1-0/+4
2025-01-10nvmet: Add vendor_id and subsys_vendor_id subsystem attributesDamien Le Moal1-0/+45
2024-12-27nvmet-loop: avoid using mutex in IO hotpathNilay Shroff1-12/+0
2024-12-27nvmet: Don't overflow subsysnqnLeo Stone1-2/+9
2024-11-11nvmet: support reservation featureGuixin Liu1-0/+27
2024-06-21nvmet: make 'tsas' attribute idempotent for RDMAHannes Reinecke1-9/+30
2024-06-17nvmet: do not return 'reserved' for empty TSAS valuesHannes Reinecke1-1/+1
2024-05-23nvmet: fix ns enable/disable possible hangSagi Grimberg1-0/+8
2024-05-14Merge tag 'nvme-6.10-2024-05-14' of git://git.infradead.org/nvme into block-6.10Jens Axboe1-5/+17
2024-05-08nvmet: prevent sprintf() overflow in nvmet_subsys_nsid_exists()Dan Carpenter1-3/+2
2024-05-01nvmet: lock config semaphore when accessing DH-HMAC-CHAP keyHannes Reinecke1-5/+17
2024-05-01nvmet: fix nvme status code when namespace is disabledSagi Grimberg1-0/+13
2024-04-04nvmet: implement unique discovery NQNHannes Reinecke1-0/+47
2024-03-02nvmet: introduce new max queue size configuration entryMax Gurtovoy1-0/+28
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds1-2/+2
2023-12-13nvmet: allow identical cntlid_min and cntlid_max settingsGuixin Liu1-2/+2
2023-12-04nvme: prevent potential spectre v1 gadgetNitesh Shetty1-0/+3
2023-11-22nvme: target: fix nvme_keyring_id() referencesArnd Bergmann1-1/+1
2023-10-11nvmet-tcp: peek icreq before starting TLSHannes Reinecke1-4/+21
2023-10-11nvmet-tcp: enable TLS handshake upcallHannes Reinecke1-0/+21
2023-10-11nvmet: Set 'TREQ' to 'required' when TLS is enabledHannes Reinecke1-2/+13
2023-10-11nvmet: make TCP sectype settable via configfsHannes Reinecke1-1/+74
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds1-9/+129
2022-12-06nvme: use kstrtobool() instead of strtobool()Christophe JAILLET1-8/+9
2022-11-21nvmet: expose firmware revision to configfsAleksandr Miloserdov1-0/+63
2022-11-21nvmet: expose IEEE OUI to configfsAleksandr Miloserdov1-0/+49
2022-11-15nvmet: force reconnect when number of queue changesDaniel Wagner1-1/+8
2022-11-09nvmet: fix a memory leakSagi Grimberg1-0/+1
2022-11-09nvmet: fix memory leak in nvmet_subsys_attr_model_store_lockedAleksandr Miloserdov1-2/+5
2022-10-19nvmet: fix invalid memory reference in nvmet_subsys_attr_qid_max_showDaniel Wagner1-4/+0
2022-09-19nvmet: expose max queues to configfsDaniel Wagner1-0/+29
2022-08-02nvmet: don't check for NULL pointer before kfree in nvmet_host_releaseChristoph Hellwig1-2/+2
2022-08-02nvmet-auth: Diffie-Hellman key exchange supportHannes Reinecke1-0/+31
2022-08-02nvmet: implement basic In-Band AuthenticationHannes Reinecke1-1/+106
2022-06-30nvmet: add a clear_ids attribute for passthru targetsAlan Adamson1-0/+20
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