aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2021-08-31Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 1-5/+7
2021-08-30Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-18/+162
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 48-963/+1049
2021-08-30Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2021-08-27Merge tag 'block-5.14-2021-08-27' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-42/+16
2021-08-26Revert "block/mq-deadline: Prioritize high-priority requests"Gravatar Jens Axboe 1-37/+5
2021-08-25block, bfq: cleanup the repeated declarationGravatar Shaokun Zhang 1-2/+0
2021-08-25blk-crypto: fix check for too-large dun_bytesGravatar Eric Biggers 1-1/+1
2021-08-24mq-deadline: Fix request accountingGravatar Bart Van Assche 1-5/+11
2021-08-24blk-zoned: allow BLKREPORTZONE without CAP_SYS_ADMINGravatar Niklas Cassel 1-3/+0
2021-08-24blk-zoned: allow zone management send operations without CAP_SYS_ADMINGravatar Niklas Cassel 1-3/+0
2021-08-24block: refine the disk_live check in del_gendiskGravatar Christoph Hellwig 1-1/+1
2021-08-24partitions/efi: Support non-standard GPT locationGravatar Dmitry Osipenko 1-0/+12
2021-08-24bio: fix page leak bio_add_hw_page failureGravatar Pavel Begunkov 1-2/+13
2021-08-24block: remove CONFIG_DEBUG_BLOCK_EXT_DEVTGravatar Christoph Hellwig 1-39/+4
2021-08-24block: remove a pointless call to MINOR() in device_add_diskGravatar Christoph Hellwig 1-1/+1
2021-08-23bio: improve kerneldoc documentation for bio_alloc_kiocb()Gravatar Jens Axboe 1-1/+4
2021-08-23block: provide bio_clear_hipri() helperGravatar Jens Axboe 3-6/+10
2021-08-23block: clear BIO_PERCPU_CACHE flag if polling isn't supportedGravatar Jens Axboe 1-1/+4
2021-08-23bio: add allocation cache abstractionGravatar Jens Axboe 1-14/+120
2021-08-23bio: optimize initialization of a bioGravatar Jens Axboe 1-2/+30
2021-08-23block: add error handling for device_add_disk / add_diskGravatar Luis Chamberlain 1-34/+58
2021-08-23block: return errors from disk_alloc_eventsGravatar Luis Chamberlain 2-4/+5
2021-08-23block: return errors from blk_integrity_addGravatar Luis Chamberlain 2-7/+10
2021-08-23block: call blk_register_queue earlier in device_add_diskGravatar Christoph Hellwig 2-11/+3
2021-08-23block: call blk_integrity_add earlier in device_add_diskGravatar Christoph Hellwig 1-1/+2
2021-08-23block: create the bdi link earlier in device_add_diskGravatar Christoph Hellwig 1-7/+6
2021-08-23block: call bdev_add later in device_add_diskGravatar Christoph Hellwig 1-19/+17
2021-08-23block: fold register_disk into device_add_diskGravatar Christoph Hellwig 1-71/+60
2021-08-23block: add a sanity check for a live disk in del_gendiskGravatar Christoph Hellwig 1-1/+1
2021-08-23block: add an explicit ->disk backpointer to the request_queueGravatar Christoph Hellwig 7-20/+21
2021-08-23block: hold a request_queue reference for the lifetime of struct gendiskGravatar Christoph Hellwig 1-12/+7
2021-08-23block: pass a request_queue to __blk_alloc_diskGravatar Christoph Hellwig 2-5/+5
2021-08-23block: remove the minors argument to __alloc_disk_nodeGravatar Christoph Hellwig 2-5/+3
2021-08-23block: cleanup the lockdep handling in *alloc_diskGravatar Christoph Hellwig 2-5/+8
2021-08-23block: fix argument type of bio_trim()Gravatar Chaitanya Kulkarni 1-5/+7
2021-08-21Merge tag 'block-5.14-2021-08-20' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-32/+20
2021-08-20block: add back the bd_holder_dir reference in bd_link_disk_holderGravatar Christoph Hellwig 1-0/+7
2021-08-18block: fix default IO priority handlingGravatar Damien Le Moal 2-4/+4
2021-08-18block: Introduce IOPRIO_NR_LEVELSGravatar Damien Le Moal 4-11/+10
2021-08-18block: bfq: fix bfq_set_next_ioprio_data()Gravatar Damien Le Moal 1-1/+1
2021-08-17blk-mq: fix is_flush_rqGravatar Ming Lei 3-6/+7
2021-08-17blk-mq: fix kernel panic during iterating over flush requestGravatar Ming Lei 2-1/+8
2021-08-17blk-mq: don't grab rq's refcount in blk_mq_check_expired()Gravatar Ming Lei 1-25/+5
2021-08-16block: unexport blk_register_queueGravatar Christoph Hellwig 1-1/+0
2021-08-16blk-cgroup: stop using seq_get_bufGravatar Christoph Hellwig 4-62/+37
2021-08-16blk-cgroup: refactor blkcg_print_statGravatar Christoph Hellwig 1-74/+74
2021-08-16block: use bvec_virt in bio_integrity_{process,free}Gravatar Christoph Hellwig 1-5/+2
2021-08-16block: ensure the bdi is freed after inode_detach_wbGravatar Christoph Hellwig 1-1/+0
2021-08-16block: free the extended dev_t minor laterGravatar Christoph Hellwig 2-4/+0