summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kill f_dentry macroAl Viro2014-11-192-1/+4
* Merge branch 'for-lustre' into for-nextAl Viro2014-11-1912-376/+265
|\
| * lustre: use is_root_inode()Al Viro2014-11-033-11/+9
| * lustre: get rid of duplicate mountpoint checksAl Viro2014-11-031-35/+0
| * kill ll_link_generic()Al Viro2014-11-031-32/+27
| * ll_get_child_fid(): callers already have the childAl Viro2014-11-031-17/+7
| * kill ll_rename_generic()Al Viro2014-11-031-48/+35
| * kill ll_unlink_generic()Al Viro2014-11-031-42/+38
| * kill ll_rmdir_generic()Al Viro2014-11-031-32/+28
| * ll_new_inode(): don't bother with name - it's always &dentry->d_nameAl Viro2014-11-031-15/+15
| * kill ll_symlink_generic()Al Viro2014-11-031-19/+13
| * kill ll_mkdir_generic()Al Viro2014-11-031-21/+14
| * kill ll_mknod_generic()Al Viro2014-11-031-14/+8
| * lustre: switch ll_release_openhandle() to struct inode *Al Viro2014-11-033-9/+8
| * lustre: use file_inode()Al Viro2014-11-037-31/+29
| * lustre: use %p[dD]Al Viro2014-11-037-51/+47
| * lustre: opened file can't have negative dentryAl Viro2014-11-031-30/+21
| * ll_setxattr(): get rid of struct file on stackAl Viro2014-11-033-11/+11
| * lustre: switch ll_intent_file_open() to struct dentry *Al Viro2014-11-031-15/+12
* | dcache: fix kmemcheck warning in switch_namesMikulas Patocka2014-11-191-0/+2
* | new helper: audit_file()Al Viro2014-11-195-14/+24
* | nfsd_vfs_write(): use file_inode()Al Viro2014-11-191-3/+1
* | ncpfs: use file_inode()Al Viro2014-11-193-15/+9
* | kill f_dentry usesAl Viro2014-11-1919-37/+31
* | lockd: get rid of ->f_path.dentry->d_sbAl Viro2014-11-191-1/+1
* | procfs: get rid of ->f_dentryAl Viro2014-11-191-2/+2
* | nfsd: get rid of ->f_dentryAl Viro2014-11-191-1/+1
* | rpc_pipefs.c: get rid of f_dentryAl Viro2014-11-191-1/+1
* | afs_fsync: don't bother with ->f_path.dentryAl Viro2014-11-191-5/+4
* | cifs: get rid of ->f_path.dentry->d_sb uses, add a new helperAl Viro2014-11-194-11/+16
* | btrfs: get rid of f_dentry useAl Viro2014-11-191-1/+1
* | nfsd/nfsctl.c: new helperAl Viro2014-11-191-21/+16
* | assorted conversions to %p[dD]Al Viro2014-11-1936-260/+194
* | switch d_materialise_unique() users to d_splice_alias()Al Viro2014-11-1911-29/+19
* | merge d_materialise_unique() into d_splice_alias()Al Viro2014-11-192-109/+36
* | Merge branch 'for-gfs2' into for-nextAl Viro2014-11-191-17/+9
|\ \
| * | gfs2_atomic_open(): simplify the use of finish_no_open()Al Viro2014-11-191-5/+2
| * | gfs2_create_inode(): don't bother with d_splice_alias()Al Viro2014-11-191-14/+4
| * | gfs2: bugger off early if O_CREAT open finds a directoryAl Viro2014-11-191-0/+5
* | | d_add_ci() should just accept a hashed exact match if it finds oneAl Viro2014-11-191-39/+7
* | | deal with deadlock in d_walk()Al Viro2014-11-031-15/+16
| |/ |/|
* | move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2014-11-0324-74/+73
* | new helper: is_root_inode()Al Viro2014-10-315-15/+13
* | vfs: make first argument of dir_context.actor typedMiklos Szeredi2014-10-3119-67/+100
* | ovl: initialize ->is_cursorMiklos Szeredi2014-10-311-0/+1
* | Return short read or 0 at end of a raw device, not EIODavid Jeffery2014-10-313-2/+4
* | isofs: don't bother with ->d_op for normal caseAl Viro2014-10-312-22/+4
* | isofs_cmp(): we'll never see a dentry for . or ..Al Viro2014-10-281-18/+2
* | overlayfs: fix lockdep misannotationMiklos Szeredi2014-10-283-5/+8
* | ovl: fix check for cursorMiklos Szeredi2014-10-281-5/+6