aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-21xfs: don't allow highmem pages in xfile mappingsChristoph Hellwig2-14/+10
2024-02-21xfs: don't try to handle non-update pages in xfile_obj_loadChristoph Hellwig1-12/+8
2024-02-21xfs: remove the xfile_pread/pwrite APIsChristoph Hellwig6-89/+48
2024-02-21xfs: remove xfile_statChristoph Hellwig3-50/+10
2024-02-21xfs: don't modify file and inode flags for shmem filesChristoph Hellwig1-15/+0
2024-02-21xfs: use shmem_kernel_file_setup in xfile_createChristoph Hellwig1-2/+2
2024-02-21xfs: shmem_file_setup can't return NULLChristoph Hellwig1-3/+1
2024-02-21xfs: use VM_NORESERVE in xfile_createChristoph Hellwig1-1/+1
2024-02-21shmem: document how to "persist" data when using shmem_*file_setupChristoph Hellwig1-0/+4
2024-02-21shmem: export shmem_kernel_file_setupChristoph Hellwig1-0/+1
2024-02-21shmem: export shmem_get_folioChristoph Hellwig1-0/+20
2024-02-21shmem: move the shmem_mapping assert into shmem_get_folio_gfpChristoph Hellwig1-1/+3
2024-02-21shmem: set a_ops earlier in shmem_symlinkChristoph Hellwig1-1/+1
2024-02-21shmem: move shmem_mapping out of lineChristoph Hellwig2-8/+9
2024-02-21mm: move mapping_set_update out of <linux/swap.h>Christoph Hellwig4-10/+14
2024-02-20xfs: use kvfree in xfs_ioc_getfsmap()Dave Chinner1-1/+1
2024-02-20xfs: use kvfree() in xfs_ioc_attr_list()Dave Chinner1-1/+1
2024-02-19xfs: Remove mrlock wrapperMatthew Wilcox (Oracle)6-94/+18
2024-02-19xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)23-95/+65
2024-02-19locking: Add rwsem_assert_held() and rwsem_assert_held_write()Matthew Wilcox (Oracle)2-7/+48
2024-02-19xfs: use kvfree for buf in xfs_ioc_getbmapChristoph Hellwig1-1/+1
2024-02-17xfs: ensure submit buffers on LSN boundaries in error handlersLong Li1-3/+20
2024-02-17xfs: remove duplicate ifdefsShrikanth Hegde1-4/+0
2024-02-17xfs: disable sparse inode chunk alignment check when there is no alignmentDarrick J. Wong1-1/+1
2024-02-13xfs: use xfs_defer_alloc a bit moreDave Chinner1-10/+5
2024-02-13xfs: clean up remaining GFP_NOFS usersDave Chinner3-4/+4
2024-02-13xfs: place the CIL under nofs allocation contextDave Chinner1-1/+12
2024-02-13xfs: place intent recovery under NOFS allocation contextDave Chinner5-8/+19
2024-02-13xfs: use GFP_KERNEL in pure transaction contextsDave Chinner12-31/+39
2024-02-13xfs: use __GFP_NOLOCKDEP instead of GFP_NOFSDave Chinner8-33/+36
2024-02-13xfs: use an empty transaction for fstrimDave Chinner1-4/+11
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner41-125/+101
2024-02-13xfs: convert kmem_free() for kvmalloc users to kvfree()Dave Chinner15-44/+44
2024-02-13xfs: move kmem_to_page()Dave Chinner2-11/+11
2024-02-13xfs: convert kmem_alloc() to kmalloc()Dave Chinner21-131/+36
2024-02-13xfs: convert kmem_zalloc() to kzalloc()Dave Chinner23-58/+64
2024-02-11Linux 6.8-rc4Linus Torvalds1-1/+1
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds35-77/+96
2024-02-09smb3: clarify mount warningSteve French1-1/+1
2024-02-09cifs: handle cases where multiple sessions share connectionShyam Prasad N2-1/+6
2024-02-09cifs: change tcon status when need_reconnect is set on itShyam Prasad N3-1/+14
2024-02-09x86/Kconfig: Transmeta Crusoe is CPU family 5, not 6Aleksander Mazur1-1/+1
2024-02-09tracing: Fix wasted memory in saved_cmdlines logicSteven Rostedt (Google)1-38/+37
2024-02-09ftrace: Fix DIRECT_CALLS to use SAVE_REGS by defaultMasami Hiramatsu (Google)1-0/+10
2024-02-08virtio-blk: Ensure no requests in virtqueues before deleting vqs.Yi Sun1-3/+4
2024-02-08blk-iocost: Fix an UBSAN shift-out-of-bounds warningTejun Heo1-0/+7
2024-02-08smb: client: set correct d_type for reparse points under DFS mountsPaulo Alcantara2-7/+14
2024-02-08smb3: add missing null server pointer checkSteve French1-1/+1
2024-02-08kprobes: Remove unnecessary initial values of variablesLi zeming1-2/+2
2024-02-08tracing/probes: Fix to set arg size and fmt after setting type from BTFMasami Hiramatsu (Google)1-12/+13