summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2014-11-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-11-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-10-31Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-10-31Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2014-10-31ovl: initialize ->is_cursorMiklos Szeredi
2014-10-31Return short read or 0 at end of a raw device, not EIODavid Jeffery
2014-10-31isofs: don't bother with ->d_op for normal caseAl Viro
2014-10-30fs: allow open(dir, O_TMPFILE|..., 0) with mode 0Eric Rannaud
2014-10-30ext4: make ext4_ext_convert_to_initialized() return proper number of blocksJan Kara
2014-10-30ext4: bail early when clearing inode journal flag failsJan Kara
2014-10-30ext4: bail out from make_indexed_dir() on first errorJan Kara
2014-10-30jbd2: use a better hash function for the revoke tableTheodore Ts'o
2014-10-30ext4: prevent bugon on race between write/fcntlDmitry Monakhov
2014-10-30ext4: remove extent status procfs files if journal load failsDarrick J. Wong
2014-10-30ext4: disallow changing journal_csum option during remountDarrick J. Wong
2014-10-30ext4: enable journal checksum when metadata checksum feature enabledDarrick J. Wong
2014-10-30ext4: fix oops when loading block bitmap failedJan Kara
2014-10-30ext4: fix overflow when updating superblock backups after resizeJan Kara
2014-10-29Merge branch 'akpm' (incoming from Andrew Morton)Linus Torvalds
2014-10-29ocfs2: fix d_splice_alias() return code checkingRichard Weinberger
2014-10-29fsnotify: next_i is freed during fsnotify_unmount_inodes.Jerry Hoemann
2014-10-29Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-10-28isofs_cmp(): we'll never see a dentry for . or ..Al Viro
2014-10-28overlayfs: fix lockdep misannotationMiklos Szeredi
2014-10-28ovl: fix check for cursorMiklos Szeredi
2014-10-28overlayfs: barriers for opening upper-layer directoryAl Viro
2014-10-28Btrfs: fix race that makes btrfs_lookup_extent_info miss skinny extent itemsFilipe Manana
2014-10-28Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-10-27Btrfs: properly clean up btrfs_end_io_wq_cacheJosef Bacik
2014-10-27Btrfs: fix invalid leaf slot access in btrfs_lookup_extent()Filipe Manana
2014-10-27btrfs: use macro accessors in superblock validation checksDavid Sterba
2014-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-10-24overlayfs: embed middle into overlay_readdir_dataAl Viro
2014-10-24overlayfs: embed root into overlay_readdir_dataAl Viro
2014-10-24overlayfs: make ovl_cache_entry->name an array instead of pointerAl Viro
2014-10-24overlayfs: don't hold ->i_mutex over opening the real directoryAl Viro
2014-10-23Merge branch 'overlayfs.v25' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro
2014-10-23fix inode leaks on d_splice_alias() failure exitsAl Viro
2014-10-24fs: limit filesystem stacking depthMiklos Szeredi
2014-10-24overlayfs: implement show_optionsErez Zadok
2014-10-24overlayfs: add statfs supportAndy Whitcroft
2014-10-24overlay filesystemMiklos Szeredi
2014-10-24ext4: support RENAME_WHITEOUTMiklos Szeredi
2014-10-24vfs: add RENAME_WHITEOUTMiklos Szeredi
2014-10-24vfs: add whiteout supportMiklos Szeredi
2014-10-24vfs: export check_sticky()Miklos Szeredi
2014-10-24vfs: introduce clone_private_mount()Miklos Szeredi
2014-10-24vfs: export __inode_permission() to modulesMiklos Szeredi
2014-10-24vfs: export do_splice_direct() to modulesMiklos Szeredi
2014-10-24vfs: add i_op->dentry_open()Miklos Szeredi