summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro
2014-11-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-11-21Merge branch 'overlayfs-current' of git://git.kernel.org/pub/scm/linux/kernel...Al Viro
2014-11-20ovl: ovl_dir_fsync() cleanupMiklos Szeredi
2014-11-20ovl: pass dentry into ovl_dir_read_merged()Miklos Szeredi
2014-11-20ovl: use lockless_dereference() for upperdentryMiklos Szeredi
2014-11-20ovl: allow filenames with commaMiklos Szeredi
2014-11-20ovl: fix race in private xattr checksMiklos Szeredi
2014-11-20ovl: fix remove/copy-up raceMiklos Szeredi
2014-11-20ovl: rename filesystem type to "overlay"Miklos Szeredi
2014-11-19btrfs: fix lockups from btrfs_clear_path_blockingChris Mason
2014-11-19isofs: avoid unused function warningArnd Bergmann
2014-11-19vfs: fix reference leak in d_prune_aliases()Yan, Zheng
2014-11-19Merge tag 'trace-seq-file-cleanup' of git://git.kernel.org/pub/scm/linux/kern...Al Viro
2014-11-19dcache: fix kmemcheck warning in switch_namesMikulas Patocka
2014-11-19new helper: audit_file()Al Viro
2014-11-19nfsd_vfs_write(): use file_inode()Al Viro
2014-11-19ncpfs: use file_inode()Al Viro
2014-11-19kill f_dentry usesAl Viro
2014-11-19lockd: get rid of ->f_path.dentry->d_sbAl Viro
2014-11-19procfs: get rid of ->f_dentryAl Viro
2014-11-19nfsd: get rid of ->f_dentryAl Viro
2014-11-19rpc_pipefs.c: get rid of f_dentryAl Viro
2014-11-19afs_fsync: don't bother with ->f_path.dentryAl Viro
2014-11-19cifs: get rid of ->f_path.dentry->d_sb uses, add a new helperAl Viro
2014-11-19btrfs: get rid of f_dentry useAl Viro
2014-11-19nfsd/nfsctl.c: new helperAl Viro
2014-11-19assorted conversions to %p[dD]Al Viro
2014-11-19switch d_materialise_unique() users to d_splice_alias()Al Viro
2014-11-19merge d_materialise_unique() into d_splice_alias()Al Viro
2014-11-19Merge branch 'for-gfs2' into for-nextAl Viro
2014-11-19d_add_ci() should just accept a hashed exact match if it finds oneAl Viro
2014-11-19gfs2_atomic_open(): simplify the use of finish_no_open()Al Viro
2014-11-19gfs2_create_inode(): don't bother with d_splice_alias()Al Viro
2014-11-19gfs2: bugger off early if O_CREAT open finds a directoryAl Viro
2014-11-15Merge tag 'nfs-for-3.18-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2014-11-13Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds
2014-11-13fanotify: fix notification of groups with inode & mount marksJan Kara
2014-11-13ceph: fix flush tid comparisionYan, Zheng
2014-11-12NFS: Don't try to reclaim delegation open state if recovery failedTrond Myklebust
2014-11-12NFSv4: Ensure that we call FREE_STATEID when NFSv4.x stateids are revokedTrond Myklebust
2014-11-12NFSv4: Fix races between nfs_remove_bad_delegation() and delegation returnTrond Myklebust
2014-11-12NFSv4.1: nfs41_clear_delegation_stateid shouldn't trust NFS_DELEGATED_STATETrond Myklebust
2014-11-12NFSv4: Ensure that we remove NFSv4.0 delegations when state has expiredTrond Myklebust
2014-11-12NFS: SEEK is an NFS v4.2 featureAnna Schumaker
2014-11-12nfs: Fix use of uninitialized variable in nfs_getattr()Jan Kara
2014-11-12nfs: Remove bogus assignmentJan Kara
2014-11-12nfs: remove spurious WARN_ON_ONCE in write pathWeston Andros Adamson
2014-11-12pnfs/blocklayout: serialize GETDEVICEINFO callsChristoph Hellwig
2014-11-12nfs: fix pnfs direct write memory leakPeng Tao