index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
open.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-27
fs: support FD_FAILFS_ROOT in fchroot()
Christian Brauner
1
-15
/
+32
2026-07-27
fs: add fchroot()
Christian Brauner
1
-0
/
+29
2026-07-27
fs: support FD_FAILFS_ROOT in fchdir()
Christian Brauner
1
-1
/
+4
2026-06-23
Merge tag 'mm-stable-2026-06-23-08-55' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-27
/
+0
2026-06-21
mm: fs: remove filemap_nr_thps*() functions and their users
Zi Yan
1
-27
/
+0
2026-05-21
openat2: new OPENAT2_REGULAR flag support
Dorjoy Chowdhury
1
-3
/
+32
2026-05-21
vfs: add O_EMPTYPATH to openat(2)/openat2(2)
Jori Koolstra
1
-2
/
+4
2026-03-23
fs: remove do_sys_truncate
Christoph Hellwig
1
-4
/
+4
2026-03-23
fs: pass on FTRUNCATE_* flags to do_truncate
Christoph Hellwig
1
-12
/
+10
2026-03-23
fs: fix archiecture-specific compat_ftruncate64
Christoph Hellwig
1
-6
/
+6
2026-02-09
Merge tag 'pull-filename' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-72
/
+47
2026-01-16
chroot(2): switch to CLASS(filename)
Al Viro
1
-9
/
+4
2026-01-16
do_f{chmod,chown,access}at(): use CLASS(filename_uflags)
Al Viro
1
-6
/
+2
2026-01-16
do_sys_truncate(): switch to CLASS(filename)
Al Viro
1
-7
/
+5
2026-01-16
chdir(2): unspaghettify a bit...
Al Viro
1
-17
/
+10
2026-01-16
do_fchownat(): unspaghettify a bit...
Al Viro
1
-16
/
+12
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
1
-2
/
+2
2026-01-13
do_sys_truncate(): import pathname only once
Al Viro
1
-1
/
+4
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_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
2025-12-15
VFS: move dentry_create() from fs/open.c to fs/namei.c
Benjamin Coddington
1
-39
/
+0
2025-12-01
Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-14
/
+3
2025-12-01
Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...
Linus Torvalds
1
-7
/
+5
2025-12-01
Merge tag 'vfs-6.19-rc1.guards' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-6
/
+3
2025-11-28
open: convert do_sys_openat2() to FD_ADD()
Christian Brauner
1
-14
/
+3
2025-11-12
fs: touch predicts in do_dentry_open()
Mateusz Guzik
1
-3
/
+3
2025-11-12
vfs: make vfs_create break delegations on parent directory
Jeff Layton
1
-1
/
+1
2025-11-12
vfs: clean up argument list for vfs_create()
Jeff Layton
1
-3
/
+1
2025-11-12
filelock: add struct delegated_inode
Jeff Layton
1
-4
/
+4
2025-11-05
open: use super write guard in do_ftruncate()
Christian Brauner
1
-6
/
+3
2025-10-03
Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-5
/
+5
2025-09-27
Have cc(1) catch attempts to modify ->f_path
Al Viro
1
-5
/
+5
2025-09-16
allow finish_no_open(file, ERR_PTR(-E...))
Al Viro
1
-4
/
+6
2025-07-31
Merge tag 'fsnotify_for_v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-3
/
+3
2025-07-28
Merge tag 'vfs-6.17-rc1.fallocate' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2025-07-28
fsnotify: merge file_set_fsnotify_mode_from_watchers() with open perm hook
Amir Goldstein
1
-3
/
+3
2025-06-23
fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate
Zhang Yi
1
-0
/
+1
2025-06-16
don't duplicate vfs_open() in kernel_file_open()
Al Viro
1
-4
/
+1
2025-05-15
fs/open: make do_truncate() killable
Max Kellermann
1
-1
/
+4
2025-05-15
fs/open: make chmod_common() and chown_common() killable
Max Kellermann
1
-2
/
+7
2025-03-24
Merge tag 'vfs-6.15-rc1.file' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+9
2025-03-24
Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-14
/
+15
2025-03-20
fs: tidy up do_sys_openat2() with likely/unlikely
Mateusz Guzik
1
-4
/
+5
2025-03-05
fs: use fput_close() in filp_close()
Mateusz Guzik
1
-1
/
+1
2025-03-05
fs: use fput_close_sync() in close()
Mateusz Guzik
1
-1
/
+1
[next]