summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2014-12-11coda_venus_readdir(): use file_inode()Al Viro
2014-12-11fs/namei.c: fold link_path_walk() call into path_init()Al Viro
2014-12-11path_init(): don't bother with LOOKUP_PARENT in argumentAl Viro
2014-12-11fs/namei.c: new helper (path_cleanup())Al Viro
2014-12-11path_init(): store the "base" pointer to file in nameidata itselfAl Viro
2014-12-10make default ->i_fop have ->open() fail with ENXIOAl Viro
2014-12-10make nameidata completely opaque outside of fs/namei.cAl Viro
2014-12-10Merge branch 'nsfs' into for-nextAl Viro
2014-12-10kill proc_ns completelyAl Viro
2014-12-10take the targets of /proc/*/ns/* symlinks to separate fsAl Viro
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro
2014-12-04bury struct proc_ns in fs/procAl Viro
2014-12-04copy address of proc_ns_ops into ns_commonAl Viro
2014-12-04new helpers: ns_alloc_inum/ns_free_inumAl Viro
2014-12-04make proc_ns_operations work with struct ns_common * instead of void *Al Viro
2014-12-04make mntns ->get()/->put()/->install()/->inum() work with &mnt_ns->nsAl Viro
2014-12-04common object embedded into various struct ....nsAl 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