summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: don't add or resize partition on the disk with GENHD_FL_NO_PARTLi Lingfeng2023-09-131-0/+2
* blk-cgroup: Fix NULL deref caused by blkg_policy_data being installed before ...Tejun Heo2023-09-131-14/+18
* block/mq-deadline: use correct way to throttling write requestsZhiguo Niu2023-09-131-1/+2
* block: don't allow enabling a cache on devices that don't support itChristoph Hellwig2023-09-132-6/+12
* block: cleanup queue_wc_storeChristoph Hellwig2023-09-131-11/+3
* blk-crypto: dynamically allocate fallback profileSweet Tea Dorminy2023-08-231-13/+23
* blk-cgroup: hold queue_lock when removing blkg->q_nodeMing Lei2023-08-231-0/+2
* blk-mq: Fix stall due to recursive flush plugRoss Lagerwall2023-08-032-3/+9
* blk-mq: fix NULL dereference on q->elevator in blk_mq_elv_switch_noneMing Lei2023-07-271-3/+7
* blk-crypto: use dynamic lock class for blk_crypto_profile::lockEric Biggers2023-07-231-2/+10
* block/partition: fix signedness issue for Amiga partitionsMichael Schmitz2023-07-191-1/+1
* blk-throttle: Fix io statistics for cgroup v1Jinke Han2023-07-193-8/+13
* block: increment diskseq on all media change eventsDemi Marie Obenour2023-07-191-0/+1
* block: add overflow checks for Amiga partition supportMichael Schmitz2023-07-191-18/+85
* block: fix signed int overflow in Amiga partition supportMichael Schmitz2023-07-191-4/+5
* blk-mq: don't insert passthrough request into sw queueMing Lei2023-07-191-1/+6
* block: fix blktrace debugfs entries leakageYu Kuai2023-07-191-1/+4
* blk-mq: fix potential io hang by wrong 'wake_batch'Yu Kuai2023-07-193-8/+12
* blk-cgroup: Reinit blkg_iostat_set after clearing in blkcg_reset_stats()Waiman Long2023-07-191-0/+5
* blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_costLi Nan2023-07-191-3/+4
* block/rq_qos: protect rq_qos apis with a new lockYu Kuai2023-07-194-14/+18
* blk-mq: don't queue plugged passthrough requests into schedulerMing Lei2023-07-191-2/+6
* block: make sure local irq is disabled when calling __blkcg_rstat_flushMing Lei2023-06-221-2/+3
* blk-cgroup: Flush stats before releasing blkcg_gqMing Lei2023-06-111-9/+31
* blk-mq: fix blk_mq_hw_ctx active request accountingTian Lan2023-06-031-4/+4
* block: fix revalidate performance regressionDamien Le Moal2023-05-291-1/+2
* block: make bio_check_eod work for zero sized devicesChristoph Hellwig2023-05-241-1/+1
* block: fix bio-cache for passthru IOAnuj Gupta2023-05-231-1/+1
* blk-mq: fix race condition in active queue accountingTian Lan2023-05-231-4/+8
* blk-wbt: fix that wbt can't be disabled by defaultYu Kuai2023-05-231-5/+7
* block: Deny writable memory mapping if block is read-onlyLoic Poulain2023-05-191-1/+11
* Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds2023-05-066-146/+84
|\
| * block: Skip destroyed blkg when restart in blkg_destroy_all()Tao Su2023-04-281-0/+3
| * blk-integrity: register sysfs attributes on struct deviceThomas Weißschuh2023-04-263-69/+8
| * blk-integrity: convert to struct device_attributeThomas Weißschuh2023-04-261-65/+62
| * blk-integrity: use sysfs_emitThomas Weißschuh2023-04-261-10/+9
| * block: sync part's ->bd_has_submit_bio with disk'sMing Lei2023-04-251-1/+4
| * block: Cleanup set_capacity()/bdev_set_nr_sectors()Damien Le Moal2023-04-244-14/+11
* | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-272-14/+8
|\ \
| * \ Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-036-27/+22
| |\ \
| * | | driver core: class: remove dev_kobj from struct classGreg Kroah-Hartman2023-03-311-1/+0
| * | | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
| * | | driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2Greg Kroah-Hartman2023-03-061-12/+7
* | | | Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2023-04-2640-1069/+920
|\ \ \ \ | | |_|/ | |/| |
| * | | sed-opal: geometry feature reporting commandOndrej Kozina2023-04-191-1/+28
| * | | blk-mq: fix the blk_mq_add_to_requeue_list call in blk_kick_flushChristoph Hellwig2023-04-161-1/+1
| * | | block, bfq: Fix division by zero error on zero wsumColin Ian King2023-04-161-0/+2
| * | | block: store bdev->bd_disk->fops->submit_bio state in bdevJens Axboe2023-04-163-4/+8
| * | | Merge tag 'nvme-6.4-2023-04-14' of git://git.infradead.org/nvme into for-6.4/...Jens Axboe2023-04-143-50/+0
| |\ \ \
| | * | | blk-mq-rdma: remove queue mapping helper for rdma devicesSagi Grimberg2023-04-133-50/+0