summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* md/raid1-10: fix casting from randomized structure in raid1_submit_write()Yu Kuai2023-06-231-1/+1
* md/raid10: fix the condition to call bio_end_io_acct()Li Nan2023-06-231-1/+1
* scsi/sg: don't grab scsi host module referenceYu Kuai2023-06-231-3/+3
* cdrom: Fix spectre-v1 gadgetJordy Zomer2023-06-221-0/+4
* ublk: make ublk_chr_class a static const structureIvan Orlov2023-06-211-7/+8
* aoe: make aoe_class a static const structureIvan Orlov2023-06-211-13/+17
* block/rnbd: make all 'class' structures constIvan Orlov2023-06-212-19/+23
* swim: fix a missing FMODE_ -> BLK_OPEN_ conversion in floppy_openChristoph Hellwig2023-06-201-1/+1
* Merge tag 'nvme-6.5-2023-06-16' of git://git.infradead.org/nvme into for-6.5/...Jens Axboe2023-06-1613-910/+898
|\
| * nvme: forward port sysfs delete fixKeith Busch2023-06-161-0/+3
| * nvme: skip optional id ctrl csi if it failedKeith Busch2023-06-122-1/+5
| * nvme-core: use nvme_ns_head_multipath instead of ns->head->diskIrvin Cote2023-06-121-1/+1
| * nvmet-fcloop: Do not wait on completion when unregister failsDaniel Wagner2023-06-121-1/+2
| * nvme-fabrics: open code __nvmf_host_find()Chaitanya Kulkarni2023-06-121-48/+27
| * nvme-fabrics: error out to unlock the mutexChaitanya Kulkarni2023-06-121-2/+4
| * nvme: Increase block size variable size to 32-bitDaniel Gomez2023-06-121-1/+1
| * nvme-fcloop: no need to return from void functionChaitanya Kulkarni2023-06-121-2/+0
| * nvmet-auth: remove unnecessary break after gotoChaitanya Kulkarni2023-06-121-4/+0
| * nvmet-auth: remove some dead codeChristophe JAILLET2023-06-121-9/+0
| * nvme-core: remove redundant check from nvme_init_ns_headIrvin Cote2023-06-121-1/+1
| * nvme: move sysfs code to a dedicated sysfs.c fileMax Gurtovoy2023-06-124-655/+672
| * nvme-fabrics: prevent overriding of existing hostMax Gurtovoy2023-06-121-27/+71
| * nvme-fabrics: check hostid using uuid_equalMax Gurtovoy2023-06-121-1/+1
| * nvme-fabrics: unify common code in admin and io queue connectMax Gurtovoy2023-06-121-31/+43
| * nvmet: reorder fields in 'struct nvme_dhchap_queue_context'Christophe JAILLET2023-06-121-3/+3
| * nvmet: reorder fields in 'struct nvmf_ctrl_options'Christophe JAILLET2023-06-121-4/+4
| * nvme: reorder fields in 'struct nvme_ctrl'Christophe JAILLET2023-06-121-3/+3
| * nvmet: reorder fields in 'struct nvmet_sq'Christophe JAILLET2023-06-121-1/+1
| * nvme-fabrics: add queue setup helpersKeith Busch2023-06-124-162/+96
| * nvme-pci: cleaning up nvme_pci_init_requestIrvin Cote2023-06-121-2/+1
| * nvme-rdma: fix typo in commentMax Gurtovoy2023-06-121-1/+1
| * nvme-core: fix dev_pm_qos memleakChaitanya Kulkarni2023-06-121-0/+1
| * nvme-core: add missing fault-injection cleanupChaitanya Kulkarni2023-06-121-0/+1
| * nvme-core: fix memory leak in dhchap_ctrl_secretChaitanya Kulkarni2023-06-121-2/+5
| * nvme-core: fix memory leak in dhchap_secret_storeChaitanya Kulkarni2023-06-121-2/+5
* | bcache: fixup btree_cache_wait list damageMingzhe Zou2023-06-153-1/+21
* | bcache: Fix __bch_btree_node_alloc to make the failure behavior consistentZheng Wang2023-06-151-1/+3
* | bcache: Remove unnecessary NULL point check in node allocationsZheng Wang2023-06-152-7/+7
* | bcache: Remove dead references to cache_readaheadsAndrea Tomassetti2023-06-151-1/+0
* | bcache: make kobj_type structures constantThomas Weißschuh2023-06-152-6/+6
* | bcache: Convert to use sysfs_emit()/sysfs_emit_at() APIsye xingchen2023-06-151-16/+15
* | scsi: sg: fix blktrace debugfs entries leakageYu Kuai2023-06-141-0/+9
* | brd: use cond_resched instead of cond_resched_rcuPankaj Raghav2023-06-141-1/+1
* | md/raid1-10: limit the number of plugged bioYu Kuai2023-06-133-3/+10
* | md/raid1-10: don't handle pluged bio by daemon threadYu Kuai2023-06-133-7/+19
* | md/md-bitmap: add a new helper to unplug bitmap asynchrouslyYu Kuai2023-06-134-0/+40
* | md/raid1-10: submit write io directly if bitmap is not enabledYu Kuai2023-06-133-5/+19
* | md/raid1-10: factor out a helper to submit normal writeYu Kuai2023-06-133-33/+23
* | md/raid1-10: factor out a helper to add bio to plugYu Kuai2023-06-133-21/+18
* | md/raid10: prevent soft lockup while flush writesYu Kuai2023-06-131-0/+2