summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!"Ming Lei2023-12-201-0/+2
* block: bio-integrity: Copy flags when bio_integrity_payload is clonedMartin K. Petersen2023-03-111-0/+1
* blk-mq: fix possible memleak when register 'hctx' failedYe Bin2023-01-181-2/+9
* block: unhash blkdev part inode when the part is deletedMing Lei2023-01-181-0/+6
* block: sed-opal: kmalloc the cmd/resp buffersSerge Semin2022-11-251-4/+28
* block, bfq: protect 'bfqd->queued' by 'bfqd->lock'Yu Kuai2022-11-101-1/+3
* block-map: add __GFP_ZERO flag for alloc_page in function bio_copy_kernHaimin Zhang2022-06-061-1/+1
* block/compat_ioctl: fix range check in BLKGETSIZEKhazhismel Kumykov2022-04-271-1/+1
* block: bio-integrity: Advance seed correctly for larger interval sizesMartin K. Petersen2022-02-081-1/+1
* block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2)Davidlohr Bueso2021-12-141-0/+3
* blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()Li Jinlin2021-09-261-0/+1
* 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-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
* blk-settings: align max_sectors on "logical_block_size" boundaryMikulas Patocka2021-03-031-0/+12
* block: fix use-after-free in disk_part_iter_nextMing Lei2021-01-171-3/+6
* 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
* block: ensure bdi->io_pages is always initializedJens Axboe2020-09-121-0/+2
* block/bio-integrity: don't free 'buf' if bio_integrity_add_page() failedyu kuai2020-06-301-1/+0
* blk-mq: move _blk_mq_update_nr_hw_queues synchronize_rcu callGiuliano Procida2020-06-201-4/+4
* block, bfq: fix use-after-free in bfq_idle_slice_timer_bodyZhiqiang Liu2020-04-241-4/+12
* block: Fix use-after-free issue accessing struct io_cqSahitya Tummala2020-04-241-0/+7
* block: keep bdi->io_pages in sync with max_sectors_kb for stacked devicesKonstantin Khlebnikov2020-04-241-0/+3
* blk-mq: Allow blocking queue tag iter callbacksKeith Busch2020-04-131-9/+4
* blk-mq: sync the update nr_hw_queues with blk_mq_queue_tag_busy_iterJianchao Wang2020-04-132-1/+17
* block, bfq: fix overwrite of bfq_group pointer in bfq_find_set_group()Carlo Nonato2020-04-021-4/+5
* 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
* block: fix memleak when __blk_rq_map_user_iov() is failedYang Yingliang2020-01-121-1/+1
* compat_ioctl: block: handle BLKREPORTZONE/BLKRESETZONEArnd Bergmann2020-01-091-0/+2
* compat_ioctl: block: handle Persistent ReservationsArnd Bergmann2020-01-091-0/+9
* blk-mq: make sure that line break can be printedMing Lei2019-12-171-1/+1
* block: fix single range discard mergeMing Lei2019-12-171-1/+1
* blk-mq: avoid sysfs buffer overflow with too many CPU coresMing Lei2019-12-171-5/+10
* block: fix the DISCARD request mergeJianchao Wang2019-12-011-10/+36
* blok, bfq: do not plug I/O if all queues are weight-raisedPaolo Valente2019-11-201-2/+8
* blk-mq: move cancel of requeue_work to the front of blk_exit_queuezhengbin2019-10-052-2/+3
* block/bio-integrity: fix a memory leak bugWenwen Wang2019-07-311-2/+6
* block, bfq: NULL out the bic when it's no longer validDouglas Anderson2019-07-211-0/+1
* block: bio_iov_iter_get_pages: pin more pages for multi-segment IOsMartin Wilck2019-07-031-3/+32
* block: add a lower-level bio_add_page interfaceChristoph Hellwig2019-07-031-33/+63
* block, bfq: increase idling for weight-raised queuesPaolo Valente2019-06-151-0/+2
* blk-mq: move cancel of requeue_work into blk_mq_releaseMing Lei2019-06-152-1/+2
* block: sed-opal: fix IOC_OPAL_ENABLE_DISABLE_MBRDavid Kozub2019-05-311-3/+6
* block: do not leak memory in bio_copy_user_iov()Jérôme Glisse2019-04-171-1/+4
* blk-mq: fix a hung issue when fsyncJianchao Wang2019-02-201-1/+1
* block: fix infinite loop if the device loses discard capabilityMikulas Patocka2018-12-291-0/+10