summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target (follow)
Commit message (Expand)AuthorAgeFilesLines
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-024-4/+4
* Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linuxLinus Torvalds2024-09-163-4/+14
|\
| * nvme: rename apptag and appmask to lbat and lbatmAnuj Gupta2024-08-261-2/+2
| * nvme-target: do not check authentication status for admin commands twiceHannes Reinecke2024-08-221-2/+0
| * nvmet-auth: allow to clear DH-HMAC-CHAP keysHannes Reinecke2024-08-221-0/+12
* | nvmet: Identify-Active Namespace ID List command should reject invalid nsidMaurizio Lombardi2024-09-031-0/+10
* | nvmet-tcp: fix kernel crash if commands allocation failsMaurizio Lombardi2024-08-271-1/+3
* | nvmet: Make nvmet_debugfs staticJinjie Ruan2024-08-231-1/+1
|/
* Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds2024-07-1519-118/+486
|\
| * nvmet-auth: fix nvmet_auth hash error handlingGaosheng Cui2024-07-081-6/+8
| * nvme-fcloop: implement 'host_traddr'Hannes Reinecke2024-06-241-0/+11
| * nvmet-fc: implement host_traddr()Hannes Reinecke2024-06-241-0/+33
| * nvmet-rdma: implement host_traddr()Hannes Reinecke2024-06-241-0/+12
| * nvmet-tcp: implement host_traddr()Hannes Reinecke2024-06-241-0/+14
| * nvmet: add 'host_traddr' callback for debugfsHannes Reinecke2024-06-243-0/+31
| * nvmet: add debugfs supportHannes Reinecke2024-06-246-3/+262
| * nvme: rename CDR/MORE/DNR to NVME_STATUS_*Weiwen Hu2024-06-2410-101/+101
| * nvme: split device add from initializationKeith Busch2024-06-241-0/+5
| * block: remove the blk_integrity_profile structureChristoph Hellwig2024-06-142-8/+9
* | nvmet-fc: Remove __counted_by from nvmet_fc_tgt_queue.fod[]Nathan Chancellor2024-06-261-1/+1
* | nvmet: make 'tsas' attribute idempotent for RDMAHannes Reinecke2024-06-211-9/+30
* | nvmet: do not return 'reserved' for empty TSAS valuesHannes Reinecke2024-06-171-1/+1
* | nvmet: always initialize cqe.resultDaniel Wagner2024-06-123-9/+1
* | nvmet-passthru: propagate status from id override functionsDaniel Wagner2024-06-121-3/+3
|/
* nvmet: fix a possible leak when destroy a ctrl during qp establishmentSagi Grimberg2024-05-281-0/+9
* nvmet: fix ns enable/disable possible hangSagi Grimberg2024-05-231-0/+8
* Merge tag 'nvme-6.10-2024-05-14' of git://git.infradead.org/nvme into block-6.10Jens Axboe2024-05-146-60/+68
|\
| * nvmet-rdma: Avoid o(n^2) loop in delete_ctrlSagi Grimberg2024-05-071-10/+6
| * nvmet: return DHCHAP status codes from nvmet_setup_auth()Hannes Reinecke2024-05-014-45/+43
| * nvmet: lock config semaphore when accessing DH-HMAC-CHAP keyHannes Reinecke2024-05-012-5/+19
* | Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds2024-05-131-7/+3
|\|
| * nvmet: zns: Do not reference the gendisk conv_zones_bitmapDamien Le Moal2024-04-171-7/+3
* | nvmet-rdma: fix possible bad dereference when freeing rspsSagi Grimberg2024-05-081-12/+4
* | nvmet: prevent sprintf() overflow in nvmet_subsys_nsid_exists()Dan Carpenter2024-05-081-3/+2
* | nvmet: make nvmet_wq unboundSagi Grimberg2024-05-071-1/+2
* | nvmet-auth: return the error code to the nvmet_auth_ctrl_hash() callersMaurizio Lombardi2024-05-071-1/+1
* | nvmet: fix nvme status code when namespace is disabledSagi Grimberg2024-05-013-1/+18
* | nvmet-tcp: fix possible memory leak when tearing down a controllerSagi Grimberg2024-05-011-7/+4
* | nvmet-auth: replace pr_debug() with pr_err() to report an error.Maurizio Lombardi2024-05-011-3/+3
* | nvmet-auth: return the error code to the nvmet_auth_host_hash() callersMaurizio Lombardi2024-05-011-1/+1
* | nvmet-fc: move RCU read lock to nvmet_fc_assoc_existsDaniel Wagner2024-04-041-7/+10
* | nvmet: implement unique discovery NQNHannes Reinecke2024-04-042-0/+54
|/
* Merge tag 'nvme-6.9-2024-03-21' of git://git.infradead.org/nvme into block-6.9Jens Axboe2024-03-213-5/+102
|\
| * nvmet-rdma: remove NVMET_RDMA_REQ_INVALIDATE_RKEY flagGuixin Liu2024-03-211-5/+3
| * nvmet: add tracing of zns commandsGuixin Liu2024-03-081-0/+66
| * nvmet: add tracing of authentication commandsGuixin Liu2024-03-081-0/+32
| * nvmet-tcp: do not continue for invalid icreqHannes Reinecke2024-03-081-0/+1
* | Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-03-131-3/+1
|\ \
| * | net: introduce page_frag_cache_drain()Yunsheng Lin2024-03-051-3/+1
* | | Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-1110-21/+74
|\ \ \ | | |/ | |/|