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.12.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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-22
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
David Howells
34
-71
/
+71
2015-02-22
SELinux: Use d_is_positive() rather than testing dentry->d_inode
David Howells
1
-2
/
+2
2015-02-22
Smack: Use d_is_positive() rather than testing dentry->d_inode
David Howells
1
-2
/
+2
2015-02-22
TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR()
David Howells
1
-3
/
+1
2015-02-22
Apparmor: Use d_is_positive/negative() rather than testing dentry->d_inode
David Howells
1
-1
/
+1
2015-02-22
Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sb
David Howells
2
-12
/
+12
2015-02-22
VFS: Split DCACHE_FILE_TYPE into regular and special types
David Howells
2
-8
/
+27
2015-02-22
VFS: Add a fallthrough flag for marking virtual dentries
David Howells
2
-1
/
+27
2015-02-22
VFS: Add a whiteout dentry type
David Howells
1
-6
/
+18
2015-02-22
VFS: Introduce inode-getting helpers for layered/unioned fs environments
David Howells
1
-0
/
+57
2015-02-20
Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Al Viro
7
-319
/
+517
2015-02-20
Infiniband: Fix potential NULL d_inode dereference
David Howells
2
-2
/
+2
2015-02-20
posix_acl: fix reference leaks in posix_acl_create
Omar Sandoval
1
-5
/
+9
2015-02-20
autofs4: Wrong format for printing dentry
Rasmus Villemoes
1
-1
/
+1
2015-02-20
coredump: Fix typo in comment
Bastien Nocera
1
-1
/
+1
2015-02-20
fs/aio.c: Remove duplicate function name in pr_debug messages
Kinglong Mee
1
-3
/
+3
2015-02-20
configfs: Fix potential NULL d_inode dereference
David Howells
1
-1
/
+1
2015-02-20
hypfs: switch to read_iter/write_iter
Al Viro
1
-27
/
+24
2015-02-20
don't bother with most of the bad_file_ops methods
Al Viro
1
-147
/
+0
2015-02-18
configfs_add_file: fold into its sole caller
Al Viro
2
-19
/
+10
2015-02-18
configfs: fold create_dir() into its only caller
Al Viro
1
-34
/
+29
2015-02-18
configfs: configfs_create() init callback is never NULL and it never fails
Al Viro
3
-15
/
+6
2015-02-18
switch ll_lookup_finish_locks() and ll_revalidate_it_finish() to inode
Al Viro
4
-18
/
+18
2015-02-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
52
-143
/
+483
2015-02-18
Merge tag 'md/3.20-fixes' of git://neil.brown.name/md
Linus Torvalds
3
-3
/
+6
2015-02-18
Merge tag 'please-pull-fixmcelog' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-4
/
+1
2015-02-18
Merge tag 'docs-fix' of git://git.lwn.net/linux-2.6
Linus Torvalds
1
-17
/
+0
2015-02-18
Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2
-1
/
+6
2015-02-18
md/raid5: Fix livelock when array is both resyncing and degraded.
NeilBrown
1
-1
/
+2
2015-02-18
Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
15
-37
/
+343
2015-02-18
Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
6
-29
/
+73
2015-02-18
Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
7
-218
/
+145
2015-02-18
Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
6
-165
/
+212
2015-02-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
23
-378
/
+356
2015-02-18
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
43
-238
/
+1185
2015-02-18
seccomp: cap SECCOMP_RET_ERRNO data to MAX_ERRNO
Kees Cook
1
-1
/
+3
2015-02-18
samples/seccomp: improve label helper
Kees Cook
2
-1
/
+9
2015-02-18
ipc,sem: use current->state helpers
Davidlohr Bueso
1
-1
/
+1
2015-02-18
scripts/gdb: disable pagination while printing from breakpoint handler
Jan Kiszka
1
-0
/
+11
2015-02-18
scripts/gdb: define maintainer
Jan Kiszka
1
-0
/
+5
2015-02-18
scripts/gdb: convert CpuList to generator function
Jan Kiszka
2
-40
/
+33
2015-02-18
scripts/gdb: convert ModuleList to generator function
Jan Kiszka
2
-23
/
+12
2015-02-18
scripts/gdb: use a generator instead of iterator for task list
Daniel Wagner
1
-30
/
+20
2015-02-18
scripts/gdb: ignore byte-compiled python files
Daniel Thompson
2
-0
/
+3
2015-02-18
scripts/gdb: port to python3 / gdb7.7
Pantelis Koukousoulas
6
-9
/
+18
2015-02-18
scripts/gdb: add basic documentation
Jan Kiszka
1
-0
/
+160
2015-02-18
scripts/gdb: add lx-lsmod command
Jan Kiszka
1
-1
/
+45
2015-02-18
scripts/gdb: add class to iterate over CPU masks
Jan Kiszka
1
-0
/
+54
2015-02-18
scripts/gdb: add lx_current convenience function
Jan Kiszka
1
-0
/
+17
2015-02-18
scripts/gdb: add internal helper and convenience function for per-cpu lookup
Jan Kiszka
2
-0
/
+69
[next]