summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-07-09loop: Don't bother validating blocksizeJohn Garry1-11/+1
2024-07-09virtio_blk: Don't bother validating blocksizeJohn Garry1-10/+1
2024-07-09null_blk: Don't bother validating blocksizeJohn Garry1-3/+0
2024-07-09virtio_blk: Fix default logical block size fallbackJohn Garry1-13/+13
2024-07-08Merge tag 'nvme-6.11-2024-07-08' of git://git.infradead.org/nvme into for-6.1...Jens Axboe33-226/+881
2024-07-08nvmet-auth: fix nvmet_auth hash error handlingGaosheng Cui1-6/+8
2024-07-08nvme: implement ->get_unique_idChristoph Hellwig3-0/+46
2024-07-05block: Remove REQ_OP_ZONE_RESET_ALL emulationDamien Le Moal5-5/+5
2024-07-05dm: handle REQ_OP_ZONE_RESET_ALLDamien Le Moal3-5/+183
2024-07-05dm: Refactor is_abnormal_io()Damien Le Moal1-13/+11
2024-07-05null_blk: Introduce the zone_full parameterDamien Le Moal3-3/+17
2024-07-05loop: remove the unused inode variable in loop_configureChristoph Hellwig1-2/+0
2024-07-04null_blk: don't initialize static 'g_virt_boundary' to falseZhu Yanjun1-1/+1
2024-07-04md/raid5: recheck if reshape has finished with device_lock heldBenjamin Marzinski1-23/+41
2024-07-04md: Don't wait for MD_RECOVERY_NEEDED for HOT_REMOVE_DISK ioctlYu Kuai1-6/+0
2024-07-04md-cluster: Constify struct md_cluster_operationsChristophe JAILLET3-5/+5
2024-07-04md: Remove unneeded semicolonYang Li1-1/+1
2024-07-04md/raid5: fix spares errors about rcu usageYu Kuai1-7/+5
2024-07-02xen-blkfront: fix sector_size propagation to the block layerChristoph Hellwig1-11/+5
2024-07-02null_blk: Fix description of the fua parameterDamien Le Moal1-1/+1
2024-07-02nvme-multipath: implement "queue-depth" iopolicyThomas Song3-5/+87
2024-07-01nvme: don't set io_opt if NOWS is zeroChristoph Hellwig1-1/+2
2024-06-28rnbd-cnt: don't set QUEUE_FLAG_SAME_FORCEChristoph Hellwig1-1/+0
2024-06-28rnbd: don't set QUEUE_FLAG_SAME_COMPChristoph Hellwig1-1/+0
2024-06-28mpt3sas_scsih: don't set QUEUE_FLAG_NOMERGESChristoph Hellwig1-6/+0
2024-06-28megaraid_sas: don't set QUEUE_FLAG_NOMERGESChristoph Hellwig1-2/+0
2024-06-28loop: don't set QUEUE_FLAG_NOMERGESChristoph Hellwig1-13/+2
2024-06-28bcache: work around a __bitwise to bool conversion sparse warningChristoph Hellwig1-2/+2
2024-06-27loop: Fix a race between loop detach and loop openGulam Mohamed1-39/+36
2024-06-26nvme-multipath: prepare for "queue-depth" iopolicyJohn Meneghini1-6/+15
2024-06-26block: move dma_pad_mask into queue_limitsChristoph Hellwig4-10/+11
2024-06-26md: set md-specific flags for all queue limitsChristoph Hellwig6-9/+14
2024-06-26block: change rq_integrity_vec to respect the iteratorMikulas Patocka1-3/+3
2024-06-26nvme-pci: do not directly handle subsys reset falloutKeith Busch7-11/+58
2024-06-24lpfc_nvmet: implement 'host_traddr'Hannes Reinecke1-0/+11
2024-06-24nvme-fcloop: implement 'host_traddr'Hannes Reinecke1-0/+11
2024-06-24nvmet-fc: implement host_traddr()Hannes Reinecke1-0/+33
2024-06-24nvmet-rdma: implement host_traddr()Hannes Reinecke1-0/+12
2024-06-24nvmet-tcp: implement host_traddr()Hannes Reinecke1-0/+14
2024-06-24nvmet: add 'host_traddr' callback for debugfsHannes Reinecke3-0/+31
2024-06-24nvmet: add debugfs supportHannes Reinecke6-3/+262
2024-06-24nvme: rename CDR/MORE/DNR to NVME_STATUS_*Weiwen Hu15-122/+122
2024-06-24nvme: fix status magic numbersWeiwen Hu5-14/+14
2024-06-24nvme: rename nvme_sc_to_pr_err to nvme_status_to_pr_errWeiwen Hu1-5/+5
2024-06-24nvme: split device add from initializationKeith Busch8-23/+66
2024-06-24nvme: fc: split controller bringup handlingKeith Busch1-16/+27
2024-06-24nvme: rdma: split controller bringup handlingKeith Busch1-7/+21
2024-06-24nvme: tcp: split controller bringup handlingKeith Busch1-6/+19
2024-06-24nvme: apple: fix device reference countingKeith Busch1-5/+22
2024-06-24brd: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1