summary refs log tree commit diff
AgeCommit message (Expand)Author
2014-11-19Merge tag 'trace-seq-file-cleanup' of git://git.kernel.org/pub/scm/linux/kern...Al Viro
2014-11-19kill f_dentry macroAl Viro
2014-11-19Merge branch 'for-lustre' into for-nextAl 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
2014-11-19gfs2: bugger off early if O_CREAT open finds a directoryAl Viro
2014-11-05debugfs: Have debugfs_print_regs32() return voidJoe Perches
2014-11-05fs: Convert show_fdinfo functions to voidJoe Perches
2014-11-05dlm: Use seq_puts() instead of seq_printf() for constant stringsJoe Perches
2014-11-05dlm: Remove seq_printf() return checks and use seq_has_overflowed()Joe Perches
2014-11-05netfilter: Remove checks of seq_printf() return valuesSteven Rostedt (Red Hat)
2014-11-05netfilter: Convert print_tuple functions to return voidJoe Perches
2014-11-05netfilter: Remove return values for print_conntrack callbacksSteven Rostedt (Red Hat)
2014-11-03deal with deadlock in d_walk()Al Viro
2014-11-03lustre: use is_root_inode()Al Viro
2014-11-03lustre: get rid of duplicate mountpoint checksAl Viro
2014-11-03kill ll_link_generic()Al Viro
2014-11-03ll_get_child_fid(): callers already have the childAl Viro
2014-11-03kill ll_rename_generic()Al Viro
2014-11-03kill ll_unlink_generic()Al Viro
2014-11-03kill ll_rmdir_generic()Al Viro
2014-11-03ll_new_inode(): don't bother with name - it's always &dentry->d_nameAl Viro
2014-11-03kill ll_symlink_generic()Al Viro
2014-11-03kill ll_mkdir_generic()Al Viro
2014-11-03kill ll_mknod_generic()Al Viro
2014-11-03lustre: switch ll_release_openhandle() to struct inode *Al Viro
2014-11-03lustre: use file_inode()Al Viro
2014-11-03lustre: use %p[dD]Al Viro
2014-11-03lustre: opened file can't have negative dentryAl Viro
2014-11-03ll_setxattr(): get rid of struct file on stackAl Viro
2014-11-03lustre: switch ll_intent_file_open() to struct dentry *Al Viro
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro