summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-seq-file-cleanup' of git://git.kernel.org/pub/scm/linux/kern...Al Viro2014-11-1938-437/+410
|\
| * debugfs: Have debugfs_print_regs32() return voidJoe Perches2014-11-053-12/+12
| * fs: Convert show_fdinfo functions to voidJoe Perches2014-11-0510-83/+63
| * dlm: Use seq_puts() instead of seq_printf() for constant stringsJoe Perches2014-11-051-7/+5
| * dlm: Remove seq_printf() return checks and use seq_has_overflowed()Joe Perches2014-11-051-134/+117
| * netfilter: Remove checks of seq_printf() return valuesSteven Rostedt (Red Hat)2014-11-056-97/+97
| * netfilter: Convert print_tuple functions to return voidJoe Perches2014-11-0517-69/+70
| * netfilter: Remove return values for print_conntrack callbacksSteven Rostedt (Red Hat)2014-11-057-14/+17
| * seq_file: Rename seq_overflow() to seq_has_overflowed() and make publicJoe Perches2014-10-303-22/+30
* | 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
| |/ / |/| |