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-05-11
new ->follow_link() and ->put_link() calling conventions
Al Viro
31
-273
/
+195
2015-05-11
namei: lift nameidata into filename_mountpoint()
Al Viro
1
-15
/
+13
2015-05-11
name: shift nameidata down into user_path_walk()
Al Viro
1
-57
/
+67
2015-05-11
namei: get rid of lookup_hash()
Al Viro
1
-15
/
+5
2015-05-11
do_last: regularize the logics around following symlinks
Al Viro
1
-8
/
+7
2015-05-11
do_last: kill symlink_ok
Al Viro
1
-4
/
+2
2015-05-11
namei: take O_NOFOLLOW treatment into do_last()
Al Viro
1
-6
/
+5
2015-05-11
uninline walk_component()
Al Viro
1
-2
/
+1
2015-05-11
SECURITY: remove nameidata arg from inode_follow_link.
NeilBrown
5
-12
/
+8
2015-05-11
logfs: fix a pagecache leak for symlinks
Al Viro
1
-0
/
+1
2015-05-11
ceph: switch to simple_follow_link()
Al Viro
1
-9
/
+2
2015-05-11
exofs: switch to {simple,page}_symlink_inode_operations
Al Viro
5
-66
/
+9
2015-05-11
freevxfs: switch to simple_follow_link()
Al Viro
3
-39
/
+5
2015-05-11
jfs: switch to simple_follow_link()
Al Viro
3
-13
/
+5
2015-05-11
sysv: switch to simple_follow_link()
Al Viro
4
-24
/
+4
2015-05-11
ubifs: switch to simple_follow_link()
Al Viro
3
-10
/
+3
2015-05-11
ufs: switch to simple_follow_link()
Al Viro
3
-15
/
+6
2015-05-11
debugfs: switch to simple_follow_link()
Al Viro
3
-16
/
+3
2015-05-11
shmem: switch to simple_follow_link()
Al Viro
1
-7
/
+2
2015-05-11
jffs2: switch to simple_follow_link()
Al Viro
3
-44
/
+3
2015-05-11
ext4: switch to simple_follow_link()
Al Viro
3
-9
/
+5
2015-05-11
ext3: switch to simple_follow_link()
Al Viro
3
-10
/
+4
2015-05-11
befs: switch to simple_follow_link()
Al Viro
1
-19
/
+5
2015-05-11
ext2: use simple_follow_link()
Al Viro
3
-10
/
+4
2015-05-11
libfs: simple_follow_link()
Al Viro
3
-0
/
+17
2015-05-11
ext4: split inode_operations for encrypted symlinks off the rest
Al Viro
4
-26
/
+20
2015-05-11
ovl: rearrange ovl_follow_link to it doesn't need to call ->put_link
NeilBrown
1
-13
/
+12
2015-05-11
9p: don't bother with __getname() in ->follow_link()
Al Viro
3
-100
/
+26
2015-05-11
9p: don't bother with 4K allocation for 24-byte local array...
Al Viro
1
-21
/
+5
2015-05-11
Linux 4.1-rc3
v4.1-rc3
Linus Torvalds
1
-1
/
+1
2015-05-11
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
18
-106
/
+230
2015-05-10
Merge tag 'drm-intel-fixes-2015-05-08' of git://anongit.freedesktop.org/drm-i...
Dave Airlie
3
-9
/
+29
2015-05-10
drm: Zero out invalid vblank timestamp in drm_update_vblank_count.
Mario Kleiner
1
-5
/
+4
2015-05-10
Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
7
-19
/
+13
2015-05-10
Merge tag 'samsung-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-2
/
+7
2015-05-10
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
42
-234
/
+480
2015-05-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-0
/
+6
2015-05-10
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-72
/
+2
2015-05-10
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-5
/
+1
2015-05-09
m32r: make flush_cpumask non-volatile.
Rusty Russell
1
-3
/
+3
2015-05-09
mnt: Fix fs_fully_visible to verify the root directory is visible
Eric W. Biederman
1
-0
/
+6
2015-05-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-7
/
+15
2015-05-09
path_openat(): fix double fput()
Al Viro
1
-1
/
+2
2015-05-09
namei: d_is_negative() should be checked before ->d_seq validation
Al Viro
1
-6
/
+13
2015-05-09
Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2015-05-09
Merge tag 'dm-4.1-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
2
-8
/
+9
2015-05-09
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
11
-41
/
+60
2015-05-09
Merge tag 'gpio-v4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
4
-46
/
+36
2015-05-09
Merge tag 'mmc-4.1-rc2' of git://git.linaro.org/people/ulf.hansson/mmc
Linus Torvalds
6
-4
/
+22
2015-05-09
Merge tag 'trace-fixes-v4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-2
/
+3
[next]