summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2021-11-29block: don't include blk-mq-sched.h in blk.hChristoph Hellwig7-1/+6
2021-11-29block: remove the e argument to elevator_exitChristoph Hellwig3-5/+7
2021-11-29block: remove elevator_exitChristoph Hellwig3-12/+5
2021-11-29block: move blk_get_flush_queue to blk-flush.cChristoph Hellwig2-6/+6
2021-11-29blk_mq: remove repeated includesGuo Zhengkui1-1/+0
2021-11-29block: move io_context creation into where it's neededJens Axboe4-12/+7
2021-11-29block: only allocate poll_stats if there's a user of themJens Axboe5-8/+25
2021-11-29blk-ioprio: don't set bio priority if not neededJens Axboe1-3/+10
2021-11-29blk-mq: move more plug handling from blk_mq_submit_bio into blk_add_rq_to_plugChristoph Hellwig1-37/+27
2021-11-29blk-mq: simplify the plug handling in blk_mq_submit_bioChristoph Hellwig3-64/+15
2021-11-29block: don't set GENHD_FL_NO_PART for hidden gendisksChristoph Hellwig1-7/+2
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig2-8/+7
2021-11-29block: remove GENHD_FL_SUPPRESS_PARTITION_INFOChristoph Hellwig1-8/+3
2021-11-29block: remove the GENHD_FL_HIDDEN check in blkdev_get_no_openChristoph Hellwig1-8/+0
2021-11-29block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PARTChristoph Hellwig1-1/+1
2021-11-29block: merge disk_scan_partitions and blkdev_reread_partChristoph Hellwig3-33/+18
2021-11-29block: remove a dead check in show_partitionChristoph Hellwig1-3/+1
2021-11-29block: move GENHD_FL_BLOCK_EVENTS_ON_EXCL_WRITE to disk->event_flagsChristoph Hellwig1-1/+1
2021-11-29block: move GENHD_FL_NATIVE_CAPACITY to disk->stateChristoph Hellwig1-9/+6
2021-11-29block: don't include blk-mq headers in blk-core.cChristoph Hellwig1-3/+0
2021-11-29block: move blk_print_req_error to blk-mq.cChristoph Hellwig3-13/+17
2021-11-29block: move blk_dump_rq_flags to blk-mq.cChristoph Hellwig2-14/+14
2021-11-29block: move blk_account_io_{start,done} to blk-mq.cChristoph Hellwig3-46/+44
2021-11-29block: move blk_steal_bios to blk-mq.cChristoph Hellwig2-21/+21
2021-11-29block: move blk_rq_init to blk-mq.cChristoph Hellwig2-17/+17
2021-11-29block: move request based cloning helpers to blk-mq.cChristoph Hellwig4-187/+185
2021-11-29blk-mq: move blk_mq_flush_plug_listChristoph Hellwig1-92/+92
2021-11-29block: remove blk-exec.cChristoph Hellwig3-117/+108
2021-11-29block: remove rq_flush_dcache_pagesChristoph Hellwig1-19/+0
2021-11-29block: move blk_rq_err_bytes to scsiChristoph Hellwig1-41/+0
2021-11-26block: call rq_qos_done() before ref check in batch completionsJens Axboe1-1/+2
2021-11-25block: fix parameter not described warningYang Guang1-0/+1
2021-11-23block: avoid to touch unloaded module instance when opening bdevMing Lei1-5/+7
2021-11-19blk-mq: don't insert FUA request with data into scheduler queueMing Lei3-8/+10
2021-11-19blk-cgroup: fix missing put device in error path from blkg_conf_pref()Yu Kuai1-4/+5
2021-11-17block: avoid to quiesce queue in elevator_init_mqMing Lei1-2/+8
2021-11-16blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release()Ming Lei5-11/+20
2021-11-16block: fix missing queue put in error pathJens Axboe1-8/+8
2021-11-16block: Check ADMIN before NICE for IOPRIO_CLASS_RTAlistair Delva1-1/+8
2021-11-12blk-mq: fix filesystem I/O request allocationMing Lei2-20/+45
2021-11-12blkcg: Remove extra blkcg_bio_issue_initLaibin Qiu1-3/+1
2021-11-11block: Hold invalidate_lock in BLKRESETZONE ioctlShin'ichiro Kawasaki1-10/+5
2021-11-11blk-mq: rename blk_attempt_bio_mergeMing Lei1-4/+6
2021-11-11blk-mq: don't grab ->q_usage_counter in blk_mq_sched_bio_mergeMing Lei1-4/+0
2021-11-11block: fix kerneldoc for disk_register_independent_access__ranges()Jens Axboe1-2/+2
2021-11-10block: add __must_check for *add_disk*() callersLuis Chamberlain1-3/+3
2021-11-10block: use enum type for blk_mq_alloc_data->rq_flagsJens Axboe1-1/+1
2021-11-09block: Hold invalidate_lock in BLKZEROOUT ioctlShin'ichiro Kawasaki1-3/+9
2021-11-09block: Hold invalidate_lock in BLKDISCARD ioctlShin'ichiro Kawasaki1-3/+9
2021-11-09Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+4