summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-12-09Merge branch 'iov_iter' into for-nextAl Viro54-504/+558
2014-11-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds3-15/+25
2014-11-21Merge branch 'overlayfs-current' of git://git.kernel.org/pub/scm/linux/kernel...Al Viro28-347/+400
2014-11-20ovl: ovl_dir_fsync() cleanupMiklos Szeredi1-2/+2
2014-11-20ovl: pass dentry into ovl_dir_read_merged()Miklos Szeredi1-21/+14
2014-11-20ovl: use lockless_dereference() for upperdentryMiklos Szeredi1-6/+1
2014-11-20ovl: allow filenames with commaMiklos Szeredi1-3/+45
2014-11-20ovl: fix race in private xattr checksMiklos Szeredi1-9/+18
2014-11-20ovl: fix remove/copy-up raceMiklos Szeredi1-12/+19
2014-11-20ovl: rename filesystem type to "overlay"Miklos Szeredi4-7/+7
2014-11-19btrfs: fix lockups from btrfs_clear_path_blockingChris Mason3-15/+25
2014-11-19isofs: avoid unused function warningArnd Bergmann1-21/+21
2014-11-19vfs: fix reference leak in d_prune_aliases()Yan, Zheng1-0/+1
2014-11-19Merge tag 'trace-seq-file-cleanup' of git://git.kernel.org/pub/scm/linux/kern...Al Viro10-240/+191
2014-11-19dcache: fix kmemcheck warning in switch_namesMikulas Patocka1-0/+2
2014-11-19new helper: audit_file()Al Viro2-12/+8
2014-11-19nfsd_vfs_write(): use file_inode()Al Viro1-3/+1
2014-11-19ncpfs: use file_inode()Al Viro3-15/+9
2014-11-19kill f_dentry usesAl Viro7-10/+10
2014-11-19lockd: get rid of ->f_path.dentry->d_sbAl Viro1-1/+1
2014-11-19procfs: get rid of ->f_dentryAl Viro1-2/+2
2014-11-19nfsd: get rid of ->f_dentryAl Viro1-1/+1
2014-11-19rpc_pipefs.c: get rid of f_dentryAl Viro1-1/+1
2014-11-19afs_fsync: don't bother with ->f_path.dentryAl Viro1-5/+4
2014-11-19cifs: get rid of ->f_path.dentry->d_sb uses, add a new helperAl Viro4-11/+16
2014-11-19btrfs: get rid of f_dentry useAl Viro1-1/+1
2014-11-19nfsd/nfsctl.c: new helperAl Viro1-21/+16
2014-11-19assorted conversions to %p[dD]Al Viro27-229/+168
2014-11-19switch d_materialise_unique() users to d_splice_alias()Al Viro8-10/+10
2014-11-19merge d_materialise_unique() into d_splice_alias()Al Viro1-108/+35
2014-11-19Merge branch 'for-gfs2' into for-nextAl Viro1-17/+9
2014-11-19d_add_ci() should just accept a hashed exact match if it finds oneAl Viro1-39/+7
2014-11-19gfs2_atomic_open(): simplify the use of finish_no_open()Al Viro1-5/+2
2014-11-19gfs2_create_inode(): don't bother with d_splice_alias()Al Viro1-14/+4
2014-11-19gfs2: bugger off early if O_CREAT open finds a directoryAl Viro1-0/+5
2014-11-16Merge tag 'nfs-for-3.18-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds11-64/+83
2014-11-14Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds5-25/+67
2014-11-14fanotify: fix notification of groups with inode & mount marksJan Kara5-25/+67
2014-11-13ceph: fix flush tid comparisionYan, Zheng1-1/+1
2014-11-13NFS: Don't try to reclaim delegation open state if recovery failedTrond Myklebust1-0/+2
2014-11-13NFSv4: Ensure that we call FREE_STATEID when NFSv4.x stateids are revokedTrond Myklebust2-11/+0
2014-11-13NFSv4: Fix races between nfs_remove_bad_delegation() and delegation returnTrond Myklebust3-3/+23
2014-11-13NFSv4.1: nfs41_clear_delegation_stateid shouldn't trust NFS_DELEGATED_STATETrond Myklebust1-25/+17
2014-11-13NFSv4: Ensure that we remove NFSv4.0 delegations when state has expiredTrond Myklebust1-1/+23
2014-11-12NFS: SEEK is an NFS v4.2 featureAnna Schumaker1-3/+3
2014-11-12nfs: Fix use of uninitialized variable in nfs_getattr()Jan Kara1-1/+1
2014-11-12nfs: Remove bogus assignmentJan Kara1-1/+1
2014-11-12nfs: remove spurious WARN_ON_ONCE in write pathWeston Andros Adamson1-2/+0
2014-11-12pnfs/blocklayout: serialize GETDEVICEINFO callsChristoph Hellwig2-5/+10
2014-11-12nfs: fix pnfs direct write memory leakPeng Tao1-0/+1