index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.19.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
open.c
Age
Commit message (
Expand
)
Author
2026-02-09
Merge tag 'pull-filename' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2026-01-16
chroot(2): switch to CLASS(filename)
Al Viro
2026-01-16
do_f{chmod,chown,access}at(): use CLASS(filename_uflags)
Al Viro
2026-01-16
do_sys_truncate(): switch to CLASS(filename)
Al Viro
2026-01-16
chdir(2): unspaghettify a bit...
Al Viro
2026-01-16
do_fchownat(): unspaghettify a bit...
Al Viro
2026-01-13
simplify the callers of file_open_name()
Al Viro
2026-01-13
do_sys_openat2(): get rid of useless check, switch to CLASS(filename)
Al Viro
2026-01-13
rename do_filp_open() to do_file_open()
Al Viro
2026-01-13
do_sys_truncate(): import pathname only once
Al Viro
2026-01-13
chroot(2): import pathname only once
Al Viro
2026-01-13
chdir(2): import pathname only once
Al Viro
2026-01-13
do_fchownat(): import pathname only once
Al Viro
2026-01-13
do_fchmodat(): import pathname only once
Al Viro
2026-01-13
do_faccessat(): import pathname only once
Al Viro
2025-12-15
VFS: move dentry_create() from fs/open.c to fs/namei.c
Benjamin Coddington
2025-12-01
Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-12-01
Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...
Linus Torvalds
2025-12-01
Merge tag 'vfs-6.19-rc1.guards' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2025-11-28
open: convert do_sys_openat2() to FD_ADD()
Christian Brauner
2025-11-12
fs: touch predicts in do_dentry_open()
Mateusz Guzik
2025-11-12
vfs: make vfs_create break delegations on parent directory
Jeff Layton
2025-11-12
vfs: clean up argument list for vfs_create()
Jeff Layton
2025-11-12
filelock: add struct delegated_inode
Jeff Layton
2025-11-05
open: use super write guard in do_ftruncate()
Christian Brauner
2025-10-03
Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2025-09-27
Have cc(1) catch attempts to modify ->f_path
Al Viro
2025-09-16
allow finish_no_open(file, ERR_PTR(-E...))
Al Viro
2025-07-31
Merge tag 'fsnotify_for_v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2025-07-28
Merge tag 'vfs-6.17-rc1.fallocate' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2025-07-28
fsnotify: merge file_set_fsnotify_mode_from_watchers() with open perm hook
Amir Goldstein
2025-06-23
fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate
Zhang Yi
2025-06-16
don't duplicate vfs_open() in kernel_file_open()
Al Viro
2025-05-15
fs/open: make do_truncate() killable
Max Kellermann
2025-05-15
fs/open: make chmod_common() and chown_common() killable
Max Kellermann
2025-03-24
Merge tag 'vfs-6.15-rc1.file' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-03-24
Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-03-20
fs: tidy up do_sys_openat2() with likely/unlikely
Mateusz Guzik
2025-03-05
fs: use fput_close() in filp_close()
Mateusz Guzik
2025-03-05
fs: use fput_close_sync() in close()
Mateusz Guzik
2025-03-05
fs: predict no error in close()
Mateusz Guzik
2025-02-21
open: Fix return type of several functions from long to int
Yuichiro Tsuji
2025-02-07
fsnotify: disable notification by default for all pseudo files
Amir Goldstein
2025-02-07
fsnotify: use accessor to set FMODE_NONOTIFY_*
Amir Goldstein
2025-01-26
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-01-25
lib/list_debug.c: add object information in case of invalid object
Maninder Singh
2025-01-23
Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-12-10
fsnotify: generate pre-content permission event on truncate
Amir Goldstein
2024-12-10
fsnotify: opt-in for permission events at file open time
Amir Goldstein
2024-12-09
fs: get rid of __FMODE_NONOTIFY kludge
Al Viro
[next]