summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-09reiserfs: Force inode evictions before umount to avoid crashJeff Mahoney1-10/+14
2012-01-09reiserfs: Fix quota mount option parsingJan Kara1-1/+2
2012-01-09udf: Treat symlink component of type 2 as /Jan Kara1-4/+10
2012-01-09udf: Fix deadlock when converting file from in-ICB one to normal oneJan Kara2-6/+21
2012-01-09udf: Cleanup calling convention of inode_getblk()Jan Kara1-21/+15
2012-01-09ext2: Fix error handling on inode bitmap corruptionJan Kara1-2/+5
2012-01-09ext3: Fix error handling on inode bitmap corruptionJan Kara1-2/+6
2012-01-09ext3: replace ll_rw_block with other functionsZheng Liu3-15/+18
2012-01-09net: sk_update_clone is only used in net/core/sock.cStephen Rothwell2-6/+6
2012-01-098139cp: fix missing napi_gro_flush.françois romieu1-0/+1
2012-01-09ext[34]: avoid i_nlink warnings triggered by drop_nlink/inc_nlink kludge in s...Al Viro2-2/+2
2012-01-09exofs: oops after late failure in mountAl Viro1-0/+2
2012-01-09devpts: fix double-free on mount failureAl Viro1-3/+1
2012-01-09... and the same for gadgetfsAl Viro1-15/+11
2012-01-09functionfs: unfuck failure exits on mountAl Viro1-20/+11
2012-01-09audit: always follow va_copy() with va_end()Jesper Juhl1-2/+3
2012-01-09drivers/scsi/aacraid/commctrl.c: fix mem leak in aac_send_raw_srb()Jesper Juhl1-0/+1
2012-01-09Merge tag 'infiniband-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds23-68/+109
2012-01-09Merge branch 'dma-buf-merge' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds5-0/+703
2012-01-09Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds50-335/+588
2012-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds20-157/+2542
2012-01-09Merge tag 'md-3.3' of git://neil.brown.name/mdLinus Torvalds13-438/+1280
2012-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds176-386/+266
2012-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-01-09Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds107-1530/+3249
2012-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds19-334/+394
2012-01-09Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds19-1333/+412
2012-01-09Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds476-2879/+2588
2012-01-08ore: Must support none-PAGE-aligned IOBoaz Harrosh1-12/+60
2012-01-08Merge branch 'depends/rmk/for-linus' into next/socArnd Bergmann1051-9232/+9706
2012-01-08Merge branch 'samsung/dt' into next/dtArnd Bergmann1279-12838/+12475
2012-01-08pktgen: set correct max and min in pktgen_setup_inject()Dan Carpenter1-2/+2
2012-01-08Merge branch 'next/cleanup' into samsung/dtArnd Bergmann135-1483/+1640
2012-01-08smsc911x: Unconditionally include linux/smscphy.h in smsc911x.hDavid S. Miller1-2/+0
2012-01-08Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds12-30/+125
2012-01-08Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds4-28/+44
2012-01-08Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds37-402/+530
2012-01-08asix: fix infinite loop in rx_fixup()Aurelien Jacobs1-1/+1
2012-01-08net: Default UDP and UNIX diag to 'n'.David S. Miller2-2/+6
2012-01-08r6040: fix typo in use of MCR0 register bitsCesar Eduardo Barros1-1/+1
2012-01-08Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds517-6891/+3169
2012-01-07net: fix sock_clone reference mismatch with tcp memcontrolGlauber Costa3-5/+22
2012-01-07Merge branch 'depends/rmk/for-linus' into samsung/dtArnd Bergmann1161-11396/+10849
2012-01-07Merge branch 'depends/rmk/restart' into next/cleanupArnd Bergmann931-7936/+8065
2012-01-07reiserfs: Properly display mount options in /proc/mountsJan Kara4-14/+204
2012-01-07vfs: prevent remount read-only if pending removesMiklos Szeredi4-29/+7
2012-01-07vfs: count unlinked inodesMiklos Szeredi2-54/+92
2012-01-07vfs: protect remounting superblock read-onlyMiklos Szeredi4-5/+61
2012-01-07vfs: keep list of mounts for each superblockMiklos Szeredi4-0/+11
2012-01-07vfs: switch ->show_options() to struct dentry *Al Viro39-91/+90