summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2024-09-16Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linuxLinus Torvalds-63/+97
2024-09-10drbd: Add NULL check for net_conf to prevent dereference in state validationMikhail Lobanov-1/+1
2024-09-07mtip32xx: Remove redundant null pointer checks in mtip_hw_debugfs_init()Li Zetao-18/+1
2024-09-06Merge tag 'block-6.11-20240906' of git://git.kernel.dk/linuxLinus Torvalds-0/+2
2024-09-06zram: Shrink zram_table_entry::flags.Sebastian Andrzej Siewior-2/+3
2024-09-06zram: Remove ZRAM_LOCKSebastian Andrzej Siewior-12/+3
2024-09-06zram: Replace bit spinlocks with a spinlock_t.Mike Galbraith-4/+15
2024-09-06nbd: correct the maximum value for discard sectorsWouter Verhelst-1/+1
2024-09-06nbd: nbd_bg_flags_show: add NBD_FLAG_ROTATIONALWouter Verhelst-0/+2
2024-09-06nbd: implement the WRITE_ZEROES commandWouter Verhelst-0/+8
2024-09-04ublk_drv: fix NULL pointer dereference in ublk_ctrl_start_recovery()Li Nan-0/+2
2024-08-30nbd: fix race between timeout and normal completionMing Lei-1/+12
2024-08-28block/rnbd-srv: Add sanity check and remove redundant assignmentMd Haris Iqbal-2/+9
2024-08-27pktcdvd: remove unnecessary debugfs_create_dir() error checkYang Ruibin-2/+0
2024-08-26drbd: Remove an unused field in struct drbd_deviceChristophe JAILLET-1/+0
2024-08-12ublk: move zone report data out of request pduMing Lei-16/+46
2024-08-02drbd: Remove unused extern declarationsYueHaibing-10/+0
2024-07-28nbd: add support for rotational devicesWouter Verhelst-0/+3
2024-07-28drbd: use sendpages_ok() instead of sendpage_ok()Ofir Gal-1/+1
2024-07-27Merge tag 'block-6.11-20240726' of git://git.kernel.dk/linuxLinus Torvalds-1/+8
2024-07-26Merge tag 'ceph-for-6.11-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds-20/+15
2024-07-25rbd: don't assume rbd_is_lock_owner() for exclusive mappingsIlya Dryomov-5/+0
2024-07-25rbd: don't assume RBD_LOCK_STATE_LOCKED for exclusive mappingsIlya Dryomov-5/+5
2024-07-25rbd: rename RBD_LOCK_STATE_RELEASING and releasing_waitIlya Dryomov-10/+10
2024-07-24ublk: fix UBLK_CMD_DEL_DEV_ASYNC handlingMing Lei-1/+4
2024-07-23drbd: Add peer_device to Kernel docSimon Horman-0/+4
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+1
2024-07-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-12/+8
2024-07-17virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko-1/+1
2024-07-17virtio_blk: convert to use virtio_find_vqs_info()Jiri Pirko-12/+8
2024-07-15Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds-274/+328
2024-07-10floppy: add missing MODULE_DESCRIPTION() macroJeff Johnson-0/+1
2024-07-10loop: add missing MODULE_DESCRIPTION() macroJeff Johnson-0/+1
2024-07-10ublk_drv: add missing MODULE_DESCRIPTION() macroJeff Johnson-0/+1
2024-07-10xen/blkback: add missing MODULE_DESCRIPTION() macroJeff Johnson-0/+1
2024-07-09block/rnbd: Constify struct kobj_typeChristophe JAILLET-3/+3
2024-07-09loop: Don't bother validating blocksizeJohn Garry-11/+1
2024-07-09virtio_blk: Don't bother validating blocksizeJohn Garry-10/+1
2024-07-09null_blk: Don't bother validating blocksizeJohn Garry-3/+0
2024-07-09virtio_blk: Fix default logical block size fallbackJohn Garry-13/+13
2024-07-05block: Remove REQ_OP_ZONE_RESET_ALL emulationDamien Le Moal-3/+3
2024-07-05null_blk: Introduce the zone_full parameterDamien Le Moal-3/+17
2024-07-05loop: remove the unused inode variable in loop_configureChristoph Hellwig-2/+0
2024-07-04null_blk: don't initialize static 'g_virt_boundary' to falseZhu Yanjun-1/+1
2024-07-03mm/zsmalloc: use a proper page typeDavid Hildenbrand-0/+1
2024-07-02xen-blkfront: fix sector_size propagation to the block layerChristoph Hellwig-11/+5
2024-07-02null_blk: Fix description of the fua parameterDamien Le Moal-1/+1
2024-06-28rnbd-cnt: don't set QUEUE_FLAG_SAME_FORCEChristoph Hellwig-1/+0
2024-06-28rnbd: don't set QUEUE_FLAG_SAME_COMPChristoph Hellwig-1/+0
2024-06-28loop: don't set QUEUE_FLAG_NOMERGESChristoph Hellwig-13/+2