summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-12-11coda_venus_readdir(): use file_inode()Al Viro1-3/+1
2014-12-11fs/namei.c: fold link_path_walk() call into path_init()Al Viro1-21/+6
2014-12-11path_init(): don't bother with LOOKUP_PARENT in argumentAl Viro1-4/+4
2014-12-11fs/namei.c: new helper (path_cleanup())Al Viro1-17/+13
2014-12-11path_init(): store the "base" pointer to file in nameidata itselfAl Viro1-14/+13
2014-12-10make default ->i_fop have ->open() fail with ENXIOAl Viro1-3/+8
2014-12-10make nameidata completely opaque outside of fs/namei.cAl Viro1-0/+24
2014-12-10Merge branch 'nsfs' into for-nextAl Viro8-180/+207
2014-12-10kill proc_ns completelyAl Viro3-11/+5
2014-12-10take the targets of /proc/*/ns/* symlinks to separate fsAl Viro6-148/+186
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro54-504/+558
2014-12-04bury struct proc_ns in fs/procAl Viro3-14/+11
2014-12-04copy address of proc_ns_ops into ns_commonAl Viro2-4/+3
2014-12-04new helpers: ns_alloc_inum/ns_free_inumAl Viro1-2/+2
2014-12-04make proc_ns_operations work with struct ns_common * instead of void *Al Viro3-15/+8
2014-12-04make mntns ->get()/->put()/->install()/->inum() work with &mnt_ns->nsAl Viro1-8/+13
2014-12-04common object embedded into various struct ....nsAl Viro2-4/+5
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