summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2023-07-03Merge tag 'block-6.5-2023-07-03' of git://git.kernel.dk/linuxLinus Torvalds-143/+160
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-9/+13
2023-06-28block: add request polling helperKeith Busch-16/+32
2023-06-28Merge branch 'for-6.5/block-late' into block-6.5Jens Axboe-127/+128
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-15/+3
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds-632/+1152
2023-06-26Merge tag 'for-6.5/io_uring-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds-1/+4
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds-1/+1
2023-06-26blk-sysfs: add a new attr_group for blk_mqYu Kuai-11/+31
2023-06-26blk-iocost: move wbt_enable/disable_default() out of spinlockYu Kuai-2/+5
2023-06-26blk-wbt: cleanup rwb_enabled() and wbt_disabled()Yu Kuai-3/+2
2023-06-26blk-wbt: remove dead code to handle wbt enable/disable with io inflightYu Kuai-16/+0
2023-06-26blk-wbt: don't create wbt sysfs entry if CONFIG_BLK_WBT is disabledYu Kuai-88/+74
2023-06-25blk-mq: fix two misuses on RQF_USE_SCHEDMing Lei-1/+5
2023-06-25blk-throttle: Fix io statistics for cgroup v1Jinke Han-8/+13
2023-06-22block: don't return -EINVAL for not found names in devt_from_devnameChristoph Hellwig-2/+2
2023-06-22block: make sure local irq is disabled when calling __blkcg_rstat_flushMing Lei-2/+3
2023-06-21block: Improve kernel-doc headersBart Van Assche-1/+3
2023-06-21blk-mq: don't insert passthrough request into sw queueMing Lei-1/+6
2023-06-21bsg: make bsg_class a static const structureIvan Orlov-7/+11
2023-06-21block: fix the exclusive open mask in disk_scan_partitionsChristoph Hellwig-1/+1
2023-06-20block: add overflow checks for Amiga partition supportMichael Schmitz-18/+85
2023-06-20block: fix signed int overflow in Amiga partition supportMichael Schmitz-4/+5
2023-06-20block: add capacity validation in bdev_add_partition()Min Li-0/+11
2023-06-20block: fine-granular CAP_SYS_ADMIN for Persistent ReservationJingbo Xu-19/+22
2023-06-20block: disallow Persistent Reservation on partitionsJingbo Xu-5/+17
2023-06-20block: fix wrong mode for blkdev_get_by_dev() from disk_scan_partitions()Yu Kuai-1/+2
2023-06-20block: document the holder argument to blkdev_get_by_pathChristoph Hellwig-0/+1
2023-06-20block: increment diskseq on all media change eventsDemi Marie Obenour-0/+1
2023-06-16Merge patch series "scsi: fixes for targets with many LUNs, and scsi_target_b...Martin K. Petersen-1/+1
2023-06-16scsi: bsg: Increase number of devicesHannes Reinecke-1/+1
2023-06-16blk-mq: fix NULL dereference on q->elevator in blk_mq_elv_switch_noneMing Lei-3/+7
2023-06-16block: remove BIO_PAGE_REFFEDChristoph Hellwig-2/+0
2023-06-16scsi: block: Improve ioprio value validity checksDamien Le Moal-0/+1
2023-06-14block: fix blktrace debugfs entries leakageYu Kuai-1/+4
2023-06-14blk-mq: check on cpu id when there is only one ctx mappingEd Tsai-2/+3
2023-06-12blk-mq: fix potential io hang by wrong 'wake_batch'Yu Kuai-8/+12
2023-06-12block: store the holder in file->private_dataChristoph Hellwig-6/+8
2023-06-12block: always use I_BDEV on file->f_mapping->host to find the bdevChristoph Hellwig-10/+8
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig-65/+68
2023-06-12block: remove unused fmode_t arguments from ioctl handlersChristoph Hellwig-12/+12
2023-06-12block: move a few internal definitions out of blkdev.hChristoph Hellwig-2/+21
2023-06-12scsi: replace the fmode_t argument to ->sg_io_fn with a simple boolChristoph Hellwig-4/+6
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig-24/+29
2023-06-12block: rename blkdev_close to blkdev_releaseChristoph Hellwig-2/+2
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig-7/+7
2023-06-12block: pass a gendisk to ->openChristoph Hellwig-1/+1
2023-06-12block: pass a gendisk on bdev_check_media_changeChristoph Hellwig-9/+9
2023-06-12block: also call ->open for incremental partition opensChristoph Hellwig-10/+8
2023-06-11blk-cgroup: Flush stats before releasing blkcg_gqMing Lei-9/+31