aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2023-07-03Merge tag 'block-6.5-2023-07-03' of git://git.kernel.dk/linuxGravatar Linus Torvalds 8-143/+160
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 4-9/+13
2023-06-28block: add request polling helperGravatar Keith Busch 1-16/+32
2023-06-28Merge branch 'for-6.5/block-late' into block-6.5Gravatar Jens Axboe 8-127/+128
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-15/+3
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 32-632/+1152
2023-06-26Merge tag 'for-6.5/io_uring-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+4
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+1
2023-06-26blk-sysfs: add a new attr_group for blk_mqGravatar Yu Kuai 1-11/+31
2023-06-26blk-iocost: move wbt_enable/disable_default() out of spinlockGravatar Yu Kuai 1-2/+5
2023-06-26blk-wbt: cleanup rwb_enabled() and wbt_disabled()Gravatar Yu Kuai 1-3/+2
2023-06-26blk-wbt: remove dead code to handle wbt enable/disable with io inflightGravatar Yu Kuai 1-16/+0
2023-06-26blk-wbt: don't create wbt sysfs entry if CONFIG_BLK_WBT is disabledGravatar Yu Kuai 2-88/+74
2023-06-25blk-mq: fix two misuses on RQF_USE_SCHEDGravatar Ming Lei 1-1/+5
2023-06-25blk-throttle: Fix io statistics for cgroup v1Gravatar Jinke Han 3-8/+13
2023-06-22block: don't return -EINVAL for not found names in devt_from_devnameGravatar Christoph Hellwig 1-2/+2
2023-06-22block: make sure local irq is disabled when calling __blkcg_rstat_flushGravatar Ming Lei 1-2/+3
2023-06-21block: Improve kernel-doc headersGravatar Bart Van Assche 2-1/+3
2023-06-21blk-mq: don't insert passthrough request into sw queueGravatar Ming Lei 1-1/+6
2023-06-21bsg: make bsg_class a static const structureGravatar Ivan Orlov 1-7/+11
2023-06-21block: fix the exclusive open mask in disk_scan_partitionsGravatar Christoph Hellwig 1-1/+1
2023-06-20block: add overflow checks for Amiga partition supportGravatar Michael Schmitz 1-18/+85
2023-06-20block: fix signed int overflow in Amiga partition supportGravatar Michael Schmitz 1-4/+5
2023-06-20block: add capacity validation in bdev_add_partition()Gravatar Min Li 1-0/+11
2023-06-20block: fine-granular CAP_SYS_ADMIN for Persistent ReservationGravatar Jingbo Xu 1-19/+22
2023-06-20block: disallow Persistent Reservation on partitionsGravatar Jingbo Xu 1-5/+17
2023-06-20block: fix wrong mode for blkdev_get_by_dev() from disk_scan_partitions()Gravatar Yu Kuai 1-1/+2
2023-06-20block: document the holder argument to blkdev_get_by_pathGravatar Christoph Hellwig 1-0/+1
2023-06-20block: increment diskseq on all media change eventsGravatar Demi Marie Obenour 1-0/+1
2023-06-16Merge patch series "scsi: fixes for targets with many LUNs, and scsi_target_b...Gravatar Martin K. Petersen 1-1/+1
2023-06-16scsi: bsg: Increase number of devicesGravatar Hannes Reinecke 1-1/+1
2023-06-16blk-mq: fix NULL dereference on q->elevator in blk_mq_elv_switch_noneGravatar Ming Lei 1-3/+7
2023-06-16block: remove BIO_PAGE_REFFEDGravatar Christoph Hellwig 1-2/+0
2023-06-16scsi: block: Improve ioprio value validity checksGravatar Damien Le Moal 1-0/+1
2023-06-14block: fix blktrace debugfs entries leakageGravatar Yu Kuai 1-1/+4
2023-06-14blk-mq: check on cpu id when there is only one ctx mappingGravatar Ed Tsai 1-2/+3
2023-06-12blk-mq: fix potential io hang by wrong 'wake_batch'Gravatar Yu Kuai 3-8/+12
2023-06-12block: store the holder in file->private_dataGravatar Christoph Hellwig 1-6/+8
2023-06-12block: always use I_BDEV on file->f_mapping->host to find the bdevGravatar Christoph Hellwig 1-10/+8
2023-06-12block: replace fmode_t with a block-specific type for block open flagsGravatar Christoph Hellwig 6-65/+68
2023-06-12block: remove unused fmode_t arguments from ioctl handlersGravatar Christoph Hellwig 3-12/+12
2023-06-12block: move a few internal definitions out of blkdev.hGravatar Christoph Hellwig 1-2/+21
2023-06-12scsi: replace the fmode_t argument to ->sg_io_fn with a simple boolGravatar Christoph Hellwig 2-4/+6
2023-06-12block: use the holder as indication for exclusive opensGravatar Christoph Hellwig 4-24/+29
2023-06-12block: rename blkdev_close to blkdev_releaseGravatar Christoph Hellwig 1-2/+2
2023-06-12block: remove the unused mode argument to ->releaseGravatar Christoph Hellwig 1-7/+7
2023-06-12block: pass a gendisk to ->openGravatar Christoph Hellwig 1-1/+1
2023-06-12block: pass a gendisk on bdev_check_media_changeGravatar Christoph Hellwig 1-9/+9
2023-06-12block: also call ->open for incremental partition opensGravatar Christoph Hellwig 1-10/+8
2023-06-11blk-cgroup: Flush stats before releasing blkcg_gqGravatar Ming Lei 1-9/+31