index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
kill f_dentry macro
Al Viro
2014-11-19
2
-1
/
+4
*
Merge branch 'for-lustre' into for-next
Al Viro
2014-11-19
12
-376
/
+265
|
\
|
*
lustre: use is_root_inode()
Al Viro
2014-11-03
3
-11
/
+9
|
*
lustre: get rid of duplicate mountpoint checks
Al Viro
2014-11-03
1
-35
/
+0
|
*
kill ll_link_generic()
Al Viro
2014-11-03
1
-32
/
+27
|
*
ll_get_child_fid(): callers already have the child
Al Viro
2014-11-03
1
-17
/
+7
|
*
kill ll_rename_generic()
Al Viro
2014-11-03
1
-48
/
+35
|
*
kill ll_unlink_generic()
Al Viro
2014-11-03
1
-42
/
+38
|
*
kill ll_rmdir_generic()
Al Viro
2014-11-03
1
-32
/
+28
|
*
ll_new_inode(): don't bother with name - it's always &dentry->d_name
Al Viro
2014-11-03
1
-15
/
+15
|
*
kill ll_symlink_generic()
Al Viro
2014-11-03
1
-19
/
+13
|
*
kill ll_mkdir_generic()
Al Viro
2014-11-03
1
-21
/
+14
|
*
kill ll_mknod_generic()
Al Viro
2014-11-03
1
-14
/
+8
|
*
lustre: switch ll_release_openhandle() to struct inode *
Al Viro
2014-11-03
3
-9
/
+8
|
*
lustre: use file_inode()
Al Viro
2014-11-03
7
-31
/
+29
|
*
lustre: use %p[dD]
Al Viro
2014-11-03
7
-51
/
+47
|
*
lustre: opened file can't have negative dentry
Al Viro
2014-11-03
1
-30
/
+21
|
*
ll_setxattr(): get rid of struct file on stack
Al Viro
2014-11-03
3
-11
/
+11
|
*
lustre: switch ll_intent_file_open() to struct dentry *
Al Viro
2014-11-03
1
-15
/
+12
*
|
dcache: fix kmemcheck warning in switch_names
Mikulas Patocka
2014-11-19
1
-0
/
+2
*
|
new helper: audit_file()
Al Viro
2014-11-19
5
-14
/
+24
*
|
nfsd_vfs_write(): use file_inode()
Al Viro
2014-11-19
1
-3
/
+1
*
|
ncpfs: use file_inode()
Al Viro
2014-11-19
3
-15
/
+9
*
|
kill f_dentry uses
Al Viro
2014-11-19
19
-37
/
+31
*
|
lockd: get rid of ->f_path.dentry->d_sb
Al Viro
2014-11-19
1
-1
/
+1
*
|
procfs: get rid of ->f_dentry
Al Viro
2014-11-19
1
-2
/
+2
*
|
nfsd: get rid of ->f_dentry
Al Viro
2014-11-19
1
-1
/
+1
*
|
rpc_pipefs.c: get rid of f_dentry
Al Viro
2014-11-19
1
-1
/
+1
*
|
afs_fsync: don't bother with ->f_path.dentry
Al Viro
2014-11-19
1
-5
/
+4
*
|
cifs: get rid of ->f_path.dentry->d_sb uses, add a new helper
Al Viro
2014-11-19
4
-11
/
+16
*
|
btrfs: get rid of f_dentry use
Al Viro
2014-11-19
1
-1
/
+1
*
|
nfsd/nfsctl.c: new helper
Al Viro
2014-11-19
1
-21
/
+16
*
|
assorted conversions to %p[dD]
Al Viro
2014-11-19
36
-260
/
+194
*
|
switch d_materialise_unique() users to d_splice_alias()
Al Viro
2014-11-19
11
-29
/
+19
*
|
merge d_materialise_unique() into d_splice_alias()
Al Viro
2014-11-19
2
-109
/
+36
*
|
Merge branch 'for-gfs2' into for-next
Al Viro
2014-11-19
1
-17
/
+9
|
\
\
|
*
|
gfs2_atomic_open(): simplify the use of finish_no_open()
Al Viro
2014-11-19
1
-5
/
+2
|
*
|
gfs2_create_inode(): don't bother with d_splice_alias()
Al Viro
2014-11-19
1
-14
/
+4
|
*
|
gfs2: bugger off early if O_CREAT open finds a directory
Al Viro
2014-11-19
1
-0
/
+5
*
|
|
d_add_ci() should just accept a hashed exact match if it finds one
Al Viro
2014-11-19
1
-39
/
+7
*
|
|
deal with deadlock in d_walk()
Al Viro
2014-11-03
1
-15
/
+16
|
|
/
|
/
|
*
|
move d_rcu from overlapping d_child to overlapping d_alias
Al Viro
2014-11-03
24
-74
/
+73
*
|
new helper: is_root_inode()
Al Viro
2014-10-31
5
-15
/
+13
*
|
vfs: make first argument of dir_context.actor typed
Miklos Szeredi
2014-10-31
19
-67
/
+100
*
|
ovl: initialize ->is_cursor
Miklos Szeredi
2014-10-31
1
-0
/
+1
*
|
Return short read or 0 at end of a raw device, not EIO
David Jeffery
2014-10-31
3
-2
/
+4
*
|
isofs: don't bother with ->d_op for normal case
Al Viro
2014-10-31
2
-22
/
+4
*
|
isofs_cmp(): we'll never see a dentry for . or ..
Al Viro
2014-10-28
1
-18
/
+2
*
|
overlayfs: fix lockdep misannotation
Miklos Szeredi
2014-10-28
3
-5
/
+8
*
|
ovl: fix check for cursor
Miklos Szeredi
2014-10-28
1
-5
/
+6
[next]