| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-11-09 | 1 | -1/+4 |
|\ |
|
| * | block: update __register_blkdev() probe documentation | Luis Chamberlain | 2021-11-04 | 1 | -1/+4 |
* | | Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-11-09 | 8 | -108/+217 |
|\ \ |
|
| * | | blk-mq: add one API for waiting until quiesce is done | Ming Lei | 2021-11-09 | 1 | -8/+20 |
| * | | blk-mq: don't free tags if the tag_set is used by other device in queue initi... | Ye Bin | 2021-11-08 | 1 | -1/+5 |
| * | | block: fix device_add_disk() kobject_create_and_add() error handling | Luis Chamberlain | 2021-11-05 | 1 | -2/+6 |
| * | | block: ensure cached plug request matches the current queue | Jens Axboe | 2021-11-05 | 1 | -1/+1 |
| * | | block: move queue enter logic into blk_mq_submit_bio() | Jens Axboe | 2021-11-05 | 4 | -34/+65 |
| * | | block: make bio_queue_enter() fast-path available inline | Jens Axboe | 2021-11-04 | 2 | -27/+35 |
| * | | block: split request allocation components into helpers | Jens Axboe | 2021-11-04 | 1 | -23/+48 |
| * | | block: have plug stored requests hold references to the queue | Jens Axboe | 2021-11-04 | 2 | -4/+11 |
| * | | blk-mq: update hctx->nr_active in blk_mq_end_request_batch() | Ming Lei | 2021-11-03 | 2 | -3/+16 |
| * | | blk-mq: add RQF_ELV debug entry | Ming Lei | 2021-11-03 | 1 | -0/+1 |
| * | | blk-mq: only try to run plug merge if request has same queue with incoming bio | Ming Lei | 2021-11-03 | 1 | -2/+4 |
| * | | block: move RQF_ELV setting into allocators | Jens Axboe | 2021-11-03 | 1 | -6/+8 |
| * | | block: replace always false argument with 'false' | Jens Axboe | 2021-11-02 | 1 | -1/+1 |
| * | | block: assign correct tag before doing prefetch of request | Jens Axboe | 2021-11-02 | 1 | -1/+1 |
| * | | blk-mq: fix redundant check of !e expression | Jean Sacren | 2021-10-30 | 1 | -1/+1 |
* | | | Merge tag 'for-5.16/bdev-size-2021-11-09' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-11-09 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | block: use new bdev_nr_bytes() helper for blkdev_{read,write}_iter() | Jens Axboe | 2021-11-05 | 1 | -2/+2 |
* | | | | Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-11-01 | 1 | -8/+20 |
|\ \ \ \ |
|
| * | | | | block: simplify the block device syncing code | Christoph Hellwig | 2021-10-22 | 1 | -3/+14 |
| * | | | | block: remove __sync_blockdev | Christoph Hellwig | 2021-10-22 | 1 | -5/+6 |
* | | | | | Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-11-01 | 1 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | fs: get rid of the res2 iocb->ki_complete argument | Jens Axboe | 2021-10-25 | 1 | -1/+1 |
* | | | | | | Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux... | Linus Torvalds | 2021-11-01 | 3 | -48/+13 |
|\ \ \ \ \ \ |
|
| * | | | | | | block: remove blk_{get,put}_request | Christoph Hellwig | 2021-10-29 | 1 | -21/+0 |
| * | | | | | | block: remove QUEUE_FLAG_SCSI_PASSTHROUGH | Christoph Hellwig | 2021-10-22 | 1 | -1/+0 |
| * | | | | | | block: remove the initialize_rq_fn blk_mq_ops method | Christoph Hellwig | 2021-10-22 | 1 | -8/+1 |
| * | | | | | | bsg-lib: initialize the bsg_job in bsg_transport_sg_io_fn | Christoph Hellwig | 2021-10-22 | 1 | -19/+13 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-11-01 | 6 | -23/+22 |
|\ \ \ \ \ \
| | |_|/ / /
| |/| | | | |
|
| * | | | | | partitions/ibm: use bdev_nr_sectors instead of open coding it | Christoph Hellwig | 2021-10-19 | 1 | -9/+10 |
| * | | | | | partitions/efi: use bdev_nr_bytes instead of open coding it | Christoph Hellwig | 2021-10-19 | 1 | -1/+1 |
| * | | | | | block/ioctl: use bdev_nr_sectors and bdev_nr_bytes | Christoph Hellwig | 2021-10-19 | 1 | -12/+8 |
| * | | | | | block: cache inode size in bdev | Jens Axboe | 2021-10-18 | 2 | -0/+2 |
| * | | | | | block: use bdev_nr_bytes instead of open coding it in blkdev_fallocate | Christoph Hellwig | 2021-10-18 | 1 | -1/+1 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-11-01 | 47 | -2272/+3127 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | blk-mq-debugfs: Show active requests per queue for shared tags | John Garry | 2021-10-29 | 1 | -1/+1 |
| * | | | | block: improve readability of blk_mq_end_request_batch() | Jens Axboe | 2021-10-28 | 1 | -6/+6 |
| * | | | | block: re-flow blk_mq_rq_ctx_init() | Jens Axboe | 2021-10-27 | 1 | -12/+12 |
| * | | | | block: prefetch request to be initialized | Jens Axboe | 2021-10-27 | 1 | -0/+1 |
| * | | | | block: pass in blk_mq_tags to blk_mq_rq_ctx_init() | Jens Axboe | 2021-10-27 | 1 | -11/+14 |
| * | | | | block: add rq_flags to struct blk_mq_alloc_data | Jens Axboe | 2021-10-27 | 2 | -14/+14 |
| * | | | | block: add async version of bio_set_polled | Pavel Begunkov | 2021-10-27 | 1 | -4/+3 |
| * | | | | block: kill DIO_MULTI_BIO | Pavel Begunkov | 2021-10-27 | 1 | -21/+12 |
| * | | | | block: kill unused polling bits in __blkdev_direct_IO() | Pavel Begunkov | 2021-10-27 | 1 | -17/+3 |
| * | | | | block: avoid extra iter advance with async iocb | Pavel Begunkov | 2021-10-27 | 2 | -6/+16 |
| * | | | | block: Add independent access ranges support | Damien Le Moal | 2021-10-27 | 4 | -9/+371 |
| * | | | | blk-mq: don't issue request directly in case that current is to be blocked | Ming Lei | 2021-10-26 | 1 | -1/+1 |
| * | | | | blk-cgroup: synchronize blkg creation against policy deactivation | Yu Kuai | 2021-10-25 | 1 | -0/+10 |