summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-12-06nvme-pci: rename nvme_disable_io_queuesChristoph Hellwig1-10/+10
2022-12-06nvme-pci: cleanup nvme_suspend_queueChristoph Hellwig1-10/+7
2022-12-06nvme-pci: remove nvme_pci_disableChristoph Hellwig1-13/+5
2022-12-06nvme-pci: remove nvme_disable_admin_queueChristoph Hellwig1-9/+2
2022-12-06nvme: merge nvme_shutdown_ctrl into nvme_disable_ctrlChristoph Hellwig8-45/+25
2022-12-06nvme: use nvme_wait_ready in nvme_shutdown_ctrlChristoph Hellwig1-26/+12
2022-12-06nvme-apple: fix controller shutdown in apple_nvme_disableChristoph Hellwig1-1/+2
2022-12-06nvme-fc: move common code into helperChaitanya Kulkarni1-8/+11
2022-12-06nvme-fc: avoid null pointer dereferenceChaitanya Kulkarni1-1/+10
2022-12-06nvme: allow unprivileged passthrough of Identify ControllerJoel Granados1-0/+2
2022-12-06nvme-multipath: support io stats on the mpath deviceSagi Grimberg3-0/+42
2022-12-06nvme: introduce nvme_start_requestSagi Grimberg7-6/+11
2022-12-06nvme: use kstrtobool() instead of strtobool()Christophe JAILLET2-9/+11
2022-12-06nvme: don't call blk_mq_{,un}quiesce_tagset when ctrl->tagset is NULLChristoph Hellwig1-0/+4
2022-12-04floppy: Fix memory leak in do_floppy_init()Yuan Can1-1/+3
2022-12-02Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe2-62/+36
2022-12-02pktcdvd: remove driver.Greg Kroah-Hartman3-2988/+0
2022-12-02md: fold unbind_rdev_from_array into md_kick_rdev_from_arrayChristoph Hellwig1-21/+16
2022-12-02md: mark md_kick_rdev_from_array staticChristoph Hellwig2-3/+1
2022-12-02md: remove lock_bdev / unlock_bdevChristoph Hellwig1-41/+22
2022-12-01null_blk: support read-only and offline zone conditionsShin'ichiro Kawasaki3-4/+121
2022-12-01drbd: add context parameter to expect() macroChristoph Böhmwalder6-42/+42
2022-12-01drbd: introduce drbd_ratelimit()Christoph Böhmwalder8-18/+26
2022-12-01drbd: introduce dynamic debugChristoph Böhmwalder1-36/+97
2022-12-01drbd: split polymorph printk to its own fileChristoph Böhmwalder2-67/+73
2022-12-01drbd: unify how failed assertions are loggedChristoph Böhmwalder1-3/+5
2022-11-30virtio-blk: replace ida_simple[get|remove] with ida_[alloc_range|free]Pankaj Raghav1-4/+4
2022-11-29Merge tag 'nvme-6.2-2022-11-29' of git://git.infradead.org/nvme into for-6.2/...Jens Axboe16-510/+764
2022-11-24drbd: destroy workqueue when drbd device was freedWang ShaoBo1-1/+5
2022-11-24drbd: remove call to memset before free device/resource/connectionWang ShaoBo1-3/+0
2022-11-22drbd: use consistent licenseChristoph Böhmwalder25-25/+25
2022-11-21blk-crypto: don't use struct request_queue for public interfacesChristoph Hellwig1-1/+1
2022-11-21nvmet: expose firmware revision to configfsAleksandr Miloserdov4-3/+79
2022-11-21nvmet: expose IEEE OUI to configfsAleksandr Miloserdov4-5/+54
2022-11-18nvme: rename the queue quiescing helpersChristoph Hellwig8-68/+68
2022-11-16dm: track per-add_disk holder relations in DMChristoph Hellwig1-10/+39
2022-11-16dm: make sure create and remove dm device won't race with open and close tableYu Kuai1-0/+16
2022-11-16dm: cleanup close_table_deviceChristoph Hellwig1-9/+3
2022-11-16dm: cleanup open_table_deviceChristoph Hellwig1-29/+27
2022-11-16dm: remove free_table_devicesChristoph Hellwig1-14/+1
2022-11-16nvmet: fix a memory leak in nvmet_auth_set_keySagi Grimberg1-0/+2
2022-11-16nvme: return err on nvme_init_non_mdts_limits failJoel Granados1-1/+1
2022-11-16nvme: avoid fallback to sequential scan due to transient issuesUday Shankar1-4/+11
2022-11-16nvme-rdma: stop auth work after tearing down queues in error recoverySagi Grimberg1-1/+1
2022-11-16nvme-tcp: stop auth work after tearing down queues in error recoverySagi Grimberg1-1/+1
2022-11-16nvme-auth: have dhchap_auth_work wait for queues auth to completeSagi Grimberg1-7/+6
2022-11-16nvme-auth: remove redundant auth_work flushSagi Grimberg1-6/+2
2022-11-16nvme-auth: convert dhchap_auth_list to an arraySagi Grimberg3-55/+69
2022-11-16nvme-auth: check chap ctrl_key once constructedSagi Grimberg1-2/+2
2022-11-16nvme-auth: no need to reset chap contexts on re-authenticationSagi Grimberg3-18/+0