aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-17Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-1/+6
2015-02-17Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds9-33/+232
2015-02-17Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-19/+50
2015-02-17Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-57/+106
2015-02-17Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-123/+168
2015-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds10-196/+257
2015-02-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds15-202/+173
2015-02-17fs/affs/super.c: fix switch indentationFabian Frederick1-33/+33
2015-02-17fs/affs/inode.c: remove double extern affs_symlink_inode_operationsFabian Frederick1-2/+0
2015-02-17fs/affs/bitmap.c: remove unnecessary returnFabian Frederick1-1/+0
2015-02-17fs/affs/amigaffs.c: remove else after returnFabian Frederick1-2/+1
2015-02-17fs/affs: define AFFSNAMEMAX to replace constant useFabian Frederick5-13/+16
2015-02-17fs/affs: use unsigned int for string lengthsFabian Frederick2-8/+9
2015-02-17fs/affs/super.c: destroy sbi mutex in affs_kill_sb()Fabian Frederick1-0/+1
2015-02-17fs/affs/file.c: fix direct IO writes beyond EOFFabian Frederick1-0/+7
2015-02-17fs/affs/file.c: replace if/BUG by BUG_ONFabian Frederick1-4/+2
2015-02-17fs/affs: fix casting in printed messagesGeert Uytterhoeven5-40/+33
2015-02-17eventfd: don't take the spinlock in eventfd_pollChris Mason1-6/+6
2015-02-17vmcore: fix PT_NOTE n_namesz, n_descsz overflow issueWANG Chao1-4/+4
2015-02-17fs: fat: use MSDOS_SB macro to get msdos_sb_infoFred Chou1-1/+1
2015-02-17fs/reiserfs/inode.c: replace 0 by NULL for pointersFabian Frederick1-1/+1
2015-02-17fs/ufs/super.c: fix potential race conditionFabian Frederick1-4/+0
2015-02-17fs/ufs/super.c: remove unnecessary castingFabian Frederick1-1/+3
2015-02-17fs/coda/dir.c: forward declaration clean-upFabian Frederick1-82/+56
2015-02-17fs/befs/linuxvfs.c: remove unnecessary castingFabian Frederick1-3/+3
2015-02-17Merge branch 'parisc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds3-307/+0
2015-02-17debugfs: Provide a file creation function that also takes an initial sizeDavid Howells1-0/+40
2015-02-17fs/binfmt_som: Drop kernel support for HP-UX SOM binariesHelge Deller3-307/+0
2015-02-16ocfs2: set append dio as a ro compat featureJoseph Qi3-2/+31
2015-02-16ocfs2: wait for orphan recovery first once append O_DIRECT write crashJoseph Qi4-0/+43
2015-02-16ocfs2: complete the rest request through buffer ioJoseph Qi1-1/+42
2015-02-16ocfs2: do not fallback to buffer I/O write if appendingJoseph Qi1-1/+4
2015-02-16ocfs2: allocate blocks in ocfs2_direct_IO_get_blocksJoseph Qi1-3/+42
2015-02-16ocfs2: implement ocfs2_direct_IO_writeJoseph Qi2-3/+204
2015-02-16ocfs2: add orphan recovery types in ocfs2_recover_orphansJoseph Qi2-20/+93
2015-02-16ocfs2: add functions to add and remove inode in orphan dirJoseph Qi5-30/+238
2015-02-16ocfs2: prepare some interfaces used in append direct ioJoseph Qi2-2/+18
2015-02-16dax: does not work correctly with virtual aliasing cachesMatthew Wilcox1-0/+1
2015-02-16ext4: add DAX functionalityRoss Zwisler6-37/+174
2015-02-16dax: add dax_zero_page_rangeMatthew Wilcox1-6/+32
2015-02-16ext2: get rid of most mentions of XIP in ext2Matthew Wilcox5-23/+31
2015-02-16ext2: remove ext2_aops_xipMatthew Wilcox3-9/+3
2015-02-16vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAXMatthew Wilcox6-24/+20
2015-02-16ext2: remove xip.c and xip.hMatthew Wilcox6-35/+0
2015-02-16ext2: remove ext2_use_xipMatthew Wilcox3-3/+7
2015-02-16ext2: remove ext2_xip_verify_sb()Matthew Wilcox3-35/+12
2015-02-16vfs: remove get_xip_memMatthew Wilcox5-54/+1
2015-02-16dax,ext2: replace xip_truncate_page with dax_truncate_pageMatthew Wilcox2-1/+45
2015-02-16dax,ext2: replace the XIP page fault handler with the DAX page fault handlerMatthew Wilcox2-2/+273
2015-02-16dax,ext2: replace ext2_clear_xip_target with dax_clear_blocksMatthew Wilcox4-20/+42