summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-03nvme: update MAINTAINERS for the new auth codeChristoph Hellwig1-1/+2
2022-08-03nvmet-tcp: fix lockdep complaint on nvmet_tcp_wq flush during queue teardownSagi Grimberg1-1/+2
2022-08-03nvme: enable generic interface (/dev/ngXnY) for unknown command setsJoel Granados1-7/+34
2022-08-03nvme: factor out a nvme_ns_is_readonly helperChristoph Hellwig1-5/+10
2022-08-03nvme: refactor namespace probingChristoph Hellwig1-105/+125
2022-08-03nvme: generalize the nvme_multi_css check in nvme_scan_nsChristoph Hellwig1-6/+6
2022-08-03nvme: rename nvme_validate_or_alloc_ns to nvme_scan_nsChristoph Hellwig1-3/+3
2022-08-03nvme: catch -ENODEV from nvme_revalidate_zones againChristoph Hellwig1-6/+7
2022-08-03nvmet-auth: select the intended CRYPTO_DH_RFC7919_GROUPSLukas Bulwahn1-1/+1
2022-08-03nvmet-auth: fix return value check in auth receiveChaitanya Kulkarni1-2/+1
2022-08-03nvmet-auth: fix return value check in auth sendChaitanya Kulkarni1-2/+2
2022-08-03nvmet-auth: fix a couple of spelling mistakesColin Ian King2-2/+2
2022-08-03nvmet: fix a format specifier in nvmet_auth_ctrl_exponentialChristoph Hellwig1-1/+1
2022-08-03nvmet: don't check for NULL pointer before kfree in nvmet_host_releaseChristoph Hellwig1-2/+2
2022-08-03nvme-apple: stop casting function pointer signaturesChristoph Hellwig1-6/+15
2022-08-03nvme-tcp: split nvme_tcp_alloc_tagsetChristoph Hellwig1-41/+41
2022-08-03nvme-rdma: split nvme_rdma_alloc_tagsetChristoph Hellwig1-46/+46
2022-08-03nvme-pci: split nvme_dev_addChristoph Hellwig1-35/+37
2022-08-03nvme-pci: split nvme_alloc_admin_tagsChristoph Hellwig1-29/+31
2022-08-03nvme-pci: print the command name of aborted commandsChristoph Hellwig2-2/+5
2022-08-03nvme-pci: remove useless assignment in nvme_pci_setup_prpsLiu Song1-1/+0
2022-08-03nvme-auth: uninitialized variable in nvme_auth_transform_key()Dan Carpenter1-9/+16
2022-08-03nvme-auth: fix off by one checksDan Carpenter1-5/+5
2022-08-03nvme: define compat_ioctl again to unbreak 32-bit userspace.Nick Bowler2-0/+2
2022-08-03nvme: don't always build constants.oChristoph Hellwig2-3/+2
2022-08-03nvme: use command_id instead of req->tag in trace_nvme_complete_rq()Bean Huo1-1/+1
2022-08-03md-raid10: fix KASAN warningMikulas Patocka1-1/+4
2022-08-03md-raid: destroy the bitmap after destroying the threadMikulas Patocka1-1/+1
2022-08-03md: return the allocated devices from md_allocChristoph Hellwig3-49/+30
2022-08-03md: open code md_probe in autorun_devicesChristoph Hellwig1-1/+1
2022-08-03md: remove unneeded semicolonYang Li1-1/+1
2022-08-03remove the sx8 block driverChristoph Hellwig3-1593/+0
2022-08-03md: fix build failure for !MODULEStephen Rothwell1-0/+2
2022-08-03raid5: fix duplicate checks for rdev->saved_raid_diskJackie Liu1-2/+1
2022-08-03md: simplify md_openChristoph Hellwig1-27/+15
2022-08-03md: only delete entries from all_mddevs when the disk is freedChristoph Hellwig2-18/+40
2022-08-03md: stop using for_each_mddev in md_exitChristoph Hellwig1-28/+11
2022-08-03md: stop using for_each_mddev in md_notify_rebootChristoph Hellwig1-3/+9
2022-08-03md: stop using for_each_mddev in md_do_syncChristoph Hellwig1-3/+5
2022-08-03md: factor out the rdev overlaps check from rdev_size_storeChristoph Hellwig1-45/+39
2022-08-03md: rename md_free to md_kobj_releaseChristoph Hellwig1-2/+2
2022-08-03md: implement ->free_diskChristoph Hellwig1-6/+12
2022-08-03md: fix error handling in md_allocChristoph Hellwig1-13/+32
2022-08-03md: fix mddev->kobj lifetimeChristoph Hellwig1-6/+4
2022-08-03md/raid5: Convert prepare_to_wait() to wait_woken() apiLogan Gunthorpe1-7/+6
2022-08-03md/raid5: Fix sectors_to_do bitmap overflow in raid5_make_request()Logan Gunthorpe1-8/+11
2022-08-03bcache: remove EXPERIMENTAL for Kconfig option 'Asynchronous device registrat...Coly Li1-1/+1
2022-08-03nbd: add missing definition of pr_fmtYu Kuai1-2/+4
2022-08-03null_blk: fix ida error handling in null_add_dev()Dan Carpenter1-3/+11
2022-08-03nvme-multipath: refactor nvme_mpath_add_diskJoel Granados3-7/+6