summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-23tracefs: Check for dentry->d_inode exists in set_gid()Steven Rostedt (Google)1-0/+4
2024-02-23eventfs: Fix file and directory uid and gid ownershipSteven Rostedt (Google)3-10/+103
2024-02-23eventfs: Have event files and directories default to parent uid and gidSteven Rostedt (Google)1-3/+9
2024-02-23eventfs: Fix events beyond NAME_MAX blocking tasksBeau Belgrave1-0/+4
2024-02-23eventfs: Make sure that parent->d_inode is locked in creating files/dirsSteven Rostedt (Google)1-0/+4
2024-02-23eventfs: Do not allow NULL parent to eventfs_start_creating()Steven Rostedt (Google)1-9/+4
2024-02-23eventfs: Move taking of inode_lock into dcache_dir_open_wrapper()Steven Rostedt (Google)1-14/+2
2024-02-23eventfs: Use GFP_NOFS for allocation when eventfs_mutex is heldSteven Rostedt (Google)1-2/+2
2024-02-23eventfs: Do not invalidate dentry in create_file/dir_dentry()Steven Rostedt (Google)1-13/+6
2024-02-23eventfs: Remove expectation that ei->is_freed means ei->dentry == NULLSteven Rostedt (Google)1-10/+12
2024-02-23eventfs: Use simple_recursive_removal() to clean up dentriesSteven Rostedt (Google)2-35/+44
2024-02-23eventfs: Remove special processing of dput() of events directorySteven Rostedt (Google)1-17/+2
2024-02-23eventfs: Delete eventfs_inode when the last dentry is freedSteven Rostedt (Google)2-79/+69
2024-02-23eventfs: Hold eventfs_mutex when calling callback functionsSteven Rostedt (Google)2-2/+63
2024-02-23eventfs: Save ownership and modeSteven Rostedt (Google)2-13/+151
2024-02-23eventfs: Test for ei->is_freed when accessing ei->dentrySteven Rostedt (Google)2-7/+41
2024-02-23eventfs: Have a free_ei() that just frees the eventfs_inodeSteven Rostedt (Google)1-8/+11
2024-02-23eventfs: Remove "is_freed" union with rcu headSteven Rostedt (Google)2-3/+5
2024-02-23eventfs: Fix kerneldoc of eventfs_remove_rec()Steven Rostedt (Google)1-2/+4
2024-02-23eventfs: Remove extra dget() in eventfs_create_events_dir()Steven Rostedt (Google)1-3/+0
2024-02-23eventfs: Fix typo in eventfs_inode union commentSteven Rostedt (Google)1-1/+1
2024-02-23eventfs: Fix WARN_ON() in create_file_dentry()Steven Rostedt (Google)1-1/+2
2024-02-23tracefs/eventfs: Modify mismatched function nameJiapeng Chong1-1/+1
2024-02-23eventfs: Fix failure path in eventfs_create_events_dir()Steven Rostedt (Google)1-1/+2
2024-02-23eventfs: Use ERR_CAST() in eventfs_create_events_dir()Nathan Chancellor1-1/+1
2024-02-23eventfs: Use eventfs_remove_events_dir()Steven Rostedt (Google)3-13/+9
2024-02-23eventfs: Remove eventfs_file and just use eventfs_inodeSteven Rostedt (Google)8-536/+705
2024-02-23Revert "eventfs: Remove "is_freed" union with rcu head"Steven Rostedt (Google)1-5/+3
2024-02-23Revert "eventfs: Save ownership and mode"Steven Rostedt (Google)1-91/+16
2024-02-23Revert "eventfs: Delete eventfs_inode when the last dentry is freed"Steven Rostedt (Google)1-74/+76
2024-02-23Revert "eventfs: Use simple_recursive_removal() to clean up dentries"Steven Rostedt (Google)1-33/+38
2024-02-23Revert "eventfs: Check for NULL ef in eventfs_set_attr()"Steven Rostedt (Google)1-2/+2
2024-02-23Revert "eventfs: Do not allow NULL parent to eventfs_start_creating()"Steven Rostedt (Google)1-4/+9
2024-02-23parisc: Fix random data corruption from exception handlerHelge Deller8-71/+108
2024-02-23netfilter: ipset: Missing gc cancellations fixedJozsef Kadlecsik2-2/+4
2024-02-23netfilter: ipset: fix performance regression in swap operationJozsef Kadlecsik5-18/+65
2024-02-23block: fix partial zone append completion handling in req_bio_endio()Damien Le Moal1-2/+7
2024-02-23md: bypass block throttle for superblock updateJunxiao Bi1-3/+4
2024-02-23tracing: Inform kmemleak of saved_cmdlines allocationSteven Rostedt (Google)1-0/+3
2024-02-23tracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdefPetr Pavlu1-1/+1
2024-02-23fs/proc: do_task_stat: move thread_group_cputime_adjusted() outside of lock_t...Oleg Nesterov1-4/+6
2024-02-23pmdomain: core: Move the unused cleanup to a _sync initcallKonrad Dybcio1-1/+1
2024-02-23can: j1939: Fix UAF in j1939_sk_match_filter during setsockopt(SO_J1939_FILTER)Oleksij Rempel2-4/+19
2024-02-23can: j1939: prevent deadlock by changing j1939_socks_lock to rwlockZiqi Zhao3-14/+14
2024-02-23can: netlink: Fix TDCO calculation using the old data bittimingMaxime Jayat1-1/+1
2024-02-23of: property: fix typo in io-channelsNuno Sa1-1/+1
2024-02-23docs: kernel_feat.py: fix build error for missing filesVegard Nossum1-1/+1
2024-02-23blk-wbt: Fix detection of dirty-throttled tasksJan Kara4-6/+9
2024-02-23LoongArch: Fix earlycon parameter if KASAN enabledHuacai Chen1-0/+3
2024-02-23mm: hugetlb pages should not be reserved by shmat() if SHM_NORESERVEPrakash Sangappa1-1/+12