aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-09-14Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds42-284/+729
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds112-4867/+14377
2009-09-14Merge branch 'docs-next' of git://git.lwn.net/linux-2.6Linus Torvalds2-1/+100
2009-09-14Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds500-2819/+48275
2009-09-14fix undefined reference to user_shm_unlockHugh Dickins1-1/+1
2009-09-14Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds80-2160/+5692
2009-09-14cleanup console_print()Anirban Sinha7-32/+11
2009-09-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds5-25/+85
2009-09-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds8-452/+619
2009-09-14Merge branch 'osync_cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds18-380/+204
2009-09-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds21-806/+678
2009-09-14Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6Linus Torvalds5-100/+12
2009-09-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2Linus Torvalds22-759/+567
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds13-267/+223
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds41-70/+1981
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1377-83028/+135636
2009-09-14Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds9-101/+222
2009-09-14Merge branches 'slab/cleanups' and 'slab/fixes' into for-linusPekka Enberg5-25/+85
2009-09-14udf: Fix possible corruption when close races with writeJan Kara1-0/+2
2009-09-14udf: Perform preallocation only for regular filesJan Kara1-9/+10
2009-09-14udf: Remove wrong assignment in udf_symlinkJan Kara1-1/+0
2009-09-14udf: Remove dead codeJan Kara2-90/+0
2009-09-14x86, mce: do not compile mcelog message on AMDBorislav Petkov1-1/+4
2009-09-14EDAC, AMD: decode FR MCEsBorislav Petkov1-0/+13
2009-09-14EDAC, AMD: decode load store MCEsBorislav Petkov1-0/+25
2009-09-14EDAC, AMD: decode bus unit MCEsBorislav Petkov1-0/+46
2009-09-14EDAC, AMD: decode instruction cache MCEsBorislav Petkov1-0/+61
2009-09-14EDAC, AMD: decode data cache MCEsBorislav Petkov1-2/+54
2009-09-14EDAC, AMD: carve out decoding of MCi_STATUS ErrorCodeBorislav Petkov2-19/+22
2009-09-14EDAC, AMD: carve out MCi_STATUS decodingBorislav Petkov3-35/+34
2009-09-14x86, mce: pass mce info to EDAC for decodingBorislav Petkov6-111/+185
2009-09-14amd64_edac: cleanup amd64_decode_bus_errorBorislav Petkov1-26/+9
2009-09-14amd64_edac: remove memory and GART TLB error decodersBorislav Petkov1-29/+7
2009-09-14amd64_edac: cleanup/complete NB MCE decodingBorislav Petkov4-99/+56
2009-09-14amd64_edac: cleanup amd64_process_error_infoBorislav Petkov2-29/+25
2009-09-14EDAC: beef up ErrorCodeExt error signaturesBorislav Petkov1-34/+37
2009-09-14EDAC: move MCE error descriptions to EDAC coreBorislav Petkov5-148/+122
2009-09-14fsync: wait for data writeout completion before calling ->fsyncChristoph Hellwig1-4/+1
2009-09-14vfs: Remove generic_osync_inode() and sync_page_range{_nolock}()Jan Kara4-127/+0
2009-09-14fat: Opencode sync_page_range_nolock()Jan Kara2-4/+22
2009-09-14pohmelfs: Use new syncing helperJan Kara1-2/+2
2009-09-14xfs: Convert sync_page_range() to simple filemap_write_and_wait_range()Jan Kara1-1/+2
2009-09-14ocfs2: Update syncing after splicing to match generic versionJan Kara1-21/+6
2009-09-14ntfs: Use new syncing helpers and update commentsJan Kara2-19/+10
2009-09-14ext4: Remove syncing logic from ext4_file_writeJan Kara1-51/+2
2009-09-14ext3: Remove syncing logic from ext3_file_writeJan Kara1-60/+1
2009-09-14ext2: Update comment about generic_osync_inodeJan Kara1-1/+1
2009-09-14vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYNC inodeJan Kara4-30/+61
2009-09-14vfs: Rename generic_file_aio_write_nolockChristoph Hellwig4-43/+33
2009-09-14ocfs2: Use __generic_file_aio_write instead of generic_file_aio_write_nolockJan Kara1-10/+12