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-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
2026-01-16
name_to_handle_at(): use CLASS(filename_uflags)
Al Viro
1
-3
/
+2
2026-01-16
vfs_open_tree(): use CLASS(filename_uflags)
Al Viro
1
-3
/
+2
2026-01-16
do_open_execat(): don't care about LOOKUP_EMPTY
Al Viro
1
-2
/
+0
2026-01-16
mount_setattr(2): don't mess with LOOKUP_EMPTY
Al Viro
1
-3
/
+2
2026-01-16
file_[gs]etattr(2): switch to CLASS(filename_maybe_null)
Al Viro
1
-4
/
+2
2026-01-16
filename_...xattr(): don't consume filename reference
Al Viro
2
-29
/
+12
2026-01-16
non-consuming variants of do_{unlinkat,rmdir}()
Al Viro
6
-22
/
+26
2026-01-16
non-consuming variant of do_mknodat()
Al Viro
4
-12
/
+12
2026-01-16
non-consuming variant of do_mkdirat()
Al Viro
5
-11
/
+12
2026-01-16
non-consuming variant of do_symlinkat()
Al Viro
5
-18
/
+20
2026-01-16
non-consuming variant of do_linkat()
Al Viro
5
-21
/
+20
2026-01-16
non-consuming variant of do_renameat2()
Al Viro
4
-19
/
+29
2026-01-13
switch {alloc,free}_bprm() to CLASS()
Al Viro
1
-27
/
+21
2026-01-13
do_execveat_common(): don't consume filename reference
Al Viro
1
-15
/
+12
2026-01-13
execve: fold {compat_,}do_execve{,at}() into their sole callers
Al Viro
1
-61
/
+19
2026-01-13
simplify the callers of alloc_bprm()
Al Viro
1
-14
/
+3
2026-01-13
simplify the callers of do_open_execat()
Al Viro
1
-8
/
+2
2026-01-13
simplify the callers of file_open_name()
Al Viro
4
-41
/
+9
2026-01-13
do_sys_openat2(): get rid of useless check, switch to CLASS(filename)
Al Viro
1
-9
/
+3
2026-01-13
rename do_filp_open() to do_file_open()
Al Viro
5
-6
/
+6
2026-01-13
do_filp_open(): DTRT when getting ERR_PTR() as pathname
Al Viro
1
-0
/
+2
2026-01-13
ksmbd_vfs_rename(): vfs_path_parent_lookup() accepts ERR_PTR() as name
Al Viro
1
-5
/
+0
2026-01-13
ksmbd_vfs_path_lookup(): vfs_path_parent_lookup() accepts ERR_PTR() as name
Al Viro
1
-3
/
+0
2026-01-13
move_mount(): filename_lookup() accepts ERR_PTR() as filename
Al Viro
1
-6
/
+0
2026-01-13
file_setattr(): filename_lookup() accepts ERR_PTR() as filename
Al Viro
1
-3
/
+0
2026-01-13
file_getattr(): filename_lookup() accepts ERR_PTR() as filename
Al Viro
1
-3
/
+0
2026-01-13
struct filename ->refcnt doesn't need to be atomic
Al Viro
3
-16
/
+10
2026-01-13
allow incomplete imports of filenames
Al Viro
6
-95
/
+157
2026-01-13
switch __getname_maybe_null() to CLASS(filename_flags)
Al Viro
1
-7
/
+5
2026-01-13
fs: hide names_cache behind runtime const machinery
Mateusz Guzik
2
-7
/
+12
2026-01-13
struct filename: saner handling of long names
Al Viro
2
-56
/
+41
2026-01-13
struct filename: use names_cachep only for getname() and friends
Al Viro
4
-20
/
+33
2026-01-13
getname_flags() massage, part 2
Al Viro
1
-27
/
+29
2026-01-13
getname_flags() massage, part 1
Al Viro
1
-17
/
+16
2026-01-13
ntfs: ->d_compare() must not block
Al Viro
5
-24
/
+20
2026-01-13
get rid of audit_reusename()
Al Viro
4
-43
/
+3
2026-01-13
do_readlinkat(): import pathname only once
Al Viro
1
-3
/
+3
2026-01-13
do_sys_truncate(): import pathname only once
Al Viro
1
-1
/
+4
2026-01-13
user_statfs(): import pathname only once
Al Viro
1
-1
/
+3
2026-01-13
chroot(2): import pathname only once
Al Viro
1
-1
/
+3
2026-01-13
chdir(2): import pathname only once
Al Viro
1
-1
/
+3
2026-01-13
do_utimes_path(): import pathname only once
Al Viro
1
-6
/
+7
2026-01-13
do_fchownat(): import pathname only once
Al Viro
1
-5
/
+6
2026-01-13
do_fchmodat(): import pathname only once
Al Viro
1
-4
/
+4
2026-01-13
do_faccessat(): import pathname only once
Al Viro
1
-3
/
+4
2026-01-13
allow to use CLASS() for struct filename *
Al Viro
1
-0
/
+6
2026-01-13
init_link(): turn into a trivial wrapper for do_linkat()
Al Viro
1
-31
/
+2
2026-01-13
init_symlink(): turn into a trivial wrapper for do_symlinkat()
Al Viro
1
-13
/
+2
2026-01-13
init_mkdir(): turn into a trivial wrapper for do_mkdirat()
Al Viro
1
-18
/
+1
2026-01-13
init_mknod(): turn into a trivial wrapper for do_mknodat()
Al Viro
3
-21
/
+3
[next]