summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target
Commit message (Expand)AuthorAgeFilesLines
* nvmet-fc: take ref count on tgtport before delete assocDaniel Wagner2024-03-011-8/+23
* nvmet-fc: avoid deadlock on delete association pathDaniel Wagner2024-03-011-3/+13
* nvmet-fc: abort command when there is no bindingDaniel Wagner2024-03-011-2/+6
* nvmet-fc: hold reference on hostport matchDaniel Wagner2024-03-011-2/+0
* nvmet-fc: defer cleanup using RCU properlyDaniel Wagner2024-03-011-46/+37
* nvmet-fc: release reference on target portDaniel Wagner2024-03-011-1/+2
* nvmet-fcloop: swap the list_add_tail argumentsDaniel Wagner2024-03-011-3/+3
* nvmet-tcp: fix nvme tcp ida memory leakGuixin Liu2024-03-011-0/+1
* nvmet-tcp: Fix the H2C expected PDU len calculationMaurizio Lombardi2024-01-251-3/+7
* nvme: trace: avoid memcpy overflow warningArnd Bergmann2024-01-251-1/+1
* nvmet: re-fix tracing strncpy() warningArnd Bergmann2024-01-251-2/+1
* nvmet-tcp: fix a crash in nvmet_req_complete()Maurizio Lombardi2024-01-251-2/+1
* nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU lengthMaurizio Lombardi2024-01-251-1/+12
* nvme: prevent potential spectre v1 gadgetNitesh Shetty2024-01-201-0/+3
* nvmet: nul-terminate the NQNs passed in the connect commandChristoph Hellwig2023-12-031-0/+4
* nvmet-auth: complete a request only after freeing the dhchap pointersMaurizio Lombardi2023-10-181-3/+6
* nvmet-tcp: Fix a possible UAF in queue intialization setupSagi Grimberg2023-10-101-5/+2
* nvmet-tcp: pass iov_len instead of sg->length to bvec_set_page()Varun Prakash2023-08-211-1/+1
* bio-integrity: update the payload size in bio_integrity_add_page()Jinyoung Choi2023-08-091-2/+1
* nvmet: use PAGE_SECTORS_SHIFTDamien Le Moal2023-07-102-3/+3
* Merge tag 'block-6.5-2023-07-03' of git://git.kernel.dk/linuxLinus Torvalds2023-07-031-1/+1
|\
| * Merge tag 'nvme-6.5-2023-06-30' of git://git.infradead.org/nvme into block-6.5Jens Axboe2023-06-301-1/+1
| |\
| | * nvmet: Reorder fields in 'struct nvmet_ns'Christophe JAILLET2023-06-211-1/+1
* | | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-281-17/+29
|\ \ \ | |/ / |/| |
| * | nvmet-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells2023-06-241-17/+29
* | | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-264-19/+5
|\ \ \ | |/ / |/| / | |/
| * nvmet-fcloop: Do not wait on completion when unregister failsDaniel Wagner2023-06-121-1/+2
| * nvme-fcloop: no need to return from void functionChaitanya Kulkarni2023-06-121-2/+0
| * nvmet-auth: remove unnecessary break after gotoChaitanya Kulkarni2023-06-121-4/+0
| * nvmet-auth: remove some dead codeChristophe JAILLET2023-06-121-9/+0
| * nvmet: reorder fields in 'struct nvmet_sq'Christophe JAILLET2023-06-121-1/+1
| * block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-1/+1
| * block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-121-1/+1
| * block: introduce holder opsChristoph Hellwig2023-06-051-1/+1
* | nvme: fix miss command type checkmin15.li2023-05-301-1/+1
|/
* Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-1/+1
|\
| * Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-031-1/+3
| |\
| * | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* | | Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2023-04-265-92/+103
|\ \ \ | |_|/ |/| |
| * | nvme-fcloop: fix "inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} usage"Ming Lei2023-04-131-21/+27
| * | nvmet-tcp: validate idle poll modparam valueChaitanya Kulkarni2023-04-131-2/+3
| * | nvmet-tcp: validate so_priority modparam valueChaitanya Kulkarni2023-04-131-2/+27
| * | nvmet: remove nvmet_req_cns_error_completeChristoph Hellwig2023-04-132-9/+4
| * | nvmet: rename nvmet_execute_identify_cns_cs_nsChristoph Hellwig2023-04-133-4/+4
| * | nvmet: fix Identify Identification Descriptor List handlingChristoph Hellwig2023-04-131-19/+1
| * | nvmet: cleanup nvmet_execute_identify()Damien Le Moal2023-04-131-16/+19
| * | nvmet: fix I/O Command Set specific Identify ControllerDamien Le Moal2023-04-133-8/+18
| * | nvmet: fix Identify Active Namespace ID list handlingDamien Le Moal2023-04-131-7/+2
| * | nvmet: fix Identify Controller handlingDamien Le Moal2023-04-131-5/+2
| * | nvmet: fix Identify Namespace handlingDamien Le Moal2023-04-131-7/+2