| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-01-10 | 4 | -13/+23 |
|\ |
|
| * | blk-mq-debugfs: Add decode for BLK_MQ_F_TAG_HCTX_SHARED | John Garry | 2021-01-08 | 1 | -0/+1 |
| * | block: fix use-after-free in disk_part_iter_next | Ming Lei | 2021-01-05 | 1 | -4/+7 |
| * | bfq: Fix computation of shallow depth | Jan Kara | 2021-01-05 | 1 | -4/+4 |
| * | blk-iocost: fix NULL iocg deref from racing against initialization | Tejun Heo | 2021-01-05 | 1 | -5/+11 |
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 2021-01-01 | 5 | -20/+27 |
|\ \
| |/
|/| |
|
| * | scsi: block: Do not accept any requests while suspended | Alan Stern | 2020-12-09 | 2 | -8/+13 |
| * | scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPT | Bart Van Assche | 2020-12-09 | 3 | -7/+3 |
| * | scsi: block: Introduce BLK_MQ_REQ_PM | Bart Van Assche | 2020-12-09 | 2 | -3/+6 |
| * | scsi: block: Fix a race in the runtime power management code | Bart Van Assche | 2020-12-09 | 1 | -6/+9 |
* | | block: add debugfs stanza for QUEUE_FLAG_NOWAIT | Andres Freund | 2020-12-30 | 1 | -0/+1 |
* | | block: update some copyrights | Christoph Hellwig | 2020-12-22 | 2 | -0/+3 |
* | | blk-mq: Don't complete on a remote CPU in force threaded mode | Sebastian Andrzej Siewior | 2020-12-17 | 1 | -0/+8 |
* | | blk-iocost: Add iocg idle state tracepoint | Baolin Wang | 2020-12-17 | 1 | -0/+3 |
* | | blk-mq: Remove 'running from the wrong CPU' warning | Daniel Wagner | 2020-12-16 | 1 | -25/+0 |
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2020-12-16 | 1 | -1/+1 |
|\| |
|
| * | scsi: block: Return status code in blk_mq_end_request() | Hannes Reinecke | 2020-11-11 | 1 | -1/+1 |
* | | Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-12-16 | 2 | -17/+18 |
|\ \ |
|
| * | | block: Align max_hw_sectors to logical blocksize | Damien Le Moal | 2020-12-08 | 1 | -5/+18 |
| * | | block: move blk_rq_bio_prep() to linux/blk-mq.h | Chaitanya Kulkarni | 2020-12-01 | 1 | -12/+0 |
* | | | Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-12-16 | 18 | -943/+583 |
|\ \ \ |
|
| * | | | blk-mq: fix msec comment from micro to milli seconds | Minwoo Im | 2020-12-12 | 1 | -3/+3 |
| * | | | blk-mq: update arg in comment of blk_mq_map_queue | Minwoo Im | 2020-12-12 | 1 | -1/+1 |
| * | | | blk-mq: add helper allocating tagset->tags | Minwoo Im | 2020-12-12 | 1 | -1/+7 |
| * | | | Revert "block: Fix a lockdep complaint triggered by request queue flushing" | Ming Lei | 2020-12-08 | 2 | -6/+0 |
| * | | | blk-mq: add new API of blk_mq_hctx_set_fq_lock_class | Ming Lei | 2020-12-08 | 1 | -0/+25 |
| * | | | block: disable iopoll for split bio | Jeffle Xu | 2020-12-08 | 2 | -0/+13 |
| * | | | block: Improve blk_revalidate_disk_zones() checks | Damien Le Moal | 2020-12-08 | 1 | -1/+15 |
| * | | | blk-mq: skip hybrid polling if iopoll doesn't spin | Pavel Begunkov | 2020-12-08 | 1 | -2/+3 |
| * | | | blk-iocost: Factor out the base vrate change into a separate function | Baolin Wang | 2020-12-07 | 1 | -45/+54 |
| * | | | blk-iocost: Factor out the active iocgs' state check into a separate function | Baolin Wang | 2020-12-07 | 1 | -40/+54 |
| * | | | blk-iocost: Move the usage ratio calculation to the correct place | Baolin Wang | 2020-12-07 | 1 | -21/+23 |
| * | | | blk-iocost: Remove unnecessary advance declaration | Baolin Wang | 2020-12-07 | 1 | -2/+0 |
| * | | | blk-iocost: Fix some typos in comments | Baolin Wang | 2020-12-07 | 1 | -6/+6 |
| * | | | block: remove the request_queue to argument request based tracepoints | Christoph Hellwig | 2020-12-04 | 3 | -6/+6 |
| * | | | block: remove the request_queue argument to the block_bio_remap tracepoint | Christoph Hellwig | 2020-12-04 | 1 | -1/+1 |
| * | | | block: remove the request_queue argument to the block_split tracepoint | Christoph Hellwig | 2020-12-04 | 1 | -1/+1 |
| * | | | block: simplify and extend the block_bio_merge tracepoint class | Christoph Hellwig | 2020-12-04 | 4 | -5/+5 |
| * | | | blk-throttle: don't check whether or not lower limit is valid if CONFIG_BLK_D... | Yu Kuai | 2020-12-02 | 1 | -0/+6 |
| * | | | block: fix inflight statistics of part0 | Jeffle Xu | 2020-12-02 | 1 | -1/+2 |
| * | | | bio: optimise bvec iteration | Pavel Begunkov | 2020-12-02 | 1 | -2/+2 |
| * | | | block: stop using bdget_disk for partition 0 | Christoph Hellwig | 2020-12-01 | 1 | -1/+0 |
| * | | | block: merge struct block_device and struct hd_struct | Christoph Hellwig | 2020-12-01 | 4 | -141/+75 |
| * | | | block: switch disk_part_iter_* to use a struct block_device | Christoph Hellwig | 2020-12-01 | 2 | -36/+36 |
| * | | | block: pass a block_device to invalidate_partition | Christoph Hellwig | 2020-12-01 | 1 | -10/+3 |
| * | | | block: pass a block_device to blk_alloc_devt | Christoph Hellwig | 2020-12-01 | 3 | -9/+9 |
| * | | | block: remove the partno field from struct hd_struct | Christoph Hellwig | 2020-12-01 | 2 | -11/+10 |
| * | | | block: switch partition lookup to use struct block_device | Christoph Hellwig | 2020-12-01 | 8 | -78/+78 |
| * | | | block: allocate struct hd_struct as part of struct bdev_inode | Christoph Hellwig | 2020-12-01 | 6 | -125/+33 |
| * | | | block: move the policy field to struct block_device | Christoph Hellwig | 2020-12-01 | 4 | -8/+8 |