Age | Commit message (Expand) | Author | Files | Lines |
2012-01-16 | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+1 |
2012-01-16 | Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -24/+4 |
2012-01-15 | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 | Linus Torvalds | 1 | -14/+17 |
2012-01-15 | UBIFS: fix non-debug configuration build | Dominique Martinet | 1 | -14/+17 |
2012-01-15 | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security | Linus Torvalds | 1 | -1/+1 |
2012-01-15 | fsnotify: don't BUG in fsnotify_destroy_mark() | Miklos Szeredi | 1 | -3/+5 |
2012-01-15 | Merge tag 'for-linus' of git://github.com/rustyrussell/linux | Linus Torvalds | 4 | -4/+4 |
2012-01-15 | Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 14 | -130/+433 |
2012-01-14 | Unused iocbs in a batch should not be accounted as active. | Gleb Natapov | 1 | -2/+9 |
2012-01-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next | Linus Torvalds | 4 | -12/+25 |
2012-01-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw | Linus Torvalds | 11 | -49/+1106 |
2012-01-13 | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 | Linus Torvalds | 6 | -104/+110 |
2012-01-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 8 | -42/+97 |
2012-01-13 | autofs4 - fix deal with autofs4_write races | Ian Kent | 1 | -1/+1 |
2012-01-13 | UBIFS: fix key printing | Artem Bityutskiy | 6 | -88/+91 |
2012-01-13 | UBIFS: use snprintf instead of sprintf when printing keys | Artem Bityutskiy | 1 | -18/+20 |
2012-01-13 | Merge branch 'akpm' (aka "Andrew's patch-bomb, take two") | Linus Torvalds | 10 | -50/+269 |
2012-01-13 | c/r: procfs: add start_data, end_data, start_brk members to /proc/$pid/stat v4 | Cyrill Gorcunov | 1 | -2/+5 |
2012-01-13 | dio: optimize cache misses in the submission path | Andi Kleen | 1 | -9/+37 |
2012-01-13 | vfs: cache request_queue in struct block_device | Andi Kleen | 1 | -0/+3 |
2012-01-13 | fs/direct-io.c: calculate fs_count correctly in get_more_blocks() | Tao Ma | 1 | -7/+4 |
2012-01-13 | mm: compaction: introduce sync-light migration for use by compaction | Mel Gorman | 4 | -6/+7 |
2012-01-13 | mm: compaction: determine if dirty pages can be migrated without blocking wit... | Mel Gorman | 4 | -6/+7 |
2012-01-13 | epoll: limit paths | Jason Baron | 1 | -25/+209 |
2012-01-13 | pipe: fail cleanly when root tries F_SETPIPE_SZ with big size | Sasha Levin | 1 | -1/+1 |
2012-01-13 | proc: fix null pointer deref in proc_pid_permission() | Xiaotian Feng | 1 | -0/+2 |
2012-01-13 | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 3 | -3/+3 |
2012-01-13 | module_param: avoid bool abuse, add bint for special cases. | Rusty Russell | 1 | -1/+1 |
2012-01-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 4 | -49/+134 |
2012-01-12 | ceph: ensure prealloc_blob is in place when removing xattr | Alex Elder | 1 | -0/+22 |
2012-01-12 | ceph: enable/disable dentry complete flags via mount option | Sage Weil | 3 | -3/+37 |
2012-01-12 | vfs: export symbol d_find_any_alias() | Sage Weil | 1 | -2/+9 |
2012-01-12 | fs: remove unneeded plug in mpage_readpages() | Namjae Jeon | 1 | -4/+0 |
2012-01-12 | ceph: always initialize the dentry in open_root_dentry() | Alex Elder | 1 | -4/+3 |
2012-01-11 | UBIFS: fix debugging messages | Artem Bityutskiy | 1 | -1/+4 |
2012-01-11 | UBIFS: make debugging messages light again | Artem Bityutskiy | 1 | -7/+5 |
2012-01-11 | GFS2: Fix nlink setting on inode creation | Steven Whitehouse | 1 | -3/+1 |
2012-01-11 | GFS2: fail mount if journal recovery fails | David Teigland | 2 | -1/+3 |
2012-01-11 | GFS2: let spectator mount do read only recovery | David Teigland | 3 | -2/+5 |
2012-01-11 | GFS2: Fix a use-after-free that coverity spotted | Bob Peterson | 1 | -1/+1 |
2012-01-11 | GFS2: dlm based recovery coordination | David Teigland | 9 | -42/+1096 |
2012-01-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 10 | -73/+86 |
2012-01-11 | autofs4: deal with autofs4_write/autofs4_write races | Al Viro | 3 | -4/+7 |
2012-01-11 | autofs4: catatonic_mode vs. notify_daemon race | Al Viro | 1 | -11/+14 |
2012-01-11 | autofs4: autofs4_wait() vs. autofs4_catatonic_mode() race | Al Viro | 1 | -1/+7 |
2012-01-11 | Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -3/+16 |
2012-01-11 | Merge branch 'akpm' (aka "Andrew's patch-bomb") | Linus Torvalds | 12 | -83/+587 |
2012-01-11 | procfs: add hidepid= and gid= mount options | Vasiliy Kulikov | 3 | -4/+94 |
2012-01-11 | procfs: parse mount options | Vasiliy Kulikov | 3 | -2/+64 |
2012-01-11 | procfs: introduce the /proc/<pid>/map_files/ directory | Pavel Emelyanov | 1 | -0/+355 |