aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-01-05igb: fix anoying type mismatch warning on rx/tx queue sizingLinus Torvalds1-2/+2
2009-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds47-2462/+1481
2009-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds63-1910/+11470
2009-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds15-256/+375
2009-01-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds5-48/+74
2009-01-05Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2Linus Torvalds72-3153/+9756
2009-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds58-219/+126
2009-01-05mm lockless pagecache barrier fixNick Piggin1-1/+1
2009-01-05i2o: Update my addressAlan Cox4-4/+4
2009-01-05qlge: Fix sparse warnings for tx ring indexes.Ron Mercer1-10/+10
2009-01-05qlge: Fix sparse warning regarding rx buffer queues.Ron Mercer2-51/+15
2009-01-05qlge: Fix sparse endian warning in ql_hw_csum_setup().Ron Mercer1-1/+1
2009-01-05qlge: Fix sparse endian warning for inbound packet control block flags.Ron Mercer2-12/+10
2009-01-05qlge: Fix sparse warnings for byte swapping in qlge_ethool.cRon Mercer1-4/+4
2009-01-05myri10ge: print MAC and serial number on probe failureBrice Goglin1-1/+5
2009-01-05pkt_sched: cls_u32: Fix locking in u32_change()Jarek Poplawski1-1/+2
2009-01-05sparc: Fix minor SPARC32 compile errorJulian Calaby1-0/+2
2009-01-05iucv: fix cpu hotplugHeiko Carstens1-7/+11
2009-01-05af_iucv: Free iucv path/socket in path_pending callbackHendrik Brueckner1-0/+5
2009-01-05af_iucv: avoid left over IUCV connections from failing connectsUrsula Braun1-0/+7
2009-01-05af_iucv: New error return codes for connect()Hendrik Brueckner1-1/+15
2009-01-05mm: update my addressAlan Cox4-4/+4
2009-01-05X86_DEBUGCTLMSR won't work on umlAl Viro1-1/+1
2009-01-05uml got broken by commit 30742d5c2277c325fb0e9d2d817d55a19995fe8fAl Viro1-7/+7
2009-01-05get rid of the last symlink in uml buildAl Viro1-14/+11
2009-01-05net/ehea: bitops work on unsigned longsStephen Rothwell2-3/+2
2009-01-05Revert "net: Fix for initial link state in 2.6.28"David S. Miller2-6/+5
2009-01-05Merge branch 'topic/misc' into for-linusTakashi Iwai1-1/+1
2009-01-05Merge branch 'topic/asoc' into for-linusTakashi Iwai1-0/+4
2009-01-05Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6 into topic/asocTakashi Iwai1-0/+4
2009-01-05ALSA: ice1724 - Fix a typo in IEC958 PCM nameAlan Horstmann1-1/+1
2009-01-05inotify: fix type errors in interfacesMichael Kerrisk2-2/+2
2009-01-05fix breakage in reiserfs_new_inode()Al Viro1-7/+6
2009-01-05fix the treatment of jfs special inodesAl Viro1-3/+7
2009-01-05vfs: remove duplicate code in get_fs_type()Li Zefan1-10/+13
2009-01-05add a vfs_fsync helperChristoph Hellwig7-84/+48
2009-01-05sys_execve and sys_uselib do not call into fsnotifyEric Paris1-0/+5
2009-01-05zero i_uid/i_gid on inode allocationAl Viro31-66/+2
2009-01-05inode->i_op is never NULLAl Viro10-35/+28
2009-01-05ntfs: don't NULL i_opAl Viro1-3/+0
2009-01-05isofs check for NULL ->i_op in root directory is dead codeAl Viro1-6/+0
2009-01-05affs: do not zero ->i_opAl Viro1-2/+1
2009-01-05kill suid bit only for regular filesDmitri Monakhov1-1/+1
2009-01-05vfs: lseek(fd, 0, SEEK_CUR) race conditionAlain Knaff1-0/+13
2009-01-05ocfs2: Access the right buffer_head in ocfs2_merge_rec_left.Tao Ma1-2/+2
2009-01-05ocfs2: use min_t in ocfs2_quota_read()Mark Fasheh1-1/+1
2009-01-05ocfs2: remove unneeded lvb castsMark Fasheh1-7/+5
2009-01-05ocfs2: Add xattr support checking in init_securityTiger Yang1-0/+3
2009-01-05ocfs2: alloc xattr bucket in ocfs2_xattr_set_handleTiger Yang1-3/+15
2009-01-05ocfs2: calculate and reserve credits for xattr value in mknodTiger Yang1-14/+26