summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2023-12-04nvme-ioctl: move capable() admin check to the endKeith Busch-10/+11
2023-12-04nvme: ensure reset state check orderingKeith Busch-49/+63
2023-12-04nvme: introduce helper function to get ctrl stateKeith Busch-0/+5
2023-12-01Merge tag 'md-fixes-20231201-1' of https://git.kernel.org/pub/scm/linux/kerne...Jens Axboe-2/+2
2023-12-01md/raid6: use valid sector values to determine if an I/O should wait on the r...David Jeffery-2/+2
2023-12-01Merge tag 'nvme-6.7-2023-12-01' of git://git.infradead.org/nvme into block-6.7Jens Axboe-6/+28
2023-12-01nvme-core: check for too small lba shiftKeith Busch-2/+3
2023-12-01blk-mq: don't count completed flush data request as inflight in case of quiesceMing Lei-1/+13
2023-11-29block: Document the role of the two attribute groupsBart Van Assche-0/+2
2023-11-28block: warn once for each partition in bio_check_ro()Yu Kuai-3/+12
2023-11-28block: move .bd_inode into 1st cacheline of block_deviceMing Lei-1/+2
2023-11-27nvme: check for valid nvme_identify_ns() before using itEwan D. Milne-0/+9
2023-11-27nvme-core: fix a memory leak in nvme_ns_info_from_identify()Maurizio Lombardi-2/+5
2023-11-27nvme: fine-tune sending of first keep-aliveMark O'Donovan-2/+11
2023-11-24bcache: revert replacing IS_ERR_OR_NULL with IS_ERRMarkus Weippert-1/+1
2023-11-22nvme: tcp: fix compile-time checks for TLS modeArnd Bergmann-17/+14
2023-11-22nvme: target: fix Kconfig select statementsArnd Bergmann-2/+2
2023-11-22nvme: target: fix nvme_keyring_id() referencesArnd Bergmann-1/+1
2023-11-22Merge tag 'nvme-6.7-2023-11-22' of git://git.infradead.org/nvme into block-6.7Jens Axboe-22/+37
2023-11-22nvme: move nvme_stop_keep_alive() back to original positionHannes Reinecke-12/+11
2023-11-21nbd: pass nbd_sock to nbd_read_reply() instead of indexLi Nan-13/+22
2023-11-20s390/dasd: protect device queue against concurrent accessJan Höppner-11/+13
2023-11-20s390/dasd: resolve spelling mistakeMuhammad Muzammil-1/+1
2023-11-20block/null_blk: Fix double blk_mq_start_request() warningChengming Zhou-12/+13
2023-11-20nvmet-tcp: always initialize tls_handshake_tmo_workHannes Reinecke-1/+3
2023-11-20nvmet: nul-terminate the NQNs passed in the connect commandChristoph Hellwig-0/+4
2023-11-20nvme: blank out authentication fabrics options if not configuredHannes Reinecke-0/+2
2023-11-20nvme: catch errors from nvme_configure_metadata()Hannes Reinecke-6/+13
2023-11-20nvme-tcp: only evaluate 'tls' option if TLS is selectedHannes Reinecke-1/+1
2023-11-20nvme-auth: set explanation code for failure2 msgsMark O'Donovan-0/+2
2023-11-20nvme-auth: unlock mutex in one place onlyMark O'Donovan-2/+1
2023-11-20block: Remove blk_set_runtime_active()Damien Le Moal-29/+5
2023-11-20nbd: fix null-ptr-dereference while accessing 'nbd->config'Li Nan-1/+17
2023-11-20nbd: factor out a helper to get nbd_config without holding 'config_lock'Li Nan-8/+19
2023-11-20nbd: fold nbd config initialization into nbd_alloc_config()Li Nan-22/+19
2023-11-20Merge tag 'md-fixes-20231120' of https://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe-1/+2
2023-11-20bcache: avoid NULL checking to c->root in run_cache_set()Coly Li-1/+1
2023-11-20bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc()Coly Li-0/+7
2023-11-20bcache: replace a mistaken IS_ERR() by IS_ERR_OR_NULL() in btree_gc_coalesce()Coly Li-1/+1
2023-11-20bcache: fixup multi-threaded bch_sectors_dirty_init() wake-up raceMingzhe Zou-1/+2
2023-11-20bcache: fixup lock c->root errorMingzhe Zou-3/+11
2023-11-20bcache: fixup init dirty data errorsMingzhe Zou-1/+4
2023-11-20bcache: prevent potential division by zero errorRand Deeb-1/+1
2023-11-20bcache: remove redundant assignment to variable cur_idxColin Ian King-1/+1
2023-11-20bcache: check return value from btree_node_alloc_replacement()Coly Li-0/+2
2023-11-20bcache: avoid oversize memory allocation by small stripe_sizeColy Li-0/+3
2023-11-19md: fix bi_status reporting in md_end_clone_ioSong Liu-1/+2
2023-11-17blk-cgroup: bypass blkcg_deactivate_policy after destroyingMing Lei-0/+13
2023-11-17blk-cgroup: avoid to warn !rcu_read_lock_held() in blkg_lookup()Ming Lei-2/+0
2023-11-17blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!"Ming Lei-0/+2