aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-11-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 5-49/+19
2014-11-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 5-39/+27
2014-10-31Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 8-28/+51
2014-10-31Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 3-13/+3
2014-10-31ovl: initialize ->is_cursorGravatar Miklos Szeredi 1-0/+1
2014-10-31Return short read or 0 at end of a raw device, not EIOGravatar David Jeffery 1-1/+2
2014-10-31isofs: don't bother with ->d_op for normal caseGravatar Al Viro 2-22/+4
2014-10-30fs: allow open(dir, O_TMPFILE|..., 0) with mode 0Gravatar Eric Rannaud 1-1/+2
2014-10-30ext4: make ext4_ext_convert_to_initialized() return proper number of blocksGravatar Jan Kara 1-5/+4
2014-10-30ext4: bail early when clearing inode journal flag failsGravatar Jan Kara 1-1/+6
2014-10-30ext4: bail out from make_indexed_dir() on first errorGravatar Jan Kara 1-10/+18
2014-10-30jbd2: use a better hash function for the revoke tableGravatar Theodore Ts'o 1-8/+2
2014-10-30ext4: prevent bugon on race between write/fcntlGravatar Dmitry Monakhov 1-1/+1
2014-10-30ext4: remove extent status procfs files if journal load failsGravatar Darrick J. Wong 1-2/+3
2014-10-30ext4: disallow changing journal_csum option during remountGravatar Darrick J. Wong 1-0/+8
2014-10-30ext4: enable journal checksum when metadata checksum feature enabledGravatar Darrick J. Wong 1-0/+4
2014-10-30ext4: fix oops when loading block bitmap failedGravatar Jan Kara 1-0/+4
2014-10-30ext4: fix overflow when updating superblock backups after resizeGravatar Jan Kara 1-1/+1
2014-10-29Merge branch 'akpm' (incoming from Andrew Morton)Gravatar Linus Torvalds 2-7/+12
2014-10-29ocfs2: fix d_splice_alias() return code checkingGravatar Richard Weinberger 1-1/+1
2014-10-29fsnotify: next_i is freed during fsnotify_unmount_inodes.Gravatar Jerry Hoemann 1-6/+11
2014-10-29Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-29/+9
2014-10-28isofs_cmp(): we'll never see a dentry for . or ..Gravatar Al Viro 1-18/+2
2014-10-28overlayfs: fix lockdep misannotationGravatar Miklos Szeredi 2-2/+2
2014-10-28ovl: fix check for cursorGravatar Miklos Szeredi 1-5/+6
2014-10-28overlayfs: barriers for opening upper-layer directoryGravatar Al Viro 1-1/+2
2014-10-28Btrfs: fix race that makes btrfs_lookup_extent_info miss skinny extent itemsGravatar Filipe Manana 1-8/+0
2014-10-28Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-2/+5
2014-10-27Btrfs: properly clean up btrfs_end_io_wq_cacheGravatar Josef Bacik 1-0/+1
2014-10-27Btrfs: fix invalid leaf slot access in btrfs_lookup_extent()Gravatar Filipe Manana 3-10/+4
2014-10-27btrfs: use macro accessors in superblock validation checksGravatar David Sterba 1-21/+22
2014-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 19-57/+3522
2014-10-24overlayfs: embed middle into overlay_readdir_dataGravatar Al Viro 1-7/+5
2014-10-24overlayfs: embed root into overlay_readdir_dataGravatar Al Viro 1-6/+5
2014-10-24overlayfs: make ovl_cache_entry->name an array instead of pointerGravatar Al Viro 1-6/+5
2014-10-24overlayfs: don't hold ->i_mutex over opening the real directoryGravatar Al Viro 1-6/+13
2014-10-23Merge branch 'overlayfs.v25' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Al Viro 18-57/+3517
2014-10-23fix inode leaks on d_splice_alias() failure exitsGravatar Al Viro 1-0/+2
2014-10-24fs: limit filesystem stacking depthGravatar Miklos Szeredi 2-0/+16
2014-10-24overlayfs: implement show_optionsGravatar Erez Zadok 1-28/+48
2014-10-24overlayfs: add statfs supportGravatar Andy Whitcroft 1-0/+40
2014-10-24overlay filesystemGravatar Miklos Szeredi 10-0/+3284
2014-10-24ext4: support RENAME_WHITEOUTGravatar Miklos Szeredi 1-17/+78
2014-10-24vfs: add RENAME_WHITEOUTGravatar Miklos Szeredi 1-2/+6
2014-10-24vfs: add whiteout supportGravatar Miklos Szeredi 1-0/+14
2014-10-24vfs: export check_sticky()Gravatar Miklos Szeredi 2-26/+3
2014-10-24vfs: introduce clone_private_mount()Gravatar Miklos Szeredi 1-0/+27
2014-10-24vfs: export __inode_permission() to modulesGravatar Miklos Szeredi 2-1/+1
2014-10-24vfs: export do_splice_direct() to modulesGravatar Miklos Szeredi 2-6/+1
2014-10-24vfs: add i_op->dentry_open()Gravatar Miklos Szeredi 2-5/+27