summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | | block: move io_context creation into where it's neededJens Axboe2021-11-294-12/+7
| * | | block: only allocate poll_stats if there's a user of themJens Axboe2021-11-295-8/+25
| * | | blk-ioprio: don't set bio priority if not neededJens Axboe2021-11-291-3/+10
| * | | blk-mq: move more plug handling from blk_mq_submit_bio into blk_add_rq_to_plugChristoph Hellwig2021-11-291-37/+27
| * | | blk-mq: simplify the plug handling in blk_mq_submit_bioChristoph Hellwig2021-11-293-64/+15
| * | | block: don't set GENHD_FL_NO_PART for hidden gendisksChristoph Hellwig2021-11-291-7/+2
| * | | block: remove GENHD_FL_EXT_DEVTChristoph Hellwig2021-11-292-8/+7
| * | | block: remove GENHD_FL_SUPPRESS_PARTITION_INFOChristoph Hellwig2021-11-291-8/+3
| * | | block: remove the GENHD_FL_HIDDEN check in blkdev_get_no_openChristoph Hellwig2021-11-291-8/+0
| * | | block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PARTChristoph Hellwig2021-11-291-1/+1
| * | | block: merge disk_scan_partitions and blkdev_reread_partChristoph Hellwig2021-11-293-33/+18
| * | | block: remove a dead check in show_partitionChristoph Hellwig2021-11-291-3/+1
| * | | block: move GENHD_FL_BLOCK_EVENTS_ON_EXCL_WRITE to disk->event_flagsChristoph Hellwig2021-11-291-1/+1
| * | | block: move GENHD_FL_NATIVE_CAPACITY to disk->stateChristoph Hellwig2021-11-291-9/+6
| * | | block: don't include blk-mq headers in blk-core.cChristoph Hellwig2021-11-291-3/+0
| * | | block: move blk_print_req_error to blk-mq.cChristoph Hellwig2021-11-293-13/+17
| * | | block: move blk_dump_rq_flags to blk-mq.cChristoph Hellwig2021-11-292-14/+14
| * | | block: move blk_account_io_{start,done} to blk-mq.cChristoph Hellwig2021-11-293-46/+44
| * | | block: move blk_steal_bios to blk-mq.cChristoph Hellwig2021-11-292-21/+21
| * | | block: move blk_rq_init to blk-mq.cChristoph Hellwig2021-11-292-17/+17
| * | | block: move request based cloning helpers to blk-mq.cChristoph Hellwig2021-11-294-187/+185
| * | | blk-mq: move blk_mq_flush_plug_listChristoph Hellwig2021-11-291-92/+92
| * | | block: remove blk-exec.cChristoph Hellwig2021-11-293-117/+108
| * | | block: remove rq_flush_dcache_pagesChristoph Hellwig2021-11-291-19/+0
| * | | block: move blk_rq_err_bytes to scsiChristoph Hellwig2021-11-291-41/+0
* | | | Merge tag 'block-5.16-2021-12-19' of git://git.kernel.dk/linux-blockLinus Torvalds2021-12-191-2/+0
|\ \ \ \
| * | | | Revert "block: reduce kblockd_mod_delayed_work_on() CPU consumption"Jens Axboe2021-12-191-2/+0
* | | | | Merge tag 'block-5.16-2021-12-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-12-172-1/+10
|\| | | | | |_|/ / |/| | |
| * | | block: reduce kblockd_mod_delayed_work_on() CPU consumptionJens Axboe2021-12-141-0/+2
| * | | iocost: Fix divide-by-zero on donation from low hweight cgroupTejun Heo2021-12-141-1/+8
* | | | Merge tag 'block-5.16-2021-12-10' of git://git.kernel.dk/linux-blockLinus Torvalds2021-12-112-2/+4
|\| | |
| * | | block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2)Davidlohr Bueso2021-12-101-0/+3
| * | | block: fix single bio async DIO error handlingPavel Begunkov2021-12-071-2/+1
| |/ /
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-12-081-0/+1
|\ \ \ | |/ / |/| |
| * | treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski2021-12-031-0/+1
* | | 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