summaryrefslogtreecommitdiffstats
path: root/usr (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-09raid5: initialize the stripe_head embeeded bios as neededChristoph Hellwig1-17/+8
2022-03-09raid5-cache: statically allocate the recovery ra bioChristoph Hellwig1-15/+13
2022-03-09raid5-cache: fully initialize flush_bio when neededChristoph Hellwig1-2/+3
2022-03-09raid5-ppl: fully initialize the bio in ppl_new_iounitChristoph Hellwig1-3/+2
2022-03-09md: use msleep() in md_notify_reboot()Eric Dumazet1-1/+1
2022-03-09lib/raid6: Include <asm/ppc-opcode.h> for VPERMXORPaul Menzel1-1/+1
2022-03-09lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3Paul Menzel1-1/+3
2022-03-09lib/raid6/test: fix multiple definition linking errorDirk Müller1-1/+0
2022-03-09md: raid1/raid10: drop pending_cntMariusz Tkaczyk5-27/+8
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
2022-03-04drbd: use bvec_kmap_local in drbd_csum_bioChristoph Hellwig1-3/+3
2022-03-04bcache: use bvec_kmap_local in bio_csumChristoph Hellwig1-2/+2
2022-03-04nvdimm-btt: use bvec_kmap_local in btt_rw_integrityChristoph Hellwig1-6/+4
2022-03-04nvdimm-blk: use bvec_kmap_local in nd_blk_rw_integrityChristoph Hellwig1-4/+3
2022-03-04zram: use memcpy_from_bvec in zram_bvec_writeChristoph Hellwig1-4/+1
2022-03-04zram: use memcpy_to_bvec in zram_bvec_readChristoph Hellwig1-3/+1
2022-03-04aoe: use bvec_kmap_local in bvcpyChristoph Hellwig1-2/+2
2022-03-04iss-simdisk: use bvec_kmap_local in simdisk_submit_bioChristoph Hellwig1-2/+2
2022-02-28nvme: check that EUI/GUID/UUID are globally uniqueChristoph Hellwig1-2/+36
2022-02-28nvme: check for duplicate identifiers earlierChristoph Hellwig1-7/+6
2022-02-28nvme: fix the check for duplicate unique identifiersChristoph Hellwig1-8/+10
2022-02-28nvme: cleanup __nvme_check_idsChristoph Hellwig1-5/+4
2022-02-28nvme: remove nssa from struct nvme_ctrlKeith Busch2-5/+5
2022-02-28nvme: explicitly set non-error for directivesKeith Busch1-0/+2
2022-02-28nvme: expose cntrltype and dctype through sysfsMartin Belanger3-1/+51
2022-02-28nvme: send uevent on connection upMartin Belanger1-0/+9
2022-02-28nvme: add vectored-io support for user-passthroughKanchan Joshi2-10/+31
2022-02-28nvme: add verbose error loggingAlan Adamson6-1/+247