summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | blk-iocost: combine local_stat and desc_stat to statChengming Zhou2022-05-111-39/+32
| * | | | block: improve the error message from bio_check_eodChristoph Hellwig2022-05-041-4/+3
| * | | | block: allow passing a NULL bdev to bio_alloc_clone/bio_init_cloneChristoph Hellwig2022-05-041-4/+6
| * | | | block: remove superfluous calls to blkcg_bio_issue_initChristoph Hellwig2022-05-043-3/+0
| * | | | blk-cgroup: cleanup blkcg_maybe_throttle_currentChristoph Hellwig2022-05-021-7/+1
| * | | | blk-cgroup: cleanup blk_cgroup_congestedChristoph Hellwig2022-05-021-5/+1
| * | | | blk-cgroup: move blkcg_css to blk-cgroup.cChristoph Hellwig2022-05-022-17/+17
| * | | | blk-cgroup: remove unneeded includes from <linux/blk-cgroup.h>Christoph Hellwig2022-05-021-0/+2
| * | | | blk-cgroup: remove pointless CONFIG_BLOCK ifdefsChristoph Hellwig2022-05-021-3/+0
| * | | | blk-cgroup: replace bio_blkcg with bio_blkcg_cssChristoph Hellwig2022-05-022-4/+81
| * | | | blktrace: cleanup the __trace_note_message interfaceChristoph Hellwig2022-05-022-3/+3
| * | | | blk-cgroup: move struct blkcg to block/blk-cgroup.hChristoph Hellwig2022-05-022-1/+36
| * | | | blk-cgroup: move blkcg_{pin,unpin}_online out of lineChristoph Hellwig2022-05-021-23/+65
| * | | | blk-cgroup: move blk_cgroup_congested out lineChristoph Hellwig2022-05-021-0/+20
| * | | | blk-cgroup: move blkcg_{get,set}_fc_appid out of lineChristoph Hellwig2022-05-022-0/+58
| * | | | blk-cgroup: remove __bio_blkcgChristoph Hellwig2022-05-021-23/+0
| * | | | block: ignore RWF_HIPRI hint for sync dioMing Lei2022-05-021-21/+1
| * | | | block/partitions/ldm: Remove redundant assignmentsMichal Orzel2022-04-231-12/+3
| * | | | block/partitions/atari: Remove redundant assignmentMichal Orzel2022-04-231-1/+0
| * | | | block/partitions/acorn: Remove redundant assignmentsMichal Orzel2022-04-231-2/+2
| * | | | block/blk-map: Remove redundant assignmentMichal Orzel2022-04-231-3/+2
| * | | | block/badblocks: Remove redundant assignmentsMichal Orzel2022-04-231-2/+0
| * | | | block: change exported IO accounting interface from gendisk to bdevMing Lei2022-04-181-32/+20
| |/ / /
| * | | block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-176-31/+97
| * | | block: add a bdev_discard_granularity helperChristoph Hellwig2022-04-171-3/+2
| * | | block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-174-5/+3
| * | | block: refactor discard bio size limitingChristoph Hellwig2022-04-172-44/+29
| * | | block: move {bdev,queue_limit}_discard_alignment out of lineChristoph Hellwig2022-04-171-0/+35
| * | | block: use bdev_discard_alignment in part_discard_alignment_showChristoph Hellwig2022-04-171-5/+1
| * | | block: remove queue_discard_alignmentChristoph Hellwig2022-04-171-1/+1
| * | | block: move bdev_alignment_offset and queue_limit_alignment_offset out of lineChristoph Hellwig2022-04-171-0/+23
| * | | block: use bdev_alignment_offset in disk_alignment_offset_showChristoph Hellwig2022-04-171-1/+1
| * | | block: use bdev_alignment_offset in part_alignment_offset_showChristoph Hellwig2022-04-171-5/+1
| * | | block: add a bdev_nonrot helperChristoph Hellwig2022-04-171-1/+1
| * | | bfq: Make sure bfqg for which we are queueing requests is onlineJan Kara2022-04-171-3/+12
| * | | bfq: Get rid of __bio_blkcg() usageJan Kara2022-04-173-52/+25
| * | | bfq: Track whether bfq_group is still onlineJan Kara2022-04-172-1/+4
| * | | bfq: Remove pointless bfq_init_rq() callsJan Kara2022-04-171-6/+6
| * | | bfq: Drop pointless unlock-lock pairJan Kara2022-04-171-3/+0
| * | | bfq: Update cgroup information before merging bioJan Kara2022-04-171-2/+9
| * | | bfq: Split shared queues on move between cgroupsJan Kara2022-04-173-4/+35
| * | | bfq: Avoid merging queues with different parentsJan Kara2022-04-171-0/+8
| * | | bfq: Avoid false marking of bic as stably mergedJan Kara2022-04-171-3/+6
| * | | block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig2022-04-173-50/+53
| * | | block: allow use of per-cpu bio alloc cache by block driversMike Snitzer2022-04-172-6/+2
| * | | block: allow using the per-cpu bio cache from bio_alloc_biosetMike Snitzer2022-04-173-50/+50
* | | | Merge tag 'for-5.19/io_uring-passthrough-2022-05-22' of git://git.kernel.dk/l...Linus Torvalds2022-05-231-46/+63
|\ \ \ \ | |_|/ / |/| | |
| * | | blk-mq: fix passthrough pluggingMing Lei2022-05-121-51/+63
| * | | block: wire-up support for passthrough pluggingJens Axboe2022-05-111-34/+39
| | |/ | |/|
* / | block/mq-deadline: Set the fifo_time member also if inserting at headBart Van Assche2022-05-131-0/+1
|/ /