summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2024-07-28Merge tag 'block-6.11-20240726' of git://git.kernel.dk/linuxLinus Torvalds2-1/+8
2024-07-26Merge tag 'ceph-for-6.11-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-20/+15
2024-07-25rbd: don't assume rbd_is_lock_owner() for exclusive mappingsIlya Dryomov1-5/+0
2024-07-25rbd: don't assume RBD_LOCK_STATE_LOCKED for exclusive mappingsIlya Dryomov1-5/+5
2024-07-25rbd: rename RBD_LOCK_STATE_RELEASING and releasing_waitIlya Dryomov1-10/+10
2024-07-24ublk: fix UBLK_CMD_DEL_DEV_ASYNC handlingMing Lei1-1/+4
2024-07-23drbd: Add peer_device to Kernel docSimon Horman1-0/+4
2024-07-22Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2024-07-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-12/+8
2024-07-17virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko1-1/+1
2024-07-17virtio_blk: convert to use virtio_find_vqs_info()Jiri Pirko1-12/+8
2024-07-16Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds31-274/+328
2024-07-10floppy: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-07-10loop: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-07-10ublk_drv: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
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-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-05block: Remove REQ_OP_ZONE_RESET_ALL emulationDamien Le Moal3-3/+3
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-04mm/zsmalloc: use a proper page typeDavid Hildenbrand1-0/+1
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-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-28loop: don't set QUEUE_FLAG_NOMERGESChristoph Hellwig1-13/+2
2024-06-28loop: Fix a race between loop detach and loop openGulam Mohamed1-39/+36
2024-06-24brd: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-21null_blk: Do not set disk->nr_zonesDamien Le Moal1-2/+0
2024-06-19Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe23-158/+154
2024-06-19block: move the zone_resetall flag to queue_limitsChristoph Hellwig3-7/+3
2024-06-19block: move the zoned flag into the features fieldChristoph Hellwig3-4/+5
2024-06-19block: move the nowait flag to queue_limitsChristoph Hellwig1-2/+2
2024-06-19block: move the synchronous flag to queue_limitsChristoph Hellwig2-3/+3
2024-06-19block: move the stable_writes flag to queue_limitsChristoph Hellwig3-10/+6
2024-06-19block: move the add_random flag to queue_limitsChristoph Hellwig1-1/+0
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig22-40/+34
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig9-37/+53
2024-06-19nbd: move setting the cache control flags to __nbd_set_sizeChristoph Hellwig1-10/+7
2024-06-19virtio_blk: remove virtblk_update_cache_modeChristoph Hellwig1-10/+3
2024-06-19loop: fold loop_update_rotational into loop_reconfigure_limitsChristoph Hellwig1-19/+4
2024-06-19loop: also use the default block size from an underlying block deviceChristoph Hellwig1-1/+7
2024-06-19loop: regularize upgrading the block size for direct I/OChristoph Hellwig1-10/+15
2024-06-19loop: always update discard settings in loop_reconfigure_limitsChristoph Hellwig1-6/+4
2024-06-19loop: stop using loop_reconfigure_limits in __loop_clr_fdChristoph Hellwig1-1/+9