Merge tag 'block-6.7-2023-11-23' of git://git.kernel.dk/linux
Pull block fixes from Jens Axboe: "A bit bigger than usual at this time, but nothing really earth shattering: - NVMe pull request via Keith: - TCP TLS fixes (Hannes) - Authentifaction fixes (Mark, Hannes) - Properly terminate target names (Christoph) - MD pull request via Song, fixing a raid5 corruption issue - Disentanglement of the dependency mess in nvme introduced with the tls additions. Now it should actually build on all configs (Arnd) - Series of bcache fixes (Coly) - Removal of a dead helper (Damien) - s390 dasd fix (Muhammad, Jan) - lockdep blk-cgroup fixes (Ming)" * tag 'block-6.7-2023-11-23' of git://git.kernel.dk/linux: (33 commits) nvme: tcp: fix compile-time checks for TLS mode nvme: target: fix Kconfig select statements nvme: target: fix nvme_keyring_id() references nvme: move nvme_stop_keep_alive() back to original position nbd: pass nbd_sock to nbd_read_reply() instead of index s390/dasd: protect device queue against concurrent access s390/dasd: resolve spelling mistake block/null_blk: Fix double blk_mq_start_request() warning nvmet-tcp: always initialize tls_handshake_tmo_work nvmet: nul-terminate the NQNs passed in the connect command nvme: blank out authentication fabrics options if not configured nvme: catch errors from nvme_configure_metadata() nvme-tcp: only evaluate 'tls' option if TLS is selected nvme-auth: set explanation code for failure2 msgs nvme-auth: unlock mutex in one place only block: Remove blk_set_runtime_active() nbd: fix null-ptr-dereference while accessing 'nbd->config' nbd: factor out a helper to get nbd_config without holding 'config_lock' nbd: fold nbd config initialization into nbd_alloc_config() bcache: avoid NULL checking to c->root in run_cache_set() ...
No related branches found
No related tags found
Showing
- block/blk-cgroup.c 13 additions, 0 deletionsblock/blk-cgroup.c
- block/blk-cgroup.h 0 additions, 2 deletionsblock/blk-cgroup.h
- block/blk-pm.c 5 additions, 28 deletionsblock/blk-pm.c
- block/blk-throttle.c 2 additions, 0 deletionsblock/blk-throttle.c
- drivers/block/nbd.c 75 additions, 42 deletionsdrivers/block/nbd.c
- drivers/block/null_blk/main.c 13 additions, 12 deletionsdrivers/block/null_blk/main.c
- drivers/md/bcache/bcache.h 1 addition, 0 deletionsdrivers/md/bcache/bcache.h
- drivers/md/bcache/btree.c 10 additions, 1 deletiondrivers/md/bcache/btree.c
- drivers/md/bcache/super.c 3 additions, 1 deletiondrivers/md/bcache/super.c
- drivers/md/bcache/sysfs.c 1 addition, 1 deletiondrivers/md/bcache/sysfs.c
- drivers/md/bcache/writeback.c 18 additions, 6 deletionsdrivers/md/bcache/writeback.c
- drivers/md/md.c 2 additions, 1 deletiondrivers/md/md.c
- drivers/nvme/host/auth.c 3 additions, 2 deletionsdrivers/nvme/host/auth.c
- drivers/nvme/host/core.c 14 additions, 7 deletionsdrivers/nvme/host/core.c
- drivers/nvme/host/fabrics.c 2 additions, 0 deletionsdrivers/nvme/host/fabrics.c
- drivers/nvme/host/fc.c 8 additions, 11 deletionsdrivers/nvme/host/fc.c
- drivers/nvme/host/rdma.c 1 addition, 0 deletionsdrivers/nvme/host/rdma.c
- drivers/nvme/host/tcp.c 15 additions, 17 deletionsdrivers/nvme/host/tcp.c
- drivers/nvme/target/Kconfig 2 additions, 2 deletionsdrivers/nvme/target/Kconfig
- drivers/nvme/target/configfs.c 1 addition, 1 deletiondrivers/nvme/target/configfs.c
Loading
Please register or sign in to comment