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.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
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs/omfs/inode.c: replace count*size kzalloc by kcalloc
Fabian Frederick
2014-08-08
1
-1
/
+1
*
fs/pstore/ram_core.c: replace count*size kmalloc by kmalloc_array
Fabian Frederick
2014-08-08
1
-1
/
+1
*
fs/bfs: use bfs prefix for dump_imap
Fabian Frederick
2014-08-08
3
-8
/
+5
*
adfs: add __printf verification, fix format/argument mismatches
Joe Perches
2014-08-08
3
-4
/
+4
*
fs/adfs/dir_fplus.c: replace count*size kzalloc by kcalloc
Fabian Frederick
2014-08-08
1
-1
/
+1
*
fs/adfs/dir_fplus.c: use ARRAY_SIZE instead of sizeof/sizeof[0]
Fabian Frederick
2014-08-08
1
-1
/
+1
*
fs/exofs/ore_raid.c: replace count*size kzalloc by kcalloc
Fabian Frederick
2014-08-08
1
-1
/
+1
*
sysctl: remove typedef ctl_table
Joe Perches
2014-08-08
1
-1
/
+1
*
fs/proc/vmcore.c:mmap_vmcore: skip non-ram pages reported by hypervisors
Vitaly Kuznetsov
2014-08-08
1
-3
/
+79
*
fork/exec: cleanup mm initialization
Vladimir Davydov
2014-08-08
1
-4
/
+0
*
proc: remove INF macro
Alexey Dobriyan
2014-08-08
2
-42
/
+0
*
proc: convert /proc/$PID/hardwall to seq_file interface
Alexey Dobriyan
2014-08-08
1
-2
/
+2
*
proc: convert /proc/$PID/io to seq_file interface
Alexey Dobriyan
2014-08-08
1
-8
/
+10
*
proc: convert /proc/$PID/oom_score to seq_file interface
Alexey Dobriyan
2014-08-08
1
-4
/
+5
*
proc: convert /proc/$PID/schedstat to seq_file interface
Alexey Dobriyan
2014-08-08
1
-4
/
+5
*
proc: convert /proc/$PID/wchan to seq_file interface
Alexey Dobriyan
2014-08-08
1
-5
/
+6
*
proc: convert /proc/$PID/cmdline to seq_file interface
Alexey Dobriyan
2014-08-08
1
-4
/
+11
*
proc: convert /proc/$PID/syscall to seq_file interface
Alexey Dobriyan
2014-08-08
1
-6
/
+7
*
proc: convert /proc/$PID/limits to seq_file interface
Alexey Dobriyan
2014-08-08
1
-15
/
+12
*
proc: convert /proc/$PID/auxv to seq_file interface
Alexey Dobriyan
2014-08-08
1
-10
/
+8
*
proc: more "const char *" pointers
Alexey Dobriyan
2014-08-08
1
-4
/
+4
*
proc: remove proc_tty_ldisc variable
Alexey Dobriyan
2014-08-08
1
-2
/
+2
*
proc: make proc_subdir_lock static
Alexey Dobriyan
2014-08-08
2
-3
/
+1
*
proc: faster /proc/$PID lookup
Alexey Dobriyan
2014-08-08
2
-3
/
+3
*
proc: add and remove /proc entry create checks
Alexey Dobriyan
2014-08-08
4
-21
/
+21
*
proc: constify seq_operations
Fabian Frederick
2014-08-08
1
-1
/
+1
*
fs/proc/kcore.c: use PAGE_ALIGN instead of ALIGN(PAGE_SIZE)
Fabian Frederick
2014-08-08
1
-1
/
+1
*
fs/hpfs/dnode.c: fix suspect code indent
Fabian Frederick
2014-08-08
1
-8
/
+9
*
fs/reiserfs/xattr.c: fix blank line missing after declarations
Fabian Frederick
2014-08-08
1
-0
/
+20
*
fs/reiserfs: use linux/uaccess.h
Fabian Frederick
2014-08-08
14
-14
/
+14
*
fs/reiserfs: replace not-standard %Lu/%Ld
Fabian Frederick
2014-08-08
4
-9
/
+8
*
fs/ufs/inode.c: kernel-doc warning fixes
Fabian Frederick
2014-08-08
1
-16
/
+16
*
fs/ufs: convert UFSD printk to pr_debug
Fabian Frederick
2014-08-08
2
-3
/
+3
*
fs/ufs/super.c: use va_format instead of buffer/vsnprintf
Fabian Frederick
2014-08-08
1
-20
/
+24
*
fs/ufs/super.c: use __func__ in logging
Fabian Frederick
2014-08-08
1
-18
/
+18
*
fs/ufs: use pr_fmt
Fabian Frederick
2014-08-08
2
-8
/
+13
*
fs/ufs: convert printk to pr_foo()
Fabian Frederick
2014-08-08
2
-133
/
+131
*
nilfs2: integrate sysfs support into driver
Vyacheslav Dubeyko
2014-08-08
5
-5
/
+34
*
nilfs2: add /sys/fs/nilfs2/<device>/mounted_snapshots/<snapshot> group
Vyacheslav Dubeyko
2014-08-08
3
-0
/
+144
*
nilfs2: add /sys/fs/nilfs2/<device>/mounted_snapshots group
Vyacheslav Dubeyko
2014-08-08
2
-1
/
+47
*
nilfs2: add /sys/fs/nilfs2/<device>/checkpoints group
Vyacheslav Dubeyko
2014-08-08
2
-1
/
+136
*
nilfs2: add /sys/fs/nilfs2/<device>/segments group
Vyacheslav Dubeyko
2014-08-08
2
-1
/
+112
*
nilfs2: add /sys/fs/nilfs2/<device>/segctor group
Vyacheslav Dubeyko
2014-08-08
2
-0
/
+286
*
nilfs2: add /sys/fs/nilfs2/<device>/superblock group
Vyacheslav Dubeyko
2014-08-08
4
-2
/
+244
*
nilfs2: add /sys/fs/nilfs2/<device> group
Vyacheslav Dubeyko
2014-08-08
3
-0
/
+194
*
nilfs2: add /sys/fs/nilfs2/features group
Vyacheslav Dubeyko
2014-08-08
2
-0
/
+174
*
fs/coda: use linux/uaccess.h
Fabian Frederick
2014-08-08
8
-11
/
+8
*
fs/befs/linuxvfs.c: check superblock before dump operation
Fabian Frederick
2014-08-08
1
-4
/
+2
*
minix zmap block counts calculation fix
Qi Yong
2014-08-08
2
-3
/
+3
*
autofs4: comment typo: remove a a doubled word
NeilBrown
2014-08-08
1
-1
/
+1
[next]