summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: call rq_qos_done() before ref check in batch completionsJens Axboe2021-11-261-1/+2
* block: fix parameter not described warningYang Guang2021-11-251-0/+1
* block: avoid to touch unloaded module instance when opening bdevMing Lei2021-11-221-5/+7
* blk-mq: don't insert FUA request with data into scheduler queueMing Lei2021-11-193-8/+10
* blk-cgroup: fix missing put device in error path from blkg_conf_pref()Yu Kuai2021-11-191-4/+5
* block: avoid to quiesce queue in elevator_init_mqMing Lei2021-11-171-2/+8
* blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release()Ming Lei2021-11-155-11/+20
* block: fix missing queue put in error pathJens Axboe2021-11-151-8/+8
* block: Check ADMIN before NICE for IOPRIO_CLASS_RTAlistair Delva2021-11-151-1/+8
* blk-mq: fix filesystem I/O request allocationMing Lei2021-11-122-20/+45
* blkcg: Remove extra blkcg_bio_issue_initLaibin Qiu2021-11-121-3/+1
* block: Hold invalidate_lock in BLKRESETZONE ioctlShin'ichiro Kawasaki2021-11-111-10/+5
* blk-mq: rename blk_attempt_bio_mergeMing Lei2021-11-111-4/+6
* blk-mq: don't grab ->q_usage_counter in blk_mq_sched_bio_mergeMing Lei2021-11-111-4/+0
* block: fix kerneldoc for disk_register_independent_access__ranges()Jens Axboe2021-11-111-2/+2
* block: add __must_check for *add_disk*() callersLuis Chamberlain2021-11-091-3/+3
* block: use enum type for blk_mq_alloc_data->rq_flagsJens Axboe2021-11-091-1/+1
* block: Hold invalidate_lock in BLKZEROOUT ioctlShin'ichiro Kawasaki2021-11-091-3/+9
* block: Hold invalidate_lock in BLKDISCARD ioctlShin'ichiro Kawasaki2021-11-091-3/+9
* Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-091-1/+4
|\
| * block: update __register_blkdev() probe documentationLuis Chamberlain2021-11-041-1/+4
* | Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-098-108/+217
|\ \
| * | blk-mq: add one API for waiting until quiesce is doneMing Lei2021-11-091-8/+20
| * | blk-mq: don't free tags if the tag_set is used by other device in queue initi...Ye Bin2021-11-081-1/+5
| * | block: fix device_add_disk() kobject_create_and_add() error handlingLuis Chamberlain2021-11-041-2/+6
| * | block: ensure cached plug request matches the current queueJens Axboe2021-11-041-1/+1
| * | block: move queue enter logic into blk_mq_submit_bio()Jens Axboe2021-11-044-34/+65
| * | block: make bio_queue_enter() fast-path available inlineJens Axboe2021-11-042-27/+35
| * | block: split request allocation components into helpersJens Axboe2021-11-041-23/+48
| * | block: have plug stored requests hold references to the queueJens Axboe2021-11-042-4/+11
| * | blk-mq: update hctx->nr_active in blk_mq_end_request_batch()Ming Lei2021-11-032-3/+16
| * | blk-mq: add RQF_ELV debug entryMing Lei2021-11-031-0/+1
| * | blk-mq: only try to run plug merge if request has same queue with incoming bioMing Lei2021-11-031-2/+4
| * | block: move RQF_ELV setting into allocatorsJens Axboe2021-11-031-6/+8
| * | block: replace always false argument with 'false'Jens Axboe2021-11-021-1/+1
| * | block: assign correct tag before doing prefetch of requestJens Axboe2021-11-021-1/+1
| * | blk-mq: fix redundant check of !e expressionJean Sacren2021-10-301-1/+1
* | | Merge tag 'for-5.16/bdev-size-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-091-2/+2
|\ \ \
| * | | block: use new bdev_nr_bytes() helper for blkdev_{read,write}_iter()Jens Axboe2021-11-051-2/+2
* | | | Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-8/+20
|\ \ \ \
| * | | | block: simplify the block device syncing codeChristoph Hellwig2021-10-221-3/+14
| * | | | block: remove __sync_blockdevChristoph Hellwig2021-10-221-5/+6
* | | | | Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-2/+2
|\ \ \ \ \
| * | | | | fs: get rid of the res2 iocb->ki_complete argumentJens Axboe2021-10-251-1/+1
* | | | | | Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds2021-11-013-48/+13
|\ \ \ \ \ \
| * | | | | | block: remove blk_{get,put}_requestChristoph Hellwig2021-10-291-21/+0
| * | | | | | block: remove QUEUE_FLAG_SCSI_PASSTHROUGHChristoph Hellwig2021-10-221-1/+0
| * | | | | | block: remove the initialize_rq_fn blk_mq_ops methodChristoph Hellwig2021-10-221-8/+1
| * | | | | | bsg-lib: initialize the bsg_job in bsg_transport_sg_io_fnChristoph Hellwig2021-10-221-19/+13
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-016-23/+22
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |