]> git.itanic.dy.fi Git - linux-stable/shortlog
linux-stable
2024-02-23 Greg Kroah... Linux 6.6.18 v6.6.18
2024-02-23 Dan Carpentertracing: Fix a NULL vs IS_ERR() bug in event_subsystem_...
2024-02-23 Steven Rostedt... tracing: Make system_callback() function static
2024-02-23 Vegard NossumDocumentation/arch/ia64/features.rst: fix kernel-feat...
2024-02-23 Borislav Petkov... x86/barrier: Do not serialize MSR accesses on AMD
2024-02-23 Mikulas Patockadm: limit the number of targets and parameter size...
2024-02-23 Ryusuke Konishinilfs2: fix potential bug in end_buffer_async_write
2024-02-23 Saravana Kannanof: property: Add in-ports/out-ports support to of_grap...
2024-02-23 Linus Torvaldssched/membarrier: reduce the ability to hammer on sys_m...
2024-02-23 Ard Biesheuvelx86/efistub: Use 1:1 file:memory mapping for PE/COFF...
2024-02-23 Ard Biesheuvelx86/boot: Increase section and file alignment to 4k/512
2024-02-23 Ard Biesheuvelx86/boot: Split off PE/COFF .data section
2024-02-23 Ard Biesheuvelx86/boot: Drop PE/COFF .reloc section
2024-02-23 Ard Biesheuvelx86/boot: Construct PE/COFF .text section from assembler
2024-02-23 Ard Biesheuvelx86/boot: Derive file size from _edata symbol
2024-02-23 Ard Biesheuvelx86/boot: Define setup size in linker script
2024-02-23 Ard Biesheuvelx86/boot: Set EFI handover offset directly in header asm
2024-02-23 Ard Biesheuvelx86/boot: Grab kernel_info offset from zoffset header...
2024-02-23 Ard Biesheuvelx86/boot: Drop references to startup_64
2024-02-23 Ard Biesheuvelx86/boot: Drop redundant code setting the root device
2024-02-23 Ard Biesheuvelx86/boot: Omit compression buffer from PE/COFF image...
2024-02-23 Ard Biesheuvelx86/boot: Remove the 'bugger off' message
2024-02-23 Ard Biesheuvelx86/efi: Drop alignment flags from PE section headers
2024-02-23 Ard Biesheuvelx86/efi: Disregard setup header of loaded image
2024-02-23 Ard Biesheuvelx86/efi: Drop EFI stub .bss from .data section
2024-02-23 NeilBrownnfsd: don't take fi_lock in nfsd_break_deleg_cb()
2024-02-23 Steven Rostedt... eventfs: Keep all directory links at 1
2024-02-23 Steven Rostedt... eventfs: Remove fsnotify*() functions from lookup()
2024-02-23 Steven Rostedt... eventfs: Restructure eventfs_inode structure to be...
2024-02-23 Steven Rostedt... eventfs: Warn if an eventfs_inode is freed without...
2024-02-23 Linus Torvaldseventfs: Get rid of dentry pointers without refcounts
2024-02-23 Linus Torvaldseventfs: Clean up dentry ops and add revalidate function
2024-02-23 Linus Torvaldseventfs: Remove unused d_parent pointer field
2024-02-23 Linus Torvaldstracefs: dentry lookup crapectomy
2024-02-23 Linus Torvaldstracefs: Avoid using the ei->dentry pointer unnecessarily
2024-02-23 Linus Torvaldseventfs: Initialize the tracefs inode properly
2024-02-23 Steven Rostedt... tracefs: Zero out the tracefs_inode when allocating it
2024-02-23 Linus Torvaldstracefs: remove stale update_gid code
2024-02-23 Steven Rostedt... eventfs: Save directory inodes in the eventfs_inode...
2024-02-23 Erick Archereventfs: Use kcalloc() instead of kzalloc()
2024-02-23 Steven Rostedt... eventfs: Do not create dentries nor inodes in iterate_s...
2024-02-23 Steven Rostedt... eventfs: Have the inodes all for files and directories...
2024-02-23 Steven Rostedt... eventfs: Shortcut eventfs_iterate() by skipping entries...
2024-02-23 Steven Rostedt... eventfs: Read ei->entries before ei->children in eventf...
2024-02-23 Steven Rostedt... eventfs: Do ctx->pos update for all iterations in event...
2024-02-23 Steven Rostedt... eventfs: Have eventfs_iterate() stop immediately if...
2024-02-23 Steven Rostedt... tracefs/eventfs: Use root and instance inodes as defaul...
2024-02-23 Steven Rostedt... eventfs: Stop using dcache_readdir() for getdents()
2024-02-23 Steven Rostedt... eventfs: Remove "lookup" parameter from create_dir...
2024-02-23 Steven Rostedt... eventfs: Fix bitwise fields for "is_events"
2024-02-23 Steven Rostedt... tracefs: Check for dentry->d_inode exists in set_gid()
2024-02-23 Steven Rostedt... eventfs: Fix file and directory uid and gid ownership
2024-02-23 Steven Rostedt... eventfs: Have event files and directories default to...
2024-02-23 Beau Belgraveeventfs: Fix events beyond NAME_MAX blocking tasks
2024-02-23 Steven Rostedt... eventfs: Make sure that parent->d_inode is locked in...
2024-02-23 Steven Rostedt... eventfs: Do not allow NULL parent to eventfs_start_crea...
2024-02-23 Steven Rostedt... eventfs: Move taking of inode_lock into dcache_dir_open...
2024-02-23 Steven Rostedt... eventfs: Use GFP_NOFS for allocation when eventfs_mutex...
2024-02-23 Steven Rostedt... eventfs: Do not invalidate dentry in create_file/dir_de...
2024-02-23 Steven Rostedt... eventfs: Remove expectation that ei->is_freed means...
2024-02-23 Steven Rostedt... eventfs: Use simple_recursive_removal() to clean up...
2024-02-23 Steven Rostedt... eventfs: Remove special processing of dput() of events...
2024-02-23 Steven Rostedt... eventfs: Delete eventfs_inode when the last dentry...
2024-02-23 Steven Rostedt... eventfs: Hold eventfs_mutex when calling callback functions
2024-02-23 Steven Rostedt... eventfs: Save ownership and mode
2024-02-23 Steven Rostedt... eventfs: Test for ei->is_freed when accessing ei->dentry
2024-02-23 Steven Rostedt... eventfs: Have a free_ei() that just frees the eventfs_inode
2024-02-23 Steven Rostedt... eventfs: Remove "is_freed" union with rcu head
2024-02-23 Steven Rostedt... eventfs: Fix kerneldoc of eventfs_remove_rec()
2024-02-23 Steven Rostedt... eventfs: Remove extra dget() in eventfs_create_events_dir()
2024-02-23 Steven Rostedt... eventfs: Fix typo in eventfs_inode union comment
2024-02-23 Steven Rostedt... eventfs: Fix WARN_ON() in create_file_dentry()
2024-02-23 Jiapeng Chongtracefs/eventfs: Modify mismatched function name
2024-02-23 Steven Rostedt... eventfs: Fix failure path in eventfs_create_events_dir()
2024-02-23 Nathan Chancelloreventfs: Use ERR_CAST() in eventfs_create_events_dir()
2024-02-23 Steven Rostedt... eventfs: Use eventfs_remove_events_dir()
2024-02-23 Steven Rostedt... eventfs: Remove eventfs_file and just use eventfs_inode
2024-02-23 Steven Rostedt... Revert "eventfs: Remove "is_freed" union with rcu head"
2024-02-23 Steven Rostedt... Revert "eventfs: Save ownership and mode"
2024-02-23 Steven Rostedt... Revert "eventfs: Delete eventfs_inode when the last...
2024-02-23 Steven Rostedt... Revert "eventfs: Use simple_recursive_removal() to...
2024-02-23 Steven Rostedt... Revert "eventfs: Check for NULL ef in eventfs_set_attr()"
2024-02-23 Steven Rostedt... Revert "eventfs: Do not allow NULL parent to eventfs_st...
2024-02-23 Helge Dellerparisc: Fix random data corruption from exception handler
2024-02-23 Jozsef Kadlecsiknetfilter: ipset: Missing gc cancellations fixed
2024-02-23 Jozsef Kadlecsiknetfilter: ipset: fix performance regression in swap...
2024-02-23 Damien Le Moalblock: fix partial zone append completion handling...
2024-02-23 Junxiao Bimd: bypass block throttle for superblock update
2024-02-23 Steven Rostedt... tracing: Inform kmemleak of saved_cmdlines allocation
2024-02-23 Petr Pavlutracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdef
2024-02-23 Oleg Nesterovfs/proc: do_task_stat: move thread_group_cputime_adjust...
2024-02-23 Konrad Dybciopmdomain: core: Move the unused cleanup to a _sync...
2024-02-23 Oleksij Rempelcan: j1939: Fix UAF in j1939_sk_match_filter during...
2024-02-23 Ziqi Zhaocan: j1939: prevent deadlock by changing j1939_socks_lo...
2024-02-23 Maxime Jayatcan: netlink: Fix TDCO calculation using the old data...
2024-02-23 Nuno Saof: property: fix typo in io-channels
2024-02-23 Vegard Nossumdocs: kernel_feat.py: fix build error for missing files
2024-02-23 Jan Karablk-wbt: Fix detection of dirty-throttled tasks
2024-02-23 Huacai ChenLoongArch: Fix earlycon parameter if KASAN enabled
2024-02-23 Prakash Sangappamm: hugetlb pages should not be reserved by shmat(...
next