Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
2adc2917ce4bfb482a6e3c05ff543cef151c9830
/
fs
/
open.c
d893f1b
fix open/umount race
by Al Viro
· 14 years ago
ee2ffa0
fs: cleanup files_lock locking
by Nick Piggin
· 14 years ago
06b1e10
vfs: clarify that nonseekable_open() will never fail
by Dmitry Torokhov
· 14 years ago
8c8946f
Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify
by Linus Torvalds
· 14 years ago
9cfcac8
vfs: re-introduce MAY_CHDIR
by Eric Paris
· 14 years ago
ea0d3ab
LSM: Remove unused arguments from security_path_truncate().
by Tetsuo Handa
· 14 years ago
2a12a9d
fsnotify: pass a file instead of an inode to open, read, and write
by Eric Paris
· 15 years ago
2dfc1ca
inotify: remove inotify in kernel interface
by Eric Paris
· 15 years ago
7ed1ee6
Take statfs variants to fs/statfs.c
by Al Viro
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
e213e26
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 15 years ago
907f455
dquot: move dquot initialization responsibility into the filesystem
by Christoph Hellwig
· 15 years ago
8737c93
Switch may_open() and break_lease() to passing O_...
by Al Viro
· 15 years ago
5300990
Sanitize f_flags helpers
by Al Viro
· 15 years ago
482928d
Fix f_flags/f_mode in case of lookup_instantiate_filp() from open(pathname, 3)
by Al Viro
· 15 years ago
b65a9cf
Untangling ima mess, part 2: deal with counters
by Al Viro
· 15 years ago
e81e3f4
fs: move get_empty_filp() deffinition to internal.h
by Eric Paris
· 15 years ago
fe542cf
LSM: Move security_path_chmod()/security_path_chown() to after mutex_lock().
by Tetsuo Handa
· 15 years ago
8b8efb4
LSM: Add security_path_chroot().
by Tetsuo Handa
· 15 years ago
89eda06
LSM: Add security_path_chmod() and security_path_chown().
by Tetsuo Handa
· 15 years ago
4fd8da8
fs: change sys_truncate length parameter type
by Heiko Carstens
· 15 years ago
e0e8173
CRED: Add some configurable debugging [try #6]
by David Howells
· 15 years ago
939a942
vfs: allow file truncations when both suid and write permissions set
by Amerigo Wang
· 15 years ago
3e63cbb
fs: Add new pre-allocation ioctls to vfs for compatibility with legacy xfs ioctls
by Ankit Jain
· 15 years ago
96029c4
fs: introduce mnt_clone_write
by npiggin@suse.de
· 16 years ago
6e8341a
Switch open_exec() and sys_uselib() to do_open_filp()
by Al Viro
· 16 years ago
5ad4e53
Get rid of indirect include of fs_struct.h
by Al Viro
· 16 years ago
9e3509e
vfs: Use lowercase names of quota functions
by Jan Kara
· 16 years ago
6559eed8
[CVE-2009-0029] System call wrappers part 30
by Heiko Carstens
· 16 years ago
3cdad42
[CVE-2009-0029] System call wrappers part 20
by Heiko Carstens
· 16 years ago
ca013e9
[CVE-2009-0029] System call wrappers part 17
by Heiko Carstens
· 16 years ago
002c897
[CVE-2009-0029] System call wrappers part 16
by Heiko Carstens
· 16 years ago
a26eab2
[CVE-2009-0029] System call wrappers part 15
by Heiko Carstens
· 16 years ago
3480b25
[CVE-2009-0029] System call wrappers part 14
by Heiko Carstens
· 16 years ago
257ac26
[CVE-2009-0029] System call wrappers part 11
by Heiko Carstens
· 16 years ago
bdc480e
[CVE-2009-0029] System call wrappers part 10
by Heiko Carstens
· 16 years ago
6673e0c
[CVE-2009-0029] System call wrapper special cases
by Heiko Carstens
· 16 years ago
acfa438
inode->i_op is never NULL
by Al Viro
· 16 years ago
be6d3e5
introduce new LSM hooks where vfsmount is available.
by Kentaro Takeda
· 16 years ago
d84f4f9
CRED: Inaugurate COW credentials
by David Howells
· 16 years ago
745ca24
CRED: Pass credentials through dentry_open()
by David Howells
· 16 years ago
b6dff3e
CRED: Separate task security context from task_struct
by David Howells
· 16 years ago
1cdcbec
CRED: Neuter sys_capset()
by David Howells
· 16 years ago
aeb5d72
[PATCH] introduce fmode_t, do annotations
by Al Viro
· 16 years ago
2cb5998
tty: the vhangup syscall is racy
by Alan Cox
· 16 years ago
1027abe
[PATCH] merge locate_fd() and get_unused_fd()
by Al Viro
· 16 years ago
4e1e018
[PATCH] fix RLIM_NOFILE handling
by Al Viro
· 16 years ago
2d8f303
[PATCH] sanitize __user_walk_fd() et.al.
by Al Viro
· 16 years ago
256984a
[PATCH] preparation to __user_walk_fd cleanup
by Al Viro
· 16 years ago
3052447
[PATCH] take noexec checks to very few callers that care
by Al Viro
· 16 years ago
beb29e0
[patch 4/4] vfs: immutable inode checking cleanup
by Miklos Szeredi
· 16 years ago
a110343
[PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS mess
by Al Viro
· 16 years ago
7f2da1e
[PATCH] kill altroot
by Al Viro
· 16 years ago
8bb7922
[PATCH] permission checks for chdir need special treatment only on the last step
by Al Viro
· 16 years ago
c82e42d
[patch 1/5] vfs: truncate: dont check immutable twice
by Miklos Szeredi
· 16 years ago
f4a67cc
fs: check for statfs overflow
by Jon Tollefson
· 16 years ago
086f731
security: filesystem capabilities: fix fragile setuid fixup code
by Andrew G. Morgan
· 16 years ago
9f3acc3
[PATCH] split linux/file.h
by Al Viro
· 17 years ago
70688e4
xip: support non-struct page backed memory
by Nick Piggin
· 17 years ago
ad775f5
[PATCH] r/o bind mounts: debugging for missed calls
by Dave Hansen
· 17 years ago
2f676cb
[PATCH] r/o bind mounts: make access() use new r/o helper
by Dave Hansen
· 17 years ago
9ac9b84
[PATCH] r/o bind mounts: write counts for truncate()
by Dave Hansen
· 17 years ago
2af482a
[PATCH] r/o bind mounts: elevate write count for chmod/chown callers
by Dave Hansen
· 17 years ago
4a3fd21
[PATCH] r/o bind mounts: elevate write count for open()s
by Dave Hansen
· 17 years ago
a70e65d
[PATCH] merge open_namei() and do_filp_open()
by Christoph Hellwig
· 17 years ago
d57999e
[PATCH] do namei_flags calculation inside open_namei()
by Dave Hansen
· 17 years ago
54a0151
asmlinkage_protect replaces prevent_tail_call
by Roland McGrath
· 17 years ago
322ee5b
[PATCH] check for null vfsmount in dentry_open()
by Christoph Hellwig
· 17 years ago
ac748a0
Make set_fs_{root,pwd} take a struct path
by Jan Blunck
· 17 years ago
1d957f9
Introduce path_put()
by Jan Blunck
· 17 years ago
4ac9137
Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
by Jan Blunck
· 17 years ago
3287629
remove the unused exports of sys_open/sys_read
by Arjan van de Ven
· 17 years ago
fc9b52c
fs: remove fastcall, it is always empty
by Harvey Harrison
· 17 years ago
cb51f97
mark sys_open/sys_read exports unused
by Arjan van de Ven
· 17 years ago
5a190ae
[PATCH] pass dentry to audit_inode()/audit_inode_child()
by Al Viro
· 17 years ago
b537677
Implement file posix capabilities
by Serge E. Hallyn
· 17 years ago
a9c62a1
fs: correct SuS compliance for open of large file without options
by Alan Cox
· 17 years ago
788e7dd
SELinux: Improve read/write performance
by Yuichi Nakamura
· 17 years ago
9700382
VFS: fix a race in lease-breaking during truncate
by david m. richter
· 17 years ago
0d786d4
fallocate syscall interface deficiency
by Ulrich Drepper
· 17 years ago
97ac735
sys_fallocate() implementation on i386, x86_64 and powerpc
by Amit Arora
· 17 years ago
4a19542
O_CLOEXEC for SCM_RIGHTS
by Ulrich Drepper
· 17 years ago
f23513e
Introduce O_CLOEXEC
by Ulrich Drepper
· 17 years ago
7b82dc0
Remove suid/sgid bits on [f]truncate()
by Linus Torvalds
· 17 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 17 years ago
bbea9f6
[PATCH] fdtable: Make fdarray and fdsets equal in size
by Vadim Lobanov
· 18 years ago
0f7fc9e
[PATCH] VFS: change struct file to use struct path
by Josef "Jeff" Sipek
· 18 years ago
24ec839
[PATCH] tty: ->signal->tty locking
by Peter Zijlstra
· 18 years ago
6902d92
[PATCH] r/o bind mounts: prepare for write access checks: collapse if()
by Dave Hansen
· 18 years ago
82b0547
[PATCH] Create fs/utimes.c
by Alexey Dobriyan
· 18 years ago
ee731f4
[PATCH] fix wrong error code on interrupted close syscalls
by Ernie Petrides
· 18 years ago
650a898
[PATCH] vfs: define new lookup flag for chdir
by Miklos Szeredi
· 18 years ago
6e656be
[PATCH] ftruncate does not always update m/ctime
by Peter Staubach
· 18 years ago
75e1fcc
[PATCH] vfs: add lock owner argument to flush operation
by Miklos Szeredi
· 18 years ago
726c334
[PATCH] VFS: Permit filesystem to perform statfs with a known root dentry
by David Howells
· 18 years ago
9c937dc
[PATCH] log more info for directory entry change events
by Amy Griffis
· 18 years ago
6aff5cb
[PATCH] fs/open.c: unexport sys_openat
by Adrian Bunk
· 18 years ago
385910f
x86: be careful about tailcall breakage for sys_open[at] too
by Linus Torvalds
· 19 years ago
0a489cb
x86: don't allow tail-calls in sys_ftruncate[64]()
by Linus Torvalds
· 19 years ago
1b9a391
Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current
by Linus Torvalds
· 19 years ago
Next »