summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nvme: rework NVME_AUTH Kconfig selectionHannes Reinecke2023-10-127-20/+19
* nvmet-tcp: peek icreq before starting TLSHannes Reinecke2023-10-113-9/+82
* nvmet-tcp: control messages for recvmsg()Hannes Reinecke2023-10-111-13/+80
* nvmet-tcp: enable TLS handshake upcallHannes Reinecke2023-10-114-4/+187
* nvmet: Set 'TREQ' to 'required' when TLS is enabledHannes Reinecke2023-10-112-2/+18
* nvmet-tcp: allocate socket fileHannes Reinecke2023-10-111-4/+14
* nvmet-tcp: make nvmet_tcp_alloc_queue() a void functionHannes Reinecke2023-10-111-10/+10
* nvmet: make TCP sectype settable via configfsHannes Reinecke2023-10-111-1/+74
* nvme-fabrics: parse options 'keyring' and 'tls_key'Hannes Reinecke2023-10-113-5/+70
* nvme-tcp: improve icreq/icresp loggingHannes Reinecke2023-10-111-2/+8
* nvme-tcp: control message handling for recvmsg()Hannes Reinecke2023-10-111-1/+16
* nvme-tcp: enable TLS handshake upcallHannes Reinecke2023-10-117-7/+185
* nvme-tcp: allocate socket fileHannes Reinecke2023-10-111-2/+11
* security/keys: export key_lookup()Hannes Reinecke2023-10-112-0/+2
* nvme-keyring: implement nvme_tls_psk_default()Hannes Reinecke2023-10-112-0/+56
* nvme-tcp: add definitions for TLS cipher suitesHannes Reinecke2023-10-111-0/+6
* nvme: add TCP TSAS definitionsHannes Reinecke2023-10-111-0/+10
* nvme-keyring: define a 'psk' keytypeHannes Reinecke2023-10-111-0/+94
* nvme-keyring: register '.nvme' keyringHannes Reinecke2023-10-115-3/+82
* nvmet-fc: Annotate struct nvmet_fc_tgt_queue with __counted_byKees Cook2023-10-051-1/+2
* aoe: replace strncpy with strscpyJustin Stitt2023-10-041-2/+1
* null_blk: replace strncpy with strscpyJustin Stitt2023-10-041-1/+1
* cdrom: Remove now superfluous sentinel element from ctl_table arrayJoel Granados2023-10-031-1/+0
* Merge tag 'md-next-20230927' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe2023-09-299-201/+313
|\
| * md: replace deprecated strncpy with memcpyJustin Stitt2023-09-251-3/+3
| * md/md-linear: Annotate struct linear_conf with __counted_byKees Cook2023-09-222-14/+14
| * md: don't check 'mddev->pers' and 'pers->quiesce' from suspend_lo_store()Yu Kuai2023-09-221-7/+2
| * md: don't check 'mddev->pers' from suspend_hi_store()Yu Kuai2023-09-221-6/+1
| * md-bitmap: suspend array earlier in location_store()Yu Kuai2023-09-221-23/+20
| * md-bitmap: remove the checking of 'pers->quiesce' from location_store()Yu Kuai2023-09-221-4/+0
| * md: don't rely on 'mddev->pers' to be set in mddev_suspend()Yu Kuai2023-09-221-1/+1
| * md: initialize 'writes_pending' while allocating mddevYu Kuai2023-09-225-26/+13
| * md: initialize 'active_io' while allocating mddevYu Kuai2023-09-223-22/+41
| * md: delay remove_and_add_spares() for read only array to md_start_sync()Yu Kuai2023-09-221-10/+51
| * md: factor out a helper rdev_addable() from remove_and_add_spares()Yu Kuai2023-09-221-12/+27
| * md: factor out a helper rdev_is_spare() from remove_and_add_spares()Yu Kuai2023-09-221-5/+10
| * md: factor out a helper rdev_removeable() from remove_and_add_spares()Yu Kuai2023-09-221-6/+38
| * md: delay choosing sync action to md_start_sync()Yu Kuai2023-09-221-34/+39
| * md: factor out a helper to choose sync action from md_check_recovery()Yu Kuai2023-09-221-25/+45
| * md: use separate work_struct for md_start_sync()Yu Kuai2023-09-222-5/+10
* | badblocks: switch to the improved badblock handling codeColy Li2023-09-261-305/+3
* | badblocks: improve badblocks_check() for multiple ranges handlingColy Li2023-09-261-0/+97
* | badblocks: improve badblocks_clear() for multiple ranges handlingColy Li2023-09-261-0/+325
* | badblocks: improve badblocks_set() for multiple ranges handlingColy Li2023-09-261-20/+544
* | badblocks: add helper routines for badblock ranges handlingColy Li2023-09-261-0/+386
* | badblocks: add more helper structure and routines in badblocks.hColy Li2023-09-261-0/+30
|/
* block/null_blk: add queue_rqs() supportChengming Zhou2023-09-221-0/+20
* blk-mq: update driver tags request table when start requestChengming Zhou2023-09-224-6/+1
* blk-mq: support batched queue_rqs() on shared tags queueChengming Zhou2023-09-221-6/+1
* blk-mq: remove RQF_MQ_INFLIGHTChengming Zhou2023-09-224-16/+2