aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-02-18Merge tag 'locks-v3.20-2' of git://git.samba.org/jlayton/linuxGravatar Linus Torvalds 3-46/+36
2015-02-18Merge tag 'for-linus-20150216' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 2-5/+5
2015-02-17Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 2-1/+6
2015-02-17Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 9-33/+232
2015-02-17Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 2-19/+50
2015-02-17Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 3-57/+106
2015-02-17Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-123/+168
2015-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 10-196/+257
2015-02-17Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 15-202/+173
2015-02-17fs/affs/super.c: fix switch indentationGravatar Fabian Frederick 1-33/+33
2015-02-17fs/affs/inode.c: remove double extern affs_symlink_inode_operationsGravatar Fabian Frederick 1-2/+0
2015-02-17fs/affs/bitmap.c: remove unnecessary returnGravatar Fabian Frederick 1-1/+0
2015-02-17fs/affs/amigaffs.c: remove else after returnGravatar Fabian Frederick 1-2/+1
2015-02-17fs/affs: define AFFSNAMEMAX to replace constant useGravatar Fabian Frederick 5-13/+16
2015-02-17fs/affs: use unsigned int for string lengthsGravatar Fabian Frederick 2-8/+9
2015-02-17fs/affs/super.c: destroy sbi mutex in affs_kill_sb()Gravatar Fabian Frederick 1-0/+1
2015-02-17fs/affs/file.c: fix direct IO writes beyond EOFGravatar Fabian Frederick 1-0/+7
2015-02-17fs/affs/file.c: replace if/BUG by BUG_ONGravatar Fabian Frederick 1-4/+2
2015-02-17fs/affs: fix casting in printed messagesGravatar Geert Uytterhoeven 5-40/+33
2015-02-17eventfd: don't take the spinlock in eventfd_pollGravatar Chris Mason 1-6/+6
2015-02-17vmcore: fix PT_NOTE n_namesz, n_descsz overflow issueGravatar WANG Chao 1-4/+4
2015-02-17fs: fat: use MSDOS_SB macro to get msdos_sb_infoGravatar Fred Chou 1-1/+1
2015-02-17fs/reiserfs/inode.c: replace 0 by NULL for pointersGravatar Fabian Frederick 1-1/+1
2015-02-17fs/ufs/super.c: fix potential race conditionGravatar Fabian Frederick 1-4/+0
2015-02-17fs/ufs/super.c: remove unnecessary castingGravatar Fabian Frederick 1-1/+3
2015-02-17fs/coda/dir.c: forward declaration clean-upGravatar Fabian Frederick 1-82/+56
2015-02-17fs/befs/linuxvfs.c: remove unnecessary castingGravatar Fabian Frederick 1-3/+3
2015-02-17Merge branch 'parisc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-307/+0
2015-02-17locks: fix list insertion when lock is split in twoGravatar Jeff Layton 1-0/+1
2015-02-17locks: remove conditional lock release in middle of flock_lock_fileGravatar Jeff Layton 1-10/+0
2015-02-17locks: only remove leases associated with the file being closedGravatar Jeff Layton 1-1/+2
2015-02-17debugfs: Provide a file creation function that also takes an initial sizeGravatar David Howells 1-0/+40
2015-02-17fs/binfmt_som: Drop kernel support for HP-UX SOM binariesGravatar Helge Deller 3-307/+0
2015-02-16Merge JFFS2 updates from David WoodhouseGravatar Brian Norris 1-0/+5
2015-02-16ocfs2: set append dio as a ro compat featureGravatar Joseph Qi 3-2/+31
2015-02-16ocfs2: wait for orphan recovery first once append O_DIRECT write crashGravatar Joseph Qi 4-0/+43
2015-02-16ocfs2: complete the rest request through buffer ioGravatar Joseph Qi 1-1/+42
2015-02-16ocfs2: do not fallback to buffer I/O write if appendingGravatar Joseph Qi 1-1/+4
2015-02-16ocfs2: allocate blocks in ocfs2_direct_IO_get_blocksGravatar Joseph Qi 1-3/+42
2015-02-16ocfs2: implement ocfs2_direct_IO_writeGravatar Joseph Qi 2-3/+204
2015-02-16ocfs2: add orphan recovery types in ocfs2_recover_orphansGravatar Joseph Qi 2-20/+93
2015-02-16ocfs2: add functions to add and remove inode in orphan dirGravatar Joseph Qi 5-30/+238
2015-02-16ocfs2: prepare some interfaces used in append direct ioGravatar Joseph Qi 2-2/+18
2015-02-16dax: does not work correctly with virtual aliasing cachesGravatar Matthew Wilcox 1-0/+1
2015-02-16ext4: add DAX functionalityGravatar Ross Zwisler 6-37/+174
2015-02-16dax: add dax_zero_page_rangeGravatar Matthew Wilcox 1-6/+32
2015-02-16ext2: get rid of most mentions of XIP in ext2Gravatar Matthew Wilcox 5-23/+31
2015-02-16ext2: remove ext2_aops_xipGravatar Matthew Wilcox 3-9/+3
2015-02-16vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAXGravatar Matthew Wilcox 6-24/+20
2015-02-16ext2: remove xip.c and xip.hGravatar Matthew Wilcox 6-35/+0