index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
readdir.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-11-19
dcache: fix kmemcheck warning in switch_names
Mikulas Patocka
1
-0
/
+2
2014-11-19
new helper: audit_file()
Al Viro
5
-14
/
+24
2014-11-19
nfsd_vfs_write(): use file_inode()
Al Viro
1
-3
/
+1
2014-11-19
ncpfs: use file_inode()
Al Viro
3
-15
/
+9
2014-11-19
kill f_dentry uses
Al Viro
19
-37
/
+31
2014-11-19
lockd: get rid of ->f_path.dentry->d_sb
Al Viro
1
-1
/
+1
2014-11-19
procfs: get rid of ->f_dentry
Al Viro
1
-2
/
+2
2014-11-19
nfsd: get rid of ->f_dentry
Al Viro
1
-1
/
+1
2014-11-19
rpc_pipefs.c: get rid of f_dentry
Al Viro
1
-1
/
+1
2014-11-19
afs_fsync: don't bother with ->f_path.dentry
Al Viro
1
-5
/
+4
2014-11-19
cifs: get rid of ->f_path.dentry->d_sb uses, add a new helper
Al Viro
4
-11
/
+16
2014-11-19
btrfs: get rid of f_dentry use
Al Viro
1
-1
/
+1
2014-11-19
nfsd/nfsctl.c: new helper
Al Viro
1
-21
/
+16
2014-11-19
assorted conversions to %p[dD]
Al Viro
36
-260
/
+194
2014-11-19
switch d_materialise_unique() users to d_splice_alias()
Al Viro
11
-29
/
+19
2014-11-19
merge d_materialise_unique() into d_splice_alias()
Al Viro
2
-109
/
+36
2014-11-19
d_add_ci() should just accept a hashed exact match if it finds one
Al Viro
1
-39
/
+7
2014-11-19
gfs2_atomic_open(): simplify the use of finish_no_open()
Al Viro
1
-5
/
+2
2014-11-19
gfs2_create_inode(): don't bother with d_splice_alias()
Al Viro
1
-14
/
+4
2014-11-19
gfs2: bugger off early if O_CREAT open finds a directory
Al Viro
1
-0
/
+5
2014-11-05
debugfs: Have debugfs_print_regs32() return void
Joe Perches
3
-12
/
+12
2014-11-05
fs: Convert show_fdinfo functions to void
Joe Perches
10
-83
/
+63
2014-11-05
dlm: Use seq_puts() instead of seq_printf() for constant strings
Joe Perches
1
-7
/
+5
2014-11-05
dlm: Remove seq_printf() return checks and use seq_has_overflowed()
Joe Perches
1
-134
/
+117
2014-11-05
netfilter: Remove checks of seq_printf() return values
Steven Rostedt (Red Hat)
6
-97
/
+97
2014-11-05
netfilter: Convert print_tuple functions to return void
Joe Perches
17
-69
/
+70
2014-11-05
netfilter: Remove return values for print_conntrack callbacks
Steven Rostedt (Red Hat)
7
-14
/
+17
2014-11-03
deal with deadlock in d_walk()
Al Viro
1
-15
/
+16
2014-11-03
lustre: use is_root_inode()
Al Viro
3
-11
/
+9
2014-11-03
lustre: get rid of duplicate mountpoint checks
Al Viro
1
-35
/
+0
2014-11-03
kill ll_link_generic()
Al Viro
1
-32
/
+27
2014-11-03
ll_get_child_fid(): callers already have the child
Al Viro
1
-17
/
+7
2014-11-03
kill ll_rename_generic()
Al Viro
1
-48
/
+35
2014-11-03
kill ll_unlink_generic()
Al Viro
1
-42
/
+38
2014-11-03
kill ll_rmdir_generic()
Al Viro
1
-32
/
+28
2014-11-03
ll_new_inode(): don't bother with name - it's always &dentry->d_name
Al Viro
1
-15
/
+15
2014-11-03
kill ll_symlink_generic()
Al Viro
1
-19
/
+13
2014-11-03
kill ll_mkdir_generic()
Al Viro
1
-21
/
+14
2014-11-03
kill ll_mknod_generic()
Al Viro
1
-14
/
+8
2014-11-03
lustre: switch ll_release_openhandle() to struct inode *
Al Viro
3
-9
/
+8
2014-11-03
lustre: use file_inode()
Al Viro
7
-31
/
+29
2014-11-03
lustre: use %p[dD]
Al Viro
7
-51
/
+47
2014-11-03
lustre: opened file can't have negative dentry
Al Viro
1
-30
/
+21
2014-11-03
ll_setxattr(): get rid of struct file on stack
Al Viro
3
-11
/
+11
2014-11-03
lustre: switch ll_intent_file_open() to struct dentry *
Al Viro
1
-15
/
+12
2014-11-03
move d_rcu from overlapping d_child to overlapping d_alias
Al Viro
24
-74
/
+73
2014-10-31
new helper: is_root_inode()
Al Viro
5
-15
/
+13
2014-10-31
vfs: make first argument of dir_context.actor typed
Miklos Szeredi
19
-67
/
+100
2014-10-31
ovl: initialize ->is_cursor
Miklos Szeredi
1
-0
/
+1
2014-10-31
Return short read or 0 at end of a raw device, not EIO
David Jeffery
3
-2
/
+4
[next]