index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-23
tracefs: Check for dentry->d_inode exists in set_gid()
Steven Rostedt (Google)
1
-0
/
+4
2024-02-23
eventfs: Fix file and directory uid and gid ownership
Steven Rostedt (Google)
3
-10
/
+103
2024-02-23
eventfs: Have event files and directories default to parent uid and gid
Steven Rostedt (Google)
1
-3
/
+9
2024-02-23
eventfs: Fix events beyond NAME_MAX blocking tasks
Beau Belgrave
1
-0
/
+4
2024-02-23
eventfs: Make sure that parent->d_inode is locked in creating files/dirs
Steven Rostedt (Google)
1
-0
/
+4
2024-02-23
eventfs: Do not allow NULL parent to eventfs_start_creating()
Steven Rostedt (Google)
1
-9
/
+4
2024-02-23
eventfs: Move taking of inode_lock into dcache_dir_open_wrapper()
Steven Rostedt (Google)
1
-14
/
+2
2024-02-23
eventfs: Use GFP_NOFS for allocation when eventfs_mutex is held
Steven Rostedt (Google)
1
-2
/
+2
2024-02-23
eventfs: Do not invalidate dentry in create_file/dir_dentry()
Steven Rostedt (Google)
1
-13
/
+6
2024-02-23
eventfs: Remove expectation that ei->is_freed means ei->dentry == NULL
Steven Rostedt (Google)
1
-10
/
+12
2024-02-23
eventfs: Use simple_recursive_removal() to clean up dentries
Steven Rostedt (Google)
2
-35
/
+44
2024-02-23
eventfs: Remove special processing of dput() of events directory
Steven Rostedt (Google)
1
-17
/
+2
2024-02-23
eventfs: Delete eventfs_inode when the last dentry is freed
Steven Rostedt (Google)
2
-79
/
+69
2024-02-23
eventfs: Hold eventfs_mutex when calling callback functions
Steven Rostedt (Google)
2
-2
/
+63
2024-02-23
eventfs: Save ownership and mode
Steven Rostedt (Google)
2
-13
/
+151
2024-02-23
eventfs: Test for ei->is_freed when accessing ei->dentry
Steven Rostedt (Google)
2
-7
/
+41
2024-02-23
eventfs: Have a free_ei() that just frees the eventfs_inode
Steven Rostedt (Google)
1
-8
/
+11
2024-02-23
eventfs: Remove "is_freed" union with rcu head
Steven Rostedt (Google)
2
-3
/
+5
2024-02-23
eventfs: Fix kerneldoc of eventfs_remove_rec()
Steven Rostedt (Google)
1
-2
/
+4
2024-02-23
eventfs: Remove extra dget() in eventfs_create_events_dir()
Steven Rostedt (Google)
1
-3
/
+0
2024-02-23
eventfs: Fix typo in eventfs_inode union comment
Steven Rostedt (Google)
1
-1
/
+1
2024-02-23
eventfs: Fix WARN_ON() in create_file_dentry()
Steven Rostedt (Google)
1
-1
/
+2
2024-02-23
tracefs/eventfs: Modify mismatched function name
Jiapeng Chong
1
-1
/
+1
2024-02-23
eventfs: Fix failure path in eventfs_create_events_dir()
Steven Rostedt (Google)
1
-1
/
+2
2024-02-23
eventfs: Use ERR_CAST() in eventfs_create_events_dir()
Nathan Chancellor
1
-1
/
+1
2024-02-23
eventfs: Use eventfs_remove_events_dir()
Steven Rostedt (Google)
3
-13
/
+9
2024-02-23
eventfs: Remove eventfs_file and just use eventfs_inode
Steven Rostedt (Google)
8
-536
/
+705
2024-02-23
Revert "eventfs: Remove "is_freed" union with rcu head"
Steven Rostedt (Google)
1
-5
/
+3
2024-02-23
Revert "eventfs: Save ownership and mode"
Steven Rostedt (Google)
1
-91
/
+16
2024-02-23
Revert "eventfs: Delete eventfs_inode when the last dentry is freed"
Steven Rostedt (Google)
1
-74
/
+76
2024-02-23
Revert "eventfs: Use simple_recursive_removal() to clean up dentries"
Steven Rostedt (Google)
1
-33
/
+38
2024-02-23
Revert "eventfs: Check for NULL ef in eventfs_set_attr()"
Steven Rostedt (Google)
1
-2
/
+2
2024-02-23
Revert "eventfs: Do not allow NULL parent to eventfs_start_creating()"
Steven Rostedt (Google)
1
-4
/
+9
2024-02-23
parisc: Fix random data corruption from exception handler
Helge Deller
8
-71
/
+108
2024-02-23
netfilter: ipset: Missing gc cancellations fixed
Jozsef Kadlecsik
2
-2
/
+4
2024-02-23
netfilter: ipset: fix performance regression in swap operation
Jozsef Kadlecsik
5
-18
/
+65
2024-02-23
block: fix partial zone append completion handling in req_bio_endio()
Damien Le Moal
1
-2
/
+7
2024-02-23
md: bypass block throttle for superblock update
Junxiao Bi
1
-3
/
+4
2024-02-23
tracing: Inform kmemleak of saved_cmdlines allocation
Steven Rostedt (Google)
1
-0
/
+3
2024-02-23
tracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdef
Petr Pavlu
1
-1
/
+1
2024-02-23
fs/proc: do_task_stat: move thread_group_cputime_adjusted() outside of lock_t...
Oleg Nesterov
1
-4
/
+6
2024-02-23
pmdomain: core: Move the unused cleanup to a _sync initcall
Konrad Dybcio
1
-1
/
+1
2024-02-23
can: j1939: Fix UAF in j1939_sk_match_filter during setsockopt(SO_J1939_FILTER)
Oleksij Rempel
2
-4
/
+19
2024-02-23
can: j1939: prevent deadlock by changing j1939_socks_lock to rwlock
Ziqi Zhao
3
-14
/
+14
2024-02-23
can: netlink: Fix TDCO calculation using the old data bittiming
Maxime Jayat
1
-1
/
+1
2024-02-23
of: property: fix typo in io-channels
Nuno Sa
1
-1
/
+1
2024-02-23
docs: kernel_feat.py: fix build error for missing files
Vegard Nossum
1
-1
/
+1
2024-02-23
blk-wbt: Fix detection of dirty-throttled tasks
Jan Kara
4
-6
/
+9
2024-02-23
LoongArch: Fix earlycon parameter if KASAN enabled
Huacai Chen
1
-0
/
+3
2024-02-23
mm: hugetlb pages should not be reserved by shmat() if SHM_NORESERVE
Prakash Sangappa
1
-1
/
+12
[prev]
[next]