summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-221-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
| * nvme: merge nvme_shutdown_ctrl into nvme_disable_ctrlChristoph Hellwig2022-12-061-1/+1
| * nvme: introduce nvme_start_requestSagi Grimberg2022-12-061-1/+1
| * nvme: use kstrtobool() instead of strtobool()Christophe JAILLET2022-12-061-8/+9
| * nvmet: expose firmware revision to configfsAleksandr Miloserdov2022-11-214-3/+79
| * nvmet: expose IEEE OUI to configfsAleksandr Miloserdov2022-11-214-5/+54
| * nvme: rename the queue quiescing helpersChristoph Hellwig2022-11-181-3/+3
| * nvmet: fix a memory leak in nvmet_auth_set_keySagi Grimberg2022-11-161-0/+2
| * nvme: move OPAL setup from PCIe to coreChristoph Hellwig2022-11-151-1/+1
| * nvmet: only allocate a single slab for bvecsChristoph Hellwig2022-11-153-22/+19
| * nvmet: force reconnect when number of queue changesDaniel Wagner2022-11-151-1/+8
| * nvmet: use try_cmpxchg in nvmet_update_sq_headUros Bizjak2022-11-151-3/+2
* | use less confusing names for iov_iter direction initializersAl Viro2022-11-252-3/+3
* | nvmet: fix a memory leak in nvmet_auth_set_keySagi Grimberg2022-11-161-0/+2