aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-08-30fs/inode: Prevent dump_mapping() accessing invalid dentry.d_name.nameLi Zhijian1-3/+7
2024-08-30mnt_idmapping: Use kmemdup_array instead of kmemdup for multiple allocationYu Jiaoliang1-6/+6
2024-08-30netfs: Delete subtree of 'fs/netfs' when netfs module exitsBaokun Li1-2/+2
2024-08-30fs: use LIST_HEAD() to simplify codeHongbo Li1-2/+1
2024-08-30inode: make i_state a u32Christian Brauner1-1/+2
2024-08-30inode: port __I_LRU_ISOLATING to var eventChristian Brauner1-8/+19
2024-08-30vfs: fix race between evice_inodes() and find_inode()&iput()Julian Sun1-0/+4
2024-08-30inode: port __I_NEW to var eventChristian Brauner4-14/+38
2024-08-30inode: port __I_SYNC to var eventChristian Brauner1-16/+29
2024-08-30fs: reorder i_state bitsChristian Brauner1-17/+21
2024-08-30fs: add i_state helpersChristian Brauner2-0/+26
2024-08-30MAINTAINERS: add the VFS git treeEric Biggers1-0/+1
2024-08-30fs: s/__u32/u32/ for s_fsnotify_maskChristian Brauner1-1/+1
2024-08-30fs: remove unused path_put_init()Christian Brauner1-6/+0
2024-08-30vfs: drop one lock trip in evict()Mateusz Guzik2-16/+6
2024-08-30debugfs show actual source in /proc/mountsMarc Aurèle La France1-0/+8
2024-08-30inode: remove __I_DIO_WAKEUPChristian Brauner3-34/+19
2024-08-30doc: correcting the idmapping mount exampleHongbo Li1-4/+4
2024-08-30fs: Use in_group_or_capable() helper to simplify the codeHongbo Li1-2/+2
2024-08-30vfs: elide smp_mb in iversion handling in the common caseMateusz Guzik1-10/+18
2024-08-30autofs: add per dentry expire timeoutIan Kent5-8/+104
2024-08-30vfs: use RCU in ilookupMateusz Guzik1-3/+1
2024-08-30fs: move FMODE_UNSIGNED_OFFSET to fop_flagsChristian Brauner18-21/+27
2024-08-30vfs: only read fops once in fops_get/putMateusz Guzik1-4/+11
2024-08-30fs/select: Annotate struct poll_list with __counted_by()Thorsten Blum1-1/+1
2024-08-30fs: rearrange general fastpath check now that O_CREAT uses itChristian Brauner1-13/+4
2024-08-30fs: remove audit dummy context checkChristian Brauner1-11/+1
2024-08-30fs: pull up trailing slashes check for O_CREATChristian Brauner1-8/+4
2024-08-30fs: move audit parent inodeChristian Brauner1-1/+3
2024-08-30fs: try an opportunistic lookup for O_CREAT opens tooJeff Layton1-10/+64
2024-08-30eventpoll: Annotate data-race of busy_poll_usecsMartin Karsten1-1/+1
2024-08-30eventpoll: Don't re-zero eventpoll fieldsJoe Damato1-5/+0
2024-08-30Fix spelling and gramatical errorsXiaxi Shen1-3/+3
2024-08-30vfs: dodge smp_mb in break_lease and break_deleg in the common caseMateusz Guzik1-2/+12
2024-08-30file: remove outdated comment after close_fd()Joel Savitz1-1/+1
2024-08-30fs/namespace.c: Fix typo in commentYuesong Li1-2/+2
2024-08-30exec: don't WARN for racy path_noexec checkMateusz Guzik1-19/+12
2024-08-30fs: add a kerneldoc header over lookup_fastJeff Layton1-0/+14
2024-08-30fs: remove comment about d_rcu_to_refcountJeff Layton1-3/+0
2024-08-30fs: mounts: Remove unused declaration mnt_cursor_del()Yue Haibing1-1/+0
2024-08-19percpu-rwsem: remove the unused parameter 'read'Wang Long3-3/+3
2024-08-19coda: use param->file for FSCONFIG_SET_FDAleksa Sarai1-13/+30
2024-08-19autofs: fix missing fput for FSCONFIG_SET_FDAleksa Sarai1-2/+1
2024-08-19fs/aio: Fix __percpu annotation of *cpu pointer in struct kioctxUros Bizjak1-1/+1
2024-08-19mount: handle OOM on mnt_warn_timestamp_expiryOlaf Hering1-3/+11
2024-08-19Fixed: fs: file_table_c: Missing blank line warnings and struct declaration improvedMohit04041-1/+4
2024-08-19fs/direct-io: Remove linux/prefetch.h includeYouling Tang1-6/+0
2024-08-19fs: don't flush in-flight wb switches for superblocks without cgroup writebackHaifeng Xu3-4/+9
2024-08-19selftests: add F_CREATED_QUERY testsChristian Brauner1-0/+39
2024-08-19fcntl: add F_CREATED_QUERYChristian Brauner2-0/+13