aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/arm-cs-trace-disasm.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-12block: remove unused parameterGuixin Liu6-13/+10
2025-03-10badblocks: Fix a nonsense WARN_ON() which checks whether a u64 variable < 0Coly Li1-2/+3
2025-03-10block: make sure ->nr_integrity_segments is cloned in blk_rq_prep_cloneMing Lei1-0/+1
2025-03-10block: protect hctx attributes/params using q->elevator_lockNilay Shroff3-8/+14
2025-03-10block: protect read_ahead_kb using q->limits_lockNilay Shroff2-6/+13
2025-03-10block: protect wbt_lat_usec using q->elevator_lockNilay Shroff3-14/+12
2025-03-10block: protect nr_requests update using q->elevator_lockNilay Shroff2-9/+11
2025-03-10block: introduce a dedicated lock for protecting queue elevator updatesNilay Shroff7-42/+60
2025-03-10block: remove q->sysfs_lock for attributes which don't need itNilay Shroff2-54/+29
2025-03-10block: move q->sysfs_lock and queue-freeze under show/store methodNilay Shroff2-68/+162
2025-03-10block: acquire q->limits_lock while reading sysfs attributesNilay Shroff1-37/+65
2025-03-06badblocks: use sector_t instead of int to avoid truncation of badblocks lengthZheng Qixing10-33/+29
2025-03-06md: improve return types of badblocks handling functionsZheng Qixing4-20/+19
2025-03-06badblocks: return boolean from badblocks_set() and badblocks_clear()Zheng Qixing5-49/+49
2025-03-06badblocks: fix missing bad blocks on retry in _badblocks_check()Zheng Qixing1-26/+24
2025-03-06badblocks: fix merge issue when new badblocks align with pre+1Li Nan1-2/+2
2025-03-06badblocks: try can_merge_front before overlap_frontLi Nan1-26/+22
2025-03-06badblocks: fix the using of MAX_BADBLOCKSLi Nan1-2/+2
2025-03-06badblocks: return error if any badblock set failsLi Nan1-12/+5
2025-03-06badblocks: return error directly when setting badblocks exceeds 512Li Nan1-102/+19
2025-03-06badblocks: attempt to merge adjacent badblocks during ack_all_badblocksLi Nan1-0/+5
2025-03-06badblocks: factor out a helper try_adjacent_combineLi Nan1-14/+26
2025-03-06badblocks: Fix error shitf opsLi Nan1-6/+6
2025-03-06block: Correctly initialize BLK_INTEGRITY_NOGENERATE and BLK_INTEGRITY_NOVERIFYAnuj Gupta1-0/+1
2025-03-06block: ensure correct integrity capability propagation in stacked devicesAnuj Gupta1-29/+21
2025-03-06md/raid10: wait barrier before returning discard request with REQ_NOWAITXiao Ni1-2/+1
2025-03-05blk-throttle: carry over directlyMing Lei2-30/+23
2025-03-05blk-throttle: don't take carryover for prioritized processing of metadataMing Lei1-10/+5
2025-03-05blk-throttle: remove last_bytes_disp and last_ios_dispMing Lei2-7/+1
2025-03-05blk-throttle: fix lower bps rate by throtl_trim_slice()Yu Kuai1-2/+11
2025-03-05md/md-bitmap: fix wrong bitmap_limit for clustermd when write sbSu Yue1-3/+3
2025-03-05md/raid1,raid10: don't ignore IO flagsYu Kuai2-13/+0
2025-03-05md/raid5: merge reshape_progress checking inside get_reshape_loc()Yu Kuai1-11/+10
2025-03-05md: fix mddev uaf while iterating all_mddevs listYu Kuai1-9/+13
2025-03-05md: switch md-cluster to use md_submodle_headYu Kuai4-43/+17
2025-03-05md: don't export md_cluster_opsYu Kuai6-59/+76
2025-03-05md/md-cluster: cleanup md_cluster_ops referenceYu Kuai1-2/+2
2025-03-05md: switch personalities to use md_submodule_headYu Kuai7-106/+130
2025-03-05md: introduce struct md_submodule_head and APIsYu Kuai3-0/+47
2025-03-05md: only include md-cluster.h if necessaryYu Kuai5-7/+11
2025-03-05md: merge common code into find_pers()Yu Kuai1-30/+38
2025-03-04ublk: enforce ublks_max only for unprivileged devicesUday Shankar1-15/+27
2025-03-04loop: Remove struct loop_func_tableZhu Yanjun1-2/+0
2025-03-03ublk: add DMA alignment limitMing Lei2-1/+22
2025-03-03block: split struct bio_integrity_payloadChristoph Hellwig11-188/+80
2025-03-03block: move the block layer auto-integrity code into a new fileChristoph Hellwig3-160/+164
2025-03-03block: mark bounce buffering as incompatible with integrityChristoph Hellwig2-2/+5
2025-03-03null_blk: do partial IO for bad blocksShin'ichiro Kawasaki3-13/+40
2025-03-03null_blk: pass transfer size to null_handle_rq()Shin'ichiro Kawasaki1-2/+14
2025-03-03null_blk: replace null_process_cmd() call in null_zone_write()Shin'ichiro Kawasaki3-10/+21