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
/
9p
Commit message (
Expand
)
Author
Age
*
Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/sc...
Linus Torvalds
2013-07-11
|
\
|
*
fs/9p: Remove the unused variable "err" in v9fs_vfs_getattr()
Gu Zheng
2013-07-07
|
*
fs/9p: xattr: add trusted and security namespaces
Jim Garlick
2013-07-07
*
|
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2013-07-02
|
\
\
|
*
|
mm: change invalidatepage prototype to accept length
Lukas Czerner
2013-05-21
*
|
|
[readdir] convert 9p
Al Viro
2013-06-29
|
/
/
*
/
aio: don't include aio.h in sched.h
Kent Overstreet
2013-05-07
|
/
*
fs: Limit sys_mount to only request filesystem modules.
Eric W. Biederman
2013-03-03
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-03-03
|
\
|
*
9p: if v9fs_fid_lookup() gets to asking server, it'd better have hashed dentry
Al Viro
2013-02-28
|
*
9p: make sure ->lookup() adds fid to the right dentry
Al Viro
2013-02-28
|
*
9p: untangle ->lookup() a bit
Al Viro
2013-02-28
|
*
9p: double iput() in ->lookup() if d_materialise_unique() fails
Al Viro
2013-02-28
|
*
9p: v9fs_fid_add() can't fail now
Al Viro
2013-02-28
|
*
v9fs: get rid of v9fs_dentry
Al Viro
2013-02-28
|
*
9p: turn fid->dlist into hlist
Al Viro
2013-02-27
|
*
9p: don't bother with private lock in ->d_fsdata; dentry->d_lock will do just...
Al Viro
2013-02-27
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-02-26
|
\
|
*
vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry op
Jeff Layton
2013-02-26
|
*
9p: switch v9fs_set_create_acl() to inode+fid, do it before d_instantiate()
Al Viro
2013-02-26
|
*
9p: split dropping the acls from v9fs_set_create_acl()
Al Viro
2013-02-26
|
*
9p: switch v9fs_acl_chmod() from dentry to inode+fid
Al Viro
2013-02-26
|
*
9p: switch v9fs_set_acl() from dentry to fid
Al Viro
2013-02-26
|
*
9p: lift the call of set_cached_acl() into the callers of v9fs_set_acl()
Al Viro
2013-02-26
|
*
9p: add fid-based variant of v9fs_xattr_set()
Al Viro
2013-02-26
|
*
new helper: file_inode(file)
Al Viro
2013-02-22
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2013-02-25
|
\
\
|
*
|
9p: Modify v9fs_get_fsgid_for_create to return a kgid
Eric W. Biederman
2013-02-12
|
*
|
9p: Modify struct v9fs_session_info to use a kuids and kgids
Eric W. Biederman
2013-02-12
|
*
|
9p: Modify struct 9p_fid to use a kuid_t not a uid_t
Eric W. Biederman
2013-02-12
|
*
|
9p: Modify the stat structures to use kuid_t and kgid_t
Eric W. Biederman
2013-02-12
|
*
|
9p: Transmit kuid and kgid values
Eric W. Biederman
2013-02-12
|
|
/
*
|
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
2013-02-21
|
\
\
|
*
|
9pfs: fix filesystem to wait for stable page writeback
Darrick J. Wong
2013-02-21
*
|
|
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2013-02-21
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
fs/9p: remove depends on CONFIG_EXPERIMENTAL
Kees Cook
2013-01-21
|
|
/
*
|
fs/9p: Fix atomic_open
M. Mohan Kumar
2013-02-10
*
|
fs/9p: Don't use O_TRUNC flag in TOPEN and TLOPEN request
Aneesh Kumar K.V
2013-02-10
*
|
locking in fs/9p ->readdir()
Al Viro
2013-02-10
|
/
*
Merge tag 'for-linus-merge-3.7' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2012-10-11
|
\
|
*
9p: don't use __getname/__putname for uname/aname
Jeff Layton
2012-09-17
|
*
fs/9p: avoid debug OOPS when reading a long symlink
Jim Meyering
2012-09-06
*
|
mm: kill vma flag VM_CAN_NONLINEAR
Konstantin Khlebnikov
2012-10-09
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-10-02
|
\
\
|
*
|
fs: push rcu_barrier() from deactivate_locked_super() to filesystems
Kirill A. Shutemov
2012-10-02
|
|
/
*
/
userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattr
Eric W. Biederman
2012-09-18
|
/
*
9p: Push file_update_time() into v9fs_vm_page_mkwrite()
Jan Kara
2012-07-30
*
VFS: Pass mount flags to sget()
David Howells
2012-07-14
*
don't pass nameidata to ->create()
Al Viro
2012-07-14
*
stop passing nameidata to ->lookup()
Al Viro
2012-07-14
[next]