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
/
file_table.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-15
Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-0
/
+2
2026-06-05
alloc_path_pseudo(): make sure we don't end up with NORCU dentries for direct...
Al Viro
1
-0
/
+2
2026-05-28
fs: fix spelling mistakes in comment
Qingshuang Fu
1
-2
/
+2
2026-04-13
Merge tag 'lsm-pr-20260410' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-3
/
+40
2026-04-03
lsm: add backing_file LSM hooks
Paul Moore
1
-4
/
+23
2026-04-03
fs: prepare for adding LSM blob to backing_file
Amir Goldstein
1
-2
/
+20
2026-03-31
fs: hide file and bfile caches behind runtime const machinery
Mateusz Guzik
1
-12
/
+19
2026-02-09
Merge tag 'erofs-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+1
2026-01-23
fs: Export alloc_empty_backing_file
Hongbo Li
1
-0
/
+1
2026-01-14
fs: move initializing f_mode before file_ref_init()
Amir Goldstein
1
-5
/
+5
2025-10-07
fs: update comment in init_file()
Zhou Yuhang
1
-1
/
+1
2025-09-27
Have cc(1) catch attempts to modify ->f_path
Al Viro
1
-2
/
+2
2025-09-15
backing_file_user_path(): constify struct path *
Al Viro
1
-1
/
+1
2025-07-31
Merge tag 'fsnotify_for_v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2025-07-28
fsnotify: merge file_set_fsnotify_mode_from_watchers() with open perm hook
Amir Goldstein
1
-1
/
+1
2025-07-18
fs: constify file ptr in backing_file accessor helpers
Amir Goldstein
1
-5
/
+8
2025-04-21
fs: Make file-nr output the total allocated file handles
Li RongQing
1
-1
/
+1
2025-03-24
Merge tag 'vfs-6.15-rc1.file' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-21
/
+49
2025-03-24
Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+2
2025-03-19
fs: predict not reaching the limit in alloc_empty_file()
Mateusz Guzik
1
-1
/
+2
2025-03-05
file: add fput and file_ref_put routines optimized for use when closing a fd
Mateusz Guzik
1
-21
/
+49
2025-02-07
fsnotify: disable pre-content and permission events by default
Amir Goldstein
1
-0
/
+5
2025-02-07
fsnotify: disable notification by default for all pseudo files
Amir Goldstein
1
-0
/
+11
2025-02-01
Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-3
/
+1
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
1
-1
/
+1
2025-01-27
add a string-to-qstr constructor
Al Viro
1
-3
/
+1
2024-12-22
file: flush delayed work in delayed fput()
shao mingyin
1
-2
/
+3
2024-12-22
fs: fix proc_handler for sysctl_nr_open
Jinliang Zheng
1
-1
/
+1
2024-10-30
Merge branch 'work.fdtable' into vfs.file
Christian Brauner
1
-1
/
+0
2024-10-30
fs: port files to file_ref
Christian Brauner
1
-9
/
+25
2024-10-08
fs: protect backing files with rcu
Christian Brauner
1
-4
/
+13
2024-10-07
remove pointless includes of <linux/fdtable.h>
Al Viro
1
-1
/
+0
2024-09-18
Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
1
-3
/
+8
2024-09-16
Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-5
/
+11
2024-09-12
fs: add f_pipe
Christian Brauner
1
-0
/
+7
2024-09-10
file: port to struct kmem_cache_args
Christian Brauner
1
-3
/
+8
2024-08-29
fs: use kmem_cache_create_rcu()
Christian Brauner
1
-3
/
+3
2024-08-28
file: reclaim 24 bytes from f_owner
Christian Brauner
1
-2
/
+1
2024-08-19
Fixed: fs: file_table_c: Missing blank line warnings and struct declaration i...
Mohit0404
1
-1
/
+4
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
1
-1
/
+1
2024-03-12
Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+1
2024-02-25
file: add alloc_file_pseudo_noaccount()
Christian Brauner
1
-0
/
+24
2024-02-25
file: prepare for new helper
Christian Brauner
1
-18
/
+41
2024-02-15
ima: Move to LSM infrastructure
Roberto Sassu
1
-2
/
+0
2024-02-15
security: Introduce file_release hook
Roberto Sassu
1
-0
/
+1
2024-01-11
Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-5
/
+0
2024-01-10
Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
1
-1
/
+0
2023-12-28
fs: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
1
-1
/
+0
2023-12-12
fs: replace f_rcuhead with f_task_work
Christian Brauner
1
-3
/
+3
2023-12-12
file: massage cleanup of files that failed to open
Al Viro
1
-12
/
+4
[next]