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.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
/
open.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-15
Make set_fs_{root,pwd} take a struct path
Jan Blunck
1
-8
/
+4
2008-02-15
Introduce path_put()
Jan Blunck
1
-11
/
+11
2008-02-15
Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
Jan Blunck
1
-15
/
+16
2008-02-08
remove the unused exports of sys_open/sys_read
Arjan van de Ven
1
-1
/
+0
2008-02-08
fs: remove fastcall, it is always empty
Harvey Harrison
1
-2
/
+2
2007-11-15
mark sys_open/sys_read exports unused
Arjan van de Ven
1
-1
/
+1
2007-10-21
[PATCH] pass dentry to audit_inode()/audit_inode_child()
Al Viro
1
-2
/
+2
2007-10-17
Implement file posix capabilities
Serge E. Hallyn
1
-1
/
+2
2007-10-17
fs: correct SuS compliance for open of large file without options
Alan Cox
1
-1
/
+1
2007-10-17
SELinux: Improve read/write performance
Yuichi Nakamura
1
-0
/
+4
2007-08-01
VFS: fix a race in lease-breaking during truncate
david m. richter
1
-7
/
+9
2007-07-24
fallocate syscall interface deficiency
Ulrich Drepper
1
-1
/
+1
2007-07-18
sys_fallocate() implementation on i386, x86_64 and powerpc
Amit Arora
1
-0
/
+59
2007-07-16
O_CLOEXEC for SCM_RIGHTS
Ulrich Drepper
1
-1
/
+1
2007-07-16
Introduce O_CLOEXEC
Ulrich Drepper
1
-3
/
+11
2007-05-09
Remove suid/sgid bits on [f]truncate()
Linus Torvalds
1
-0
/
+3
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2006-12-10
[PATCH] fdtable: Make fdarray and fdsets equal in size
Vadim Lobanov
1
-2
/
+1
2006-12-08
[PATCH] VFS: change struct file to use struct path
Josef "Jeff" Sipek
1
-13
/
+13
2006-12-08
[PATCH] tty: ->signal->tty locking
Peter Zijlstra
1
-0
/
+1
2006-10-01
[PATCH] r/o bind mounts: prepare for write access checks: collapse if()
Dave Hansen
1
-27
/
+37
2006-10-01
[PATCH] Create fs/utimes.c
Alexey Dobriyan
1
-134
/
+0
2006-09-29
[PATCH] fix wrong error code on interrupted close syscalls
Ernie Petrides
1
-1
/
+11
2006-09-29
[PATCH] vfs: define new lookup flag for chdir
Miklos Szeredi
1
-1
/
+2
2006-06-25
[PATCH] ftruncate does not always update m/ctime
Peter Staubach
1
-1
/
+1
2006-06-23
[PATCH] vfs: add lock owner argument to flush operation
Miklos Szeredi
1
-1
/
+1
2006-06-23
[PATCH] VFS: Permit filesystem to perform statfs with a known root dentry
David Howells
1
-13
/
+13
2006-06-20
[PATCH] log more info for directory entry change events
Amy Griffis
1
-2
/
+2
2006-05-15
[PATCH] fs/open.c: unexport sys_openat
Adrian Bunk
1
-1
/
+0
2006-04-19
x86: be careful about tailcall breakage for sys_open[at] too
Linus Torvalds
1
-2
/
+14
2006-04-19
x86: don't allow tail-calls in sys_ftruncate[64]()
Linus Torvalds
1
-2
/
+6
2006-03-25
Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-1
/
+7
2006-03-25
[PATCH] Add lookup_instantiate_filp usage warning
Oleg Drokin
1
-0
/
+4
2006-03-23
[PATCH] Shrinks sizeof(files_struct) and better layout
Eric Dumazet
1
-4
/
+4
2006-03-20
[PATCH] Collect more inode information during syscall processing.
Amy Griffis
1
-1
/
+7
2006-01-19
[PATCH] vfs: *at functions: core
Ulrich Drepper
1
-15
/
+68
2006-01-12
[PATCH] capable/capability.h (fs/)
Randy Dunlap
1
-0
/
+1
2006-01-10
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
Jes Sorensen
1
-12
/
+12
2006-01-09
[PATCH] tiny: Uninline some open.c functions
Matt Mackall
1
-3
/
+3
2006-01-09
[PATCH] Fix some problems with truncate and mtime semantics.
NeilBrown
1
-4
/
+5
2005-11-09
[PATCH] add a file_permission helper
Christoph Hellwig
1
-1
/
+1
2005-11-09
[PATCH] add a vfs_permission helper
Christoph Hellwig
1
-6
/
+6
2005-11-07
[PATCH] VFS: pass file pointer to filesystem from ftruncate()
Miklos Szeredi
1
-3
/
+7
2005-11-07
[PATCH] memory leak in dentry_open()
Peter Staubach
1
-1
/
+8
2005-10-19
VFS: Allow the filesystem to return a full file pointer on open intent
Trond Myklebust
1
-14
/
+65
2005-09-13
[PATCH] open returns ENFILE but creates file anyway
Peter Staubach
1
-42
/
+56
2005-09-10
[PATCH] files: files struct with RCU
Dipankar Sarma
1
-4
/
+4
2005-09-10
[PATCH] files: break up files struct
Dipankar Sarma
1
-17
/
+24
2005-09-08
[PATCH] remove duplicated sys_open32() code from 64bit archs
Miklos Szeredi
1
-8
/
+11
2005-07-13
[PATCH] inotify
Robert Love
1
-1
/
+2
[next]