summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: decode QUEUE_FLAG_HCTX_ACTIVE in debugfs outputJohannes Thumshirn2021-10-271-0/+1
* Revert "block, bfq: honor already-setup queue merges"Jens Axboe2021-10-061-13/+3
* blk-cgroup: fix UAF by grabbing blkcg lock before destroying blkg pdLi Jinlin2021-09-301-0/+8
* block: flush the integrity workqueue in blk_integrity_unregisterLihong Kou2021-09-301-0/+3
* block: check if a profile is actually registered in blk_integrity_unregisterChristoph Hellwig2021-09-301-1/+5
* blk-mq: avoid to iterate over stale requestMing Lei2021-09-301-1/+1
* treewide: Change list_sort to use const pointersSami Tolvanen2021-09-302-2/+4
* blk-mq: allow 4x BLK_MAX_REQUEST_COUNT at blk_plug for multiple_queuesSong Liu2021-09-261-1/+13
* 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
* scsi: bsg: Remove support for SCSI_IOCTL_SEND_COMMANDChristoph Hellwig2021-09-181-1/+4
* block: bfq: fix bfq_set_next_ioprio_data()Damien Le Moal2021-09-181-1/+1
* blk-zoned: allow BLKREPORTZONE without CAP_SYS_ADMINNiklas Cassel2021-09-181-3/+0
* blk-zoned: allow zone management send operations without CAP_SYS_ADMINNiklas Cassel2021-09-181-3/+0
* bio: fix page leak bio_add_hw_page failurePavel Begunkov2021-09-151-2/+13
* blk-crypto: fix check for too-large dun_bytesEric Biggers2021-09-151-1/+1
* block: return ELEVATOR_DISCARD_MERGE if possibleMing Lei2021-09-154-16/+8
* blk-throtl: optimize IOPS throttle for large IO scenariosChunguang Xu2021-09-153-0/+36
* blk-mq: clearing flush request reference in tags->rqs[]Ming Lei2021-09-121-1/+34
* blk-mq: fix is_flush_rqMing Lei2021-09-123-6/+7
* blk-mq: fix kernel panic during iterating over flush requestMing Lei2021-09-122-1/+8
* blk-mq: don't grab rq's refcount in blk_mq_check_expired()Ming Lei2021-09-031-25/+5
* blk-iocost: fix lockdep warning on blkcg->lockMing Lei2021-09-031-4/+4
* blk-iolatency: error out if blk_get_queue() failed in iolatency_set_limit()Yu Kuai2021-08-121-1/+5
* blk-iocost: fix operation ordering in iocg_wake_fn()Tejun Heo2021-08-041-5/+6
* partitions: msdos: fix one-byte get_unaligned()Arnd Bergmann2021-07-203-17/+12
* rq-qos: fix missed wake-ups in rq_qos_throttle try twoJan Kara2021-07-191-2/+2
* blk-mq: update hctx->dispatch_busy in case of real schedulerMing Lei2021-07-141-3/+0
* blk-wbt: make sure throttle is enabled properlyZhang Yi2021-07-141-1/+5
* blk-wbt: introduce a new disable state to prevent false positive by rwb_enabl...Zhang Yi2021-07-142-2/+4
* block: avoid double io accounting for flush requestMing Lei2021-07-141-2/+1
* block: fix discard request mergeMing Lei2021-07-141-2/+6
* block: fix race between adding/removing rq qos and normal IOMing Lei2021-07-141-0/+24
* blk-mq: clear stale request in tags->rq[] before freeing one request poolMing Lei2021-07-143-7/+54
* blk-mq: grab rq->refcount before calling ->fn in blk_mq_tagset_busy_iterMing Lei2021-07-143-16/+43
* blk-mq: Swap two calls in blk_mq_exit_queue()Bart Van Assche2021-05-191-2/+4
* blk-mq: plug request for shared sbitmapMing Lei2021-05-191-2/+3
* kyber: fix out of bounds access when preemptedOmar Sandoval2021-05-194-9/+10
* blk-iocost: fix weight updates of inner active iocgsTejun Heo2021-05-191-2/+12
* block: return -EBUSY when there are open partitions in blkdev_reread_partChristoph Hellwig2021-04-281-0/+2
* block: only update parent bi_status when bio failYufen Yu2021-04-161-1/+1
* block: recalculate segment count for multi-segment discards correctlyDavid Jeffery2021-03-301-0/+8
* block: Suppress uevent for hidden device when removedDaniel Wagner2021-03-301-3/+1
* block: Fix REQ_OP_ZONE_RESET_ALL handlingDamien Le Moal2021-03-301-1/+1
* blk-cgroup: Fix the recursive blkg rwstatXunlei Pang2021-03-301-1/+2
* block: Discard page cache of zone reset target rangeShin'ichiro Kawasaki2021-03-171-2/+36
* blk-settings: align max_sectors on "logical_block_size" boundaryMikulas Patocka2021-03-041-0/+12
* block: reopen the device in blkdev_reread_partChristoph Hellwig2021-03-041-7/+14
* bsg: free the request before return error codePan Bian2021-03-041-1/+3
* bfq: Avoid false bfq queue mergingJan Kara2021-03-041-0/+1