Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d1f57ea66369b5c34bd42f104b8070db409447f9
/
fs
/
file_table.c
962830d
brlocks/lglocks: API cleanups
by Andi Kleen
· 12 years ago
eea62f8
brlocks/lglocks: turn into functions
by Andi Kleen
· 12 years ago
b57ce96
vfs: drop_file_write_access() made static
by Al Viro
· 13 years ago
8e8b879
vfs: prevent remount read-only if pending removes
by Miklos Szeredi
· 13 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
2e270d8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
60ed8cf
fix cdev leak on O_PATH final fput()
by Miklos Szeredi
· 14 years ago
0f6e0e8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6
by Linus Torvalds
· 14 years ago
326be7b
Allow passing O_PATH descriptors via SCM_RIGHTS datagrams
by Al Viro
· 14 years ago
1abf0c7
New kind of open files - "location only".
by Al Viro
· 14 years ago
1cc26ba
Merge branch 'master'; commit 'v2.6.38-rc7' into next
by James Morris
· 14 years ago
890275b5
IMA: maintain i_readcount in the VFS layer
by Mimi Zohar
· 14 years ago
78d2978
CRED: Fix kernel panic upon security_file_alloc() failure.
by Tetsuo Handa
· 14 years ago
3bc0ba4
fs: Remove unlikely() from fget_light()
by Steven Rostedt
· 14 years ago
518de9b
fs: allow for more than 2^31 files
by Eric Dumazet
· 14 years ago
6416ccb
fs: scale files_lock
by Nick Piggin
· 14 years ago
ee2ffa0
fs: cleanup files_lock locking
by Nick Piggin
· 14 years ago
2069601
Revert "fsnotify: store struct file not struct path"
by Linus Torvalds
· 14 years ago
5893947
vfs: improve comment describing fget_light()
by Tony Battersby
· 14 years ago
c1e5c95
vfs/fsnotify: fsnotify_close can delay the final work in fput
by Eric Paris
· 14 years ago
d7065da
get rid of the magic around f_count in aio
by Al Viro
· 14 years ago
42e4960
vfs: take f_lock on modifying f_mode after open time
by Wu Fengguang
· 15 years ago
89068c5
Take ima_file_free() to proper place.
by Al Viro
· 15 years ago
385e3ed
alloc_file(): simplify handling of mnt_clone_write() errors
by Roland Dreier
· 15 years ago
73efc46
re-export alloc_file()
by Roland Dreier
· 15 years ago
0552f87
Untangling ima mess, part 1: alloc_file()
by Al Viro
· 15 years ago
e81e3f4
fs: move get_empty_filp() deffinition to internal.h
by Eric Paris
· 15 years ago
2c48b9c
switch alloc_file() to passing struct path
by Al Viro
· 15 years ago
3d1e463
get rid of init_file()
by Al Viro
· 15 years ago
7327412
unexport get_empty_filp()
by Al Viro
· 15 years ago
6c21a7f
LSM: imbed ima calls in the security hooks
by Mimi Zohar
· 15 years ago
8d65af7
sysctl: remove "struct file *" argument of ->proc_handler
by Alexey Dobriyan
· 15 years ago
864d7c4
fs: move mark_files_ro into file_table.c
by npiggin@suse.de
· 16 years ago
96029c4
fs: introduce mnt_clone_write
by npiggin@suse.de
· 16 years ago
a4e49cb
trivial: remove unused variable 'path' in alloc_file()
by Tero Roponen
· 16 years ago
8e9d20897
Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6
by Linus Torvalds
· 16 years ago
6849991
Rename struct file->f_ep_lock
by Jonathan Corbet
· 16 years ago
cb5629b
Merge branch 'master' into next
by James Morris
· 16 years ago
6146f0d
integrity: IMA hooks
by Mimi Zohar
· 16 years ago
b6b3fde
filp_cachep can be static in fs/file_table.c
by Eric Dumazet
· 16 years ago
d76b0d9
CRED: Use creds in file structs
by David Howells
· 16 years ago
86a264a
CRED: Wrap current->cred and a few other accessors
by David Howells
· 16 years ago
b6dff3e
CRED: Separate task security context from task_struct
by David Howells
· 16 years ago
233e70f
saner FASYNC handling on file close
by Al Viro
· 16 years ago
aeb5d72
[PATCH] introduce fmode_t, do annotations
by Al Viro
· 16 years ago
516e0cc
[PATCH] f_count may wrap around
by Al Viro
· 16 years ago
9f3acc3
[PATCH] split linux/file.h
by Al Viro
· 17 years ago
ad775f5
[PATCH] r/o bind mounts: debugging for missed calls
by Dave Hansen
· 17 years ago
4a3fd21
[PATCH] r/o bind mounts: elevate write count for open()s
by Dave Hansen
· 17 years ago
aceaf78
[PATCH] r/o bind mounts: create helper to drop file write access
by Dave Hansen
· 17 years ago
430e285
[PATCH] fix up new filp allocators
by Dave Hansen
· 17 years ago
fc9b52c
fs: remove fastcall, it is always empty
by Harvey Harrison
· 17 years ago
cfdaf9e
fs/file_table.c: use list_for_each_entry() instead of list_for_each()
by Matthias Kaehlcke
· 17 years ago
ce8d2cd
r/o bind mounts: filesystem helpers for custom 'struct file's
by Dave Hansen
· 17 years ago
4975e45
fs: use kmem_cache_zalloc instead
by Denis Cheng
· 17 years ago
52d9f3b
lib: percpu_counter_sum_positive
by Peter Zijlstra
· 17 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 17 years ago
0f7fc9e
[PATCH] VFS: change struct file to use struct path
by Josef "Jeff" Sipek
· 18 years ago
609d7fa
[PATCH] file: modify struct fown_struct to use a struct pid
by Eric W. Biederman
· 18 years ago
577c4eb
[PATCH] inode-diet: Move i_cdev into a union
by Theodore Ts'o
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
0216bfc
[PATCH] percpu counter data type changes to suppport more than 2**31 ext3 free blocks counter
by Mingming Cao
· 18 years ago
5a6b7951
[PATCH] get_empty_filp tweaks, inline epoll_init_file()
by Benjamin LaHaise
· 19 years ago
529bf6b
[PATCH] fix file counting
by Dipankar Sarma
· 19 years ago
16f7e0f
[PATCH] capable/capability.h (fs/)
by Randy Dunlap
· 19 years ago
095975d
[PATCH] rcu file: use atomic primitives
by Nick Piggin
· 19 years ago
2109a2d
[PATCH] mm: rename kmem_cache_s to kmem_cache
by Pekka J Enberg
· 19 years ago
2f51201
[PATCH] reduce sizeof(struct file)
by Eric Dumazet
· 19 years ago
ab2af1f
[PATCH] files: files struct with RCU
by Dipankar Sarma
· 19 years ago
2832e93
[PATCH] remove file.f_maxcount
by Eric Dumazet
· 19 years ago
0eeca28
[PATCH] inotify
by Robert Love
· 19 years ago
af4d2ec
[PATCH] Fix of bogus file max limit messages
by Kirill Korotaev
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago