summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvme: allow duplicate NSIDs for private namespacesSungup Moon2022-03-293-8/+33
* nvmet: remove redundant assignment after left shiftColin Ian King2022-03-291-1/+1
* nvmet: use a private workqueue instead of the system workqueueSagi Grimberg2022-03-2911-37/+50
* nvme-pci: add quirks for Samsung X5 SSDsMonish Kumar R2022-03-231-1/+4
* nvme-pci: expose use_threaded_interrupts read-only in sysfsXin Hao2022-03-231-1/+1
* nvme: fix the read-only state for zoned namespaces with unsupposed featuresPankaj Raghav2022-03-231-3/+5
* n64cart: convert bi_disk to bi_bdev->bd_disk fix buildJackie Liu2022-03-211-1/+1
* xen/blkfront: fix comment for need_copyDongli Zhang2022-03-211-1/+1
* xen-blkback: remove redundant assignment to variable iColin Ian King2022-03-211-1/+1
* Merge tag 'nvme-5.18-2022-03-17' of git://git.infradead.org/nvme into for-5.1...Jens Axboe2022-03-1815-110/+138
|\
| * nvme: warn about shared namespaces without CONFIG_NVME_MULTIPATHChristoph Hellwig2022-03-162-0/+9
| * nvme: remove nvme_alloc_request and nvme_alloc_request_qidChristoph Hellwig2022-03-165-46/+31
| * nvme: cleanup how disk->disk_name is assignedChristoph Hellwig2022-03-163-33/+21
| * nvmet: move the call to nvmet_ns_changed out of nvmet_ns_revalidateChristoph Hellwig2022-03-155-7/+15
| * nvmet: use snprintf() with PAGE_SIZE in configfsChaitanya Kulkarni2022-03-141-5/+8
| * nvmet: don't fold linesChaitanya Kulkarni2022-03-141-9/+5
| * nvmet-rdma: fix kernel-doc warning for nvmet_rdma_device_removalChaitanya Kulkarni2022-03-141-1/+1
| * nvmet-fc: fix kernel-doc warning for nvmet_fc_unregister_targetportChaitanya Kulkarni2022-03-141-1/+1
| * nvmet-fc: fix kernel-doc warning for nvmet_fc_register_targetportChaitanya Kulkarni2022-03-141-1/+1
| * nvme-tcp: lockdep: annotate in-kernel socketsChris Leech2022-03-141-0/+40
| * nvme-tcp: don't fold the lineChaitanya Kulkarni2022-03-141-2/+1
| * nvme-tcp: don't initialize ret variableChaitanya Kulkarni2022-03-141-1/+1
| * nvme-multipath: call bio_io_error in nvme_ns_head_submit_bioGuoqing Jiang2022-03-141-2/+1
| * nvme-multipath: use vmalloc for ANA log bufferHannes Reinecke2022-03-141-2/+3
* | virtio_blk: eliminate anonymous module_init & module_exitRandy Dunlap2022-03-171-4/+4
|/
* xen/blkfront: speed up purge_persistent_grants()Juergen Gross2022-03-111-1/+4
* raid5: initialize the stripe_head embeeded bios as neededChristoph Hellwig2022-03-091-17/+8
* raid5-cache: statically allocate the recovery ra bioChristoph Hellwig2022-03-091-15/+13
* raid5-cache: fully initialize flush_bio when neededChristoph Hellwig2022-03-091-2/+3
* raid5-ppl: fully initialize the bio in ppl_new_iounitChristoph Hellwig2022-03-091-3/+2
* md: use msleep() in md_notify_reboot()Eric Dumazet2022-03-091-1/+1
* md: raid1/raid10: drop pending_cntMariusz Tkaczyk2022-03-095-27/+8
* bcache: fixup multiple threads crashMingzhe Zou2022-03-062-4/+8
* bcache: fixup bcache_dev_sectors_dirty_add() multithreaded CPU false sharingMingzhe Zou2022-03-061-4/+7
* floppy: use memcpy_{to,from}_bvecChristoph Hellwig2022-03-041-4/+2
* drbd: use bvec_kmap_local in recv_dless_readChristoph Hellwig2022-03-041-2/+2
* drbd: use bvec_kmap_local in drbd_csum_bioChristoph Hellwig2022-03-041-3/+3
* bcache: use bvec_kmap_local in bio_csumChristoph Hellwig2022-03-041-2/+2
* nvdimm-btt: use bvec_kmap_local in btt_rw_integrityChristoph Hellwig2022-03-041-6/+4
* nvdimm-blk: use bvec_kmap_local in nd_blk_rw_integrityChristoph Hellwig2022-03-041-4/+3
* zram: use memcpy_from_bvec in zram_bvec_writeChristoph Hellwig2022-03-041-4/+1
* zram: use memcpy_to_bvec in zram_bvec_readChristoph Hellwig2022-03-041-3/+1
* aoe: use bvec_kmap_local in bvcpyChristoph Hellwig2022-03-041-2/+2
* nvme: check that EUI/GUID/UUID are globally uniqueChristoph Hellwig2022-02-281-2/+36
* nvme: check for duplicate identifiers earlierChristoph Hellwig2022-02-281-7/+6
* nvme: fix the check for duplicate unique identifiersChristoph Hellwig2022-02-281-8/+10
* nvme: cleanup __nvme_check_idsChristoph Hellwig2022-02-281-5/+4
* nvme: remove nssa from struct nvme_ctrlKeith Busch2022-02-282-5/+5
* nvme: explicitly set non-error for directivesKeith Busch2022-02-281-0/+2
* nvme: expose cntrltype and dctype through sysfsMartin Belanger2022-02-282-0/+42