aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-10-30nvmet-auth: assign dh_key to NULL after kfree_sensitiveVitaliy Shevtsov1-0/+1
2024-10-30nvme: module parameter to disable pi with offsetsKeith Busch1-2/+17
2024-10-22nvme: enhance cns version checkingKeith Busch1-12/+25
2024-10-17cdrom: Avoid barrier_nospec() in cdrom_ioctl_media_changed()Josh Poimboeuf1-1/+1
2024-10-17md/raid10: fix null ptr dereference in raid10_size()Yu Kuai1-2/+5
2024-10-17md: ensure child flush IO does not affect origin bio->bi_statusLi Nan1-1/+23
2024-10-17nvme: use helper nvme_ctrl_state in nvme_keep_alive_finish functionNilay Shroff1-8/+2
2024-10-17nvme: make keep-alive synchronous operationNilay Shroff1-10/+7
2024-10-17nvme-loop: flush off pending I/O while shutting down loop controllerNilay Shroff1-0/+13
2024-10-17nvme-pci: fix race condition between reset and nvme_dev_disable()Maurizio Lombardi1-3/+16
2024-10-16ublk: don't allow user copy for unprivileged deviceMing Lei2-2/+17
2024-10-16blk-rq-qos: fix crash on rq_qos_wait vs. rq_qos_wake_function raceOmar Sandoval1-1/+1
2024-10-15nvme-multipath: defer partition scanningKeith Busch2-6/+34
2024-10-14blk-mq: setup queue ->tag_set before initializing hctxMing Lei1-2/+6
2024-10-11elevator: Remove argument from elevator_find_getBreno Leitao1-4/+3
2024-10-11elevator: do not request_module if elevator existsBreno Leitao1-1/+9
2024-10-11drbd: Remove unused conn_lowest_minorDr. David Alan Gilbert2-15/+0
2024-10-09nvme: disable CC.CRIME (NVME_CC_CRIME)Greg Joyce1-6/+8
2024-10-08nvme: delete unnecessary fallthru commentTokunori Ikegami1-1/+0
2024-10-08nvmet-rdma: use sbitmap to replace rsp free listGuixin Liu1-29/+27
2024-10-07block: Fix elevator_get_default() checking for NULL q->tag_setSurajSonawane24151-2/+2
2024-10-03nvme: tcp: avoid race between queue_lock lock and destroyHannes Reinecke1-3/+4
2024-10-02aoe: fix the potential use-after-free problem in more placesChun-Yi Lee1-1/+12
2024-10-02blk_iocost: remove some duplicate irq disable/enablesDan Carpenter1-4/+4
2024-10-02block: fix blk_rq_map_integrity_sg kernel-docKeith Busch1-2/+1
2024-10-01nvmet-passthru: clear EUID/NGUID/UUID while using loop targetNilay Shroff1-4/+2
2024-09-29Linux 6.12-rc1Linus Torvalds1-2/+2
2024-09-29x86: kvm: fix build errorLinus Torvalds1-0/+2
2024-09-28Reduce Coccinelle choices in string_choices.cocciJulia Lawall1-50/+41
2024-09-28coccinelle: Remove unnecessary parentheses for only one possible change.Hongbo Li1-8/+0
2024-09-28coccinelle: Add rules to find str_yes_no() replacementsHongbo Li1-0/+19
2024-09-28coccinelle: Add rules to find str_on_off() replacementsHongbo Li1-0/+19
2024-09-28coccinelle: Add rules to find str_write_read() replacementsHongbo Li1-0/+19
2024-09-28coccinelle: Add rules to find str_read_write() replacementsHongbo Li1-0/+19
2024-09-28coccinelle: Add rules to find str_enable{d}_disable{d}() replacementsHongbo Li1-0/+38
2024-09-28coccinelle: Add rules to find str_lo{w}_hi{gh}() replacementsHongbo Li1-0/+38
2024-09-28coccinelle: Add rules to find str_hi{gh}_lo{w}() replacementsHongbo Li1-0/+42
2024-09-28coccinelle: Add rules to find str_false_true() replacementsHongbo Li1-0/+19
2024-09-28coccinelle: Add rules to find str_true_false() replacementsHongbo Li1-0/+19
2024-09-27bcachefs: check_subvol_path() now prints subvol root inodeKent Overstreet2-20/+14
2024-09-27bcachefs: remove_backpointer() now checks if dirent points to inodeKent Overstreet1-6/+9
2024-09-27bcachefs: dirent_points_to_inode() now warns on mismatchKent Overstreet1-28/+56
2024-09-27bcachefs: Fix lost wake upAlan Huang1-3/+9
2024-09-27bcachefs: Check for logged ops when cleanKent Overstreet2-3/+13
2024-09-27bcachefs: BCH_FS_clean_recoveryKent Overstreet4-3/+8
2024-09-27bcachefs: Convert disk accounting BUG_ON() to WARN_ON()Kent Overstreet1-1/+1
2024-09-27bcachefs: Fix BCH_TRANS_COMMIT_skip_accounting_applyKent Overstreet1-16/+20
2024-09-27bcachefs: Check for accounting keys with bversion=0Kent Overstreet3-3/+8
2024-09-27bcachefs: rename version -> bversionKent Overstreet17-30/+30
2024-09-27bcachefs: Don't delete unlinked inodes before logged op resumeKent Overstreet4-21/+36