summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2015-02-17vmcore: fix PT_NOTE n_namesz, n_descsz overflow issueWANG Chao-4/+4
2015-02-17fs: fat: use MSDOS_SB macro to get msdos_sb_infoFred Chou-1/+1
2015-02-17fs/reiserfs/inode.c: replace 0 by NULL for pointersFabian Frederick-1/+1
2015-02-17fs/ufs/super.c: fix potential race conditionFabian Frederick-4/+0
2015-02-17fs/ufs/super.c: remove unnecessary castingFabian Frederick-1/+3
2015-02-17fs/coda/dir.c: forward declaration clean-upFabian Frederick-82/+56
2015-02-17fs/befs/linuxvfs.c: remove unnecessary castingFabian Frederick-3/+3
2015-02-17Merge branch 'parisc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-307/+0
2015-02-17locks: fix list insertion when lock is split in twoJeff Layton-0/+1
2015-02-17locks: remove conditional lock release in middle of flock_lock_fileJeff Layton-10/+0
2015-02-17locks: only remove leases associated with the file being closedJeff Layton-1/+2
2015-02-17debugfs: Provide a file creation function that also takes an initial sizeDavid Howells-0/+40
2015-02-17fs/binfmt_som: Drop kernel support for HP-UX SOM binariesHelge Deller-307/+0
2015-02-16Merge JFFS2 updates from David WoodhouseBrian Norris-0/+5
2015-02-16ocfs2: set append dio as a ro compat featureJoseph Qi-2/+31
2015-02-16ocfs2: wait for orphan recovery first once append O_DIRECT write crashJoseph Qi-0/+43
2015-02-16ocfs2: complete the rest request through buffer ioJoseph Qi-1/+42
2015-02-16ocfs2: do not fallback to buffer I/O write if appendingJoseph Qi-1/+4
2015-02-16ocfs2: allocate blocks in ocfs2_direct_IO_get_blocksJoseph Qi-3/+42
2015-02-16ocfs2: implement ocfs2_direct_IO_writeJoseph Qi-3/+204
2015-02-16ocfs2: add orphan recovery types in ocfs2_recover_orphansJoseph Qi-20/+93
2015-02-16ocfs2: add functions to add and remove inode in orphan dirJoseph Qi-30/+238
2015-02-16ocfs2: prepare some interfaces used in append direct ioJoseph Qi-2/+18
2015-02-16dax: does not work correctly with virtual aliasing cachesMatthew Wilcox-0/+1
2015-02-16ext4: add DAX functionalityRoss Zwisler-37/+174
2015-02-16dax: add dax_zero_page_rangeMatthew Wilcox-6/+32
2015-02-16ext2: get rid of most mentions of XIP in ext2Matthew Wilcox-23/+31
2015-02-16ext2: remove ext2_aops_xipMatthew Wilcox-9/+3
2015-02-16vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAXMatthew Wilcox-24/+20
2015-02-16ext2: remove xip.c and xip.hMatthew Wilcox-35/+0
2015-02-16ext2: remove ext2_use_xipMatthew Wilcox-3/+7
2015-02-16ext2: remove ext2_xip_verify_sb()Matthew Wilcox-35/+12
2015-02-16vfs: remove get_xip_memMatthew Wilcox-54/+1
2015-02-16dax,ext2: replace xip_truncate_page with dax_truncate_pageMatthew Wilcox-1/+45
2015-02-16dax,ext2: replace the XIP page fault handler with the DAX page fault handlerMatthew Wilcox-2/+273
2015-02-16dax,ext2: replace ext2_clear_xip_target with dax_clear_blocksMatthew Wilcox-20/+42
2015-02-16dax,ext2: replace XIP read and write with DAX I/OMatthew Wilcox-3/+198
2015-02-16vfs,ext2: introduce IS_DAX(inode)Matthew Wilcox-5/+6
2015-02-16Revert "locks: keep a count of locks on the flctx lists"Jeff Layton-35/+33
2015-02-16nfsd4: fix v3-less buildJ. Bruce Fields-0/+5
2015-02-16xfs: recall pNFS layouts on conflicting accessChristoph Hellwig-7/+64
2015-02-16xfs: implement pNFS export operationsChristoph Hellwig-1/+329
2015-02-15Merge tag 'driver-core-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2015-02-15Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifsLinus Torvalds-12/+148
2015-02-14ext4: fix indirect punch hole corruptionOmar Sandoval-34/+71
2015-02-14Btrfs: don't remove extents and xattrs when logging new namesFilipe Manana-12/+27
2015-02-14Btrfs: fix fsync data loss after adding hard link to inodeFilipe Manana-9/+73
2015-02-14Btrfs: fix BUG_ON in btrfs_orphan_add() when delete unused block groupForrest Liu-1/+2
2015-02-14Btrfs: account for large extents with enospcJosef Bacik-7/+76
2015-02-14Btrfs: don't set and clear delalloc for O_DIRECT writesJosef Bacik-6/+2