summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: bio-integrity: Advance seed correctly for larger interval sizesMartin K. Petersen2022-02-081-1/+1
* block, bfq: fix use after free in bfq_bfqq_expirePaolo Valente2021-12-293-11/+23
* block, bfq: fix queue removal from weights treePaolo Valente2021-12-292-7/+16
* block, bfq: fix decrement of num_active_groupsPaolo Valente2021-12-293-25/+107
* block, bfq: fix asymmetric scenarios detectionFederico Motta2021-12-291-12/+6
* block, bfq: improve asymmetric scenarios detectionFederico Motta2021-12-293-131/+155
* block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2)Davidlohr Bueso2021-12-141-0/+3
* Revert "block, bfq: honor already-setup queue merges"Jens Axboe2021-10-061-13/+3
* blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()Li Jinlin2021-09-261-0/+1
* block, bfq: honor already-setup queue mergesPaolo Valente2021-09-221-3/+13
* block: bfq: fix bfq_set_next_ioprio_data()Damien Le Moal2021-09-221-1/+1
* blk-zoned: allow BLKREPORTZONE without CAP_SYS_ADMINNiklas Cassel2021-09-221-3/+0
* blk-zoned: allow zone management send operations without CAP_SYS_ADMINNiklas Cassel2021-09-221-3/+0
* blk-iolatency: error out if blk_get_queue() failed in iolatency_set_limit()Yu Kuai2021-08-121-1/+5
* bdi: use bdi_dev_name() to get device nameYufen Yu2021-08-082-3/+5
* blk-wbt: make sure throttle is enabled properlyZhang Yi2021-07-201-1/+5
* blk-wbt: introduce a new disable state to prevent false positive by rwb_enabl...Zhang Yi2021-07-202-2/+4
* blk-mq: Swap two calls in blk_mq_exit_queue()Bart Van Assche2021-05-221-2/+4
* block: only update parent bi_status when bio failYufen Yu2021-04-161-1/+1
* block: Suppress uevent for hidden device when removedDaniel Wagner2021-03-301-3/+1
* block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2021-03-111-5/+14
* blk-settings: align max_sectors on "logical_block_size" boundaryMikulas Patocka2021-03-041-0/+12
* bfq: Avoid false bfq queue mergingJan Kara2021-03-041-0/+1
* block: don't release queue's sysfs lock during switching elevatorMing Lei2021-03-042-31/+3
* block: fix race between switching elevator and removing queuesMing Lei2021-03-041-3/+5
* block: split .sysfs_lock into two locksMing Lei2021-03-045-33/+85
* block: add helper for checking if queue is registeredMing Lei2021-03-043-4/+4
* bfq-iosched: Revert "bfq: Fix computation of shallow depth"Lin Feng2021-02-231-4/+4
* blk-mq: don't hold q->sysfs_lock in blk_mq_map_swqueueMing Lei2021-02-131-7/+0
* block: don't hold q->sysfs_lock in elevator_init_mqMing Lei2021-02-131-9/+5
* block: fix NULL pointer dereference in register_diskzhengbin2021-02-131-4/+6
* bfq: Fix computation of shallow depthJan Kara2021-01-191-4/+4
* block: fix use-after-free in disk_part_iter_nextMing Lei2021-01-171-3/+6
* block: factor out requeue handling from dispatch codeJohannes Thumshirn2020-12-301-11/+18
* blk-cgroup: Pre-allocate tree node on blkg_conf_prepGabriel Krisman Bertazi2020-11-101-2/+12
* blk-cgroup: Fix memleak on error pathGabriel Krisman Bertazi2020-11-101-0/+1
* Revert "block: ratelimit handle_bad_sector() message"Greg Kroah-Hartman2020-11-051-4/+5
* block: ratelimit handle_bad_sector() messageTetsuo Handa2020-10-301-5/+4
* block: ensure bdi->io_pages is always initializedJens Axboe2020-09-121-0/+2
* blk-mq: order adding requests to hctx->dispatch and checking SCHED_RESTARTMing Lei2020-09-032-0/+18
* block: release bip in a right way in error pathChengguang Xu2020-07-161-9/+14
* block/bio-integrity: don't free 'buf' if bio_integrity_add_page() failedyu kuai2020-06-301-1/+0
* block, bfq: fix use-after-free in bfq_idle_slice_timer_bodyZhiqiang Liu2020-04-171-4/+12
* block: Fix use-after-free issue accessing struct io_cqSahitya Tummala2020-04-171-0/+7
* block: keep bdi->io_pages in sync with max_sectors_kb for stacked devicesKonstantin Khlebnikov2020-04-171-0/+3
* block, bfq: fix overwrite of bfq_group pointer in bfq_find_set_group()Carlo Nonato2020-03-251-4/+5
* block: fix 32 bit overflow in __blkdev_issue_discard()Dave Chinner2020-02-011-1/+3
* block: cleanup __blkdev_issue_discard()Ming Lei2020-02-011-17/+6
* block: don't use bio->bi_vcnt to figure out segment numberMing Lei2020-01-271-7/+1
* block: fix an integer overflow in logical block sizeMikulas Patocka2020-01-231-1/+1