aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme/target
AgeCommit message (Expand)AuthorFilesLines
2023-08-09bio-integrity: update the payload size in bio_integrity_add_page()Gravatar Jinyoung Choi 1-2/+1
2023-07-10nvmet: use PAGE_SECTORS_SHIFTGravatar Damien Le Moal 2-3/+3
2023-07-03Merge tag 'block-6.5-2023-07-03' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+1
2023-06-30Merge tag 'nvme-6.5-2023-06-30' of git://git.infradead.org/nvme into block-6.5Gravatar Jens Axboe 1-1/+1
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-17/+29
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 4-19/+5
2023-06-24nvmet-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageGravatar David Howells 1-17/+29
2023-06-21nvmet: Reorder fields in 'struct nvmet_ns'Gravatar Christophe JAILLET 1-1/+1
2023-06-12nvmet-fcloop: Do not wait on completion when unregister failsGravatar Daniel Wagner 1-1/+2
2023-06-12nvme-fcloop: no need to return from void functionGravatar Chaitanya Kulkarni 1-2/+0
2023-06-12nvmet-auth: remove unnecessary break after gotoGravatar Chaitanya Kulkarni 1-4/+0
2023-06-12nvmet-auth: remove some dead codeGravatar Christophe JAILLET 1-9/+0
2023-06-12nvmet: reorder fields in 'struct nvmet_sq'Gravatar Christophe JAILLET 1-1/+1
2023-06-12block: replace fmode_t with a block-specific type for block open flagsGravatar Christoph Hellwig 1-1/+1
2023-06-12block: use the holder as indication for exclusive opensGravatar Christoph Hellwig 1-1/+1
2023-06-05block: introduce holder opsGravatar Christoph Hellwig 1-1/+1
2023-05-30nvme: fix miss command type checkGravatar min15.li 1-1/+1
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxGravatar Linus Torvalds 5-92/+103
2023-04-13nvme-fcloop: fix "inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} usage"Gravatar Ming Lei 1-21/+27
2023-04-13nvmet-tcp: validate idle poll modparam valueGravatar Chaitanya Kulkarni 1-2/+3
2023-04-13nvmet-tcp: validate so_priority modparam valueGravatar Chaitanya Kulkarni 1-2/+27
2023-04-13nvmet: remove nvmet_req_cns_error_completeGravatar Christoph Hellwig 2-9/+4
2023-04-13nvmet: rename nvmet_execute_identify_cns_cs_nsGravatar Christoph Hellwig 3-4/+4
2023-04-13nvmet: fix Identify Identification Descriptor List handlingGravatar Christoph Hellwig 1-19/+1
2023-04-13nvmet: cleanup nvmet_execute_identify()Gravatar Damien Le Moal 1-16/+19
2023-04-13nvmet: fix I/O Command Set specific Identify ControllerGravatar Damien Le Moal 3-8/+18
2023-04-13nvmet: fix Identify Active Namespace ID list handlingGravatar Damien Le Moal 1-7/+2
2023-04-13nvmet: fix Identify Controller handlingGravatar Damien Le Moal 1-5/+2
2023-04-13nvmet: fix Identify Namespace handlingGravatar Damien Le Moal 1-7/+2
2023-04-13nvmet: fix error handling in nvmet_execute_identify_cns_cs_ns()Gravatar Damien Le Moal 1-7/+9
2023-04-03Merge 6.3-rc5 into driver-core-nextGravatar Greg Kroah-Hartman 1-1/+3
2023-03-17driver core: class: remove module * from class_create()Gravatar Greg Kroah-Hartman 1-1/+1
2023-03-15nvmet: avoid potential UAF in nvmet_req_complete()Gravatar Damien Le Moal 1-1/+3
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-0/+5
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxGravatar Linus Torvalds 5-16/+9
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+3
2023-02-07Merge tag 'nvme-6.3-2023-02-07' of git://git.infradead.org/nvme into for-6.3/...Gravatar Jens Axboe 2-3/+4
2023-02-03nvmet: use bvec_set_page to initialize bvecsGravatar Christoph Hellwig 2-11/+4
2023-02-01nvmet: for nvme admin set_features cmd, call nvmet_check_data_len_lte()Gravatar Amit Engel 1-1/+1
2023-02-01nvme: remove nvme_execute_passthru_rqGravatar Christoph Hellwig 1-2/+3
2023-02-01nvme-fc: fix a missing queue put in nvmet_fc_ls_create_associationGravatar Amit Engel 1-1/+3
2023-01-29block: introduce bdev_zone_no helperGravatar Pankaj Raghav 1-2/+1
2023-01-23net/sock: Introduce trace_sk_data_ready()Gravatar Peilin Ye 1-0/+5
2022-12-28nvmet: don't defer passthrough commands with trivial effects to the workqueueGravatar Christoph Hellwig 1-6/+5
2022-12-28nvmet: set the LBCC bit for commands that modify dataGravatar Christoph Hellwig 1-2/+4
2022-12-28nvmet: use NVME_CMD_EFFECTS_CSUPP instead of open coding itGravatar Christoph Hellwig 1-16/+19
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxGravatar Linus Torvalds 6-51/+180
2022-12-07nvmet: don't open-code NVME_NS_ATTR_RO enumerationGravatar Sagi Grimberg 1-1/+1
2022-12-07nvme: consolidate setting the tagset flagsGravatar Christoph Hellwig 1-2/+2