aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-02-17configfs_add_file: fold into its sole callerAl Viro
2015-02-17configfs: fold create_dir() into its only callerAl Viro
2015-02-17configfs: configfs_create() init callback is never NULL and it never failsAl Viro
2015-02-17Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2015-02-17Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2015-02-17Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2015-02-17Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2015-02-17Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-02-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds
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-17vmcore: fix PT_NOTE n_namesz, n_descsz overflow issueWANG Chao
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 branch 'parisc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-02-17locks: fix list insertion when lock is split in twoJeff Layton
2015-02-17locks: remove conditional lock release in middle of flock_lock_fileJeff Layton
2015-02-17locks: only remove leases associated with the file being closedJeff Layton
2015-02-17debugfs: Provide a file creation function that also takes an initial sizeDavid Howells
2015-02-17fs/binfmt_som: Drop kernel support for HP-UX SOM binariesHelge Deller
2015-02-16Merge JFFS2 updates from David WoodhouseBrian Norris
2015-02-16ocfs2: set append dio as a ro compat featureJoseph Qi
2015-02-16ocfs2: wait for orphan recovery first once append O_DIRECT write crashJoseph Qi
2015-02-16ocfs2: complete the rest request through buffer ioJoseph Qi
2015-02-16ocfs2: do not fallback to buffer I/O write if appendingJoseph Qi
2015-02-16ocfs2: allocate blocks in ocfs2_direct_IO_get_blocksJoseph Qi
2015-02-16ocfs2: implement ocfs2_direct_IO_writeJoseph Qi
2015-02-16ocfs2: add orphan recovery types in ocfs2_recover_orphansJoseph Qi
2015-02-16ocfs2: add functions to add and remove inode in orphan dirJoseph Qi
2015-02-16ocfs2: prepare some interfaces used in append direct ioJoseph Qi
2015-02-16dax: does not work correctly with virtual aliasing cachesMatthew Wilcox
2015-02-16ext4: add DAX functionalityRoss Zwisler
2015-02-16dax: add dax_zero_page_rangeMatthew Wilcox
2015-02-16ext2: get rid of most mentions of XIP in ext2Matthew Wilcox
2015-02-16ext2: remove ext2_aops_xipMatthew Wilcox
2015-02-16vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAXMatthew Wilcox