summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-11Linux 2.6.34.15v2.6.34.15linux-2.6.34.yPaul Gortmaker1-1/+1
2014-02-11video:uvesafb: Fix oops that uvesafb try to execute NX-protected pageWang YanQing1-2/+9
2014-02-11crypto: sha512 - Fix byte counter overflow in SHA-512Kent Yoder1-1/+1
2014-02-11PCI: Add quirk for still enabled interrupts on Intel Sandy Bridge GPUsThomas Jarosch1-0/+34
2014-02-11phonet: Check input from user before allocatingSasha Levin1-0/+3
2014-02-11fuse: fix stat call on 32 bit platformsPavel Shilovsky3-1/+20
2014-02-11eCryptfs: Properly check for O_RDONLY flag before doing privileged openTyler Hicks1-1/+1
2014-02-11fix eh wakeup (scsi_schedule_eh vs scsi_restart_operations)Dan Williams1-0/+14
2014-02-11SCSI: libsas: fix sas_discover_devices return code handlingDan Williams1-27/+12
2014-02-11libsas: continue revalidationDan Williams1-4/+4
2014-02-11Avoid dangling pointer in scsi_requeue_command()Bart Van Assche1-0/+11
2014-02-11cipso: don't follow a NULL pointer when setsockopt() is calledPaul Moore1-2/+4
2014-02-11futex: Test for pi_mutex on fault in futex_wait_requeue_pi()Darren Hart1-1/+1
2014-02-11futex: Fix bug in WARN_ON for NULL q.pi_stateDarren Hart1-1/+1
2014-02-11futex: Forbid uaddr == uaddr2 in futex_wait_requeue_pi()Darren Hart1-5/+8
2014-02-11pcdp: use early_ioremap/early_iounmap to access pcdp tableGreg Pearson1-2/+2
2014-02-11fuse: verify all ioctl retry iov elementsZach Brown1-1/+1
2014-02-11vfs: missed source of ->f_pos racesAl Viro1-2/+8
2014-02-11svcrpc: fix svc_xprt_enqueue/svc_recv busy-loopingJ. Bruce Fields1-5/+2
2014-02-11svcrpc: sends on closed socket should stop immediatelyJ. Bruce Fields1-1/+2
2014-02-11Remove user-triggerable BUG from mpol_to_strDave Jones1-1/+1
2014-02-11dccp: check ccid before dereferencingMathias Krause1-2/+2
2014-02-11mtd: cafe_nand: fix an & vs | mistakeDan Carpenter1-1/+1
2014-02-11Fix install_process_keyring error handlingAndi Kleen1-1/+1
2014-02-11udf: fix retun value on error path in udf_load_logicalvolNikola Pajkovsky1-1/+4
2014-02-11udf: Fix data corruption for files in ICBJan Kara1-6/+29
2014-02-11udf: Fix bitmap overflow on large filesystems with small block sizeJan Kara1-1/+1
2014-02-11udf: avoid info leak on exportMathias Krause1-0/+1
2014-02-11udf: fix memory leak while allocating blocks during writeNamjae Jeon1-0/+4
2014-02-11Btrfs: call the ordered free operation without any locks heldChris Mason1-1/+8
2014-02-11btrfs: use rcu_barrier() to wait for bdev puts at unmountEric Sandeen1-0/+6
2014-02-11ext4: fix error handling on inode bitmap corruptionJan Kara1-2/+6
2014-02-11ext4: avoid hang when mounting non-journal filesystems with orphan listTheodore Ts'o1-1/+2
2014-02-11ext4: make orphan functions be no-op in no-journal modeAnatol Pomozov1-4/+3
2014-02-11ext4: limit group search loop for non-extent filesLachlan McIlroy1-1/+5
2014-02-11ext4: fix race in ext4_mb_add_n_trim()Niu Yawei1-3/+3
2014-02-11ext4: lock i_mutex when truncating orphan inodesTheodore Ts'o1-0/+2
2014-02-11ext4: fix fdatasync() for files with only i_size changesJan Kara1-2/+6
2014-02-11ext4: always set i_op in ext4_mknod()Bernd Schubert1-2/+0
2014-02-11ext4: online defrag is not supported for journaled filesDmitry Monakhov1-1/+6
2014-02-11ext4: fix memory leak in ext4_xattr_set_acl()'s error pathEugene Shatokhin1-2/+4
2014-02-11ext4: don't dereference null pointer when make_indexed_dir() failsAllison Henderson1-2/+4
2014-02-11ext4: Fix fs corruption when make_indexed_dir() failsJan Kara1-2/+12
2014-02-11ext4: don't let i_reserved_meta_blocks go negativeBrian Foster1-0/+9
2014-02-11ext3: Fix error handling on inode bitmap corruptionJan Kara1-2/+6
2014-02-11ext3: Fix fdatasync() for files with only i_size changesJan Kara1-3/+14
2014-02-11eCryptfs: Copy up lower inode attrs after setting lower xattrTyler Hicks1-0/+2
2014-02-11ecryptfs: call vfs_setxattr() in ecryptfs_setxattr()Roberto Sassu1-4/+3
2014-02-11jbd2: clear BH_Delay & BH_Unwritten in journal_unmap_bufferEric Sandeen1-0/+2
2014-02-11jbd: Fix lock ordering bug in journal_unmap_buffer()Jan Kara1-0/+2