aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-07clone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right usernsAl Viro1-0/+3
2025-06-07selftests/mount_setattr: adapt detached mount propagation testChristian Brauner1-16/+1
2025-06-07do_move_mount(): split the checks in subtree-of-our-ns and entire-anon casesAl Viro1-21/+25
2025-06-07fs: allow clone_private_mount() for a path on real rootfsKONDO KAZUMA(近藤 和真)1-10/+11
2025-06-07fix propagation graph breakage by MOVE_MOUNT_SET_GROUP move_mount(2)Al Viro1-1/+1
2025-06-07finish_automount(): don't leak MNT_LOCKED from parent to childAl Viro1-1/+2
2025-06-07path_overmount(): avoid false negativesAl Viro1-6/+13
2025-06-07fs/fhandle.c: fix a race in call of has_locked_children()Al Viro1-4/+14
2025-05-29ACPICA: Switch back to using strncpy() in acpi_ut_safe_strncpy()Ahmed Salem1-1/+1
2025-05-29Revert "x86/smp: Eliminate mwait_play_dead_cpuid_hint()"Rafael J. Wysocki1-7/+47
2025-05-29acpi-cpufreq: Fix nominal_freq units to KHz in get_max_boost_ratio()Gautham R. Shenoy1-1/+1
2025-05-28tracing: Fix compilation warning on arm32Pan Taixi1-1/+1
2025-05-28f2fs: fix to correct check conditions in f2fs_cross_renameZhiguo Niu1-1/+1
2025-05-28f2fs: use d_inode(dentry) cleanup dentry->d_inodeZhiguo Niu2-6/+6
2025-05-28f2fs: fix to skip f2fs_balance_fs() if checkpoint is disabledChao Yu1-1/+1
2025-05-28f2fs: clean up to check bi_status w/ BLK_STS_OKChao Yu2-4/+4
2025-05-28f2fs: introduce is_{meta,node}_folioChao Yu5-15/+24
2025-05-28f2fs: add ckpt_valid_blocks to the section entryyohan.joung2-18/+85
2025-05-28f2fs: add a method for calculating the remaining blocks in the current segment in LFS mode.yohan.joung1-4/+19