index
:
git.armlinux.org.uk/linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
file_table.c
Age
Commit message (
Expand
)
Author
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-19
fs: predict not reaching the limit in alloc_empty_file()
Mateusz Guzik
2025-03-05
file: add fput and file_ref_put routines optimized for use when closing a fd
Mateusz Guzik
2025-02-07
fsnotify: disable pre-content and permission events by default
Amir Goldstein
2025-02-07
fsnotify: disable notification by default for all pseudo files
Amir Goldstein
2025-02-01
Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
2025-01-27
add a string-to-qstr constructor
Al Viro
2024-12-22
file: flush delayed work in delayed fput()
shao mingyin
2024-12-22
fs: fix proc_handler for sysctl_nr_open
Jinliang Zheng
2024-10-30
Merge branch 'work.fdtable' into vfs.file
Christian Brauner
2024-10-30
fs: port files to file_ref
Christian Brauner
2024-10-08
fs: protect backing files with rcu
Christian Brauner
2024-10-07
remove pointless includes of <linux/fdtable.h>
Al Viro
2024-09-18
Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
2024-09-16
Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-09-12
fs: add f_pipe
Christian Brauner
2024-09-10
file: port to struct kmem_cache_args
Christian Brauner
2024-08-29
fs: use kmem_cache_create_rcu()
Christian Brauner
2024-08-28
file: reclaim 24 bytes from f_owner
Christian Brauner
2024-08-19
Fixed: fs: file_table_c: Missing blank line warnings and struct declaration i...
Mohit0404
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2024-03-12
Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-02-25
file: add alloc_file_pseudo_noaccount()
Christian Brauner
2024-02-25
file: prepare for new helper
Christian Brauner
2024-02-15
ima: Move to LSM infrastructure
Roberto Sassu
2024-02-15
security: Introduce file_release hook
Roberto Sassu
2024-01-11
Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2024-01-10
Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2023-12-28
fs: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
2023-12-12
fs: replace f_rcuhead with f_task_work
Christian Brauner
2023-12-12
file: massage cleanup of files that failed to open
Al Viro
2023-11-25
d_alloc_pseudo(): move setting ->d_op there from the (sole) caller
Al Viro
2023-11-02
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2023-10-19
fs: store real path instead of fake path in backing file f_path
Amir Goldstein
2023-10-19
backing file: free directly
Christian Brauner
2023-10-19
file: convert to SLAB_TYPESAFE_BY_RCU
Christian Brauner
2023-10-19
vfs: shave work on failed file open
Mateusz Guzik
2023-10-18
treewide: mark stuff as __ro_after_init
Alexey Dobriyan
2023-08-08
fs: use __fput_sync in close(2)
Linus Torvalds
2023-07-02
fs: move cleanup from init_file() into its callers
Amir Goldstein
2023-06-19
fs: use backing_file container for internal files with "fake" f_path
Amir Goldstein
2023-06-19
fs: move kmem_cache_zalloc() into alloc_empty_file*() helpers
Amir Goldstein
2023-01-11
filelock: move file locking definitions to separate header file
Jeff Layton
2022-08-16
locks: fix TOCTOU race when granting write lease
Amir Goldstein
2022-08-03
Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2022-07-16
fs: remove no_llseek
Jason A. Donenfeld
2022-07-16
fs: clear or set FMODE_LSEEK based on llseek function
Jason A. Donenfeld
2022-06-10
keep iocb_flags() result cached in struct file
Al Viro
[next]