index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
simple local filesystems: switch to ->iterate_shared()
Al Viro
2016-05-02
6
-6
/
+6
*
dcache_{readdir,dir_lseek}() users: switch to ->iterate_shared
Al Viro
2016-05-02
3
-7
/
+4
*
cifs: switch to ->iterate_shared()
Al Viro
2016-05-02
2
-27
/
+30
*
fuse: switch to ->iterate_shared()
Al Viro
2016-05-02
1
-49
/
+45
*
switch all procfs directories ->iterate_shared()
Al Viro
2016-05-02
7
-20
/
+21
*
proc_sys_fill_cache(): switch to d_alloc_parallel()
Al Viro
2016-05-02
1
-7
/
+8
*
proc_fill_cache(): switch to d_alloc_parallel()
Al Viro
2016-05-02
1
-5
/
+10
*
introduce a parallel variant of ->iterate()
Al Viro
2016-05-02
5
-11
/
+48
*
give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()
Al Viro
2016-05-02
7
-27
/
+33
*
parallel lookups: actual switch to rwsem
Al Viro
2016-05-02
11
-32
/
+73
*
parallel lookups machinery, part 4 (and last)
Al Viro
2016-05-02
3
-23
/
+82
*
parallel lookups machinery, part 3
Al Viro
2016-05-02
3
-25
/
+125
*
parallel lookups machinery, part 2
Al Viro
2016-05-02
5
-3
/
+44
*
beginning of transition to parallel lookups - marking in-lookup dentries
Al Viro
2016-05-02
3
-0
/
+35
*
__d_add(): don't drop/regain ->d_lock
Al Viro
2016-05-02
1
-3
/
+11
*
lookup_slow(): bugger off on IS_DEADDIR() from the very beginning
Al Viro
2016-05-02
1
-6
/
+17
*
nfs: missing wakeup in nfs_unblock_sillyrename()
Al Viro
2016-05-02
1
-0
/
+1
*
make ext2_get_page() and friends work without external serialization
Al Viro
2016-05-02
5
-35
/
+35
*
ovl_lookup_real(): use lookup_one_len_unlocked()
Al Viro
2016-05-02
1
-3
/
+1
*
reconnect_one(): use lookup_one_len_unlocked()
Al Viro
2016-05-02
1
-3
/
+7
*
reiserfs: open-code reiserfs_mutex_lock_safe() in reiserfs_unpack()
Al Viro
2016-05-02
1
-1
/
+5
*
orangefs: don't open-code inode_lock/inode_unlock
Al Viro
2016-05-02
2
-4
/
+4
*
ocfs2: don't open-code inode_lock/inode_unlock
Al Viro
2016-05-02
1
-2
/
+2
*
configfs_detach_prep(): make sure that wait_mutex won't go away
Al Viro
2016-05-02
1
-8
/
+9
*
kernfs: use lookup_one_len_unlocked()
Al Viro
2016-05-02
1
-3
/
+2
*
security_d_instantiate(): move to the point prior to attaching dentry to inode
Al Viro
2016-05-02
1
-8
/
+7
*
Merge getxattr prototype change into work.lookups
Al Viro
2016-05-02
107
-458
/
+414
|
\
|
*
->getxattr(): pass dentry and inode as separate arguments
Al Viro
2016-04-11
34
-85
/
+94
|
*
xattr_handler: pass dentry and inode as separate arguments of ->get()
Al Viro
2016-04-10
31
-114
/
+113
|
*
reiserfs: switch to generic_{get,set,remove}xattr()
Al Viro
2016-04-10
7
-98
/
+31
|
*
cifs: kill more bogus checks in ->...xattr() methods
Al Viro
2016-04-10
1
-36
/
+6
|
*
don't bother with ->d_inode->i_sb - it's always equal to ->d_sb
Al Viro
2016-04-10
30
-50
/
+41
|
*
posix_acl: Unexport acl_by_type and make it static
Andreas Gruenbacher
2016-03-31
2
-3
/
+1
|
*
posix_acl: Inode acl caching fixes
Andreas Gruenbacher
2016-03-31
17
-78
/
+138
|
*
jfs: Remove unnecessary code in jfs_get_acl
Andreas Gruenbacher
2016-03-28
1
-4
/
+0
|
*
reiserfs_cache_default_acl(): use get_acl()
Al Viro
2016-03-28
1
-1
/
+1
*
|
Linux 4.6-rc3
v4.6-rc3
Linus Torvalds
2016-04-10
1
-1
/
+1
*
|
Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
2016-04-10
5
-7
/
+13
|
\
\
|
*
|
ARM: 8550/1: protect idiv patching against undefined gcc behavior
Nicolas Pitre
2016-04-07
1
-0
/
+2
|
*
|
ARM: wire up preadv2 and pwritev2 syscalls
Russell King
2016-04-07
3
-2
/
+6
|
*
|
ARM: SMP enable of cache maintanence broadcast
Russell King
2016-04-01
1
-5
/
+5
|
|
/
*
|
Merge tag 'mmc-v4.6-rc1' of git://git.linaro.org/people/ulf.hansson/mmc
Linus Torvalds
2016-04-10
5
-9
/
+84
|
\
\
|
*
|
mmc: sdhci-pci: Add support and PCI IDs for more Broxton host controllers
Adrian Hunter
2016-04-05
2
-0
/
+28
|
*
|
mmc: sdhci: Fix regression setting power on Trats2 board
Adrian Hunter
2016-03-29
3
-9
/
+56
|
|
/
*
|
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2016-04-10
4
-36
/
+49
|
\
\
|
*
|
i2c: jz4780: really prevent potential division by zero
Wolfram Sang
2016-04-09
1
-1
/
+6
|
*
|
Revert "i2c: jz4780: prevent potential division by zero"
Wolfram Sang
2016-04-09
1
-1
/
+1
|
*
|
i2c: jz4780: prevent potential division by zero
Wolfram Sang
2016-04-07
1
-1
/
+1
|
*
|
i2c: mux: demux-pinctrl: Update docs to new sysfs-attributes
Wolfram Sang
2016-04-07
1
-17
/
+12
|
*
|
i2c: mux: demux-pinctrl: Clean up sysfs attributes
Ben Hutchings
2016-04-01
1
-10
/
+29
[next]