summaryrefslogtreecommitdiffstats
path: root/fs/readdir.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-19dcache: fix kmemcheck warning in switch_namesMikulas Patocka1-0/+2
2014-11-19new helper: audit_file()Al Viro5-14/+24
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 Viro19-37/+31
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 Viro36-260/+194
2014-11-19switch d_materialise_unique() users to d_splice_alias()Al Viro11-29/+19
2014-11-19merge d_materialise_unique() into d_splice_alias()Al Viro2-109/+36
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-05debugfs: Have debugfs_print_regs32() return voidJoe Perches3-12/+12
2014-11-05fs: Convert show_fdinfo functions to voidJoe Perches10-83/+63
2014-11-05dlm: Use seq_puts() instead of seq_printf() for constant stringsJoe Perches1-7/+5
2014-11-05dlm: Remove seq_printf() return checks and use seq_has_overflowed()Joe Perches1-134/+117
2014-11-05netfilter: Remove checks of seq_printf() return valuesSteven Rostedt (Red Hat)6-97/+97
2014-11-05netfilter: Convert print_tuple functions to return voidJoe Perches17-69/+70
2014-11-05netfilter: Remove return values for print_conntrack callbacksSteven Rostedt (Red Hat)7-14/+17
2014-11-03deal with deadlock in d_walk()Al Viro1-15/+16
2014-11-03lustre: use is_root_inode()Al Viro3-11/+9
2014-11-03lustre: get rid of duplicate mountpoint checksAl Viro1-35/+0
2014-11-03kill ll_link_generic()Al Viro1-32/+27
2014-11-03ll_get_child_fid(): callers already have the childAl Viro1-17/+7
2014-11-03kill ll_rename_generic()Al Viro1-48/+35
2014-11-03kill ll_unlink_generic()Al Viro1-42/+38
2014-11-03kill ll_rmdir_generic()Al Viro1-32/+28
2014-11-03ll_new_inode(): don't bother with name - it's always &dentry->d_nameAl Viro1-15/+15
2014-11-03kill ll_symlink_generic()Al Viro1-19/+13
2014-11-03kill ll_mkdir_generic()Al Viro1-21/+14
2014-11-03kill ll_mknod_generic()Al Viro1-14/+8
2014-11-03lustre: switch ll_release_openhandle() to struct inode *Al Viro3-9/+8
2014-11-03lustre: use file_inode()Al Viro7-31/+29
2014-11-03lustre: use %p[dD]Al Viro7-51/+47
2014-11-03lustre: opened file can't have negative dentryAl Viro1-30/+21
2014-11-03ll_setxattr(): get rid of struct file on stackAl Viro3-11/+11
2014-11-03lustre: switch ll_intent_file_open() to struct dentry *Al Viro1-15/+12
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro24-74/+73
2014-10-31new helper: is_root_inode()Al Viro5-15/+13
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi19-67/+100
2014-10-31ovl: initialize ->is_cursorMiklos Szeredi1-0/+1
2014-10-31Return short read or 0 at end of a raw device, not EIODavid Jeffery3-2/+4