aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-27nvme-tcp: remove nvme_tcp_destroy_io_queues()Chunguang.xu1-11/+7
2024-12-27nvmet-loop: avoid using mutex in IO hotpathNilay Shroff5-65/+79
2024-12-27nvmet: propagate npwg topologyLuis Chamberlain1-1/+1
2024-12-27nvmet: Don't overflow subsysnqnLeo Stone1-2/+9
2024-12-26ublk: detach gendisk from ublk device if add_disk() failsMing Lei1-9/+17
2024-12-18block: avoid to reuse `hctx` not removed from cpuhp callback listMing Lei1-1/+10
2024-12-18block: Revert "block: Fix potential deadlock while freezing queue and acquiring sysfs_lock"Ming Lei3-26/+23
2024-12-18nvme: use blk_validate_block_size() for max LBA checkLuis Chamberlain1-1/+1
2024-12-18block/bdev: use helper for max block size checkLuis Chamberlain1-2/+1
2024-12-13block: Fix potential deadlock while freezing queue and acquiring sysfs_lockNilay Shroff3-23/+26
2024-12-13block: Fix queue_iostats_passthrough_show()Bart Van Assche1-1/+1
2024-12-13blk-mq: Clean up blk_mq_requeue_work()Bart Van Assche1-6/+4
2024-12-13mq-deadline: Remove a local variableBart Van Assche1-4/+1
2024-12-12blk-iocost: Avoid using clamp() on inuse in __propagate_weights()Nathan Chancellor1-1/+8
2024-12-12block: Make bio_iov_bvec_set() accept pointer to const iov_iterJohn Garry3-3/+3
2024-12-11nvme-pci: 512 byte aligned dma pool segment quirkRobert Beckett2-2/+12
2024-12-10block: get wp_offset by bdev_offset_from_zone_startLongPing Wei1-1/+1
2024-12-10blk-cgroup: Fix UAF in blkcg_unpin_online()Tejun Heo1-1/+5
2024-12-10MAINTAINERS: update Coly Li's email addressColy Li1-1/+1
2024-12-10block: Prevent potential deadlocks in zone write plug error recoveryDamien Le Moal2-249/+61
2024-12-10dm: Fix dm-zoned-reclaim zone write pointer alignmentDamien Le Moal3-26/+124
2024-12-10block: Ignore REQ_NOWAIT for zone reset and zone finish operationsDamien Le Moal1-0/+9
2024-12-10block: Use a zone write plug BIO work for REQ_NOWAIT BIOsDamien Le Moal1-20/+42
2024-12-06blk-mq: move cpuhp callback registering out of q->sysfs_lockMing Lei1-11/+92
2024-12-06blk-mq: register cpuhp callback after hctx is added to xarray tableMing Lei1-8/+7
2024-12-05virtio-blk: don't keep queue frozen during system suspendMing Lei1-2/+5
2024-12-04nvme-tcp: simplify nvme_tcp_teardown_io_queues()Chunguang.xu1-10/+4
2024-12-04nvme-tcp: no need to quiesce admin_q in nvme_tcp_teardown_io_queues()Chunguang.xu1-1/+0
2024-12-04nvme-rdma: unquiesce admin_q before destroy itChunguang.xu1-7/+1
2024-12-04nvme-tcp: fix the memleak while create new ctrl failedChunguang.xu1-1/+1
2024-12-04nvme-pci: don't use dma_alloc_noncontiguous with 0 merge boundaryChristoph Hellwig1-1/+2
2024-12-04nvmet: replace kmalloc + memset with kzalloc for data allocationYu-Chun Lin1-2/+1
2024-12-04nvme-fabrics: handle zero MAXCMD without closing the connectionMaurizio Lombardi1-2/+3
2024-12-03bcache: revert replacing IS_ERR_OR_NULL with IS_ERR againLiequan Che1-1/+1
2024-12-03nvme-pci: remove two deallocate zeroes quirksKeith Busch1-3/+1
2024-12-03block: rnull: add missing MODULE_DESCRIPTIONFUJITA Tomonori1-0/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra876-2196/+2189
2024-12-02nvme: don't apply NVME_QUIRK_DEALLOCATE_ZEROES when DSM is not supportedChristoph Hellwig1-1/+2
2024-12-02nvmet: use kzalloc instead of ZERO_PAGE in nvme_execute_identify_ns_nvm()Nilay Shroff1-2/+7
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds474-494/+484
2024-12-01Linux 6.13-rc1Linus Torvalds1-2/+2
2024-12-01strscpy: write destination buffer only onceLinus Torvalds1-6/+17
2024-11-30printf: Remove unused 'bprintf'Dr. David Alan Gilbert2-24/+0
2024-11-30tools/power turbostat: 2024.11.30Len Brown2-2/+2
2024-11-30tools/power turbostat: Add RAPL psys as a built-in counterPatryk Wlazlyn2-10/+85
2024-11-30tools/power turbostat: Fix child's argument forwardingPatryk Wlazlyn1-1/+1
2024-11-30tools/power turbostat: Force --no-perf in --dump modePatryk Wlazlyn1-0/+6
2024-11-30tools/power turbostat: Add support for /sys/class/drm/card1Zhang Rui1-9/+29
2024-11-30tools/power turbostat: Cache graphics sysfs file descriptors during probeZhang Rui1-50/+32
2024-11-30tools/power turbostat: Consolidate graphics sysfs accessZhang Rui1-9/+6