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
*
spufs: get rid of dump_emit() wrappers
Al Viro
2013-11-09
1
-49
/
+20
*
dump_skip(): dump_seek() replacement taking coredump_params
Al Viro
2013-11-09
6
-43
/
+22
*
make dump_emit() use vfs_write() instead of banging at ->f_op->write directly
Al Viro
2013-11-09
1
-5
/
+12
*
binfmt_elf: count notes towards coredump limit
Al Viro
2013-11-09
1
-3
/
+0
*
aout: switch to dump_emit
Al Viro
2013-11-09
2
-16
/
+11
*
switch elf_coredump_extra_notes_write() to dump_emit()
Al Viro
2013-11-09
6
-38
/
+30
*
convert the rest of binfmt_elf_fdpic to dump_emit()
Al Viro
2013-11-09
1
-79
/
+31
*
binfmt_elf: convert writing actual dump pages to dump_emit()
Al Viro
2013-11-09
1
-11
/
+3
*
switch elf_core_write_extra_data() to dump_emit()
Al Viro
2013-11-09
5
-13
/
+11
*
switch elf_core_write_extra_phdrs() to dump_emit()
Al Viro
2013-11-09
6
-21
/
+15
*
new helper: dump_emit()
Al Viro
2013-11-09
4
-37
/
+40
*
restore 32bit aout coredump
Al Viro
2013-11-09
1
-34
/
+36
*
no need to keep brlock macros anymore...
Al Viro
2013-11-09
1
-10
/
+0
*
coda_revalidate_inode(): switch to passing inode...
Al Viro
2013-11-09
3
-4
/
+3
*
fold __d_shrink() into its only remaining caller
Al Viro
2013-11-09
1
-22
/
+10
*
get rid of s_files and files_lock
Al Viro
2013-11-09
5
-156
/
+2
*
get rid of {lock,unlock}_rcu_walk()
Al Viro
2013-11-09
1
-24
/
+14
*
RCU'd vfsmounts
Al Viro
2013-11-09
6
-83
/
+136
*
switch shrink_dcache_for_umount() to use of d_walk()
Al Viro
2013-11-09
1
-110
/
+85
*
fuse: rcu-delay freeing fuse_conn
Al Viro
2013-10-24
3
-2
/
+4
*
pid_namespace: make freeing struct pid_namespace rcu-delayed
Al Viro
2013-10-24
2
-1
/
+8
*
ncpfs: rcu-delay unload_nls() and freeing ncp_server
Al Viro
2013-10-24
2
-8
/
+13
*
fat: rcu-delay unloading nls and freeing sbi
Al Viro
2013-10-24
2
-8
/
+12
*
cifs: rcu-delay unload_nls() and freeing sbi
Al Viro
2013-10-24
2
-2
/
+9
*
autofs4: make freeing sbi rcu-delayed
Al Viro
2013-10-24
2
-9
/
+5
*
adfs: delayed freeing of sbi
Al Viro
2013-10-24
2
-5
/
+7
*
hpfs: make freeing sbi and codetables rcu-delayed
Al Viro
2013-10-24
2
-14
/
+15
*
make freeing super_block rcu-delayed
Al Viro
2013-10-24
2
-1
/
+2
*
vfs: introduce d_instantiate_no_diralias()
Miklos Szeredi
2013-10-24
5
-40
/
+33
*
move taking vfsmount_lock down into prepend_path()
Al Viro
2013-10-24
1
-9
/
+2
*
split __lookup_mnt() in two functions
Al Viro
2013-10-24
4
-25
/
+30
*
uninline destroy_super(), consolidate alloc_super()
Al Viro
2013-10-24
1
-120
/
+86
*
isofs: don't pass dentry to isofs_hash{i,}_common()
Al Viro
2013-10-24
1
-6
/
+6
*
new helpers: lock_mount_hash/unlock_mount_hash
Al Viro
2013-10-24
5
-54
/
+64
*
don't bother with vfsmount_lock in mounts_poll()
Al Viro
2013-10-24
1
-4
/
+4
*
namespace.c: get rid of mnt_ghosts
Al Viro
2013-10-24
3
-18
/
+9
*
fold dup_mnt_ns() into its only surviving caller
Al Viro
2013-10-24
1
-30
/
+18
*
mnt_set_expiry() doesn't need vfsmount_lock
Al Viro
2013-10-24
1
-2
/
+0
*
finish_automount() doesn't need vfsmount_lock for removal from expiry list
Al Viro
2013-10-24
1
-2
/
+0
*
fs/namespace.c: bury long-dead define
Al Viro
2013-10-24
1
-2
/
+0
*
fold mntfree() into mntput_no_expire()
Al Viro
2013-10-24
1
-23
/
+16
*
do_remount(): pull touch_mnt_namespace() up
Al Viro
2013-10-24
1
-5
/
+1
*
dup_mnt_ns(): get rid of pointless grabbing of vfsmount_lock
Al Viro
2013-10-24
1
-2
/
+0
*
fs_is_visible only needs namespace_sem held shared
Al Viro
2013-10-24
1
-2
/
+2
*
initialize namespace_sem statically
Al Viro
2013-10-24
1
-3
/
+1
*
file->f_op is never NULL...
Al Viro
2013-10-24
29
-97
/
+74
*
rtl8188eu: remove dead code
Al Viro
2013-10-24
2
-213
/
+0
*
dmxdev: get rid of pointless clearing ->f_op
Al Viro
2013-10-24
1
-4
/
+0
*
consolidate the reassignments of ->f_op in ->open() instances
Al Viro
2013-10-24
8
-77
/
+43
*
put_mnt_ns(): use drop_collected_mounts()
Al Viro
2013-10-24
1
-5
/
+1
[next]