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