index
:
linux
grapeboard-proto
grapeboard-proto-eth0softfix
scalys-lsdk-1712
NXP/Freescale LSDK linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-02-22
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
David Howells
2015-02-22
SELinux: Use d_is_positive() rather than testing dentry->d_inode
David Howells
2015-02-22
Smack: Use d_is_positive() rather than testing dentry->d_inode
David Howells
2015-02-22
TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR()
David Howells
2015-02-22
Apparmor: Use d_is_positive/negative() rather than testing dentry->d_inode
David Howells
2015-02-22
Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sb
David Howells
2015-02-22
VFS: Split DCACHE_FILE_TYPE into regular and special types
David Howells
2015-02-22
VFS: Add a fallthrough flag for marking virtual dentries
David Howells
2015-02-22
VFS: Add a whiteout dentry type
David Howells
2015-02-22
VFS: Introduce inode-getting helpers for layered/unioned fs environments
David Howells
2015-02-20
Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Al Viro
2015-02-20
Infiniband: Fix potential NULL d_inode dereference
David Howells
2015-02-20
posix_acl: fix reference leaks in posix_acl_create
Omar Sandoval
2015-02-20
autofs4: Wrong format for printing dentry
Rasmus Villemoes
2015-02-20
coredump: Fix typo in comment
Bastien Nocera
2015-02-20
fs/aio.c: Remove duplicate function name in pr_debug messages
Kinglong Mee
2015-02-20
configfs: Fix potential NULL d_inode dereference
David Howells
2015-02-20
hypfs: switch to read_iter/write_iter
Al Viro
2015-02-20
don't bother with most of the bad_file_ops methods
Al Viro
2015-02-18
configfs_add_file: fold into its sole caller
Al Viro
2015-02-18
configfs: fold create_dir() into its only caller
Al Viro
2015-02-18
configfs: configfs_create() init callback is never NULL and it never fails
Al Viro
2015-02-18
switch ll_lookup_finish_locks() and ll_revalidate_it_finish() to inode
Al Viro
2015-02-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2015-02-18
Merge tag 'md/3.20-fixes' of git://neil.brown.name/md
Linus Torvalds
2015-02-18
Merge tag 'please-pull-fixmcelog' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-02-18
Merge tag 'docs-fix' of git://git.lwn.net/linux-2.6
Linus Torvalds
2015-02-18
Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2015-02-18
md/raid5: Fix livelock when array is both resyncing and degraded.
NeilBrown
2015-02-18
Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2015-02-17
Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2015-02-17
Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2015-02-17
Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2015-02-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2015-02-17
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-02-17
seccomp: cap SECCOMP_RET_ERRNO data to MAX_ERRNO
Kees Cook
2015-02-17
samples/seccomp: improve label helper
Kees Cook
2015-02-17
ipc,sem: use current->state helpers
Davidlohr Bueso
2015-02-17
scripts/gdb: disable pagination while printing from breakpoint handler
Jan Kiszka
2015-02-17
scripts/gdb: define maintainer
Jan Kiszka
2015-02-17
scripts/gdb: convert CpuList to generator function
Jan Kiszka
2015-02-17
scripts/gdb: convert ModuleList to generator function
Jan Kiszka
2015-02-17
scripts/gdb: use a generator instead of iterator for task list
Daniel Wagner
2015-02-17
scripts/gdb: ignore byte-compiled python files
Daniel Thompson
2015-02-17
scripts/gdb: port to python3 / gdb7.7
Pantelis Koukousoulas
2015-02-17
scripts/gdb: add basic documentation
Jan Kiszka
2015-02-17
scripts/gdb: add lx-lsmod command
Jan Kiszka
2015-02-17
scripts/gdb: add class to iterate over CPU masks
Jan Kiszka
2015-02-17
scripts/gdb: add lx_current convenience function
Jan Kiszka
2015-02-17
scripts/gdb: add internal helper and convenience function for per-cpu lookup
Jan Kiszka
[next]