summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * nvme-auth: remove redundant deallocationsSagi Grimberg2022-11-161-20/+0
| * nvme-auth: clear sensitive info right after authentication completesSagi Grimberg2022-11-161-0/+2
| * nvme-auth: guarantee dhchap buffers under memory pressureSagi Grimberg2022-11-163-2/+43
| * nvme-auth: don't keep long lived 4k dhchap bufferSagi Grimberg2022-11-161-23/+24
| * nvme-auth: remove redundant if statementSagi Grimberg2022-11-161-1/+1
| * nvme-auth: don't override ctrl keys before validationSagi Grimberg2022-11-161-2/+10
| * nvme-auth: don't ignore key generation failures when initializing ctrl keysSagi Grimberg2022-11-163-7/+25
| * nvme-auth: remove redundant buffer deallocationsSagi Grimberg2022-11-161-4/+0
| * nvme-auth: don't re-authenticate if the controller is not LIVESagi Grimberg2022-11-161-0/+7
| * nvme-auth: remove symbol export from nvme_auth_resetSagi Grimberg2022-11-161-1/+0
| * nvme-auth: rename authentication work elementsSagi Grimberg2022-11-161-4/+4
| * nvme-auth: rename __nvme_auth_[reset|free] to nvme_auth[reset|free]_dhchapSagi Grimberg2022-11-161-6/+6
| * nvme-pci: don't unbind the driver on reset failureChristoph Hellwig2022-11-161-30/+10
| * nvme-pci: split the initial probe from the rest pathChristoph Hellwig2022-11-161-53/+80
| * nvme-pci: move the HMPRE check into nvme_setup_host_memChristoph Hellwig2022-11-161-5/+6
| * nvme-pci: simplify nvme_dbbuf_dma_allocChristoph Hellwig2022-11-151-16/+16
| * nvme-pci: call nvme_pci_configure_admin_queue from nvme_pci_enableChristoph Hellwig2022-11-151-5/+2
| * nvme-pci: set constant paramters in nvme_pci_alloc_ctrlChristoph Hellwig2022-11-151-21/+17
| * nvme-pci: factor out a nvme_pci_alloc_dev helperChristoph Hellwig2022-11-151-35/+46
| * nvme-pci: factor the iod mempool creation into a helperChristoph Hellwig2022-11-151-23/+18
| * nvme-pci: move more teardown work to nvme_removeChristoph Hellwig2022-11-151-2/+2
| * nvme-pci: put the admin queue in nvme_dev_remove_adminChristoph Hellwig2022-11-151-2/+1
| * nvme: simplify transport specific device attribute handlingChristoph Hellwig2022-11-153-17/+16