aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-20ublk: pass ublk_device to ublk_register_io_buf()Caleb Sander Mateos1-4/+6
2025-09-20ublk: don't dereference ublk_queue in ublk_check_and_get_req()Caleb Sander Mateos1-2/+2
2025-09-20ublk: don't dereference ublk_queue in ublk_ch_uring_cmd_local()Caleb Sander Mateos1-1/+1
2025-09-20ublk: add helpers to check ublk_device flagsCaleb Sander Mateos1-0/+34
2025-09-20ublk: don't pass ublk_queue to __ublk_fail_req()Caleb Sander Mateos1-3/+3
2025-09-20ublk: don't pass q_id to ublk_queue_cmd_buf_size()Caleb Sander Mateos1-7/+5
2025-09-20ublk: remove ubq check in ublk_check_and_get_req()Caleb Sander Mateos1-3/+0
2025-09-19selftests: ublk: add test to verify that feat_map is completeUday Shankar2-0/+21
2025-09-19selftests: ublk: kublk: add UBLK_F_BUF_REG_OFF_DAEMON to feat_mapUday Shankar1-0/+1
2025-09-19selftests: ublk: kublk: simplify feat_map definitionUday Shankar1-15/+16
2025-09-17blk-throttle: fix throtl_data leak during disk releaseYu Kuai1-2/+5
2025-09-17blk-mq: Fix the blk_mq_tagset_busy_iter() documentationBart Van Assche1-4/+3
2025-09-16block: relax atomic write boundary vs chunk size checkJohn Garry1-40/+26
2025-09-16block: fix stacking of atomic writes when atomics are not supportedJohn Garry1-9/+10
2025-09-16block: update validation of atomic writes boundary for stacked devicesJohn Garry1-8/+14
2025-09-15block/mq-deadline: Remove the redundant rb_entry_rq in the deadline_from_pos().chengkaitao1-4/+0
2025-09-10md/md-llbitmap: Use DIV_ROUND_UP_SECTOR_TNathan Chancellor1-8/+8
2025-09-10blk-mq: fix stale nr_requests documentationYu Kuai1-10/+4
2025-09-10blk-mq: remove blk_mq_tag_update_depth()Yu Kuai2-34/+0
2025-09-10blk-mq: fix potential deadlock while nr_requests grownYu Kuai3-22/+34
2025-09-10blk-mq-sched: add new parameter nr_requests in blk_mq_alloc_sched_tags()Yu Kuai4-11/+19
2025-09-10blk-mq: split bitmap grow and resize case in blk_mq_update_nr_requests()Yu Kuai1-12/+27
2025-09-10blk-mq: cleanup shared tags case in blk_mq_update_nr_requests()Yu Kuai2-28/+22
2025-09-10blk-mq: convert to serialize updating nr_requests with update_nr_hwq_lockYu Kuai1-5/+20
2025-09-10blk-mq: check invalid nr_requests in queue_requests_store()Yu Kuai4-22/+17
2025-09-10blk-mq: remove useless checkings in blk_mq_update_nr_requests()Yu Kuai1-8/+1
2025-09-10blk-mq: remove useless checking in queue_requests_store()Yu Kuai1-3/+0
2025-09-10ublk: consolidate nr_io_ready and nr_queues_readyCaleb Sander Mateos1-16/+12
2025-09-10md/raid0: convert raid0_make_request() to use bio_submit_split_bioset()Yu Kuai1-11/+2
2025-09-10block: fix ordering of recursive split IOYu Kuai4-9/+13
2025-09-10block: skip unnecessary checks for split bioYu Kuai3-2/+7
2025-09-10blk-crypto: convert to use bio_submit_split_bioset()Yu Kuai1-12/+5
2025-09-10md/md-linear: convert to use bio_submit_split_bioset()Yu Kuai1-12/+3
2025-09-10md/raid5: convert to use bio_submit_split_bioset()Yu Kuai1-6/+4
2025-09-10md/raid10: convert read/write to use bio_submit_split_bioset()Yu Kuai1-29/+13
2025-09-10md/raid10: add a new r10bio flag R10BIO_ReturnedYu Kuai2-3/+7
2025-09-10md/raid1: convert to use bio_submit_split_bioset()Yu Kuai2-28/+14
2025-09-10md/raid0: convert raid0_handle_discard() to use bio_submit_split_bioset()Yu Kuai1-13/+6
2025-09-10block: factor out a helper bio_submit_split_bioset()Yu Kuai2-19/+42
2025-09-10blk-crypto: fix missing blktrace bio split eventsYu Kuai1-0/+3
2025-09-10md: fix mssing blktrace bio split eventsYu Kuai5-0/+19
2025-09-10blk-mq: add QUEUE_FLAG_BIO_ISSUE_TIMEYu Kuai4-3/+12
2025-09-10block: initialize bio issue time in blk_mq_submit_bio()Yu Kuai4-8/+8
2025-09-10block: cleanup bio_issueYu Kuai5-60/+7
2025-09-09blk-map: provide the bdev to bio if one existsKeith Busch2-7/+3
2025-09-09blk-mq-dma: bring back p2p request flagsKeith Busch6-19/+35
2025-09-09blk-integrity: enable p2p source and destinationKeith Busch1-4/+17
2025-09-09iov_iter: remove iov_iter_is_alignedKeith Busch2-97/+0
2025-09-09blk-integrity: use simpler alignment checkKeith Busch1-2/+2
2025-09-09block: remove bdev_iter_is_alignedKeith Busch1-7/+0