summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-10xen/blkback: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-07-09block/rnbd: Constify struct kobj_typeChristophe JAILLET2-3/+3
2024-07-09block: take offset into account in blk_bvec_map_sg againChristoph Hellwig1-2/+2
2024-07-09block: fix get_max_segment_size() warningChaitanya Kulkarni1-1/+1
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-09block: Validate logical block size in blk_validate_limits()John Garry2-0/+5
2024-07-09virtio_blk: Fix default logical block size fallbackJohn Garry1-13/+13
2024-07-09Merge tag 'nvme-6.11-2024-07-08' of git://git.infradead.org/nvme into for-6.1...Jens Axboe36-229/+902
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-08block: pass a phys_addr_t to get_max_segment_sizeChristoph Hellwig1-14/+11
2024-07-08block: add a bvec_phys helperChristoph Hellwig4-4/+18
2024-07-05blk-lib: check for kill signal in ioctl BLKZEROOUTChristoph Hellwig3-24/+45
2024-07-05block: limit the Write Zeroes to manually writing zeroes fallbackChristoph Hellwig1-1/+1
2024-07-05block: refacto blkdev_issue_zerooutChristoph Hellwig1-39/+55
2024-07-05block: move read-only and supported checks into (__)blkdev_issue_zerooutChristoph Hellwig1-28/+23
2024-07-05block: remove the LBA alignment check in __blkdev_issue_zerooutChristoph Hellwig1-5/+0
2024-07-05block: factor out a blk_write_zeroes_limit helperChristoph Hellwig1-7/+11
2024-07-05block: Remove blk_alloc_zone_bitmap()Damien Le Moal1-10/+2
2024-07-05block: Remove REQ_OP_ZONE_RESET_ALL emulationDamien Le Moal8-87/+9
2024-07-05dm: handle REQ_OP_ZONE_RESET_ALLDamien Le Moal4-5/+190
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-04block: reuse original bio_vec array for integrity during cloneAnuj Gupta1-6/+3
2024-07-04null_blk: don't initialize static 'g_virt_boundary' to falseZhu Yanjun1-1/+1
2024-07-04Merge tag 'md-6.11-20240704' of git://git.kernel.org/pub/scm/linux/kernel/git...Jens Axboe4-42/+52
2024-07-04block: t10-pi: Return correct ref tag when queue has no integrity profileAnuj Gupta1-2/+8
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-02block/mq-deadline: Fix the tag reservation codeBart Van Assche1-3/+17
2024-07-02block: Call .limit_depth() after .hctx has been setBart Van Assche1-6/+6
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-07-01block: don't reduce max_sectors based on io_optChristoph Hellwig1-1/+1
2024-07-01block: remove a duplicate io_min check in blk_validate_limitsChristoph Hellwig1-2/+1
2024-07-01blk-wbt: don't throttle swap writes in direct reclaimBaokun Li1-9/+9
2024-06-29block: pass a gendisk to the queue_sysfs_entry methodsChristoph Hellwig3-97/+96
2024-06-29block: add helper macros to de-duplicate the queue sysfs attributesChristoph Hellwig1-173/+82
2024-06-29block: simplify queue_logical_block_sizeChristoph Hellwig1-6/+1
2024-06-28blk-throttle: fix lower control under super low iops limitYu Kuai1-0/+3
2024-06-28block: set bip_vcnt correctlyAnuj Gupta1-0/+2
2024-06-28rust: block: fix generated bindings after refactoring of featuresAndreas Hindborg1-0/+2