index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
file_table.c
Age
Commit message (
Expand
)
Author
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
2022-06-10
struct file: use anonymous union member for rcuhead and llist
Al Viro
2022-06-04
Merge tag 'pull-18-rc1-work.fd' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-05-14
fs: remove fget_many and fput_many interface
Gou Hao
2022-04-07
SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()
Trond Myklebust
2022-02-17
fs/file_table: fix adding missing kmemleak_not_leak()
Luis Chamberlain
2022-02-09
Fix regression due to "fs: move binfmt_misc sysctl to its own file"
Domenico Andreoli
2022-01-22
fs: move fs stat sysctls to file_table.c
Luis Chamberlain
2020-10-25
epoll: take epitem list out of struct file
Al Viro
2020-10-17
task_work: cleanup notification modes
Jens Axboe
2020-06-29
Revert "fs: Do not check if there is a fsnotify watcher on pseudo inodes"
Mel Gorman
2020-06-16
fs: Do not check if there is a fsnotify watcher on pseudo inodes
Mel Gorman
2020-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-06-02
vfs: track per-sb writeback errors and report them to syncfs
Jeff Layton
2020-04-27
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
2019-08-19
vfs: Export flush_delayed_fput for use by knfsd.
Trond Myklebust
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-03-20
vfs: syscall: Add open_tree(2) to reference or clone a mount
Al Viro
2019-02-28
fs: add fget_many() and fput_many()
Jens Axboe
2018-12-28
mm: convert totalram_pages and totalhigh_pages variables to atomic
Arun KS
2018-12-28
mm: reference totalram_pages and managed_pages once per function
Arun KS
2018-08-21
Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-07-18
vfs: make open_with_fake_path() not contribute to nr_files
Miklos Szeredi
2018-07-12
make alloc_file() static
Al Viro
[next]