summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2024-07-12md-cluster: fix hanging issue while a new disk addingHeming Zhao
2024-07-10floppy: add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-07-10loop: add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-07-10ublk_drv: add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-07-10xen/blkback: add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-07-09block/rnbd: Constify struct kobj_typeChristophe JAILLET
2024-07-09loop: Don't bother validating blocksizeJohn Garry
2024-07-09virtio_blk: Don't bother validating blocksizeJohn Garry
2024-07-09null_blk: Don't bother validating blocksizeJohn Garry
2024-07-09virtio_blk: Fix default logical block size fallbackJohn Garry
2024-07-08Merge tag 'nvme-6.11-2024-07-08' of git://git.infradead.org/nvme into for-6.1...Jens Axboe
2024-07-08nvmet-auth: fix nvmet_auth hash error handlingGaosheng Cui
2024-07-08nvme: implement ->get_unique_idChristoph Hellwig
2024-07-05block: Remove REQ_OP_ZONE_RESET_ALL emulationDamien Le Moal
2024-07-05dm: handle REQ_OP_ZONE_RESET_ALLDamien Le Moal
2024-07-05dm: Refactor is_abnormal_io()Damien Le Moal
2024-07-05null_blk: Introduce the zone_full parameterDamien Le Moal
2024-07-05loop: remove the unused inode variable in loop_configureChristoph Hellwig
2024-07-04null_blk: don't initialize static 'g_virt_boundary' to falseZhu Yanjun
2024-07-04md/raid5: recheck if reshape has finished with device_lock heldBenjamin Marzinski
2024-07-04md: Don't wait for MD_RECOVERY_NEEDED for HOT_REMOVE_DISK ioctlYu Kuai
2024-07-04md-cluster: Constify struct md_cluster_operationsChristophe JAILLET
2024-07-04md: Remove unneeded semicolonYang Li
2024-07-04md/raid5: fix spares errors about rcu usageYu Kuai
2024-07-02xen-blkfront: fix sector_size propagation to the block layerChristoph Hellwig
2024-07-02null_blk: Fix description of the fua parameterDamien Le Moal
2024-07-02nvme-multipath: implement "queue-depth" iopolicyThomas Song
2024-07-01nvme: don't set io_opt if NOWS is zeroChristoph Hellwig
2024-06-28rnbd-cnt: don't set QUEUE_FLAG_SAME_FORCEChristoph Hellwig
2024-06-28rnbd: don't set QUEUE_FLAG_SAME_COMPChristoph Hellwig
2024-06-28mpt3sas_scsih: don't set QUEUE_FLAG_NOMERGESChristoph Hellwig
2024-06-28megaraid_sas: don't set QUEUE_FLAG_NOMERGESChristoph Hellwig
2024-06-28loop: don't set QUEUE_FLAG_NOMERGESChristoph Hellwig
2024-06-28bcache: work around a __bitwise to bool conversion sparse warningChristoph Hellwig
2024-06-27loop: Fix a race between loop detach and loop openGulam Mohamed
2024-06-26nvme-multipath: prepare for "queue-depth" iopolicyJohn Meneghini
2024-06-26block: move dma_pad_mask into queue_limitsChristoph Hellwig
2024-06-26md: set md-specific flags for all queue limitsChristoph Hellwig
2024-06-26block: change rq_integrity_vec to respect the iteratorMikulas Patocka
2024-06-26nvme-pci: do not directly handle subsys reset falloutKeith Busch
2024-06-24lpfc_nvmet: implement 'host_traddr'Hannes Reinecke
2024-06-24nvme-fcloop: implement 'host_traddr'Hannes Reinecke
2024-06-24nvmet-fc: implement host_traddr()Hannes Reinecke
2024-06-24nvmet-rdma: implement host_traddr()Hannes Reinecke
2024-06-24nvmet-tcp: implement host_traddr()Hannes Reinecke
2024-06-24nvmet: add 'host_traddr' callback for debugfsHannes Reinecke
2024-06-24nvmet: add debugfs supportHannes Reinecke
2024-06-24nvme: rename CDR/MORE/DNR to NVME_STATUS_*Weiwen Hu
2024-06-24nvme: fix status magic numbersWeiwen Hu
2024-06-24nvme: rename nvme_sc_to_pr_err to nvme_status_to_pr_errWeiwen Hu