summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | nvmet: don't open-code NVME_NS_ATTR_RO enumerationSagi Grimberg2022-12-071-1/+1
| | * | | | | | nvme-pci: use the tagset alloc/free helpersChristoph Hellwig2022-12-071-71/+18
| | * | | | | | nvme: add the Apple shared tag workaround to nvme_alloc_io_tag_setChristoph Hellwig2022-12-071-1/+7
| | * | | | | | nvme: only set reserved_tags in nvme_alloc_io_tag_set for fabrics controllersChristoph Hellwig2022-12-071-1/+2
| | * | | | | | nvme: consolidate setting the tagset flagsChristoph Hellwig2022-12-076-19/+21
| | * | | | | | nvme: pass nr_maps explicitly to nvme_alloc_io_tag_setChristoph Hellwig2022-12-076-7/+9
| | * | | | | | nvme-pci: split out a nvme_pci_ctrl_is_dead helperChristoph Hellwig2022-12-061-22/+25
| | * | | | | | nvme-pci: return early on ctrl state mismatch in nvme_reset_workChristoph Hellwig2022-12-061-2/+1
| | * | | | | | nvme-pci: rename nvme_disable_io_queuesChristoph Hellwig2022-12-061-10/+10
| | * | | | | | nvme-pci: cleanup nvme_suspend_queueChristoph Hellwig2022-12-061-10/+7
| | * | | | | | nvme-pci: remove nvme_pci_disableChristoph Hellwig2022-12-061-13/+5
| | * | | | | | nvme-pci: remove nvme_disable_admin_queueChristoph Hellwig2022-12-061-9/+2
| | * | | | | | nvme: merge nvme_shutdown_ctrl into nvme_disable_ctrlChristoph Hellwig2022-12-068-45/+25
| | * | | | | | nvme: use nvme_wait_ready in nvme_shutdown_ctrlChristoph Hellwig2022-12-061-26/+12
| | * | | | | | nvme-apple: fix controller shutdown in apple_nvme_disableChristoph Hellwig2022-12-061-1/+2
| | * | | | | | nvme-fc: move common code into helperChaitanya Kulkarni2022-12-061-8/+11
| | * | | | | | nvme-fc: avoid null pointer dereferenceChaitanya Kulkarni2022-12-061-1/+10
| | * | | | | | nvme: allow unprivileged passthrough of Identify ControllerJoel Granados2022-12-061-0/+2
| | * | | | | | nvme-multipath: support io stats on the mpath deviceSagi Grimberg2022-12-063-0/+42
| | * | | | | | nvme: introduce nvme_start_requestSagi Grimberg2022-12-067-6/+11
| | * | | | | | nvme: use kstrtobool() instead of strtobool()Christophe JAILLET2022-12-062-9/+11
| | * | | | | | nvme: don't call blk_mq_{,un}quiesce_tagset when ctrl->tagset is NULLChristoph Hellwig2022-12-061-0/+4
| * | | | | | | block: remove bio_set_op_attrsChristoph Hellwig2022-12-076-20/+20
| |/ / / / / /
| * | | | | | floppy: Fix memory leak in do_floppy_init()Yuan Can2022-12-041-1/+3
| * | | | | | Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe2022-12-022-62/+36
| |\ \ \ \ \ \
| | * | | | | | md: fold unbind_rdev_from_array into md_kick_rdev_from_arrayChristoph Hellwig2022-12-021-21/+16
| | * | | | | | md: mark md_kick_rdev_from_array staticChristoph Hellwig2022-12-022-3/+1
| | * | | | | | md: remove lock_bdev / unlock_bdevChristoph Hellwig2022-12-021-41/+22
| * | | | | | | pktcdvd: remove driver.Greg Kroah-Hartman2022-12-023-2988/+0
| |/ / / / / /
| * | | | | | null_blk: support read-only and offline zone conditionsShin'ichiro Kawasaki2022-12-013-4/+121
| * | | | | | drbd: add context parameter to expect() macroChristoph Böhmwalder2022-12-016-42/+42
| * | | | | | drbd: introduce drbd_ratelimit()Christoph Böhmwalder2022-12-018-18/+26
| * | | | | | drbd: introduce dynamic debugChristoph Böhmwalder2022-12-011-36/+97
| * | | | | | drbd: split polymorph printk to its own fileChristoph Böhmwalder2022-12-012-67/+73
| * | | | | | drbd: unify how failed assertions are loggedChristoph Böhmwalder2022-12-011-3/+5
| * | | | | | virtio-blk: replace ida_simple[get|remove] with ida_[alloc_range|free]Pankaj Raghav2022-11-301-4/+4
| * | | | | | Merge tag 'nvme-6.2-2022-11-29' of git://git.infradead.org/nvme into for-6.2/...Jens Axboe2022-11-2916-510/+764
| |\ \ \ \ \ \
| | * | | | | | nvmet: expose firmware revision to configfsAleksandr Miloserdov2022-11-214-3/+79
| | * | | | | | nvmet: expose IEEE OUI to configfsAleksandr Miloserdov2022-11-214-5/+54
| | * | | | | | nvme: rename the queue quiescing helpersChristoph Hellwig2022-11-188-68/+68
| | * | | | | | nvmet: fix a memory leak in nvmet_auth_set_keySagi Grimberg2022-11-161-0/+2
| | * | | | | | nvme: return err on nvme_init_non_mdts_limits failJoel Granados2022-11-161-1/+1
| | * | | | | | nvme: avoid fallback to sequential scan due to transient issuesUday Shankar2022-11-161-4/+11
| | * | | | | | nvme-rdma: stop auth work after tearing down queues in error recoverySagi Grimberg2022-11-161-1/+1
| | * | | | | | nvme-tcp: stop auth work after tearing down queues in error recoverySagi Grimberg2022-11-161-1/+1
| | * | | | | | nvme-auth: have dhchap_auth_work wait for queues auth to completeSagi Grimberg2022-11-161-7/+6
| | * | | | | | nvme-auth: remove redundant auth_work flushSagi Grimberg2022-11-161-6/+2
| | * | | | | | nvme-auth: convert dhchap_auth_list to an arraySagi Grimberg2022-11-163-55/+69
| | * | | | | | nvme-auth: check chap ctrl_key once constructedSagi Grimberg2022-11-161-2/+2
| | * | | | | | nvme-auth: no need to reset chap contexts on re-authenticationSagi Grimberg2022-11-163-18/+0