aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-28nvmet: the result field in nvmet_alloc_ctrl_args is little endianChristoph Hellwig1-1/+1
2025-01-24nvmet: fix a memory leak in controller identifySagi Grimberg1-0/+1
2025-01-23nvme-fc: do not ignore connectivity loss during connectingDaniel Wagner1-5/+18
2025-01-23nvme: handle connectivity loss in nvme_set_queue_countDaniel Wagner1-1/+7
2025-01-23nvme-fc: go straight to connecting state when initializingDaniel Wagner1-2/+1
2025-01-17nvme-pci: Add TUXEDO IBP Gen9 to Samsung sleep quirkGeorg Gottleuber1-0/+1
2025-01-17nvme-pci: Add TUXEDO InfinityFlex to Samsung sleep quirkGeorg Gottleuber1-1/+2
2025-01-17nvme-pci: remove redundant dma frees in hmbFrancis Pravin1-8/+0
2025-01-14nvmet: fix rw control endian accessKeith Busch1-1/+1
2025-01-13nvme: fix bogus kzalloc() return check in nvme_init_effects_log()Jens Axboe1-1/+1
2025-01-13md/md-bitmap: move bitmap_{start, end}write to md upper layerYu Kuai7-56/+37
2025-01-13md/raid5: implement pers->bitmap_sector()Yu Kuai1-0/+51
2025-01-13md: add a new callback pers->bitmap_sector()Yu Kuai1-0/+3
2025-01-13md/md-bitmap: remove the last parameter for bimtap_ops->endwrite()Yu Kuai9-70/+21
2025-01-13md/md-bitmap: factor behind write counters out from bitmap_{start/end}write()Yu Kuai6-40/+56
2025-01-13md: Replace deprecated kmap_atomic() with kmap_local_page()David Reaver2-29/+29
2025-01-13md: reintroduce md-linearYu Kuai7-4/+379
2025-01-13partitions: ldm: remove the initial kernel-doc notationRandy Dunlap1-1/+1
2025-01-13blk-cgroup: rwstat: fix kernel-doc warnings in header fileRandy Dunlap1-2/+3
2025-01-13blk-cgroup: fix kernel-doc warnings in header fileRandy Dunlap1-4/+6
2025-01-13nbd: fix partial sendingMing Lei1-10/+85
2025-01-13block: mark GFP_NOIO around sysfs ->store()Ming Lei1-0/+3
2025-01-12nvme-pci: use correct size to free the hmb bufferFrancis Pravin1-2/+2
2025-01-12nvme: Add error path for xa_store in nvme_init_effectsKeisuke Nishimura1-4/+22
2025-01-12nvme-pci: fix comment typoBaruch Siach1-1/+1
2025-01-10Documentation: Document the NVMe PCI endpoint target driverDamien Le Moal5-0/+395
2025-01-10nvmet: New NVMe PCI endpoint function target driverDamien Le Moal3-0/+2604
2025-01-10nvmet: Implement arbitration feature supportDamien Le Moal2-2/+56
2025-01-10nvmet: Implement interrupt config feature supportDamien Le Moal2-2/+57
2025-01-10nvmet: Implement interrupt coalescing feature supportDamien Le Moal2-2/+61
2025-01-10nvmet: Implement host identifier set feature supportDamien Le Moal2-4/+32
2025-01-10nvmet: Introduce get/set_feature controller operationsDamien Le Moal1-0/+4
2025-01-10nvmet: Do not require SGL for PCI target controller commandsDamien Le Moal2-6/+26
2025-01-10nvmet: Add support for I/O queue management admin commandsDamien Le Moal2-3/+170
2025-01-10nvmet: Introduce nvmet_sq_create() and nvmet_cq_create()Damien Le Moal2-0/+89
2025-01-10nvmet: Introduce nvmet_req_transfer_len()Damien Le Moal6-2/+135
2025-01-10nvmet: Improve nvmet_alloc_ctrl() interface and implementationDamien Le Moal3-65/+94
2025-01-10nvme: Add PCI transport typeDamien Le Moal4-0/+13
2025-01-10nvmet: Add drvdata field to struct nvmet_ctrlDamien Le Moal1-0/+2
2025-01-10nvmet: Introduce nvmet_get_cmd_effects_admin()Damien Le Moal1-1/+6
2025-01-10nvmet: Export nvmet_update_cc() and nvmet_cc_xxx() helpersDamien Le Moal2-35/+36
2025-01-10nvmet: Add vendor_id and subsys_vendor_id subsystem attributesDamien Le Moal3-3/+49
2025-01-10nvme: Move opcode string helper functions declarationsDamien Le Moal2-39/+40
2025-01-10nvme: change return type of nvme_poll_cq() to boolYongsoo Joo1-4/+4
2025-01-10nvme: Add error check for xa_store in nvme_get_effects_logKeisuke Nishimura1-2/+6
2025-01-10nvme-tcp: Fix I/O queue cpu spreading for multiple controllersSagi Grimberg1-13/+57
2025-01-10loop: remove the use_dio field in struct loop_deviceChristoph Hellwig1-22/+17
2025-01-10loop: don't freeze the queue in loop_update_dioChristoph Hellwig1-4/+4
2025-01-10loop: allow loop_set_status to re-enable direct I/OChristoph Hellwig1-8/+3
2025-01-10loop: open code the direct I/O flag update in loop_set_dioChristoph Hellwig1-8/+20