Age | Commit message (Expand) | Author | Files | Lines |
2014-08-14 | Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 30 | -870/+1124 |
2014-08-14 | Merge tag 'xfs-for-linus-3.17-rc1' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 115 | -2044/+2213 |
2014-08-14 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 16 | -195/+189 |
2014-08-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 5 | -17/+43 |
2014-08-14 | Merge tag 'upstream-3.17-rc1' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 14 | -46/+38 |
2014-08-12 | reiserfs: Fix use after free in journal teardown | Jan Kara | 2 | -7/+21 |
2014-08-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 24 | -175/+357 |
2014-08-11 | fix copy_tree() regression | Al Viro | 1 | -7/+24 |
2014-08-11 | Revert "proc: Point /proc/{mounts,net} at /proc/thread-self/{mounts,net} inst... | Linus Torvalds | 2 | -2/+2 |
2014-08-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 13 | -65/+246 |
2014-08-10 | Merge branch 'for-3.17' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 26 | -1390/+2632 |
2014-08-10 | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 18 | -783/+1665 |
2014-08-09 | Merge tag 'for-linus-20140808' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2 | -4/+2 |
2014-08-09 | shm: add sealing API | David Herrmann | 1 | -0/+5 |
2014-08-09 | mm: allow drivers to prevent new writable mappings | David Herrmann | 1 | -0/+1 |
2014-08-09 | fs/dlm/debug_fs.c: remove unnecessary null test before debugfs_remove | Fabian Frederick | 1 | -10/+5 |
2014-08-09 | initramfs: support initramfs that is bigger than 2GiB | Yinghai Lu | 2 | -5/+6 |
2014-08-09 | fs/qnx6: update debugging to current functions | Fabian Frederick | 5 | -39/+23 |
2014-08-09 | fs/qnx6: use pr_fmt and __func__ in logging | Fabian Frederick | 4 | -38/+44 |
2014-08-09 | fs/qnx6: convert printk to pr_foo() | Fabian Frederick | 3 | -55/+43 |
2014-08-09 | fs/romfs/super.c: add blank line after declarations | Fabian Frederick | 1 | -0/+2 |
2014-08-09 | fs/romfs/super.c: use pr_fmt in logging | Fabian Frederick | 1 | -7/+8 |
2014-08-09 | fs/romfs/super.c: convert printk to pr_foo() | Fabian Frederick | 1 | -9/+7 |
2014-08-09 | fs/cramfs/inode.c: use linux/uaccess.h | Fabian Frederick | 1 | -1/+1 |
2014-08-09 | fs/cramfs: code clean-up | Fabian Frederick | 2 | -12/+15 |
2014-08-09 | fs/cramfs: use pr_fmt | Fabian Frederick | 2 | -8/+12 |
2014-08-09 | fs/cramfs: convert printk to pr_foo() | Fabian Frederick | 2 | -10/+10 |
2014-08-09 | fs/omfs/inode.c: replace count*size kzalloc by kcalloc | Fabian Frederick | 1 | -1/+1 |
2014-08-09 | fs/pstore/ram_core.c: replace count*size kmalloc by kmalloc_array | Fabian Frederick | 1 | -1/+1 |
2014-08-09 | fs/bfs: use bfs prefix for dump_imap | Fabian Frederick | 3 | -8/+5 |
2014-08-09 | adfs: add __printf verification, fix format/argument mismatches | Joe Perches | 3 | -4/+4 |
2014-08-09 | fs/adfs/dir_fplus.c: replace count*size kzalloc by kcalloc | Fabian Frederick | 1 | -1/+1 |
2014-08-09 | fs/adfs/dir_fplus.c: use ARRAY_SIZE instead of sizeof/sizeof[0] | Fabian Frederick | 1 | -1/+1 |
2014-08-09 | fs/exofs/ore_raid.c: replace count*size kzalloc by kcalloc | Fabian Frederick | 1 | -1/+1 |
2014-08-09 | sysctl: remove typedef ctl_table | Joe Perches | 1 | -1/+1 |
2014-08-09 | fs/proc/vmcore.c:mmap_vmcore: skip non-ram pages reported by hypervisors | Vitaly Kuznetsov | 1 | -3/+79 |
2014-08-09 | fork/exec: cleanup mm initialization | Vladimir Davydov | 1 | -4/+0 |
2014-08-09 | proc: remove INF macro | Alexey Dobriyan | 2 | -42/+0 |
2014-08-09 | proc: convert /proc/$PID/hardwall to seq_file interface | Alexey Dobriyan | 1 | -2/+2 |
2014-08-09 | proc: convert /proc/$PID/io to seq_file interface | Alexey Dobriyan | 1 | -8/+10 |
2014-08-09 | proc: convert /proc/$PID/oom_score to seq_file interface | Alexey Dobriyan | 1 | -4/+5 |
2014-08-09 | proc: convert /proc/$PID/schedstat to seq_file interface | Alexey Dobriyan | 1 | -4/+5 |
2014-08-09 | proc: convert /proc/$PID/wchan to seq_file interface | Alexey Dobriyan | 1 | -5/+6 |
2014-08-09 | proc: convert /proc/$PID/cmdline to seq_file interface | Alexey Dobriyan | 1 | -4/+11 |
2014-08-09 | proc: convert /proc/$PID/syscall to seq_file interface | Alexey Dobriyan | 1 | -6/+7 |
2014-08-09 | proc: convert /proc/$PID/limits to seq_file interface | Alexey Dobriyan | 1 | -15/+12 |
2014-08-09 | proc: convert /proc/$PID/auxv to seq_file interface | Alexey Dobriyan | 1 | -10/+8 |
2014-08-09 | proc: more "const char *" pointers | Alexey Dobriyan | 1 | -4/+4 |
2014-08-09 | proc: remove proc_tty_ldisc variable | Alexey Dobriyan | 1 | -2/+2 |
2014-08-09 | proc: make proc_subdir_lock static | Alexey Dobriyan | 2 | -3/+1 |