summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-17nvme-auth: alloc nvme_dhchap_key as single bufferMark O'Donovan
2023-10-17nvmet-tcp: use 'spin_lock_bh' for state_lock()Hannes Reinecke
2023-10-12nvme: rework NVME_AUTH Kconfig selectionHannes Reinecke
2023-10-11nvmet-tcp: peek icreq before starting TLSHannes Reinecke
2023-10-11nvmet-tcp: control messages for recvmsg()Hannes Reinecke
2023-10-11nvmet-tcp: enable TLS handshake upcallHannes Reinecke
2023-10-11nvmet: Set 'TREQ' to 'required' when TLS is enabledHannes Reinecke
2023-10-11nvmet-tcp: allocate socket fileHannes Reinecke
2023-10-11nvmet-tcp: make nvmet_tcp_alloc_queue() a void functionHannes Reinecke
2023-10-11nvmet: make TCP sectype settable via configfsHannes Reinecke
2023-10-11nvme-fabrics: parse options 'keyring' and 'tls_key'Hannes Reinecke
2023-10-11nvme-tcp: improve icreq/icresp loggingHannes Reinecke
2023-10-11nvme-tcp: control message handling for recvmsg()Hannes Reinecke
2023-10-11nvme-tcp: enable TLS handshake upcallHannes Reinecke
2023-10-11nvme-tcp: allocate socket fileHannes Reinecke
2023-10-11security/keys: export key_lookup()Hannes Reinecke
2023-10-11nvme-keyring: implement nvme_tls_psk_default()Hannes Reinecke
2023-10-11nvme-tcp: add definitions for TLS cipher suitesHannes Reinecke
2023-10-11nvme: add TCP TSAS definitionsHannes Reinecke
2023-10-11nvme-keyring: define a 'psk' keytypeHannes Reinecke
2023-10-11nvme-keyring: register '.nvme' keyringHannes Reinecke
2023-10-05nvmet-fc: Annotate struct nvmet_fc_tgt_queue with __counted_byKees Cook
2023-10-03aoe: replace strncpy with strscpyJustin Stitt
2023-10-03null_blk: replace strncpy with strscpyJustin Stitt
2023-10-02cdrom: Remove now superfluous sentinel element from ctl_table arrayJoel Granados
2023-09-28Merge tag 'md-next-20230927' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe
2023-09-26badblocks: switch to the improved badblock handling codeColy Li
2023-09-26badblocks: improve badblocks_check() for multiple ranges handlingColy Li
2023-09-26badblocks: improve badblocks_clear() for multiple ranges handlingColy Li
2023-09-26badblocks: improve badblocks_set() for multiple ranges handlingColy Li
2023-09-26badblocks: add helper routines for badblock ranges handlingColy Li
2023-09-26badblocks: add more helper structure and routines in badblocks.hColy Li
2023-09-25md: replace deprecated strncpy with memcpyJustin Stitt
2023-09-22md/md-linear: Annotate struct linear_conf with __counted_byKees Cook
2023-09-22md: don't check 'mddev->pers' and 'pers->quiesce' from suspend_lo_store()Yu Kuai
2023-09-22md: don't check 'mddev->pers' from suspend_hi_store()Yu Kuai
2023-09-22md-bitmap: suspend array earlier in location_store()Yu Kuai
2023-09-22md-bitmap: remove the checking of 'pers->quiesce' from location_store()Yu Kuai
2023-09-22md: don't rely on 'mddev->pers' to be set in mddev_suspend()Yu Kuai
2023-09-22md: initialize 'writes_pending' while allocating mddevYu Kuai
2023-09-22md: initialize 'active_io' while allocating mddevYu Kuai
2023-09-22md: delay remove_and_add_spares() for read only array to md_start_sync()Yu Kuai
2023-09-22md: factor out a helper rdev_addable() from remove_and_add_spares()Yu Kuai
2023-09-22md: factor out a helper rdev_is_spare() from remove_and_add_spares()Yu Kuai
2023-09-22md: factor out a helper rdev_removeable() from remove_and_add_spares()Yu Kuai
2023-09-22md: delay choosing sync action to md_start_sync()Yu Kuai
2023-09-22md: factor out a helper to choose sync action from md_check_recovery()Yu Kuai
2023-09-22md: use separate work_struct for md_start_sync()Yu Kuai
2023-09-22block/null_blk: add queue_rqs() supportChengming Zhou
2023-09-22blk-mq: update driver tags request table when start requestChengming Zhou