summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2022-08-02nvmet-tcp: fix lockdep complaint on nvmet_tcp_wq flush during queue teardownSagi Grimberg
2022-08-02nvme: enable generic interface (/dev/ngXnY) for unknown command setsJoel Granados
2022-08-02nvme: factor out a nvme_ns_is_readonly helperChristoph Hellwig
2022-08-02nvme: refactor namespace probingChristoph Hellwig
2022-08-02nvme: generalize the nvme_multi_css check in nvme_scan_nsChristoph Hellwig
2022-08-02nvme: rename nvme_validate_or_alloc_ns to nvme_scan_nsChristoph Hellwig
2022-08-02nvme: catch -ENODEV from nvme_revalidate_zones againChristoph Hellwig
2022-08-02nvmet-auth: select the intended CRYPTO_DH_RFC7919_GROUPSLukas Bulwahn
2022-08-02nvmet-auth: fix return value check in auth receiveChaitanya Kulkarni
2022-08-02nvmet-auth: fix return value check in auth sendChaitanya Kulkarni
2022-08-02nvmet-auth: fix a couple of spelling mistakesColin Ian King
2022-08-02nvmet: fix a format specifier in nvmet_auth_ctrl_exponentialChristoph Hellwig
2022-08-02nvmet: don't check for NULL pointer before kfree in nvmet_host_releaseChristoph Hellwig
2022-08-02nvme-apple: stop casting function pointer signaturesChristoph Hellwig
2022-08-02nvme-tcp: split nvme_tcp_alloc_tagsetChristoph Hellwig
2022-08-02nvme-rdma: split nvme_rdma_alloc_tagsetChristoph Hellwig
2022-08-02nvme-pci: split nvme_dev_addChristoph Hellwig
2022-08-02nvme-pci: split nvme_alloc_admin_tagsChristoph Hellwig
2022-08-02nvme-pci: print the command name of aborted commandsChristoph Hellwig
2022-08-02nvme-pci: remove useless assignment in nvme_pci_setup_prpsLiu Song
2022-08-02nvme-auth: uninitialized variable in nvme_auth_transform_key()Dan Carpenter
2022-08-02nvme-auth: fix off by one checksDan Carpenter
2022-08-02nvme: define compat_ioctl again to unbreak 32-bit userspace.Nick Bowler
2022-08-02nvme: don't always build constants.oChristoph Hellwig
2022-08-02nvme: use command_id instead of req->tag in trace_nvme_complete_rq()Bean Huo
2022-08-02md-raid10: fix KASAN warningMikulas Patocka
2022-08-02md-raid: destroy the bitmap after destroying the threadMikulas Patocka
2022-08-02md: return the allocated devices from md_allocChristoph Hellwig
2022-08-02md: open code md_probe in autorun_devicesChristoph Hellwig
2022-08-02md: remove unneeded semicolonYang Li
2022-08-02remove the sx8 block driverChristoph Hellwig
2022-08-02md: fix build failure for !MODULEStephen Rothwell
2022-08-02raid5: fix duplicate checks for rdev->saved_raid_diskJackie Liu
2022-08-02md: simplify md_openChristoph Hellwig
2022-08-02md: only delete entries from all_mddevs when the disk is freedChristoph Hellwig
2022-08-02md: stop using for_each_mddev in md_exitChristoph Hellwig
2022-08-02md: stop using for_each_mddev in md_notify_rebootChristoph Hellwig
2022-08-02md: stop using for_each_mddev in md_do_syncChristoph Hellwig
2022-08-02md: factor out the rdev overlaps check from rdev_size_storeChristoph Hellwig
2022-08-02md: rename md_free to md_kobj_releaseChristoph Hellwig
2022-08-02md: implement ->free_diskChristoph Hellwig
2022-08-02md: fix error handling in md_allocChristoph Hellwig
2022-08-02md: fix mddev->kobj lifetimeChristoph Hellwig
2022-08-02md/raid5: Convert prepare_to_wait() to wait_woken() apiLogan Gunthorpe
2022-08-02md/raid5: Fix sectors_to_do bitmap overflow in raid5_make_request()Logan Gunthorpe
2022-08-02bcache: remove EXPERIMENTAL for Kconfig option 'Asynchronous device registrat...Coly Li
2022-08-02nbd: add missing definition of pr_fmtYu Kuai
2022-08-02null_blk: fix ida error handling in null_add_dev()Dan Carpenter
2022-08-02nvme-multipath: refactor nvme_mpath_add_diskJoel Granados
2022-08-02nvme-apple: use nvme core helper to cancel requests in tagsetGuixin Liu