index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
file_table.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vfs: Export flush_delayed_fput for use by knfsd.
Trond Myklebust
2019-08-19
1
-0
/
+1
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
vfs: syscall: Add open_tree(2) to reference or clone a mount
Al Viro
2019-03-20
1
-3
/
+6
*
fs: add fget_many() and fput_many()
Jens Axboe
2019-02-28
1
-2
/
+7
*
mm: convert totalram_pages and totalhigh_pages variables to atomic
Arun KS
2018-12-28
1
-1
/
+1
*
mm: reference totalram_pages and managed_pages once per function
Arun KS
2018-12-28
1
-3
/
+4
*
Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-08-21
1
-21
/
+48
|
\
|
*
vfs: make open_with_fake_path() not contribute to nr_files
Miklos Szeredi
2018-07-18
1
-21
/
+48
*
|
make alloc_file() static
Al Viro
2018-07-12
1
-2
/
+1
*
|
new helper: alloc_file_clone()
Al Viro
2018-07-12
1
-0
/
+11
*
|
new wrapper: alloc_file_pseudo()
Al Viro
2018-07-12
1
-0
/
+27
|
/
*
fold put_filp() into fput()
Al Viro
2018-07-12
1
-10
/
+5
*
introduce FMODE_OPENED
Al Viro
2018-07-12
1
-0
/
+1
*
pass ->f_flags value to alloc_empty_file()
Al Viro
2018-07-12
1
-4
/
+4
*
pass creds to get_empty_filp(), make sure dentry_open() passes the right creds
Al Viro
2018-07-12
1
-3
/
+2
*
alloc_file(): switch to passing O_... flags instead of FMODE_... mode
Al Viro
2018-07-12
1
-8
/
+9
*
fold security_file_free() into file_free()
Al Viro
2018-07-10
1
-6
/
+4
*
vfs: remove unused hardirq.h
Yang Shi
2017-12-07
1
-1
/
+0
*
fs, mm: account filp cache to kmemcg
Shakeel Butt
2017-11-15
1
-1
/
+1
*
ima: call ima_file_free() prior to calling fasync
Mimi Zohar
2017-11-08
1
-1
/
+1
*
fput: Don't reinvent the wheel but use existing llist API
Byungchul Park
2017-08-28
1
-7
/
+5
*
fs: new infrastructure for writeback error handling and reporting
Jeff Layton
2017-07-06
1
-0
/
+1
*
sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>
Ingo Molnar
2017-03-02
1
-0
/
+1
*
constify alloc_file()
Al Viro
2016-12-05
1
-1
/
+1
*
fs, file table: reinit files_stat.max_files after deferred memory initialisation
Mel Gorman
2015-08-07
1
-9
/
+15
*
remove the pointless include of lglock.h
Al Viro
2015-06-23
1
-1
/
+0
*
->aio_read and ->aio_write removed
Al Viro
2015-04-11
1
-2
/
+2
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-10-13
1
-10
/
+2
|
\
|
*
fs/file_table.c: Update alloc_file() comment
Eric Biggers
2014-10-12
1
-10
/
+2
*
|
percpu_counter: add @gfp to percpu_counter_init()
Tejun Heo
2014-09-08
1
-1
/
+1
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-06-12
1
-0
/
+6
|
\
|
*
new methods: ->read_iter() and ->write_iter()
Al Viro
2014-05-06
1
-2
/
+4
|
*
replace checking for ->read/->aio_read presence with check in ->f_mode
Al Viro
2014-05-06
1
-0
/
+4
*
|
fs: convert use of typedef ctl_table to struct ctl_table
Joe Perches
2014-06-06
1
-2
/
+2
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-04-12
1
-39
/
+4
|
\
|
*
get rid of files_defer_init()
Al Viro
2014-04-01
1
-1
/
+0
|
*
mark struct file that had write access grabbed by open()
Al Viro
2014-04-01
1
-33
/
+4
|
*
get rid of DEBUG_WRITECOUNT
Al Viro
2014-04-01
1
-5
/
+0
|
*
don't bother with {get,put}_write_access() on non-regular files
Al Viro
2014-04-01
1
-2
/
+2
*
|
Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linux
Linus Torvalds
2014-04-04
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
locks: rename locks_remove_flock to locks_remove_file
Jeff Layton
2014-03-31
1
-1
/
+1
*
|
vfs: atomic f_pos accesses as per POSIX
Linus Torvalds
2014-03-10
1
-0
/
+1
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-11-13
1
-127
/
+2
|
\
|
*
get rid of s_files and files_lock
Al Viro
2013-11-09
1
-125
/
+0
|
*
file->f_op is never NULL...
Al Viro
2013-10-24
1
-2
/
+2
*
|
nfsd regression since delayed fput()
Al Viro
2013-10-20
1
-2
/
+2
|
/
*
fs/file_table.c:fput(): make comment more truthful
Andrew Morton
2013-09-11
1
-2
/
+1
*
only regular files with FMODE_WRITE need to be on s_files
Al Viro
2013-09-03
1
-2
/
+4
*
fput: turn "list_head delayed_fput_list" into llist_head
Oleg Nesterov
2013-07-13
1
-15
/
+10
*
fs/file_table.c:fput(): add comment
Andrew Morton
2013-07-13
1
-0
/
+6
[next]