summaryrefslogtreecommitdiff
path: root/drivers/nvme/target/nvmet.h
AgeCommit message (Expand)Author
2025-01-20Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds
2025-01-10nvmet: Implement arbitration feature supportDamien Le Moal
2025-01-10nvmet: Implement interrupt config feature supportDamien Le Moal
2025-01-10nvmet: Implement interrupt coalescing feature supportDamien Le Moal
2025-01-10nvmet: Introduce get/set_feature controller operationsDamien Le Moal
2025-01-10nvmet: Add support for I/O queue management admin commandsDamien Le Moal
2025-01-10nvmet: Introduce nvmet_sq_create() and nvmet_cq_create()Damien Le Moal
2025-01-10nvmet: Introduce nvmet_req_transfer_len()Damien Le Moal
2025-01-10nvmet: Improve nvmet_alloc_ctrl() interface and implementationDamien Le Moal
2025-01-10nvme: Add PCI transport typeDamien Le Moal
2025-01-10nvmet: Add drvdata field to struct nvmet_ctrlDamien Le Moal
2025-01-10nvmet: Export nvmet_update_cc() and nvmet_cc_xxx() helpersDamien Le Moal
2025-01-10nvmet: Add vendor_id and subsys_vendor_id subsystem attributesDamien Le Moal
2024-12-27nvmet-loop: avoid using mutex in IO hotpathNilay Shroff
2024-11-11nvmet: declare 2.1 version complianceKeith Busch
2024-11-11nvmet: support reservation featureGuixin Liu
2024-06-24nvmet: add 'host_traddr' callback for debugfsHannes Reinecke
2024-06-24nvmet: add debugfs supportHannes Reinecke
2024-05-14Merge tag 'nvme-6.10-2024-05-14' of git://git.infradead.org/nvme into block-6.10Jens Axboe
2024-05-01nvmet: return DHCHAP status codes from nvmet_setup_auth()Hannes Reinecke
2024-05-01nvmet: fix nvme status code when namespace is disabledSagi Grimberg
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds
2024-03-02nvmet: introduce new max queue size configuration entryMax Gurtovoy
2024-03-02nvmet: set maxcmd to be per controllerMax Gurtovoy
2024-02-25nvme: port block device access to fileChristian Brauner
2023-11-01Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds
2023-10-28nvmet: Convert to bdev_open_by_path()Jan Kara
2023-10-11nvmet-tcp: peek icreq before starting TLSHannes Reinecke
2023-10-11nvmet-tcp: enable TLS handshake upcallHannes Reinecke
2023-10-11nvmet: Set 'TREQ' to 'required' when TLS is enabledHannes Reinecke
2023-06-21nvmet: Reorder fields in 'struct nvmet_ns'Christophe JAILLET
2023-06-12nvmet: reorder fields in 'struct nvmet_sq'Christophe JAILLET
2023-04-13nvmet: remove nvmet_req_cns_error_completeChristoph Hellwig
2023-04-13nvmet: rename nvmet_execute_identify_cns_cs_nsChristoph Hellwig
2023-04-13nvmet: fix I/O Command Set specific Identify ControllerDamien Le Moal
2022-11-21nvmet: expose firmware revision to configfsAleksandr Miloserdov
2022-11-21nvmet: expose IEEE OUI to configfsAleksandr Miloserdov
2022-11-15nvmet: only allocate a single slab for bvecsChristoph Hellwig
2022-09-27nvmet-auth: don't try to cancel a non-initialized work_structChristoph Hellwig
2022-08-02nvmet-auth: expire authentication sessionsHannes Reinecke
2022-08-02nvmet-auth: Diffie-Hellman key exchange supportHannes Reinecke
2022-08-02nvmet: implement basic In-Band AuthenticationHannes Reinecke
2022-08-02nvmet: parse fabrics commands on io queuesHannes Reinecke
2022-06-30nvmet: add a clear_ids attribute for passthru targetsAlan Adamson
2022-03-29nvmet: use a private workqueue instead of the system workqueueSagi Grimberg
2022-03-15nvmet: move the call to nvmet_ns_changed out of nvmet_ns_revalidateChristoph Hellwig
2022-02-28nvmet: use i_size_read() to set size for file-nsChaitanya Kulkarni
2021-10-27nvmet: switch check for subsystem typeHannes Reinecke
2021-10-20nvmet: add nvmet_is_disc_subsys() helperHannes Reinecke
2021-10-20nvmet: add get_max_queue_size op for controllersMax Gurtovoy