aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-20loop: don't require ->write_iter for writable files in loop_configureChristoph Hellwig1-3/+0
2025-05-15ublk: fix dead loop when canceling io commandMing Lei1-1/+1
2025-05-14nvme-pci: add NVME_QUIRK_NO_DEEPEST_PS quirk for SOLIDIGM P44 ProIlya Guterman1-0/+2
2025-05-14nvme: all namespaces in a subsystem must adhere to a common atomic write sizeAlan Adamson2-4/+29
2025-05-14nvme: multipath: enable BLK_FEAT_ATOMIC_WRITES for multipathingAlan Adamson1-1/+2
2025-05-13nvmet: pci-epf: remove NVMET_PCI_EPF_Q_IS_SQDamien Le Moal1-3/+1
2025-05-13nvmet: pci-epf: improve debug messageDamien Le Moal1-2/+8
2025-05-13nvmet: pci-epf: cleanup nvmet_pci_epf_raise_irq()Damien Le Moal1-5/+5
2025-05-13nvmet: pci-epf: do not fall back to using INTX if not supportedDamien Le Moal1-5/+7
2025-05-13nvmet: pci-epf: clear completion queue IRQ flag on deleteDamien Le Moal1-1/+2
2025-05-13nvme-pci: acquire cq_poll_lock in nvme_poll_irqdisableKeith Busch1-0/+2
2025-05-13nvme-pci: make nvme_pci_npages_prp() __always_inlineKees Cook1-1/+1
2025-05-12block: always allocate integrity buffer when requiredKeith Busch1-15/+47
2025-05-08block: remove test of incorrect io priority levelAaron Lu1-5/+1
2025-05-07nvme: unblock ctrl state transition for firmware updateDaniel Wagner1-1/+2
2025-05-06block: only update request sector if neededJohannes Thumshirn1-1/+2
2025-05-05loop: Add sanity check for read/write_iterLizhi Xu1-0/+23
2025-04-30nvmet-auth: always free derived key dataHannes Reinecke1-2/+1
2025-04-30nvmet-tcp: don't restore null sk_state_changeAlistair Francis1-0/+3
2025-04-30nvmet-tcp: select CONFIG_TLS from CONFIG_NVME_TARGET_TCP_TLSAlistair Francis1-0/+1
2025-04-30nvme-tcp: select CONFIG_TLS from CONFIG_NVME_TCP_TLSAlistair Francis1-0/+1
2025-04-30nvme-tcp: fix premature queue removal and I/O failoverMichael Liang1-2/+29
2025-04-29nvme-pci: add quirks for WDC Blue SN550 15b7:5009Wentao Guan1-0/+3
2025-04-29nvme-pci: add quirks for device 126f:1001Wentao Guan1-0/+3
2025-04-29nvme-pci: fix queue unquiesce check on slot_resetKeith Busch1-1/+1
2025-04-29ublk: remove the check of ublk_need_req_ref() from __ublk_check_and_get_reqMing Lei1-3/+0
2025-04-29ublk: enhance check for register/unregister io buffer commandMing Lei1-4/+20
2025-04-29ublk: decouple zero copy from user copyMing Lei1-12/+23
2025-04-29selftests: ublk: fix UBLK_F_NEED_GET_DATAMing Lei5-12/+48
2025-04-24ublk: fix race between io_uring_cmd_complete_in_task and ublk_cancel_cmdMing Lei1-6/+21
2025-04-24ublk: call ublk_dispatch_req() for handling UBLK_U_IO_NEED_GET_DATAMing Lei1-11/+3
2025-04-24block: don't autoload drivers on blk-cgroup configurationChristoph Hellwig1-1/+1
2025-04-24block: don't autoload drivers on statChristoph Hellwig4-7/+7
2025-04-24block: remove the backing_inode variable in bdev_statxChristoph Hellwig1-7/+4
2025-04-24block: move blkdev_{get,put} _no_open prototypes out of blkdev.hChristoph Hellwig2-4/+3
2025-04-24block: never reduce ra_pages in blk_apply_bdi_limitsChristoph Hellwig1-1/+7
2025-04-24selftests: ublk: common: fix _get_disk_dev_t for pre-9.0 coreutilsUday Shankar1-2/+2
2025-04-23selftests: ublk: remove useless 'delay_us' from 'struct dev_ctx'Ming Lei1-3/+0
2025-04-23selftests: ublk: fix recover testMing Lei2-1/+2
2025-04-23block: hoist block size validation code to a separate functionDarrick J. Wong2-6/+28
2025-04-23block: fix race between set_blocksize and read pathsDarrick J. Wong4-1/+43
2025-04-22nvmet: fix out-of-bounds access in nvmet_enable_portRichard Weinberger1-0/+3
2025-04-16selftests: ublk: add generic_06 for covering fault injectUday Shankar5-3/+155
2025-04-16ublk: simplify aborting ublk requestMing Lei1-62/+20
2025-04-16ublk: remove __ublk_quiesce_dev()Ming Lei1-17/+2
2025-04-16ublk: improve detection and handling of ublk server exitUday Shankar1-100/+123
2025-04-16ublk: move device reset into ublk_ch_release()Ming Lei1-49/+72
2025-04-16ublk: rely on ->canceling for dealing with ublk_nosrv_dev_should_queue_ioMing Lei1-14/+17
2025-04-16ublk: add ublk_force_abort_dev()Ming Lei1-13/+8
2025-04-16ublk: properly serialize all FETCH_REQsUday Shankar1-28/+49