summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Linus Torvalds81-1831/+1172
2009-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds3-15/+41
2009-12-16Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds18-293/+244
2009-12-16Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds16-275/+196
2009-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds137-13625/+6847
2009-12-16Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds5-74/+223
2009-12-16Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds21-236/+75
2009-12-16Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds6-18/+50
2009-12-16Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds63-863/+719
2009-12-16Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+7
2009-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds52-886/+745
2009-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds39-907/+1084
2009-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds22-385/+1137
2009-12-16Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds28-92/+1118
2009-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds62-1102/+1956
2009-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds3-12/+24
2009-12-16Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds19-31/+7828
2009-12-16Merge git://git.infradead.org/mtd-2.6Linus Torvalds61-1736/+3606
2009-12-16Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/par...Linus Torvalds13-60/+94
2009-12-16Merge git://git.infradead.org/iommu-2.6Linus Torvalds6-51/+154
2009-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds1-17/+7
2009-12-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds227-4078/+10431
2009-12-16Merge branch 'akpm'Linus Torvalds216-3281/+7054
2009-12-16direct I/O fallback sync simplificationChristoph Hellwig1-14/+1
2009-12-16ocfs: stop using do_sync_mapping_rangeChristoph Hellwig1-2/+2
2009-12-16cleanup blockdev_direct_IO lockingChristoph Hellwig4-134/+71
2009-12-16make generic_acl slightly more genericChristoph Hellwig6-257/+109
2009-12-16sanitize xattr handler prototypesChristoph Hellwig39-815/+533
2009-12-16libfs: move EXPORT_SYMBOL for d_alloc_nameH Hartley Sweeten2-1/+1
2009-12-16vfs: force reval of target when following LAST_BIND symlinks (try #7)Jeff Layton1-0/+45
2009-12-16ima: limit imbalance msgMimi Zohar1-9/+53
2009-12-16Untangling ima mess, part 3: kill dead code in imaAl Viro4-62/+9
2009-12-16Untangling ima mess, part 2: deal with countersAl Viro6-43/+28
2009-12-16Untangling ima mess, part 1: alloc_file()Al Viro4-6/+2
2009-12-16O_TRUNC open shouldn't fail after file truncationAl Viro1-53/+56
2009-12-16ima: call ima_inode_free ima_inode_freeEric Paris2-5/+2
2009-12-16IMA: clean up the IMA counts updating codeEric Paris2-49/+70
2009-12-16ima: only insert at inode creation timeEric Paris3-66/+14
2009-12-16ima: valid return code from ima_inode_allocEric Paris1-3/+1
2009-12-16fs: move get_empty_filp() deffinition to internal.hEric Paris5-1/+7
2009-12-16Sanitize exec_permission_lite()Al Viro1-9/+8
2009-12-16Kill cached_lookup() and real_lookup()Al Viro1-87/+66
2009-12-16Kill path_lookup_open()Al Viro1-32/+16
2009-12-16Take hash recalculation into do_lookup()Al Viro1-17/+11
2009-12-16fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)Al Viro3-11/+1
2009-12-16switch cachefiles to kern_path()Al Viro1-7/+4
2009-12-16fix the crap in dst/dcoreAl Viro1-41/+5
2009-12-16kill __link_path_walk()/link_path_walk() distinctionAl Viro1-34/+34
2009-12-16lift path_put(path) to callers of __do_follow_link()Al Viro1-2/+2
2009-12-16switch create_read_pipe() to alloc_file()Al Viro1-9/+3