summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-17fs/affs/super.c: fix switch indentationFabian Frederick
2015-02-17fs/affs/inode.c: remove double extern affs_symlink_inode_operationsFabian Frederick
2015-02-17fs/affs/bitmap.c: remove unnecessary returnFabian Frederick
2015-02-17fs/affs/amigaffs.c: remove else after returnFabian Frederick
2015-02-17fs/affs: define AFFSNAMEMAX to replace constant useFabian Frederick
2015-02-17fs/affs: use unsigned int for string lengthsFabian Frederick
2015-02-17fs/affs/super.c: destroy sbi mutex in affs_kill_sb()Fabian Frederick
2015-02-17fs/affs/file.c: fix direct IO writes beyond EOFFabian Frederick
2015-02-17fs/affs/file.c: replace if/BUG by BUG_ONFabian Frederick
2015-02-17fs/affs: fix casting in printed messagesGeert Uytterhoeven
2015-02-17eventfd: don't take the spinlock in eventfd_pollChris Mason
2015-02-17lib/rbtree.c: fix typo in commentJohn de la Garza
2015-02-17vmcore: fix PT_NOTE n_namesz, n_descsz overflow issueWANG Chao
2015-02-17kexec: add IND_FLAGS macroGeoff Levand
2015-02-17kexec: add bit definitions for kimage entry flagsGeoff Levand
2015-02-17kexec: simplify conditionalGeoff Levand
2015-02-17kexec: Fix make headers_checkGeoff Levand
2015-02-17kexec: fix a typo in commentAlexander Kuleshov
2015-02-17kexec: remove never used member destination in kimageBaoquan He
2015-02-17signal: use current->state helpersDavidlohr Bueso
2015-02-17ptrace: remove linux/compat.h inclusion under CONFIG_COMPATFabian Frederick
2015-02-17fs: fat: use MSDOS_SB macro to get msdos_sb_infoFred Chou
2015-02-17fs/reiserfs/inode.c: replace 0 by NULL for pointersFabian Frederick
2015-02-17fs/ufs/super.c: fix potential race conditionFabian Frederick
2015-02-17fs/ufs/super.c: remove unnecessary castingFabian Frederick
2015-02-17fs/coda/dir.c: forward declaration clean-upFabian Frederick
2015-02-17fs/befs/linuxvfs.c: remove unnecessary castingFabian Frederick
2015-02-17Merge tag '64bit-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-02-17Merge tag 'defconfig-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2015-02-17Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-02-17Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2015-02-17Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds
2015-02-17Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-02-17Merge tag 'fixes-non-critical-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2015-02-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-02-17rtc: add driver for DS1685 family of real time clocksJoshua Kinard
2015-02-17MAINTAINERS: add entry for Maxim PMICs on Samsung boardsKrzysztof Kozlowski
2015-02-17lib/Kconfig: use bool instead of booleanChristoph Jaeger
2015-02-17powerpc: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov
2015-02-17ocfs2: set append dio as a ro compat featureJoseph Qi
2015-02-17ocfs2: wait for orphan recovery first once append O_DIRECT write crashJoseph Qi
2015-02-17ocfs2: complete the rest request through buffer ioJoseph Qi
2015-02-17ocfs2: do not fallback to buffer I/O write if appendingJoseph Qi
2015-02-17ocfs2: allocate blocks in ocfs2_direct_IO_get_blocksJoseph Qi
2015-02-17ocfs2: implement ocfs2_direct_IO_writeJoseph Qi
2015-02-17ocfs2: add orphan recovery types in ocfs2_recover_orphansJoseph Qi
2015-02-17ocfs2: add functions to add and remove inode in orphan dirJoseph Qi
2015-02-17ocfs2: prepare some interfaces used in append direct ioJoseph Qi
2015-02-17MAINTAINERS: fix spelling mistake & remove trailing WSAkash Shende
2015-02-17dax: does not work correctly with virtual aliasing cachesMatthew Wilcox