summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | nvmet: fix error handling in nvmet_execute_identify_cns_cs_ns()Damien Le Moal2023-04-131-7/+9
| |/
* / nvmet: avoid potential UAF in nvmet_req_complete()Damien Le Moal2023-03-151-1/+3
|/
* Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-211-0/+5
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-091-1/+3
| |\
| * | net/sock: Introduce trace_sk_data_ready()Peilin Ye2023-01-231-0/+5
* | | Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2023-02-205-16/+9
|\ \ \ | |_|/ |/| |
| * | Merge tag 'nvme-6.3-2023-02-07' of git://git.infradead.org/nvme into for-6.3/...Jens Axboe2023-02-072-3/+4
| |\ \
| | * | nvmet: for nvme admin set_features cmd, call nvmet_check_data_len_lte()Amit Engel2023-02-011-1/+1
| | * | nvme: remove nvme_execute_passthru_rqChristoph Hellwig2023-02-011-2/+3
| * | | nvmet: use bvec_set_page to initialize bvecsChristoph Hellwig2023-02-032-11/+4
| |/ /
| * / block: introduce bdev_zone_no helperPankaj Raghav2023-01-291-2/+1
| |/
* / nvme-fc: fix a missing queue put in nvmet_fc_ls_create_associationAmit Engel2023-02-011-1/+3
|/
* nvmet: don't defer passthrough commands with trivial effects to the workqueueChristoph Hellwig2022-12-281-6/+5
* nvmet: set the LBCC bit for commands that modify dataChristoph Hellwig2022-12-281-2/+4
* nvmet: use NVME_CMD_EFFECTS_CSUPP instead of open coding itChristoph Hellwig2022-12-281-16/+19
* Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-136-51/+180
|\
| * nvmet: don't open-code NVME_NS_ATTR_RO enumerationSagi Grimberg2022-12-071-1/+1
| * nvme: consolidate setting the tagset flagsChristoph Hellwig2022-12-071-2/+2
| * nvme: pass nr_maps explicitly to nvme_alloc_io_tag_setChristoph Hellwig2022-12-071-1/+1