Age | Commit message (Expand) | Author | Files | Lines |
2014-06-10 | ocfs2/o2net: incorrect to terminate accepting connections loop upon rejecting... | Tariq Saeed | 1 | -2/+29 |
2014-06-10 | Merge tag 'upstream-3.16-rc1-v2' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 8 | -16/+35 |
2014-06-09 | Merge tag 'for-f2fs-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds | 16 | -305/+639 |
2014-06-09 | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 11 | -98/+158 |
2014-06-08 | Merge tag 'for-linus-3.16-merge-window' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2 | -2/+2 |
2014-06-08 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 20 | -429/+494 |
2014-06-08 | Merge branch 'next' (accumulated 3.16 merge window patches) into master | Linus Torvalds | 213 | -4503/+2190 |
2014-06-07 | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd into next | Linus Torvalds | 4 | -81/+98 |
2014-06-08 | f2fs: support f2fs_fiemap | Jaegeuk Kim | 3 | -0/+8 |
2014-06-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -2/+5 |
2014-06-06 | ufs: sb mutex merge + mutex_destroy | Fabian Frederick | 4 | -43/+33 |
2014-06-06 | fs/dlm/debug_fs.c: replace seq_printf by seq_puts | Fabian Frederick | 1 | -17/+17 |
2014-06-06 | fs/dlm/lockspace.c: convert simple_str to kstr | Fabian Frederick | 1 | -4/+17 |
2014-06-06 | fs/dlm/config.c: convert simple_str to kstr | Fabian Frederick | 1 | -6/+20 |
2014-06-06 | fs/reiserfs/stree.c: remove obsolete __constant | Fabian Frederick | 1 | -4/+4 |
2014-06-06 | fs/reiserfs/bitmap.c: coding style fixes | Fabian Frederick | 1 | -7/+6 |
2014-06-06 | fs: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 5 | -6/+6 |
2014-06-06 | ntfs: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 1 | -2/+2 |
2014-06-06 | inotify: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 1 | -1/+1 |
2014-06-06 | nfs: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 2 | -6/+6 |
2014-06-06 | lockd: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 1 | -3/+3 |
2014-06-06 | fscache: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 1 | -2/+2 |
2014-06-06 | coda: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 1 | -2/+2 |
2014-06-06 | fs/devpts/inode.c: convert printk to pr_foo() | Fabian Frederick | 1 | -11/+15 |
2014-06-06 | fs/cachefiles: replace kerror by pr_err | Fabian Frederick | 8 | -54/+58 |
2014-06-06 | FS/CACHEFILES: convert printk to pr_foo() | Fabian Frederick | 6 | -52/+39 |
2014-06-06 | fs/pstore: logging clean-up | Fabian Frederick | 2 | -29/+26 |
2014-06-06 | fs/affs: pr_debug cleanup | Fabian Frederick | 9 | -59/+74 |
2014-06-06 | fs/affs: convert printk to pr_foo() | Fabian Frederick | 4 | -23/+26 |
2014-06-06 | fs/affs/file.c: remove unnecessary function parameters | Fabian Frederick | 1 | -11/+13 |
2014-06-06 | fs/proc/vmcore.c: remove NULL assignment to static | Fabian Frederick | 1 | -1/+1 |
2014-06-06 | fs/proc/task_mmu.c: replace seq_printf by seq_puts | Fabian Frederick | 1 | -4/+4 |
2014-06-06 | signals: jffs2: fix the wrong usage of disallow_signal() | Oleg Nesterov | 1 | -5/+7 |
2014-06-06 | fs/fat/inode.c: clean up string initializations (char[] instead of char *) | Manuel Schölling | 1 | -1/+1 |
2014-06-06 | fs/fat/: add support for DOS 1.x formatted volumes | Conrad Meyer | 2 | -77/+269 |
2014-06-06 | fs/hpfs: increase pr_warn level | Fabian Frederick | 8 | -47/+47 |
2014-06-06 | fs/hpfs: use __func__ for logging | Fabian Frederick | 2 | -12/+12 |
2014-06-06 | fs/hpfs: use pr_fmt for logging | Fabian Frederick | 10 | -51/+56 |
2014-06-06 | fs/hpfs: convert printk to pr_foo() | Fabian Frederick | 10 | -67/+89 |
2014-06-06 | fs/ufs/balloc.c: remove err parameter in ufs_add_fragments | Fabian Frederick | 1 | -3/+3 |
2014-06-06 | hfsplus: fix compiler warning on PowerPC | Christian Kujau | 1 | -1/+1 |
2014-06-06 | fs/hfsplus: fix pr_foo() and hfs_dbg formats | Fabian Frederick | 3 | -6/+6 |
2014-06-06 | hfsplus: coding style fix for declarations in hfsplus_fs.h | Sergei Antonov | 1 | -96/+107 |
2014-06-06 | fs/hfsplus/wrapper.c: replace shift loop by ilog2 | Fabian Frederick | 1 | -3/+1 |
2014-06-06 | hfsplus: fix "unused node is not erased" error | Sergei Antonov | 6 | -7/+28 |
2014-06-06 | fs/hfsplus/wrapper.c: replace min/casting by min_t | Fabian Frederick | 1 | -3/+3 |
2014-06-06 | fs/hfsplus/options.c: replace seq_printf by seq_puts | Fabian Frederick | 1 | -5/+4 |
2014-06-06 | fs/hfsplus/bnode.c: replace min/casting by min_t | Fabian Frederick | 1 | -17/+15 |
2014-06-06 | hfsplus: emit proper file type from readdir | Sergei Antonov | 1 | -1/+19 |
2014-06-06 | hfsplus: remove unused routine hfsplus_attr_build_key_uni | Hin-Tak Leung | 2 | -28/+0 |