aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds
2012-03-21Merge tag 'dlm-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-03-21Merge branch 'vm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2012-03-21Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-03-21Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds
2012-03-21Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2012-03-21Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2012-03-21Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2012-03-21Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2012-03-21Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds
2012-03-21dlm: last element of dlm_local_addr[] never usedDavid Teigland
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-03-20ext4: initialization of ext4_li_mtx needs to be done earlierAl Viro
2012-03-20VM: make zap_page_range() callers that act on a single VMA use separate helperAl Viro
2012-03-20VM: make unmap_vmas() return voidAl Viro
2012-03-20VM: don't bother with feeding upper limit to tlb_finish_mmu() in exit_mmap()Al Viro
2012-03-20VM: make zap_page_range() return voidAl Viro
2012-03-20VM: can't go through the inner loop in unmap_vmas() more than once...Al Viro
2012-03-20VM: unmap_page_range() can return voidAl Viro
2012-03-20debugfs-related mode_t whack-a-moleAl Viro
2012-03-20hfsplus: add an ioctl to bless filesMatthew Garrett
2012-03-20hfsplus: change finder_info to u32Matthew Garrett
2012-03-20hfsplus: initialise userflagsMatthew Garrett
2012-03-20qnx4: new helper - try_extent()Al Viro
2012-03-20qnx4: get rid of qnx4_bread/qnx4_getblkAl Viro
2012-03-20take removal of PF_FORKNOEXEC to flush_old_exec()Al Viro
2012-03-20trim includes in inode.cAl Viro
2012-03-20um: uml_dup_mmap() relies on ->mmap_sem being held, but activate_mm() doesn't...Al Viro
2012-03-20um: embed ->stub_pages[] into mmu_contextAl Viro
2012-03-20gadgetfs: list_for_each_safe() misuseAl Viro
2012-03-20ocfs2: fix leaks on failure exits in module_initAl Viro
2012-03-20ecryptfs: make register_filesystem() the last potential failure exitAl Viro
2012-03-20ntfs: forgets to unregister sysctls on register_filesystem() failureAl Viro
2012-03-20logfs: missing cleanup on register_filesystem() failureAl Viro
2012-03-20jfs: mising cleanup on register_filesystem() failureAl Viro
2012-03-20make configfs_pin_fs() return root dentry on successAl Viro
2012-03-20configfs: configfs_create_dir() has parent dentry in dentry->d_parentAl Viro
2012-03-20configfs: sanitize configfs_create()Al Viro
2012-03-20configfs: kill configfs_sbAl Viro
2012-03-20configfs: don't bother with checks for mkdir/rmdir/unlink/symlink in rootAl Viro
2012-03-20__register_binfmt() made voidAl Viro
2012-03-20autofs: set things up *before* registering fs typeAl Viro
2012-03-20anon_inodes: move allocation of anon_inode into ->mount()Al Viro