aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-20nvme-pci: remove stale commentBaruch Siach1-3/+0
2025-03-20nvme-fc: Utilise min3() to simplify queue count calculationQasim Ijaz1-2/+2
2025-03-20nvme-multipath: Add visibility for queue-depth io-policyNilay Shroff3-1/+15
2025-03-20nvme-multipath: Add visibility for numa io-policyNilay Shroff3-0/+33
2025-03-20nvme-multipath: Add visibility for round-robin io-policyNilay Shroff4-4/+130
2025-03-20nvmet: add tls_concat and tls_key debugfs entriesHannes Reinecke1-0/+27
2025-03-20nvmet-tcp: support secure channel concatenationHannes Reinecke6-13/+199
2025-03-20nvmet: Add 'sq' argument to alloc_ctrl_argsHannes Reinecke5-9/+14
2025-03-20nvme-fabrics: reset admin connection for secure concatenationHannes Reinecke1-0/+10
2025-03-20nvme-tcp: request secure channel concatenationHannes Reinecke8-15/+205
2025-03-20nvme-keyring: add nvme_tls_psk_refresh()Hannes Reinecke4-4/+75
2025-03-20nvme: add nvme_auth_derive_tls_psk()Hannes Reinecke3-0/+119
2025-03-20nvme: add nvme_auth_generate_digest()Hannes Reinecke2-0/+136
2025-03-20nvme: add nvme_auth_generate_psk()Hannes Reinecke2-0/+90
2025-03-20crypto,fs: Separate out hkdf_extract() and hkdf_expand()Hannes Reinecke6-70/+616
2025-03-20docs: sysfs-block: Clarify integrity sysfs attributesMilan Broz1-1/+22
2025-03-19block/blk-iocost: ensure 'ret' is set on errorJens Axboe1-1/+3
2025-03-19block: correct locking order for protecting blk-wbt parametersNilay Shroff3-13/+58
2025-03-19block: release q->elevator_lock in ioc_qos_writeNilay Shroff1-0/+1
2025-03-19ublk: remove io_cmds list in ublk_queueUday Shankar1-35/+11
2025-03-18blk-cgroup: improve policy registration error handlingChen Linxuan1-10/+12
2025-03-18loop: move vfs_fsync() out of loop_update_dio()Ming Lei1-6/+14
2025-03-18block: Make request_queue lockdep splats show up earlierThomas Hellström1-0/+6
2025-03-18block: fix a comment in the queue_attrs[] arrayChristoph Hellwig1-5/+0
2025-03-13block: protect debugfs attribute method hctx_busy_showNilay Shroff1-0/+5
2025-03-13block: remove unnecessary goto labels in debugfs attribute read methodsNilay Shroff1-12/+8
2025-03-13block: protect debugfs attrs using elevator_lock instead of sysfs_lockNilay Shroff2-11/+11
2025-03-13block: remove unused parameter 'q' parameter in __blk_rq_map_sg()Anuj Gupta18-26/+22
2025-03-12block: fix adding folio to bioMing Lei1-4/+7
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