aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-02block: ensure iov_iter advances for added pagesGravatar Keith Busch 1-4/+4
2022-08-02drivers:md:fix a potential use-after-free bugGravatar Wentao_Liang 1-1/+1
2022-08-02md/raid5: Ensure batch_last is released before sleeping for quiesceGravatar Logan Gunthorpe 2-9/+29
2022-08-02md/raid5: Move stripe_request_ctx upGravatar Logan Gunthorpe 1-27/+27
2022-08-02md/raid5: Drop unnecessary call to r5c_check_stripe_cache_usage()Gravatar Logan Gunthorpe 1-1/+0
2022-08-02md/raid5: Make is_inactive_blocked() helperGravatar Logan Gunthorpe 1-5/+19
2022-08-02md/raid5: Refactor raid5_get_active_stripe()Gravatar Logan Gunthorpe 1-31/+36
2022-08-02block: pass struct queue_limits to the bio splitting helpersGravatar Christoph Hellwig 5-72/+68
2022-08-02block: move bio_allowed_max_sectors to blk-merge.cGravatar Christoph Hellwig 2-10/+10
2022-08-02block: move the call to get_max_io_size out of blk_bio_segment_splitGravatar Christoph Hellwig 1-4/+5
2022-08-02block: move ->bio_split to the gendiskGravatar Christoph Hellwig 6-16/+15
2022-08-02block: change the blk_queue_bounce calling conventionGravatar Christoph Hellwig 3-18/+20
2022-08-02block: change the blk_queue_split calling conventionGravatar Christoph Hellwig 11-65/+63
2022-08-02nvme: update MAINTAINERS for the new auth codeGravatar Christoph Hellwig 1-1/+2
2022-08-02nvmet-tcp: fix lockdep complaint on nvmet_tcp_wq flush during queue teardownGravatar Sagi Grimberg 1-1/+2
2022-08-02nvme: enable generic interface (/dev/ngXnY) for unknown command setsGravatar Joel Granados 1-7/+34
2022-08-02nvme: factor out a nvme_ns_is_readonly helperGravatar Christoph Hellwig 1-5/+10
2022-08-02nvme: refactor namespace probingGravatar Christoph Hellwig 1-105/+125
2022-08-02nvme: generalize the nvme_multi_css check in nvme_scan_nsGravatar Christoph Hellwig 1-6/+6
2022-08-02nvme: rename nvme_validate_or_alloc_ns to nvme_scan_nsGravatar Christoph Hellwig 1-3/+3
2022-08-02nvme: catch -ENODEV from nvme_revalidate_zones againGravatar Christoph Hellwig 1-6/+7
2022-08-02nvmet-auth: select the intended CRYPTO_DH_RFC7919_GROUPSGravatar Lukas Bulwahn 1-1/+1
2022-08-02nvmet-auth: fix return value check in auth receiveGravatar Chaitanya Kulkarni 1-2/+1
2022-08-02nvmet-auth: fix return value check in auth sendGravatar Chaitanya Kulkarni 1-2/+2
2022-08-02nvmet-auth: fix a couple of spelling mistakesGravatar Colin Ian King 2-2/+2
2022-08-02nvmet: fix a format specifier in nvmet_auth_ctrl_exponentialGravatar Christoph Hellwig 1-1/+1
2022-08-02nvmet: don't check for NULL pointer before kfree in nvmet_host_releaseGravatar Christoph Hellwig 1-2/+2
2022-08-02nvme-apple: stop casting function pointer signaturesGravatar Christoph Hellwig 1-6/+15
2022-08-02nvme-tcp: split nvme_tcp_alloc_tagsetGravatar Christoph Hellwig 1-41/+41
2022-08-02nvme-rdma: split nvme_rdma_alloc_tagsetGravatar Christoph Hellwig 1-46/+46
2022-08-02nvme-pci: split nvme_dev_addGravatar Christoph Hellwig 1-35/+37
2022-08-02nvme-pci: split nvme_alloc_admin_tagsGravatar Christoph Hellwig 1-29/+31
2022-08-02nvme-pci: print the command name of aborted commandsGravatar Christoph Hellwig 2-2/+5
2022-08-02nvme-pci: remove useless assignment in nvme_pci_setup_prpsGravatar Liu Song 1-1/+0
2022-08-02nvme-auth: uninitialized variable in nvme_auth_transform_key()Gravatar Dan Carpenter 1-9/+16
2022-08-02nvme-auth: fix off by one checksGravatar Dan Carpenter 1-5/+5
2022-08-02nvme: define compat_ioctl again to unbreak 32-bit userspace.Gravatar Nick Bowler 2-0/+2
2022-08-02nvme: don't always build constants.oGravatar Christoph Hellwig 2-3/+2
2022-08-02nvme: use command_id instead of req->tag in trace_nvme_complete_rq()Gravatar Bean Huo 1-1/+1
2022-08-02md-raid10: fix KASAN warningGravatar Mikulas Patocka 1-1/+4
2022-08-02md-raid: destroy the bitmap after destroying the threadGravatar Mikulas Patocka 1-1/+1
2022-08-02md: return the allocated devices from md_allocGravatar Christoph Hellwig 3-49/+30
2022-08-02md: open code md_probe in autorun_devicesGravatar Christoph Hellwig 1-1/+1
2022-08-02md: remove unneeded semicolonGravatar Yang Li 1-1/+1
2022-08-02remove the sx8 block driverGravatar Christoph Hellwig 3-1593/+0
2022-08-02md: fix build failure for !MODULEGravatar Stephen Rothwell 1-0/+2
2022-08-02raid5: fix duplicate checks for rdev->saved_raid_diskGravatar Jackie Liu 1-2/+1
2022-08-02md: simplify md_openGravatar Christoph Hellwig 1-27/+15
2022-08-02md: only delete entries from all_mddevs when the disk is freedGravatar Christoph Hellwig 2-18/+40
2022-08-02md: stop using for_each_mddev in md_exitGravatar Christoph Hellwig 1-28/+11