summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block, bfq: fix uaf for bfqq in bic_set_bfqq()Yu Kuai2023-02-092-2/+4
* block, bfq: replace 0/1 with false/true in bic apisYu Kuai2023-02-092-6/+6
* block: fix hctx checks for batch allocationPavel Begunkov2023-02-061-1/+5
* blk-cgroup: fix missing pd_online_fn() while activating policyYu Kuai2023-02-061-0/+4
* block: mq-deadline: Rename deadline_is_seq_writes()Damien Le Moal2023-01-241-2/+2
* block: handle bio_split_to_limits() NULL returnJens Axboe2023-01-182-2/+7
* block: don't allow splitting of a REQ_NOWAIT bioJens Axboe2023-01-121-0/+10
* block: mq-deadline: Do not break sequential write streams to zoned HDDsDamien Le Moal2023-01-071-4/+62
* block: mq-deadline: Fix dd_finish_request() for zoned devicesDamien Le Moal2023-01-071-2/+15
* block: Do not reread partition table on exclusively open deviceJan Kara2023-01-043-8/+13
* block, bfq: fix uaf for bfqq in bfq_exit_icq_bfqqYu Kuai2023-01-041-1/+1
* blk-iolatency: Fix memory leak on add_disk() failuresTejun Heo2022-12-311-0/+2
* blk-mq: fix possible memleak when register 'hctx' failedYe Bin2022-12-311-2/+9
* blk-mq: avoid double ->queue_rq() because of early timeoutDavid Jeffery2022-12-311-12/+44
* block, bfq: fix possible uaf for 'bfqq->bic'Yu Kuai2022-12-311-1/+6
* block: clear ->slave_dir when dropping the main slave_dir referenceChristoph Hellwig2022-12-311-0/+2
* bfq: fix waker_bfqq inconsistency crashKhazhismel Kumykov2022-12-311-2/+7
* Merge tag 'block-6.1-2022-11-25' of git://git.kernel.dk/linuxLinus Torvalds2022-11-251-1/+6
|\
| * blk-mq: fix queue reference leak on blk_mq_alloc_disk_for_queue failureChristoph Hellwig2022-11-221-1/+6
* | Merge tag 'block-6.1-2022-11-18' of git://git.kernel.dk/linuxLinus Torvalds2022-11-184-6/+7
|\|
| * block: make blk_set_default_limits() privateKeith Busch2022-11-162-1/+1
| * block: make dma_alignment a stacking queue_limitKeith Busch2022-11-162-4/+5
| * blk-cgroup: properly pin the parent in blkcg_css_onlineChris Mason2022-11-141-1/+1
* | Merge tag 'block-6.1-2022-11-11' of git://git.kernel.dk/linuxLinus Torvalds2022-11-112-4/+32
|\|
| * block: sed-opal: kmalloc the cmd/resp buffersSerge Semin2022-11-081-4/+28
| * block, bfq: fix null pointer dereference in bfq_bio_bfqg()Yu Kuai2022-11-081-0/+4
* | Merge tag 'block-6.1-2022-11-05' of git://git.kernel.dk/linuxLinus Torvalds2022-11-052-3/+3
|\|
| * block: blk_add_rq_to_plug(): clear stale 'last' after flushAl Viro2022-10-311-0/+1
| * blk-mq: Fix kmemleak in blk_mq_init_allocated_queueChen Jun2022-10-311-3/+1
| * block: Fix possible memory leak for rq_wb on add_disk failureChen Zhongjin2022-10-311-0/+1
* | Merge tag 'block-6.1-2022-10-28' of git://git.kernel.dk/linuxLinus Torvalds2022-10-292-5/+14
|\|
| * blk-mq: Properly init requests from blk_mq_alloc_request_hctx()John Garry2022-10-281-1/+6
| * block: fix memory leak for elevator on add_disk failureYu Kuai2022-10-221-4/+8
* | Merge tag 'block-6.1-2022-10-20' of git://git.kernel.dk/linuxLinus Torvalds2022-10-213-7/+6
|\|
| * bio: safeguard REQ_ALLOC_CACHE bio putPavel Begunkov2022-10-201-1/+1
| * block, bfq: remove unused variable for bfq_queueYuwei Guan2022-10-201-4/+0
| * blk-mq: fix null pointer dereference in blk_mq_clear_rq_mapping()Yu Kuai2022-10-161-2/+5
* | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-161-1/+1
|\ \
| * | treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-111-1/+1
* | | Merge tag 'block-6.1-2022-10-13' of git://git.kernel.dk/linuxLinus Torvalds2022-10-133-3/+9
|\ \ \ | |/ / |/| / | |/
| * Merge branch 'for-6.1/block' into block-6.1Jens Axboe2022-10-103-3/+9
| |\
| | * block: fix leaking minors of hidden disksChristoph Hellwig2022-10-101-0/+7
| | * blk-wbt: fix that 'rwb->wc' is always set to 1 in wbt_init()Yu Kuai2022-10-091-2/+1
| | * block: Remove the repeat word 'can'Deming Wang2022-10-061-1/+1
* | | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-102-0/+9
|\ \ \
| * | | block: kmsan: skip bio block merging logic for KMSANAlexander Potapenko2022-10-031-0/+2
| * | | kmsan: disable physical page merging in biovecAlexander Potapenko2022-10-031-0/+7
* | | | Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-10-101-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch 'for-6.0-fixes' into for-6.1Tejun Heo2022-09-231-23/+4
| |\| |
| * | | cgroup: Homogenize cgroup_get_from_id() return valueMichal Koutný2022-08-261-2/+2