summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-03-31drbd: remove usage of list iterator variable after loopJakob Koschel1-2/+5
2022-03-31nbd: fix possible overflow on 'first_minor' in nbd_dev_add()Zhang Wensheng1-12/+12
2022-03-31MAINTAINERS: add drbd co-maintainerChristoph Böhmwalder1-0/+1
2022-03-30drbd: fix potential silent data corruptionLars Ellenberg1-1/+2
2022-03-30loop: fix ioctl calls using compat_loop_infoCarlos Llamas2-2/+3
2022-03-29Merge tag 'nvme-5.18-2022-03-29' of git://git.infradead.org/nvme into for-5.1...Jens Axboe16-57/+133
2022-03-29nvme-multipath: fix hang when disk goes live over reconnectAnton Eidelman3-2/+28
2022-03-29nvme: fix RCU hole that allowed for endless looping in multipath round robinChris Leech1-4/+10
2022-03-29nvme: allow duplicate NSIDs for private namespacesSungup Moon4-8/+34
2022-03-29nvmet: remove redundant assignment after left shiftColin Ian King1-1/+1
2022-03-29nvmet: use a private workqueue instead of the system workqueueSagi Grimberg11-37/+50
2022-03-23nvme-pci: add quirks for Samsung X5 SSDsMonish Kumar R1-1/+4
2022-03-23nvme-pci: expose use_threaded_interrupts read-only in sysfsXin Hao1-1/+1
2022-03-23nvme: fix the read-only state for zoned namespaces with unsupposed featuresPankaj Raghav1-3/+5
2022-03-21n64cart: convert bi_disk to bi_bdev->bd_disk fix buildJackie Liu1-1/+1
2022-03-21xen/blkfront: fix comment for need_copyDongli Zhang1-1/+1
2022-03-21xen-blkback: remove redundant assignment to variable iColin Ian King1-1/+1
2022-03-17Merge tag 'nvme-5.18-2022-03-17' of git://git.infradead.org/nvme into for-5.1...Jens Axboe15-110/+138
2022-03-17virtio_blk: eliminate anonymous module_init & module_exitRandy Dunlap1-4/+4
2022-03-16nvme: warn about shared namespaces without CONFIG_NVME_MULTIPATHChristoph Hellwig2-0/+9
2022-03-16nvme: remove nvme_alloc_request and nvme_alloc_request_qidChristoph Hellwig5-46/+31
2022-03-16nvme: cleanup how disk->disk_name is assignedChristoph Hellwig3-33/+21
2022-03-15nvmet: move the call to nvmet_ns_changed out of nvmet_ns_revalidateChristoph Hellwig5-7/+15
2022-03-14nvmet: use snprintf() with PAGE_SIZE in configfsChaitanya Kulkarni1-5/+8
2022-03-14nvmet: don't fold linesChaitanya Kulkarni1-9/+5
2022-03-14nvmet-rdma: fix kernel-doc warning for nvmet_rdma_device_removalChaitanya Kulkarni1-1/+1
2022-03-14nvmet-fc: fix kernel-doc warning for nvmet_fc_unregister_targetportChaitanya Kulkarni1-1/+1
2022-03-14nvmet-fc: fix kernel-doc warning for nvmet_fc_register_targetportChaitanya Kulkarni1-1/+1
2022-03-14nvme-tcp: lockdep: annotate in-kernel socketsChris Leech1-0/+40
2022-03-14nvme-tcp: don't fold the lineChaitanya Kulkarni1-2/+1
2022-03-14nvme-tcp: don't initialize ret variableChaitanya Kulkarni1-1/+1
2022-03-14nvme-multipath: call bio_io_error in nvme_ns_head_submit_bioGuoqing Jiang1-2/+1
2022-03-14nvme-multipath: use vmalloc for ANA log bufferHannes Reinecke1-2/+3
2022-03-11xen/blkfront: speed up purge_persistent_grants()Juergen Gross1-1/+4
2022-03-10Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe3-37/+26
2022-03-08raid5: initialize the stripe_head embeeded bios as neededChristoph Hellwig1-17/+8
2022-03-08raid5-cache: statically allocate the recovery ra bioChristoph Hellwig1-15/+13
2022-03-08raid5-cache: fully initialize flush_bio when neededChristoph Hellwig1-2/+3
2022-03-08raid5-ppl: fully initialize the bio in ppl_new_iounitChristoph Hellwig1-3/+2
2022-03-08Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe9-31/+13
2022-03-08md: use msleep() in md_notify_reboot()Eric Dumazet1-1/+1
2022-03-08lib/raid6: Include <asm/ppc-opcode.h> for VPERMXORPaul Menzel1-1/+1
2022-03-08lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3Paul Menzel1-1/+3
2022-03-08lib/raid6/test: fix multiple definition linking errorDirk Müller1-1/+0
2022-03-08md: raid1/raid10: drop pending_cntMariusz Tkaczyk5-27/+8
2022-03-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/coly...Jens Axboe2-8/+15
2022-03-06bcache: fixup multiple threads crashMingzhe Zou2-4/+8
2022-03-06bcache: fixup bcache_dev_sectors_dirty_add() multithreaded CPU false sharingMingzhe Zou1-4/+7
2022-03-04floppy: use memcpy_{to,from}_bvecChristoph Hellwig1-4/+2
2022-03-04drbd: use bvec_kmap_local in recv_dless_readChristoph Hellwig1-2/+2