summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-02-1710-196/+257
|\
| * switch the IO-triggering parts of umount to fs_pinAl Viro2015-01-253-29/+20
| * new fs_pin killing logicsAl Viro2015-01-251-6/+48
| * allow attaching fs_pin to a group not associated with some superblockAl Viro2015-01-253-10/+16
| * dcache: let the dentry count go down to zero without taking d_lockLinus Torvalds2015-01-251-4/+114
| * pull bumping refcount into ->kill()Al Viro2015-01-251-12/+0
| * kill pin_put()Al Viro2015-01-251-11/+0
| * gut proc_register() a bitAl Viro2015-01-251-17/+8
| * kill d_validate()Al Viro2015-01-251-31/+0
| * ncpfs: get rid of d_validate() nonsenseAl Viro2015-01-253-77/+52
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-1715-202/+173
|\ \
| * | fs/affs/super.c: fix switch indentationFabian Frederick2015-02-171-33/+33
| * | fs/affs/inode.c: remove double extern affs_symlink_inode_operationsFabian Frederick2015-02-171-2/+0
| * | fs/affs/bitmap.c: remove unnecessary returnFabian Frederick2015-02-171-1/+0
| * | fs/affs/amigaffs.c: remove else after returnFabian Frederick2015-02-171-2/+1
| * | fs/affs: define AFFSNAMEMAX to replace constant useFabian Frederick2015-02-175-13/+16
| * | fs/affs: use unsigned int for string lengthsFabian Frederick2015-02-172-8/+9
| * | fs/affs/super.c: destroy sbi mutex in affs_kill_sb()Fabian Frederick2015-02-171-0/+1
| * | fs/affs/file.c: fix direct IO writes beyond EOFFabian Frederick2015-02-171-0/+7
| * | fs/affs/file.c: replace if/BUG by BUG_ONFabian Frederick2015-02-171-4/+2
| * | fs/affs: fix casting in printed messagesGeert Uytterhoeven2015-02-175-40/+33
| * | eventfd: don't take the spinlock in eventfd_pollChris Mason2015-02-171-6/+6
| * | vmcore: fix PT_NOTE n_namesz, n_descsz overflow issueWANG Chao2015-02-171-4/+4
| * | fs: fat: use MSDOS_SB macro to get msdos_sb_infoFred Chou2015-02-171-1/+1
| * | fs/reiserfs/inode.c: replace 0 by NULL for pointersFabian Frederick2015-02-171-1/+1
| * | fs/ufs/super.c: fix potential race conditionFabian Frederick2015-02-171-4/+0
| * | fs/ufs/super.c: remove unnecessary castingFabian Frederick2015-02-171-1/+3
| * | fs/coda/dir.c: forward declaration clean-upFabian Frederick2015-02-171-82/+56
| * | fs/befs/linuxvfs.c: remove unnecessary castingFabian Frederick2015-02-171-3/+3
* | | Merge branch 'parisc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-02-173-307/+0
|\ \ \ | |/ / |/| |
| * | fs/binfmt_som: Drop kernel support for HP-UX SOM binariesHelge Deller2015-02-173-307/+0
* | | ocfs2: set append dio as a ro compat featureJoseph Qi2015-02-163-2/+31
* | | ocfs2: wait for orphan recovery first once append O_DIRECT write crashJoseph Qi2015-02-164-0/+43
* | | ocfs2: complete the rest request through buffer ioJoseph Qi2015-02-161-1/+42
* | | ocfs2: do not fallback to buffer I/O write if appendingJoseph Qi2015-02-161-1/+4
* | | ocfs2: allocate blocks in ocfs2_direct_IO_get_blocksJoseph Qi2015-02-161-3/+42
* | | ocfs2: implement ocfs2_direct_IO_writeJoseph Qi2015-02-162-3/+204
* | | ocfs2: add orphan recovery types in ocfs2_recover_orphansJoseph Qi2015-02-162-20/+93
* | | ocfs2: add functions to add and remove inode in orphan dirJoseph Qi2015-02-165-30/+238
* | | ocfs2: prepare some interfaces used in append direct ioJoseph Qi2015-02-162-2/+18
* | | dax: does not work correctly with virtual aliasing cachesMatthew Wilcox2015-02-161-0/+1
* | | ext4: add DAX functionalityRoss Zwisler2015-02-166-37/+174
* | | dax: add dax_zero_page_rangeMatthew Wilcox2015-02-161-6/+32
* | | ext2: get rid of most mentions of XIP in ext2Matthew Wilcox2015-02-165-23/+31
* | | ext2: remove ext2_aops_xipMatthew Wilcox2015-02-163-9/+3
* | | vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAXMatthew Wilcox2015-02-166-24/+20
* | | ext2: remove xip.c and xip.hMatthew Wilcox2015-02-166-35/+0
* | | ext2: remove ext2_use_xipMatthew Wilcox2015-02-163-3/+7
* | | ext2: remove ext2_xip_verify_sb()Matthew Wilcox2015-02-163-35/+12
* | | vfs: remove get_xip_memMatthew Wilcox2015-02-165-54/+1
OpenPOWER on IntegriCloud