aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-14nvme: fix inconsistent RCU list manipulation in nvme_ns_add_to_ctrl_list()Zheng Qixing1-1/+1
2025-07-11block: fix kobject leak in blk_unregister_queueMing Lei1-0/+1
2025-07-07block: reject bs > ps block devices when THP is disabledPankaj Raghav1-0/+5
2025-07-07nbd: fix uaf in nbd_genl_connect() error pathZheng Qixing1-3/+3
2025-07-05md/md-bitmap: fix GPF in bitmap_get_stats()HÃ¥kon Bugge1-2/+1
2025-07-05md/raid1,raid10: strip REQ_NOWAIT from member biosZheng Qixing2-1/+4
2025-07-05raid10: cleanup memleak at raid10_make_requestNigel Croxon1-2/+8
2025-07-05md/raid1: Fix stack memory use after return in raid1_reshapeWang Jinchao1-0/+1
2025-07-01brd: fix sleeping function called from invalid context in brd_insert_page()Yu Kuai1-2/+4
2025-07-01ublk: don't queue request if the associated uring_cmd is canceledMing Lei1-5/+6
2025-07-01nvme-multipath: fix suspicious RCU usage warningGeliang Tang1-1/+2
2025-06-30nvme-pci: refresh visible attrs after being checkedEugen Hristev1-2/+4
2025-06-30nvmet: fix memory leak of bio integrityDmitry Bogdanov1-0/+2
2025-06-30nvme: correctly account for namespace head reference counterNilay Shroff2-2/+19
2025-06-30nvme: Fix incorrect cdw15 value in passthru error loggingAlok Tiwari1-1/+1
2025-06-26block: fix false warning in bdev_count_inflight_rw()Yu Kuai1-11/+15
2025-06-26ublk: sanity check add_dev input for underflowRonnie Sahlberg1-1/+2
2025-06-26nvme: fix atomic write size validationChristoph Hellwig2-24/+12
2025-06-26nvme: refactor the atomic write unit detectionChristoph Hellwig1-34/+38
2025-06-26nvme: reset delayed remove_work after reconnectKeith Busch2-1/+5
2025-06-24ublk: setup ublk_io correctly in case of ublk_get_data() failureMing Lei1-10/+25
2025-06-24ublk: update UBLK_F_SUPPORT_ZERO_COPY comment in UAPI headerCaleb Sander Mateos1-2/+22
2025-06-24ublk: fix narrowing warnings in UAPI headerCaleb Sander Mateos1-4/+4
2025-06-24selftests: ublk: don't take same backing file for more than one ublk devicesMing Lei1-2/+3
2025-06-24ublk: build batch from IOs in same io_ring_ctx and io taskMing Lei1-1/+10
2025-06-19ublk: santizize the arguments from userspace when adding a deviceRonnie Sahlberg1-0/+3
2025-06-17aoe: defer rexmit timer downdev work to workqueueJustin Sanders3-3/+11
2025-06-17aoe: clean device rq_list in aoedev_downdev()Justin Sanders1-0/+8
2025-06-13nvme: always punt polled uring_cmd end_io work to task_workJens Axboe1-14/+7
2025-06-13Documentation: ublk: Separate UBLK_F_AUTO_BUF_REG fallback behavior sublistsBagas Sanjaya1-0/+2
2025-06-13block: Fix bvec_set_folio() for very large foliosMatthew Wilcox (Oracle)1-2/+5
2025-06-13bio: Fix bio_first_folio() for SPARSEMEM without VMEMMAPMatthew Wilcox (Oracle)1-1/+1
2025-06-11block: use plug request list tail for one-shot backmerge attemptJens Axboe1-13/+13
2025-06-11block: don't use submit_bio_noacct_nocheck in blk_zone_wplug_bio_workChristoph Hellwig1-2/+5
2025-06-11block: Clear BIO_EMULATES_ZONE_APPEND flag on BIO completionDamien Le Moal1-0/+1
2025-06-11ublk: document auto buffer registration(UBLK_F_AUTO_BUF_REG)Ming Lei1-0/+75
2025-06-11loop: move lo_set_size() out of queue freezeMing Lei1-6/+5
2025-06-04nvme: spelling fixesYi Zhang16-23/+23
2025-06-04nvme-tcp: fix I/O stalls on congested socketsHannes Reinecke1-1/+6
2025-06-04nvme-tcp: sanitize request list handlingHannes Reinecke1-1/+14
2025-06-04nvme-tcp: remove tag set when second admin queue config failsShin'ichiro Kawasaki1-1/+1
2025-06-04nvme: enable vectored registered bufs for passthrough cmdsPavel Begunkov1-6/+8
2025-06-04nvme: fix implicit bool to flags conversionPavel Begunkov1-1/+1
2025-06-04nvme: fix command limits status codeKeith Busch6-21/+4
2025-06-03selftests: ublk: kublk: improve behavior on init failureUday Shankar1-11/+23
2025-06-03block: flip iter directions in blk_rq_integrity_map_user()Caleb Sander Mateos1-6/+1
2025-06-03block: drop direction param from bio_integrity_copy_user()Caleb Sander Mateos1-12/+5
2025-06-02selftests: ublk: cover PER_IO_DAEMON in more stress testsMing Lei5-37/+22
2025-05-31Documentation: ublk: document UBLK_F_PER_IO_DAEMONUday Shankar1-11/+24
2025-05-31selftests: ublk: add stress test for per io daemonsUday Shankar3-0/+42