summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-26Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds15-318/+366
2011-05-26Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds24-1103/+2019
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds33-269/+332
2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro12-23/+26
2011-05-26jbd2: Add MAINTAINERS entryTheodore Ts'o1-3/+10
2011-05-26cifs: remove unnecessary dentry_unhash on rmdir/rename_dirSage Weil1-5/+0
2011-05-26ocfs2: remove unnecessary dentry_unhash on rmdir/rename_dirSage Weil1-6/+0
2011-05-26exofs: remove unnecessary dentry_unhash on rmdir/rename_dirSage Weil1-5/+0
2011-05-26nfs: remove unnecessary dentry_unhash on rmdir/rename_dirSage Weil1-5/+0
2011-05-26ext2: remove unnecessary dentry_unhash on rmdir/rename_dirSage Weil1-5/+0
2011-05-26ext3: remove unnecessary dentry_unhash on rmdir/rename_dirSage Weil1-5/+0
2011-05-26ext4: remove unnecessary dentry_unhash on rmdir/rename_dirSage Weil1-5/+0
2011-05-26btrfs: remove unnecessary dentry_unhash in rmdir/rename_dirSage Weil1-5/+0
2011-05-26ceph: remove unnecessary dentry_unhash callsSage Weil1-6/+0
2011-05-26vfs: clean up vfs_rename_otherSage Weil1-11/+14
2011-05-26vfs: clean up vfs_rename_dirSage Weil1-11/+15
2011-05-26vfs: clean up vfs_rmdirSage Weil1-14/+17
2011-05-26vfs: fix vfs_rename_dir for FS_RENAME_DOES_D_MOVE filesystemsMiklos Szeredi1-2/+0
2011-05-26libfs: drop unneeded dentry_unhashSage Weil1-5/+0
2011-05-26vfs: update dentry_unhash() commentSage Weil1-4/+4
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil36-12/+110
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil37-3/+78
2011-05-26vfs: remove dget() from dentry_unhash()Sage Weil3-8/+1
2011-05-26vfs: dentry_unhash immediately prior to rmdirSage Weil1-2/+2
2011-05-26vfs: Block mmapped writes while the fs is frozenJan Kara2-1/+25
2011-05-26vfs: Create __block_page_mkwrite() helper passing error values backJan Kara2-17/+34
2011-05-26fs/namespace.c: bound mount propagation fixRoman Borisov1-1/+1
2011-05-26exportfs: reallow building as a moduleJonas Gorski1-1/+1
2011-05-26merge handle_reval_dot and nameidata_drop_rcu_lastAl Viro1-81/+40
2011-05-26consolidate nameidata_..._drop_rcu()Al Viro1-105/+46
2011-05-26tmpfs: fix XATTR N overriding POSIX_ACL YEric Paris1-14/+15
2011-05-26video: mb862xx: udelay need linux/delay.hStephen Rothwell1-0/+1
2011-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfdLinus Torvalds14-12/+444
2011-05-26slub: remove no-longer used 'unlock_out' labelLinus Torvalds1-1/+0
2011-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds187-1203/+2049
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds49-556/+5699
2011-05-26Merge branch 'kconfig-for-40' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds12-87/+118
2011-05-26Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/ol...Linus Torvalds2-3/+5
2011-05-26Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds29-150/+1305
2011-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds92-2034/+11799
2011-05-26Merge branch 'for-torvalds' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds33-707/+4755
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds59-1671/+4011
2011-05-26Merge branch 'rmobile-latest' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds26-101/+1942
2011-05-26hrtimers: Fix typo causing erratic timersThomas Gleixner1-1/+1
2011-05-26bonding: documentation and code cleanup for resend_igmpFlavio Leitner3-12/+23
2011-05-26bonding: prevent deadlock on slave store with alb mode (v3)Neil Horman3-16/+10
2011-05-26net: hold rtnl again in dump callbacksEric Dumazet2-2/+8
2011-05-26Add Fujitsu 1000base-SX PCI ID to tg3Meelis Roos1-0/+1
2011-05-26bnx2x: protect sequence increment with mutexDmitry Kravkov1-1/+2
2011-05-26sch_sfq: fix peek() implementationEric Dumazet1-13/+1