index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
open.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2025-03-05
fs: predict no error in close()
Mateusz Guzik
1
-4
/
+7
2025-02-21
open: Fix return type of several functions from long to int
Yuichiro Tsuji
1
-10
/
+10
2025-02-07
fsnotify: disable notification by default for all pseudo files
Amir Goldstein
1
-2
/
+2
2025-02-07
fsnotify: use accessor to set FMODE_NONOTIFY_*
Amir Goldstein
1
-3
/
+4
2025-01-26
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2025-01-25
lib/list_debug.c: add object information in case of invalid object
Maninder Singh
1
-1
/
+1
2025-01-23
Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-15
/
+47
2024-12-10
fsnotify: generate pre-content permission event on truncate
Amir Goldstein
1
-10
/
+21
2024-12-10
fsnotify: opt-in for permission events at file open time
Amir Goldstein
1
-1
/
+7
2024-12-09
fs: get rid of __FMODE_NONOTIFY kludge
Al Viro
1
-4
/
+19
2024-12-02
open: avoid pointless cred reference count bump
Christian Brauner
1
-8
/
+1
2024-12-02
tree-wide: s/revert_creds_light()/revert_creds()/g
Christian Brauner
1
-1
/
+1
2024-12-02
tree-wide: s/override_creds_light()/override_creds()/g
Christian Brauner
1
-1
/
+1
2024-12-02
tree-wide: s/revert_creds()/put_cred(revert_creds_light())/g
Christian Brauner
1
-1
/
+1
2024-12-02
tree-wide: s/override_creds()/override_creds_light(get_new_cred())/g
Christian Brauner
1
-1
/
+1
2024-11-21
Merge tag 'fsnotify_for_v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+4
2024-11-18
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-39
/
+22
2024-11-18
Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-17
/
+0
2024-11-03
fdget(), more trivial conversions
Al Viro
1
-9
/
+3
2024-11-03
fdget(), trivial conversions
Al Viro
1
-21
/
+15
2024-11-03
fdget_raw() users: switch to CLASS(fd_raw)
Al Viro
1
-9
/
+4
2024-10-14
fsnotify, lsm: Decouple fsnotify from lsm
Song Liu
1
-0
/
+4
2024-10-10
openat2: explicitly return -E2BIG for (usize > PAGE_SIZE)
Aleksa Sarai
1
-0
/
+2
2024-10-07
move close_range(2) into fs/file.c, fold __close_range() into it
Al Viro
1
-17
/
+0
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-12
/
+12
2024-08-28
fs: sort out the fallocate mode vs flag mess
Christoph Hellwig
1
-26
/
+25
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
1
-12
/
+12
2024-07-15
Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-7
/
+10
2024-07-01
Merge tag 'vfs-6.10-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-7
/
+15
2024-06-25
vfs: remove redundant smp_mb for thp handling in do_dentry_open
Mateusz Guzik
1
-5
/
+4
2024-06-24
ftruncate: pass a signed offset
Arnd Bergmann
1
-2
/
+2
2024-06-18
vfs: generate FS_CREATE before FS_OPEN when ->atomic_open used.
NeilBrown
1
-7
/
+15
2024-05-27
fs: remove accidental overflow during wraparound check
Justin Stitt
1
-2
/
+6
2024-04-15
do_dentry_open(): kill inode argument
Al Viro
1
-4
/
+4
2024-04-15
kernel_file_open(): get rid of inode argument
Al Viro
1
-3
/
+2
2024-03-12
Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+0
2024-03-11
Merge tag 'for-6.9/io_uring-20240310' of git://git.kernel.dk/linux
Linus Torvalds
1
-25
/
+28
2024-02-15
ima: Move to LSM infrastructure
Roberto Sassu
1
-1
/
+0
[next]