index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
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
1
-8
/
+2
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
4
-5
/
+5
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
1
-6
/
+6
2026-01-13
allow incomplete imports of filenames
Al Viro
1
-5
/
+61
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
1
-6
/
+10
2026-01-13
struct filename: saner handling of long names
Al Viro
1
-54
/
+33
2026-01-13
struct filename: use names_cachep only for getname() and friends
Al Viro
3
-16
/
+31
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
1
-8
/
+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
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
2026-01-13
Merge tag 'gfs2-for-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2026-01-13
xfs: set max_agbno to allow sparse alloc of last full inode chunk
Brian Foster
1
-5
/
+6
2026-01-13
xfs: Fix xfs_grow_last_rtg()
Nirjhar Roy (IBM)
1
-1
/
+1
2026-01-13
xfs: improve the assert at the top of xfs_log_cover
Christoph Hellwig
1
-3
/
+5
2026-01-13
xfs: fix an overly long line in xfs_rtgroup_calc_geometry
Christoph Hellwig
1
-1
/
+2
2026-01-13
xfs: mark __xfs_rtgroup_extents static
Christoph Hellwig
2
-27
/
+25
2026-01-13
xfs: Fix the return value of xfs_rtcopy_summary()
Nirjhar Roy (IBM)
1
-1
/
+1
2026-01-13
ext4: convert to new fserror helpers
Darrick J. Wong
2
-4
/
+11
2026-01-13
xfs: translate fsdax media errors into file "data lost" errors when convenient
Darrick J. Wong
1
-0
/
+4
2026-01-13
xfs: report fs metadata errors via fsnotify
Darrick J. Wong
2
-0
/
+18
2026-01-13
iomap: report file I/O errors to the VFS
Darrick J. Wong
3
-1
/
+40
2026-01-13
fs: report filesystem and file I/O errors to fsnotify
Darrick J. Wong
3
-1
/
+198
2026-01-13
uapi: promote EFSCORRUPTED and EUCLEAN to errno.h
Darrick J. Wong
7
-15
/
+0
2026-01-13
romfs: check sb_set_blocksize() return value
Deepanshu Kartikey
1
-1
/
+4
2026-01-13
fuse: add setlease file operation
Jeff Layton
1
-0
/
+1
2026-01-12
ecryptfs: Replace memcpy + NUL termination in ecryptfs_copy_filename
Thorsten Blum
1
-14
/
+4
[prev]
[next]