summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-03-05Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds18-835/+2063
2010-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-14/+23
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds27-657/+1344
2010-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds18-128/+335
2010-03-05Squashfs: get rid of obsolete definition in header filePhillip Lougher1-2/+0
2010-03-05Squashfs: get rid of obsolete variable in struct squashfs_sb_infoPhillip Lougher1-1/+0
2010-03-04ext4: fix up rb_root initializations to use RB_ROOTVenkatesh Pallipadi3-4/+4
2010-03-04Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds5-203/+779
2010-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds17-276/+99
2010-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-next-2.6Linus Torvalds52-678/+617
2010-03-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds20-779/+1717
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds73-1080/+773
2010-03-04Merge git://git.infradead.org/battery-2.6Linus Torvalds4-49/+138
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds28-184/+1622
2010-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds9-1027/+973
2010-03-04Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds146-6374/+18175
2010-03-04x86: Issue at least one memory barrier in stop_machine_text_poke()Masami Hiramatsu1-2/+2
2010-03-04perf probe: Correct probe syntax on command line helpMasami Hiramatsu1-1/+1
2010-03-04ext4: Code cleanup for EXT4_IOC_MOVE_EXT ioctlAkira Fujita2-4/+3
2010-03-04ext4: Fix the NULL reference in double_down_write_data_sem()Akira Fujita1-8/+8
2010-03-04ext4: Fix insertion point of extent in mext_insert_across_blocks()Akira Fujita1-0/+4
2010-03-04padata: Allocate the cpumask for the padata instanceSteffen Klassert1-1/+7
2010-03-03ext4: consolidate in_range() definitionsAkinobu Mita4-7/+4
2010-03-03ext4: cleanup to use ext4_grp_offs_to_block()Akinobu Mita1-6/+2
2010-03-03ext4: cleanup to use ext4_group_first_block_no()Akinobu Mita4-28/+14
2010-03-03Merge branch 'coh' into dmaengineDan Williams7-123/+116
2010-03-03ioat: cleanup ->timer_fn() and ->cleanup_fn() prototypesDan Williams5-67/+40
2010-03-03ioat3: interrupt coalescingDan Williams2-5/+34
2010-03-03ioat: close potential BUG_ON race in the descriptor cleanup pathDan Williams2-2/+2
2010-03-03Prioritize synchronous signals over 'normal' signalsLinus Torvalds1-13/+30
2010-03-03Merge branch 'for-fsnotify' into for-linusAl Viro7-76/+23
2010-03-03ext4: Release page references acquired in ext4_da_block_invalidatepagesJan Kara1-4/+3
2010-03-03init: Open /dev/console from rootfsEric W. Biederman2-9/+6
2010-03-03mqueue: fix typo "failues" -> "failures"André Goddard Rosa1-1/+1
2010-03-03mqueue: only set error codes if they are really necessaryAndré Goddard Rosa1-27/+50
2010-03-03mqueue: simplify do_open() error handlingAndré Goddard Rosa1-6/+10
2010-03-03mqueue: apply mathematics distributivity on mq_bytes calculationAndré Goddard Rosa1-4/+5
2010-03-03mqueue: remove unneeded info->messages initializationAndré Goddard Rosa1-8/+5
2010-03-03mqueue: fix mq_open() file descriptor leak on user-space processesAndré Goddard Rosa1-2/+1
2010-03-03fix race in d_splice_alias()Al Viro1-1/+0
2010-03-03set S_DEAD on unlink() and non-directory rename() victimsAl Viro1-1/+6
2010-03-03vfs: add NOFOLLOW flag to umount(2)Miklos Szeredi2-1/+10
2010-03-03get rid of ->mnt_parent in tomoyo/realpathAl Viro1-1/+1
2010-03-03hppfs can use existing proc_mnt, no need for do_kern_mount() in thereAl Viro1-1/+1
2010-03-03Mirror MS_KERNMOUNT in ->mnt_flagsAl Viro3-1/+6
2010-03-03get rid of useless vfsmount_lock use in put_mnt_ns()Al Viro1-6/+2
2010-03-03Take vfsmount_lock to fs/internal.hAl Viro2-1/+2
2010-03-03get rid of insanity with namespace roots in tomoyoAl Viro1-19/+4
2010-03-03take check for new events in namespace (guts of mounts_poll()) to namespace.cAl Viro3-8/+18
2010-03-03Don't mess with generic_permission() under ->d_lock in hpfsAl Viro1-6/+9