index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
open.c
Commit message (
Expand
)
Author
Age
*
vfs: canonicalize create mode in build_open_flags()
Miklos Szeredi
2012-08-15
*
missed mnt_drop_write() in do_dentry_open()
Al Viro
2012-08-04
*
fs: Protect write paths by sb_start_write - sb_end_write
Jan Kara
2012-07-31
*
fs: Add freezing handling to mnt_want_write() / mnt_drop_write()
Jan Kara
2012-07-31
*
take grabbing f->f_path to do_dentry_open()
Al Viro
2012-07-29
*
switch dentry_open() to struct path, make it grab references itself
Al Viro
2012-07-22
*
VFS: Make chown() and lchown() call fchownat()
David Howells
2012-07-14
*
do_dentry_open(): close the race with mark_files_ro() in failure exit
Al Viro
2012-07-14
*
do_dentry_open(): take initialization of file->f_path to caller
Al Viro
2012-07-14
*
fold __dentry_open() into its sole caller
Al Viro
2012-07-14
*
switch do_dentry_open() to returning int
Al Viro
2012-07-14
*
make finish_no_open() return int
Al Viro
2012-07-14
*
kill struct opendata
Al Viro
2012-07-14
*
kill opendata->{mnt,dentry}
Al Viro
2012-07-14
*
don't modify od->filp at all
Al Viro
2012-07-14
*
->atomic_open() prototype change - pass int * instead of bool *
Al Viro
2012-07-14
*
vfs: remove open intents from nameidata
Miklos Szeredi
2012-07-14
*
vfs: add i_op->atomic_open()
Miklos Szeredi
2012-07-14
*
vfs: make O_PATH file descriptors usable for 'fchdir()'
Linus Torvalds
2012-07-07
*
vfs: nameidata_to_filp(): don't throw away file on error
Miklos Szeredi
2012-06-01
*
vfs: nameidata_to_filp(): inline __dentry_open()
Miklos Szeredi
2012-06-01
*
vfs: do_dentry_open(): don't put filp
Miklos Szeredi
2012-06-01
*
vfs: split __dentry_open()
Miklos Szeredi
2012-06-01
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2012-05-23
|
\
|
*
userns: Convert user specfied uids and gids in chown into kuids and kgid
Eric W. Biederman
2012-05-03
|
*
userns: Convert capabilities related permsion checks
Eric W. Biederman
2012-05-03
*
|
SELinux: rename dentry_open to file_open
Eric Paris
2012-04-09
|
/
*
Wrap accesses to the fd_sets in struct fdtable
David Howells
2012-02-19
*
switch security_path_chmod() to struct path *
Al Viro
2012-01-06
*
switch open and mkdir syscalls to umode_t
Al Viro
2012-01-03
*
switch sys_chmod()/sys_fchmod()/sys_fchmodat() to umode_t
Al Viro
2012-01-03
*
vfs: mnt_drop_write_file()
Al Viro
2012-01-03
*
leases: fix write-open/read-lease race
J. Bruce Fields
2011-10-28
*
merge fchmod() and fchmodat() guts, kill ancient broken kludge
Al Viro
2011-07-26
*
vfs: use ERR_CAST for err-ptr tossing in lookup_instantiate_filp
Konstantin Khlebnikov
2011-07-22
*
fs: Use BUG_ON(!mnt) at dentry_open().
Tetsuo Handa
2011-03-21
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
2011-03-16
|
\
|
*
Merge branch 'next' into for-linus
James Morris
2011-03-15
|
|
\
|
|
*
Merge branch 'master'; commit 'v2.6.38-rc7' into next
James Morris
2011-03-07
|
|
|
\
|
|
*
|
IMA: maintain i_readcount in the VFS layer
Mimi Zohar
2011-02-10
*
|
|
|
readlinkat(), fchownat() and fstatat() with empty relative pathnames
Al Viro
2011-03-15
*
|
|
|
New kind of open files - "location only".
Al Viro
2011-03-15
*
|
|
|
open-style analog of vfs_path_lookup()
Al Viro
2011-03-14
*
|
|
|
switch do_filp_open() to struct open_flags
Al Viro
2011-03-14
|
/
/
/
*
|
/
Check for immutable/append flag in fallocate path
Marco Stornelli
2011-03-10
|
|
/
|
/
|
*
|
Fix possible filp_cachep memory corruption
Linus Torvalds
2011-02-11
*
|
fallocate should be a file operation
Christoph Hellwig
2011-01-17
*
|
fs: add hole punching to fallocate
Josef Bacik
2011-01-12
|
/
*
fix open/umount race
Al Viro
2010-10-29
*
fs: cleanup files_lock locking
Nick Piggin
2010-08-18
[next]