index
:
litmus-rt-budgetable-locks.git/.git
update_litmus_2019
Unnamed repository; edit this file 'description' to name the repository.
Zelin Tong
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
file_table.c
Commit message (
Expand
)
Author
Age
*
fs: add fget_many() and fput_many()
Jens Axboe
2019-02-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-12-28
*
Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-08-21
|
\
|
*
vfs: make open_with_fake_path() not contribute to nr_files
Miklos Szeredi
2018-07-18
*
|
make alloc_file() static
Al Viro
2018-07-12
*
|
new helper: alloc_file_clone()
Al Viro
2018-07-12
*
|
new wrapper: alloc_file_pseudo()
Al Viro
2018-07-12
|
/
*
fold put_filp() into fput()
Al Viro
2018-07-12
*
introduce FMODE_OPENED
Al Viro
2018-07-12
*
pass ->f_flags value to alloc_empty_file()
Al Viro
2018-07-12
*
pass creds to get_empty_filp(), make sure dentry_open() passes the right creds
Al Viro
2018-07-12
*
alloc_file(): switch to passing O_... flags instead of FMODE_... mode
Al Viro
2018-07-12
*
fold security_file_free() into file_free()
Al Viro
2018-07-10
*
vfs: remove unused hardirq.h
Yang Shi
2017-12-07
*
fs, mm: account filp cache to kmemcg
Shakeel Butt
2017-11-15
*
ima: call ima_file_free() prior to calling fasync
Mimi Zohar
2017-11-08
*
fput: Don't reinvent the wheel but use existing llist API
Byungchul Park
2017-08-28
*
fs: new infrastructure for writeback error handling and reporting
Jeff Layton
2017-07-06
*
sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>
Ingo Molnar
2017-03-02
*
constify alloc_file()
Al Viro
2016-12-05
*
fs, file table: reinit files_stat.max_files after deferred memory initialisation
Mel Gorman
2015-08-06
*
remove the pointless include of lglock.h
Al Viro
2015-06-23
*
->aio_read and ->aio_write removed
Al Viro
2015-04-11
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-10-13
|
\
|
*
fs/file_table.c: Update alloc_file() comment
Eric Biggers
2014-10-12
*
|
percpu_counter: add @gfp to percpu_counter_init()
Tejun Heo
2014-09-07
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-06-12
|
\
|
*
new methods: ->read_iter() and ->write_iter()
Al Viro
2014-05-06
|
*
replace checking for ->read/->aio_read presence with check in ->f_mode
Al Viro
2014-05-06
*
|
fs: convert use of typedef ctl_table to struct ctl_table
Joe Perches
2014-06-06
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-04-12
|
\
|
*
get rid of files_defer_init()
Al Viro
2014-04-01
|
*
mark struct file that had write access grabbed by open()
Al Viro
2014-04-01
|
*
get rid of DEBUG_WRITECOUNT
Al Viro
2014-04-01
|
*
don't bother with {get,put}_write_access() on non-regular files
Al Viro
2014-04-01
*
|
Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linux
Linus Torvalds
2014-04-04
|
\
\
|
|
/
|
/
|
|
*
locks: rename locks_remove_flock to locks_remove_file
Jeff Layton
2014-03-31
*
|
vfs: atomic f_pos accesses as per POSIX
Linus Torvalds
2014-03-10
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-11-13
|
\
|
*
get rid of s_files and files_lock
Al Viro
2013-11-09
|
*
file->f_op is never NULL...
Al Viro
2013-10-24
*
|
nfsd regression since delayed fput()
Al Viro
2013-10-20
|
/
*
fs/file_table.c:fput(): make comment more truthful
Andrew Morton
2013-09-11
*
only regular files with FMODE_WRITE need to be on s_files
Al Viro
2013-09-03
*
fput: turn "list_head delayed_fput_list" into llist_head
Oleg Nesterov
2013-07-13
*
fs/file_table.c:fput(): add comment
Andrew Morton
2013-07-13
*
Replace a bunch of file->dentry->d_inode refs with file_inode()
David Howells
2013-06-29
*
fput: task_work_add() can fail if the caller has passed exit_task_work()
Oleg Nesterov
2013-06-14
*
cache the value of file_inode() in struct file
Al Viro
2013-03-01
[next]