index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
file_table.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-13
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-16
ima: Move to LSM infrastructure
Roberto Sassu
1
-2
/
+0
2024-02-16
security: Introduce file_release hook
Roberto Sassu
1
-0
/
+1
2024-01-12
Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-5
/
+0
2024-01-11
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
2023-11-25
d_alloc_pseudo(): move setting ->d_op there from the (sole) caller
Al Viro
1
-5
/
+0
2023-11-03
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+1
2023-10-19
fs: store real path instead of fake path in backing file f_path
Amir Goldstein
1
-6
/
+6
2023-10-19
backing file: free directly
Christian Brauner
1
-8
/
+1
2023-10-19
file: convert to SLAB_TYPESAFE_BY_RCU
Christian Brauner
1
-17
/
+23
2023-10-19
vfs: shave work on failed file open
Mateusz Guzik
1
-0
/
+12
2023-10-19
treewide: mark stuff as __ro_after_init
Alexey Dobriyan
1
-1
/
+1
2023-08-08
fs: use __fput_sync in close(2)
Linus Torvalds
1
-4
/
+1
2023-07-02
fs: move cleanup from init_file() into its callers
Amir Goldstein
1
-4
/
+10
2023-06-19
fs: use backing_file container for internal files with "fake" f_path
Amir Goldstein
1
-2
/
+48
2023-06-19
fs: move kmem_cache_zalloc() into alloc_empty_file*() helpers
Amir Goldstein
1
-15
/
+26
2023-01-11
filelock: move file locking definitions to separate header file
Jeff Layton
1
-0
/
+1
2022-08-16
locks: fix TOCTOU race when granting write lease
Amir Goldstein
1
-6
/
+1
2022-08-03
Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-8
/
+9
2022-07-16
fs: remove no_llseek
Jason A. Donenfeld
1
-1
/
+1
2022-07-16
fs: clear or set FMODE_LSEEK based on llseek function
Jason A. Donenfeld
1
-0
/
+2
2022-06-10
keep iocb_flags() result cached in struct file
Al Viro
1
-0
/
+1
2022-06-10
struct file: use anonymous union member for rcuhead and llist
Al Viro
1
-8
/
+8
2022-06-05
Merge tag 'pull-18-rc1-work.fd' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-7
/
+2
2022-05-15
fs: remove fget_many and fput_many interface
Gou Hao
1
-7
/
+2
2022-04-07
SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()
Trond Myklebust
1
-0
/
+1
2022-02-17
fs/file_table: fix adding missing kmemleak_not_leak()
Luis Chamberlain
1
-2
/
+6
2022-02-09
Fix regression due to "fs: move binfmt_misc sysctl to its own file"
Domenico Andreoli
1
-0
/
+2
2022-01-22
fs: move fs stat sysctls to file_table.c
Luis Chamberlain
1
-8
/
+39
2020-10-26
epoll: take epitem list out of struct file
Al Viro
1
-1
/
+0
2020-10-18
task_work: cleanup notification modes
Jens Axboe
1
-1
/
+1
2020-06-29
Revert "fs: Do not check if there is a fsnotify watcher on pseudo inodes"
Mel Gorman
1
-1
/
+1
2020-06-16
fs: Do not check if there is a fsnotify watcher on pseudo inodes
Mel Gorman
1
-1
/
+1
2020-06-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-2
/
+2
2020-06-02
vfs: track per-sb writeback errors and report them to syncfs
Jeff Layton
1
-0
/
+1
2020-04-27
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
1
-2
/
+2
2019-08-19
vfs: Export flush_delayed_fput for use by knfsd.
Trond Myklebust
1
-0
/
+1
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-03-21
vfs: syscall: Add open_tree(2) to reference or clone a mount
Al Viro
1
-3
/
+6
2019-02-28
fs: add fget_many() and fput_many()
Jens Axboe
1
-2
/
+7
2018-12-28
mm: convert totalram_pages and totalhigh_pages variables to atomic
Arun KS
1
-1
/
+1
2018-12-28
mm: reference totalram_pages and managed_pages once per function
Arun KS
1
-3
/
+4
2018-08-22
Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-21
/
+48
2018-07-18
vfs: make open_with_fake_path() not contribute to nr_files
Miklos Szeredi
1
-21
/
+48
2018-07-12
make alloc_file() static
Al Viro
1
-2
/
+1
[next]