aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-01-25mailmap: Add an entry for Axel Lin.Paul Mundt1-0/+1
2011-01-25video: fix some comments in drivers/video/console/vgacon.cAmerigo Wang1-5/+1
2011-01-25drivers/video/bf537-lq035.c: Add missing IS_ERR testJulia Lawall1-25/+33
2011-01-25video: pxa168fb: remove a redundant pxa168fb_check_var callaxel lin1-5/+1
2011-01-25video: da8xx-fb: fix fb_probe error pathaxel lin1-1/+2
2011-01-18video: pxa3xx-gcu: Return -EFAULT when copy_from_user() failsaxel lin1-2/+2
2011-01-18video: nuc900fb: properly free resources in nuc900fb_removeAxel Lin1-0/+2
2011-01-18video: nuc900fb: fix compile errorAxel Lin1-2/+2
2011-01-17staging: fix build failure in bcm driverAndres Salomon2-7/+6
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds38-144/+351
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds29-623/+2490
2011-01-17Revert "mm: simplify code of swap.c"Linus Torvalds1-54/+47
2011-01-17Revert "mm: batch activate_page() to reduce lock contention"Linus Torvalds3-92/+13
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6Linus Torvalds8-80/+83
2011-01-17xfs: Do not name variables "panic"Geert Uytterhoeven1-3/+3
2011-01-17Btrfs: forced readonly mounts on errorsliubo7-2/+523
2011-01-17Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds6-17/+9
2011-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2-2/+4
2011-01-17Merge git://git.infradead.org/mtd-2.6Linus Torvalds50-351/+595
2011-01-17ecryptfs: remove unnecessary decrypt when extending a fileFrank Swiderski1-8/+14
2011-01-17ecryptfs: Fix ecryptfs_printk() size_t warningsTyler Hicks2-12/+12
2011-01-17fs/ecryptfs: Add printf format/argument verification and fix falloutJoe Perches6-29/+30
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds24-524/+515
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha-2.6Linus Torvalds28-504/+159
2011-01-17Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds20-262/+124
2011-01-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds13-844/+994
2011-01-17ecryptfs: fixed testing of file descriptor flagsRoberto Sassu1-2/+2
2011-01-17ecryptfs: test lower_file pointer when lower_file_mutex is lockedRoberto Sassu2-27/+21
2011-01-17ecryptfs: missing initialization of the superblock 'magic' fieldRoberto Sassu1-0/+2
2011-01-17spi/spi_sh_msiof: fix a wrong free_irq() parameterGuennadi Liakhovetski1-1/+1
2011-01-17ecryptfs: moved ECRYPTFS_SUPER_MAGIC definition to linux/magic.hRoberto Sassu2-1/+1
2011-01-17ecryptfs: fix truncation error in ecryptfs_read_update_atimeEdward Shishkin1-1/+1
2011-01-17mtd: mtdpart: disallow reading OOB past the end of the partitionArtem Bityutskiy1-1/+18
2011-01-17fs: fix address space warnings in ioctl_fiemap()Namhyung Kim2-7/+7
2011-01-17aio: check return value of create_workqueue()Namhyung Kim1-1/+1
2011-01-17hpfs_setattr error case avoids unlock_kernelDr. David Alan Gilbert1-1/+1
2011-01-17compat: copy missing fields in compat_statfs64 to userNamhyung Kim1-1/+3
2011-01-17compat: update comment of compat statfs syscallsNamhyung Kim1-1/+1
2011-01-17compat: remove unnecessary assignment in compat_rw_copy_check_uvector()Namhyung Kim1-3/+1
2011-01-17fs: FS_POSIX_ACL does not depend on BLOCKRandy Dunlap1-9/+8
2011-01-17fs: Remove unlikely() from fget_light()Steven Rostedt1-1/+1
2011-01-17fs: Remove unlikely() from fput_light()Steven Rostedt1-1/+1
2011-01-17fallocate should be a file operationChristoph Hellwig13-448/+440
2011-01-17make the feature checks in ->fallocate future proofChristoph Hellwig5-3/+8
2011-01-17staging: smbfs building fixYang Ruirui1-2/+2
2011-01-17tidy up around finish_automount()Al Viro2-30/+18
2011-01-17don't drop newmnt on error in do_add_mount()Al Viro1-11/+5
2011-01-17Take the completion of automount into new helperAl Viro3-26/+39
2011-01-16Merge branches 'misc', 'mlx4', 'mthca', 'nes' and 'srp' into for-nextRoland Dreier20-60/+297
2011-01-16RDMA: Update workqueue usageTejun Heo13-50/+39