aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-11ACPI, x86: Fix extended error log driver to depend on CONFIG_X86_LOCAL_APICLuck, Tony
2013-11-11Merge tag 'arc-v3.13-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-11-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds
2013-11-11Merge branch 'parisc-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2013-11-11Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar
2013-11-11Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2013-11-11Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-11-11Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-11-11Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds
2013-11-11Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-11-11Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2013-11-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds
2013-11-11f2fs: issue more large discard commandChangman Lee
2013-11-11Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-11-09ecryptfs: ->f_op is never NULLAl Viro
2013-11-09uprobes: Fix the memory out of bound overwrite in copy_insn()Oleg Nesterov
2013-11-09uprobes: Fix the wrong usage of current->utask in uprobe_copy_process()Oleg Nesterov
2013-11-09locks: break delegations on any attribute modificationJ. Bruce Fields
2013-11-09locks: break delegations on linkJ. Bruce Fields
2013-11-09locks: break delegations on renameJ. Bruce Fields
2013-11-09locks: helper functions for delegation breakingJ. Bruce Fields
2013-11-09locks: break delegations on unlinkJ. Bruce Fields
2013-11-09namei: minor vfs_unlink cleanupJ. Bruce Fields
2013-11-09locks: implement delegationsJ. Bruce Fields
2013-11-09locks: introduce new FL_DELEG lock flagJ. Bruce Fields
2013-11-09vfs: take i_mutex on renamed fileJ. Bruce Fields
2013-11-09vfs: rename I_MUTEX_QUOTA now that it's not used for quotasJ. Bruce Fields
2013-11-09vfs: don't use PARENT/CHILD lock classes for non-directoriesJ. Bruce Fields
2013-11-09vfs: pull ext4's double-i_mutex-locking into common codeJ. Bruce Fields
2013-11-09exportfs: fix quadratic behavior in filehandle lookupJ. Bruce Fields
2013-11-09exportfs: better variable nameJ. Bruce Fields
2013-11-09exportfs: move most of reconnect_path to helper functionJ. Bruce Fields
2013-11-09exportfs: eliminate unused "noprogress" counterJ. Bruce Fields
2013-11-09exportfs: stop retrying once we race with rename/removeJ. Bruce Fields
2013-11-09exportfs: clear DISCONNECTED on all parents soonerJ. Bruce Fields
2013-11-09exportfs: more detailed comment for path_reconnectJ. Bruce Fields
2013-11-09exportfs: BUG_ON in crazy corner caseChristoph Hellwig
2013-11-09dcache: fix outdated DCACHE_NEED_LOOKUP commentJ. Bruce Fields
2013-11-09dcache: don't clear DCACHE_DISCONNECTED too earlyJ. Bruce Fields
2013-11-09dcache: Don't set DISCONNECTED on "pseudo filesystem" dentriesJ. Bruce Fields
2013-11-09dcache: use IS_ROOT to decide where dentry is hashedJ. Bruce Fields
2013-11-09ocfs2: get rid of impossible checksAl Viro
2013-11-09qnx4: i_sb is never NULLAl Viro
2013-11-09exportfs: fix 32-bit nfsd handling of 64-bit inode numbersJ. Bruce Fields
2013-11-09vfs: split out vfs_getattr_nosecJ. Bruce Fields
2013-11-09iget/iget5: don't bother with ->i_lock until we find a matchAl Viro
2013-11-09VFS: Put a small type field into struct dentry::d_flagsDavid Howells
2013-11-09elf{,_fdpic} coredump: get rid of pointless if (siginfo->si_signo)Al Viro
2013-11-09constify do_coredump() argumentAl Viro
2013-11-09constify copy_siginfo_to_user{,32}()Al Viro